id
string | submitter
string | authors
string | title
string | comments
string | journal-ref
string | doi
string | report-no
string | categories
string | license
string | abstract
string | versions
list | update_date
timestamp[s] | authors_parsed
sequence |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2406.16819 | Aaron Beyen | Aaron Beyen and Christian Maes | Entropy as Noether charge for quasistatic gradient flow | 29 pages, 1 figure | J. Non-Equilib. Thermodyn.; 2025; Vol. 50; iss. 2; pp. 241 - 261 | 10.1515/jnet-2024-0054 | null | cond-mat.stat-mech | http://creativecommons.org/licenses/by/4.0/ | Entropy increase is fundamentally related to the breaking of time-reversal
symmetry. By adding the 'extra dimension' associated with thermodynamic forces,
we extend that discrete symmetry to a continuous symmetry for the dynamical
fluctuations around (nonlinear) gradient flow. The latter connects macroscopic
equilibrium conditions upon introducing a quasistatic protocol of control
parameters. The entropy state function becomes the Noether charge. As a result,
and following ideas expressed by Shin-ichi Sasa and co-workers, the adiabatic
invariance of the entropy, part of the Clausius heat theorem, gets connected
with the Noether theorem.
| [
{
"version": "v1",
"created": "Mon, 24 Jun 2024 17:27:34 GMT"
},
{
"version": "v2",
"created": "Thu, 27 Jun 2024 09:51:08 GMT"
},
{
"version": "v3",
"created": "Fri, 17 Jan 2025 14:06:30 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Beyen",
"Aaron",
""
],
[
"Maes",
"Christian",
""
]
] |
2406.18037 | Dunyuan Xu | Dunyuan Xu, Xi Wang, Jingyang Zhang, Pheng-Ann Heng | Towards Synchronous Memorizability and Generalizability with
Site-Modulated Diffusion Replay for Cross-Site Continual Segmentation | This paper is not proper to be published on arXiv, since we think
some method are quite similar with one other paper | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The ability to learn sequentially from different data sites is crucial for a
deep network in solving practical medical image diagnosis problems due to
privacy restrictions and storage limitations. However, adapting on incoming
site leads to catastrophic forgetting on past sites and decreases
generalizablity on unseen sites. Existing Continual Learning (CL) and Domain
Generalization (DG) methods have been proposed to solve these two challenges
respectively, but none of them can address both simultaneously. Recognizing
this limitation, this paper proposes a novel training paradigm, learning
towards Synchronous Memorizability and Generalizability (SMG-Learning). To
achieve this, we create the orientational gradient alignment to ensure
memorizability on previous sites, and arbitrary gradient alignment to enhance
generalizability on unseen sites. This approach is named as Parallel Gradient
Alignment (PGA). Furthermore, we approximate the PGA as dual meta-objectives
using the first-order Taylor expansion to reduce computational cost of aligning
gradients. Considering that performing gradient alignments, especially for
previous sites, is not feasible due to the privacy constraints, we design a
Site-Modulated Diffusion (SMD) model to generate images with site-specific
learnable prompts, replaying images have similar data distributions as previous
sites. We evaluate our method on two medical image segmentation tasks, where
data from different sites arrive sequentially. Experimental results show that
our method efficiently enhances both memorizability and generalizablity better
than other state-of-the-art methods, delivering satisfactory performance across
all sites. Our code will be available at:
https://github.com/dyxu-cuhkcse/SMG-Learning.
| [
{
"version": "v1",
"created": "Wed, 26 Jun 2024 03:10:57 GMT"
},
{
"version": "v2",
"created": "Thu, 8 Aug 2024 03:16:23 GMT"
},
{
"version": "v3",
"created": "Fri, 25 Apr 2025 03:00:57 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Xu",
"Dunyuan",
""
],
[
"Wang",
"Xi",
""
],
[
"Zhang",
"Jingyang",
""
],
[
"Heng",
"Pheng-Ann",
""
]
] |
2406.19139 | Valentin Koverya | S.I. Bondarenko, V.P. Timofeev, V.P. Koverya, A.V. Krevsun | Hydrogen in superconductors | 108 pages, 77 figures | Low Temp. Phys., 2024, Vol. 50, No. 8, pp. 597-652 | 10.1063/10.0027919 | null | cond-mat.supr-con | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Information is presented on the state of research on the effect of hydrogen
on the superconducting properties of various compounds. The review consists of
an introduction, one appendix and four sections: methods for the synthesis of
modern hydrogen-containing superconductors, experimental studies of the
properties of hydrogen-containing superconductors, on the mechanisms of the
influence of hydrogen on superconductivity, problems and prospects of
hydrogen-containing superconductors.
| [
{
"version": "v1",
"created": "Thu, 27 Jun 2024 12:43:06 GMT"
},
{
"version": "v2",
"created": "Fri, 28 Jun 2024 21:59:50 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Bondarenko",
"S. I.",
""
],
[
"Timofeev",
"V. P.",
""
],
[
"Koverya",
"V. P.",
""
],
[
"Krevsun",
"A. V.",
""
]
] |
2406.19301 | Chayne Thrash | Chayne Thrash, Ali Abbasi, Reed Andreas, Parsa Nooralinejad, Soroush
Abbasi Koohpayegani, Hamed Pirsiavash, Soheil Kolouri | MCNC: Manifold-Constrained Reparameterization for Neural Compression | null | null | null | null | cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The outstanding performance of large foundational models across diverse
tasks, from computer vision to speech and natural language processing, has
significantly increased their demand. However, storing and transmitting these
models poses significant challenges due to their massive size (e.g., 750GB for
Llama 3.1 405B). Recent literature has focused on compressing the original
weights or reducing the number of parameters required for fine-tuning these
models. These compression methods generally constrain the parameter space, for
example, through low-rank reparametrization (e.g., LoRA), pruning, or
quantization (e.g., QLoRA) during or after the model training. In this paper,
we present a novel model compression method, which we term Manifold-Constrained
Neural Compression (MCNC). This method constrains the parameter space to
low-dimensional pre-defined and frozen nonlinear manifolds, which effectively
cover this space. Given the prevalence of good solutions in over-parameterized
deep neural networks, we show that by constraining the parameter space to our
proposed manifold, we can identify high-quality solutions while achieving
unprecedented compression rates across a wide variety of tasks and
architectures. Through extensive experiments in computer vision and natural
language processing tasks, we demonstrate that our method significantly
outperforms state-of-the-art baselines in terms of compression, accuracy,
and/or model reconstruction time. Our code is publicly available at
https://github.com/mint-vu/MCNC.
| [
{
"version": "v1",
"created": "Thu, 27 Jun 2024 16:17:26 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 01:15:22 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Thrash",
"Chayne",
""
],
[
"Abbasi",
"Ali",
""
],
[
"Andreas",
"Reed",
""
],
[
"Nooralinejad",
"Parsa",
""
],
[
"Koohpayegani",
"Soroush Abbasi",
""
],
[
"Pirsiavash",
"Hamed",
""
],
[
"Kolouri",
"Soheil",
""
]
] |
2407.01870 | Pameli Saha Dr. | Pameli Saha and Prabir Rudra | A Cosmological Holographic Reconstruction of f(Q) Theory | 34 pages, 60 figures | International Journal of Modern Physics D, Vol. 34, No. 3 (2025)
2550006 | 10.1142/S0218271825500063 | null | gr-qc | http://creativecommons.org/publicdomain/zero/1.0/ | This paper explores a cosmological reconstruction scheme in the background of
f(Q) gravity theory from a Holographic perspective. The basic motivation for
this work is that the reconstruction is performed from a holographic origin,
which has its roots in the black hole thermodynamics and quantum gravity. Dark
energy models inspired by holographic prescription are used to reconstruct the
f(Q) gravity models. Two such models, namely the Granda-Oliveros holographic
dark energy model and its generalization, the Chen- Jing model are considered
for the study. Different scale factors are used and a thorough reconstruction
scheme is set up using the dark energy models. The observationally constrained
values of the free model parameters have been used to form the reconstructed
models. Finally, a thorough investigation of the energy conditions has been
performed to check the cosmological viability of the reconstructed f(Q) models.
As an outcome, we get some very promising and cosmologically viable f(Q) models
that present some interesting properties and demand further investigation.
| [
{
"version": "v1",
"created": "Tue, 2 Jul 2024 01:07:10 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 11:08:38 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Saha",
"Pameli",
""
],
[
"Rudra",
"Prabir",
""
]
] |
2407.03206 | Yu-Xiang Zhang | Guanglei Xu, Yu-Xiang Zhang | Multipartite Greenberger-Horne-Zeilinger Entanglement in Monitored
Random Clifford Circuits | New results included: Dynamical phase transitions of the birth and
death of GHZ entanglement; Multipartite GHZ emerges at the
measurement-induced criticality. 6 pages, 4 figures, 5 pages supplemental
material | null | null | null | quant-ph cond-mat.stat-mech | http://creativecommons.org/licenses/by/4.0/ | We investigate $n$-partite Greenberger-Horne-Zeilinger ($\text{GHZ}_n$)
entanglement in monitored random Clifford circuits and uncover a series of
novel phase transitions and dynamical features. Random Clifford circuits are
well-known for a measurement-induced transition between phases of volume-law
and area-law (bipartite) entanglement. We numerically find that the volume-law
phase is characterized by, approximately, a constant amount of $\text{GHZ}_3$
entanglement, despite the variations of system size and the rate of
measurement. The area-law phase does not harbor such tripartite entanglement. A
measurement-induced phase transition is also seen from $\text{GHZ}_3$
entanglement. Moreover, the amount of $\text{GHZ}_3$ entanglement generally
does not change with the partitioning of the system, but abruptly drops to zero
when a subsystem has more than half of the qubits, giving rise to a
partitioning-induced phase transition. Dynamically, $\text{GHZ}_3$ entanglement
does not grow gradually, as is typical for bipartite entanglement, but instead
emerges suddenly through dynamical phase transitions (DPTs). Furthermore, in
some situations we observe transient $\text{GHZ}_3$ entanglement that will
suddenly disappear through another DPT. We also studied multipartite
$\text{GHZ}_{n\geq 4}$ entanglement and find they emerge exclusively at the
measurement-induced criticality, providing new insights into the long-range
correlations of critical states.
| [
{
"version": "v1",
"created": "Wed, 3 Jul 2024 15:36:49 GMT"
},
{
"version": "v2",
"created": "Tue, 26 Nov 2024 10:18:52 GMT"
},
{
"version": "v3",
"created": "Fri, 25 Apr 2025 05:51:34 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Xu",
"Guanglei",
""
],
[
"Zhang",
"Yu-Xiang",
""
]
] |
2407.05451 | Diego A. Tejada-Arango | Diego A. Tejada-Arango, German Morales-Espana, Juha Kiviluoma | Debunking the Speed-Fidelity Trade-Off: Speeding-up Large-Scale Energy
Models while Keeping Fidelity | Preprint submitted to Energy (IJEPES) | null | 10.1016/j.ijepes.2025.110674 | null | math.OC | http://creativecommons.org/licenses/by/4.0/ | Energy system models are essential for planning and supporting the energy
transition. However, increasing temporal, spatial, and sectoral resolutions
have led to large-scale linear programming (LP) models that are often
(over)simplified to remain computationally tractable-frequently at the expense
of model fidelity. This paper challenges the common belief that LP formulations
cannot be improved without sacrificing their accuracy. Inspired by graph
theory, we propose to model energy systems using energy assets (vertices), as a
single building-block, and flows to connect between them. This reduces the need
for additional components such as nodes and connections. The resulting
formulation is more compact, without sacrificing accuracy, and leverages the
inherent graph structure of energy systems. To evaluate performance, we
implemented and compared four common modelling approaches varying in their use
of building blocks and flow representations. We conducted experiments using
TulipaEnergyModel.jl and applied them to a multi-sector case study with varying
problem sizes. Results show that our single-building-block (1BB-1F) approach
reduces variables and constraints by 26 and 35 percentage, respectively, and
achieves a 1.27 times average speedup in solving time without any loss in model
fidelity. The speedup increases with problem size, making this approach
particularly advantageous for large-scale models. Our findings demonstrate that
not all LPs are equal in quality and that better reformulations can lead to
substantial computational benefits. This paper also aims to raise awareness of
model quality considerations in energy system optimisation and promote more
efficient formulations without compromising fidelity.
| [
{
"version": "v1",
"created": "Sun, 7 Jul 2024 17:25:33 GMT"
},
{
"version": "v2",
"created": "Tue, 5 Nov 2024 20:45:46 GMT"
},
{
"version": "v3",
"created": "Wed, 16 Apr 2025 06:17:36 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Tejada-Arango",
"Diego A.",
""
],
[
"Morales-Espana",
"German",
""
],
[
"Kiviluoma",
"Juha",
""
]
] |
2407.05956 | Axel Bruns | Axel Bruns, Kateryna Kasianenko, Vishnu Padinjaredath Suresh, Ehsan
Dehghan, Laura Vodden | Untangling the Furball: A Practice Mapping Approach to the Analysis of
Multimodal Interactions in Social Networks | null | null | 10.1177/20563051251331748 | null | cs.SI | http://creativecommons.org/licenses/by-nc-sa/4.0/ | This article introduces the analytical approach of practice mapping, using
vector embeddings of network actions and interactions to map commonalities and
disjunctures in the practices of social media users, as a framework for
methodological advancement beyond the limitations of conventional network
analysis and visualisation. In particular, the methodological framework we
outline here has the potential to incorporate multiple distinct modes of
interaction into a single practice map, can be further enriched with
account-level attributes such as information gleaned from textual analysis,
profile information, available demographic details, and other features, and can
be applied even to a cross-platform analysis of communicative patterns and
practices.
The article presents practice mapping as an analytical framework and outlines
its key methodological considerations. Given its prominence in past social
media research, we draw on examples and data from the platform formerly known
as Twitter in order to enable experienced scholars to translate their
approaches to a practice mapping paradigm more easily, but point out how data
from other platforms may be used in equivalent ways in practice mapping
studies. We illustrate the utility of the approach by applying it to a dataset
where the application of conventional network analysis and visualisation
approaches has produced few meaningful insights.
| [
{
"version": "v1",
"created": "Mon, 8 Jul 2024 13:53:50 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Bruns",
"Axel",
""
],
[
"Kasianenko",
"Kateryna",
""
],
[
"Suresh",
"Vishnu Padinjaredath",
""
],
[
"Dehghan",
"Ehsan",
""
],
[
"Vodden",
"Laura",
""
]
] |
2407.06517 | Jing Qian | Rui Li, Jing Qian and Weiping Zhang | Erasing Doppler Dephasing Error in Rydberg Quantum Gates | 14 pages, 9 figures | null | null | null | quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The Doppler dephasing error due to residual thermal motion of qubit atoms is
a major cause of fidelity loss in neutral-atom quantum gates. Besides cooling
and trapping advancements, few effective methods exist to mitigate this error.
In the present work, we introduce an error-erasing strategy that utilizes a
pair of off-resonant fields to continuously dress the protected Rydberg state
with an auxiliary state, which induces an opposite but enhanced sensitivity to
the same source of Doppler dephasing error. Combining with an optimal control
of laser pulses, we realize a family of Rydberg two-qubit controlled-NOT gates
in Rb and Cs atoms that are fully robust to the Doppler dephasing error. We
benchmark this gate operation with fidelity $F\approx0.9906$ at ${\it any}$
temperature for a lower-excited auxiliary state, and a higher fidelity of
$F\approx0.9965$ can be attained for a ground-state auxiliary state at a
temperature of 50 $\mu$K. Our results significantly reduce atomic temperature
requirements for high-fidelity quantum gates, and may provide fundamental
guidance to practical error-tolerant quantum computing with neutral atoms.
| [
{
"version": "v1",
"created": "Tue, 9 Jul 2024 03:12:04 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Li",
"Rui",
""
],
[
"Qian",
"Jing",
""
],
[
"Zhang",
"Weiping",
""
]
] |
2407.07776 | Rituparna Ghosh | Satyaki Bhattacharya, Rituparna Ghosh and Biswarup Mukhopadhyaya | Diphoton signals for the Georgi-Machacek scenario at the Large Hadron
Collider | 35 pages, 7 figures, 4 tables | Phys. Rev. D 111, 053012 (2025) | 10.1103/PhysRevD.111.053012 | null | hep-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The diphoton channel for exploring the Georgi-Machacek (GM) scenario
containing scalar triplets at the Large Hadron Collider (LHC) has been
identified as germane, and subjected to a detailed study. The scalar spectrum
of the model, which imposes a custodial SU(2) on the potential, gets classified
into a 5-plet, a 3-plet and two singlets under the custodial symmetry. While
most attempts to probe or constrain the scenario at the LHC depend largely on
signals of charged scalars, we point out that the custodial SU(2) singlet state
H can have a substantial branching ratio (amounting to a few percent) into two
photons. We carry out a detailed simulation of the resulting signal and the
standard model backgrounds, obtaining the signal significance in different
regions of the parameter space using the profile likelihood ratio method.
Substantial regions of the GM parameter space is thus shown to be accessible to
LHC studies, both at the high-luminosity run with $\int {\cal L} dt = 3000
fb^{-1}$, and also in Run-3 with $\int {\cal L} dt = 300 fb^{-1}$, even after
folding in systematic errors. We have also demonstrated that a rather
subtantial improvement in the signal significance is achieved by switching over
from a cut-based analysis to one based on neural network.
| [
{
"version": "v1",
"created": "Wed, 10 Jul 2024 15:50:15 GMT"
},
{
"version": "v2",
"created": "Thu, 11 Jul 2024 12:18:54 GMT"
},
{
"version": "v3",
"created": "Wed, 7 Aug 2024 19:23:47 GMT"
},
{
"version": "v4",
"created": "Thu, 24 Apr 2025 19:05:51 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Bhattacharya",
"Satyaki",
""
],
[
"Ghosh",
"Rituparna",
""
],
[
"Mukhopadhyaya",
"Biswarup",
""
]
] |
2407.09709 | Hao Liu | Lecheng Kong, Jiarui Feng, Hao Liu, Chengsong Huang, Jiaxin Huang,
Yixin Chen, Muhan Zhang | GOFA: A Generative One-For-All Model for Joint Graph Language Modeling | null | null | null | null | cs.LG cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Foundation models, such as Large Language Models (LLMs) or Large Vision
Models (LVMs), have emerged as one of the most powerful tools in the respective
fields. However, unlike text and image data, graph data do not have a
definitive structure, posing great challenges to developing a Graph Foundation
Model (GFM). For example, current attempts at designing general graph models
either transform graph data into a language format for LLM-based prediction or
still train a GNN model with LLM as an assistant. The former can handle
unlimited tasks, while the latter captures graph structure much better -- yet,
no existing work can achieve both simultaneously. In this paper, we identify
three key desirable properties of a GFM: self-supervised pretraining, fluidity
in tasks, and graph awareness. To account for these properties, we extend the
conventional language modeling to the graph domain and propose a novel
generative graph language model GOFA to solve the problem. The model
interleaves randomly initialized GNN layers into a frozen pre-trained LLM so
that the semantic and structural modeling abilities are organically combined.
GOFA is pre-trained on newly proposed graph-level next-word prediction,
question-answering, and structural tasks to obtain the above GFM properties.
The pre-trained model is further fine-tuned on downstream tasks to obtain
task-solving ability. The fine-tuned model is evaluated on various downstream
tasks, demonstrating a strong ability to solve structural and contextual
problems in zero-shot scenarios. The code is available at
https://github.com/JiaruiFeng/GOFA.
| [
{
"version": "v1",
"created": "Fri, 12 Jul 2024 22:23:51 GMT"
},
{
"version": "v2",
"created": "Thu, 24 Apr 2025 19:16:02 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Kong",
"Lecheng",
""
],
[
"Feng",
"Jiarui",
""
],
[
"Liu",
"Hao",
""
],
[
"Huang",
"Chengsong",
""
],
[
"Huang",
"Jiaxin",
""
],
[
"Chen",
"Yixin",
""
],
[
"Zhang",
"Muhan",
""
]
] |
2407.10879 | ATLAS Collaboration | ATLAS Collaboration | Measurement of the Lund jet plane in hadronic decays of top quarks and W
bosons with the ATLAS detector | 60 pages in total, author list starting page 42, 15 figures, 3
tables, published on EPJC. All figures including auxiliary figures are
available at
http://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/STDM-2020-31 | Eur. Phys. J. C 85 (2025) 416 | 10.1140/epjc/s10052-025-13924-5 | CERN-EP-2024-169 | hep-ex | http://creativecommons.org/licenses/by/4.0/ | The Lund jet plane (LJP) is measured for the first time in $t\overline{t}$
events, using 140 fb$^{-1}$ of $\sqrt{s}$ = 13 TeV pp collision data collected
with the ATLAS detector at the LHC. The LJP is a two-dimensional observable of
the sub-structure of hadronic jets that acts as a proxy for the kinematics of
parton showers and hadron formation. The observable is constructed from charged
particles and is measured for R = 1.0 anti-$k_t$ jets with transverse momentum
above 350 GeV containing the full decay products of either a top quark or a
daughter $W$ boson. The other top quark in the event is identified from its
decay into a b-quark, an electron or a muon and a neutrino. The measurement is
corrected for detector effects and compared with a range of Monte Carlo
predictions sensitive to different aspects of the hadronic decays of the heavy
particles. In the $W$-boson-initiated jets, all the predictions are
incompatible with the measurement. In the top quark initiated jets,
disagreement with all predictions is observed in smaller subregions of the
plane, and with a subset of the predictions across the fiducial plane. The
measurement could be used to improve the tuning of Monte Carlo generators, for
better modelling of hadronic decays of heavy quarks and bosons, or to improve
the performance of jet taggers.
| [
{
"version": "v1",
"created": "Mon, 15 Jul 2024 16:29:45 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 16:16:52 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"ATLAS Collaboration",
"",
""
]
] |
2407.12194 | Christoph Renner | Christoph Renner | Empirical large-scale extension of Yakhot's model of strong turbulence | 16 pages, 9 figures | null | null | null | physics.flu-dyn | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We propose an empirical extension of Yakhot's model of strong turbulence [V.
Yakhot, Phys. Rev. E 57(2) (1998)] that correctly describes the statistics of
longitudinal velocity increments not only in the inertial range but also for
larger scales up to the system length scale L. Two additional parameters are
introduced to the original equation for the probability density function of
velocity increments. These parameters can be motivated by physical arguments
and their values are fixed by large scale boundary conditions. The resultant
model ensures correct convergence of structure functions at the system length
scale, including vanishing slopes at L, and shows good agreement with
experimental data.
| [
{
"version": "v1",
"created": "Tue, 16 Jul 2024 21:42:21 GMT"
},
{
"version": "v2",
"created": "Thu, 18 Jul 2024 20:08:51 GMT"
},
{
"version": "v3",
"created": "Thu, 24 Apr 2025 20:46:30 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Renner",
"Christoph",
""
]
] |
2407.12475 | Philippe D'Argent | LHCb collaboration: R. Aaij, A.S.W. Abdelmotteleb, C. Abellan Beteta,
F. Abudin\'en, T. Ackernley, A. A. Adefisoye, B. Adeva, M. Adinolfi, P.
Adlarson, C. Agapopoulou, C.A. Aidala, Z. Ajaltouni, S. Akar, K. Akiba, P.
Albicocco, J. Albrecht, F. Alessio, M. Alexander, Z. Aliouche, P. Alvarez
Cartelle, R. Amalric, S. Amato, J.L. Amey, Y. Amhis, L. An, L. Anderlini, M.
Andersson, A. Andreianov, P. Andreola, M. Andreotti, D. Andreou, A. Anelli,
D. Ao, F. Archilli, M. Argenton, S. Arguedas Cuendis, A. Artamonov, M.
Artuso, E. Aslanides, R. Ata\'ide Da Silva, M. Atzeni, B. Audurier, D.
Bacher, I. Bachiller Perea, S. Bachmann, M. Bachmayer, J.J. Back, P. Baladron
Rodriguez, V. Balagura, W. Baldini, L. Balzani, H. Bao, J. Baptista de Souza
Leite, C. Barbero Pretel, M. Barbetti, I. R. Barbosa, R.J. Barlow, M.
Barnyakov, S. Barsuk, W. Barter, M. Bartolini, J. Bartz, J.M. Basels, S.
Bashir, G. Bassi, B. Batsukh, P. B. Battista, A. Bay, A. Beck, M. Becker, F.
Bedeschi, I.B. Bediaga, N. B. Behling, S. Belin, V. Bellee, K. Belous, I.
Belov, G. Benane, G. Bencivenni, E. Ben-Haim, A. Berezhnoy, R. Bernet, S.
Bernet Andres, A. Bertolin, C. Betancourt, F. Betti, J. Bex, Ia. Bezshyiko,
J. Bhom, M.S. Bieker, N.V. Biesuz, P. Billoir, A. Biolchini, M. Birch, F.C.R.
Bishop, A. Bitadze, A. Bizzeti, T. Blake, F. Blanc, J.E. Blank, S. Blusk, V.
Bocharnikov, J.A. Boelhauve, O. Boente Garcia, T. Boettcher, A. Bohare, A.
Boldyrev, C.S. Bolognani, R. Bolzonella, N. Bondar, F. Borgato, S. Borghi, M.
Borsato, J.T. Borsuk, S.A. Bouchiba, M. Bovill, T.J.V. Bowcock, A. Boyer, C.
Bozzi, A. Brea Rodriguez, N. Breer, J. Brodzicka, A. Brossa Gonzalo, J.
Brown, D. Brundu, E. Buchanan, A. Buonaura, L. Buonincontri, A.T. Burke, C.
Burr, A. Butkevich, J.S. Butter, J. Buytaert, W. Byczynski, S. Cadeddu, H.
Cai, A. C. Caillet, R. Calabrese, S. Calderon Ramirez, L. Calefice, S. Cali,
M. Calvi, M. Calvo Gomez, P. Camargo Magalhaes, J. I. Cambon Bouzas, P.
Campana, D.H. Campora Perez, A.F. Campoverde Quezada, S. Capelli, L.
Capriotti, R. Caravaca-Mora, A. Carbone, L. Carcedo Salgado, R. Cardinale, A.
Cardini, P. Carniti, L. Carus, A. Casais Vidal, R. Caspary, G. Casse, J.
Castro Godinez, M. Cattaneo, G. Cavallero, V. Cavallini, S. Celani, D.
Cervenkov, S. Cesare, A.J. Chadwick, I. Chahrour, M. Charles, Ph.
Charpentier, E. Chatzianagnostou, C.A. Chavez Barajas, M. Chefdeville, C.
Chen, S. Chen, Z. Chen, A. Chernov, S. Chernyshenko, X. Chiotopoulos, V.
Chobanova, S. Cholak, M. Chrzaszcz, A. Chubykin, V. Chulikov, P. Ciambrone,
X. Cid Vidal, G. Ciezarek, P. Cifra, P.E.L. Clarke, M. Clemencic, H.V. Cliff,
J. Closier, C. Cocha Toapaxi, V. Coco, J. Cogan, E. Cogneras, L. Cojocariu,
P. Collins, T. Colombo, M. C. Colonna, A. Comerma-Montells, L. Congedo, A.
Contu, N. Cooke, I. Corredoira, A. Correia, G. Corti, J.J. Cottee Meldrum, B.
Couturier, D.C. Craik, M. Cruz Torres, E. Curras Rivera, R. Currie, C.L. Da
Silva, S. Dadabaev, L. Dai, X. Dai, E. Dall'Occo, J. Dalseno, C. D'Ambrosio,
J. Daniel, A. Danilina, P. d'Argent, A. Davidson, J.E. Davies, A. Davis, O.
De Aguiar Francisco, C. De Angelis, F. De Benedetti, J. de Boer, K. De Bruyn,
S. De Capua, M. De Cian, U. De Freitas Carneiro Da Graca, E. De Lucia, J.M.
De Miranda, L. De Paula, M. De Serio, P. De Simone, F. De Vellis, J.A. de
Vries, F. Debernardis, D. Decamp, V. Dedu, L. Del Buono, B. Delaney, H.-P.
Dembinski, J. Deng, V. Denysenko, O. Deschamps, F. Dettori, B. Dey, P. Di
Nezza, I. Diachkov, S. Didenko, S. Ding, L. Dittmann, V. Dobishuk, A. D.
Docheva, C. Dong, A.M. Donohoe, F. Dordei, A.C. dos Reis, A. D. Dowling, W.
Duan, P. Duda, M.W. Dudek, L. Dufour, V. Duk, P. Durante, M. M. Duras, J.M.
Durham, O. D. Durmus, A. Dziurda, A. Dzyuba, S. Easo, E. Eckstein, U. Egede,
A. Egorychev, V. Egorychev, S. Eisenhardt, E. Ejopu, L. Eklund, M. Elashri,
J. Ellbracht, S. Ely, A. Ene, E. Epple, J. Eschle, S. Esen, T. Evans, F.
Fabiano, L.N. Falcao, Y. Fan, B. Fang, L. Fantini, M. Faria, K. Farmer, D.
Fazzini, L. Felkowski, M. Feng, M. Feo, A. Fernandez Casani, M. Fernandez
Gomez, A.D. Fernez, F. Ferrari, F. Ferreira Rodrigues, M. Ferrillo, M.
Ferro-Luzzi, S. Filippov, R.A. Fini, M. Fiorini, K.L. Fischer, D.S.
Fitzgerald, C. Fitzpatrick, F. Fleuret, M. Fontana, L. F. Foreman, R. Forty,
D. Foulds-Holt, M. Franco Sevilla, M. Frank, E. Franzoso, G. Frau, C. Frei,
D.A. Friday, J. Fu, Q. Fuehring, Y. Fujii, T. Fulghesu, E. Gabriel, G.
Galati, M.D. Galati, A. Gallas Torreira, D. Galli, S. Gambetta, M. Gandelman,
P. Gandini, B. Ganie, H. Gao, R. Gao, Y. Gao, Y. Gao, Y. Gao, M. Garau, L.M.
Garcia Martin, P. Garcia Moreno, J. Garc\'ia Pardi\~nas, K. G. Garg, L.
Garrido, C. Gaspar, R.E. Geertsema, L.L. Gerken, E. Gersabeck, M. Gersabeck,
T. Gershon, Z. Ghorbanimoghaddam, L. Giambastiani, F. I. Giasemis, V. Gibson,
H.K. Giemza, A.L. Gilman, M. Giovannetti, A. Giovent\`u, L. Girardey, P.
Gironella Gironell, C. Giugliano, M.A. Giza, E.L. Gkougkousis, F.C. Glaser,
V.V. Gligorov, C. G\"obel, E. Golobardes, D. Golubkov, A. Golutvin, A. Gomes,
S. Gomez Fernandez, F. Goncalves Abrantes, M. Goncerz, G. Gong, J. A.
Gooding, I.V. Gorelov, C. Gotti, J.P. Grabowski, L.A. Granado Cardoso, E.
Graug\'es, E. Graverini, L. Grazette, G. Graziani, A. T. Grecu, L.M. Greeven,
N.A. Grieser, L. Grillo, S. Gromov, C. Gu, M. Guarise, M. Guittiere, V.
Guliaeva, P. A. G\"unther, A.-K. Guseinov, E. Gushchin, Y. Guz, T. Gys, K.
Habermann, T. Hadavizadeh, C. Hadjivasiliou, G. Haefeli, C. Haen, J.
Haimberger, M. Hajheidari, G. Hallett, M.M. Halvorsen, P.M. Hamilton, J.
Hammerich, Q. Han, X. Han, S. Hansmann-Menzemer, L. Hao, N. Harnew, M.
Hartmann, S. Hashmi, J. He, F. Hemmer, C. Henderson, R.D.L. Henderson, A.M.
Hennequin, K. Hennessy, L. Henry, J. Herd, P. Herrero Gascon, J. Heuel, A.
Hicheur, G. Hijano Mendizabal, D. Hill, S.E. Hollitt, J. Horswill, R. Hou, Y.
Hou, N. Howarth, J. Hu, J. Hu, W. Hu, X. Hu, W. Huang, W. Hulsbergen, R.J.
Hunter, M. Hushchyn, D. Hutchcroft, D. Ilin, P. Ilten, A. Inglessi, A.
Iniukhin, A. Ishteev, K. Ivshin, R. Jacobsson, H. Jage, S.J. Jaimes Elles, S.
Jakobsen, E. Jans, B.K. Jashal, A. Jawahery, V. Jevtic, E. Jiang, X. Jiang,
Y. Jiang, Y. J. Jiang, M. John, A. John Rubesh Rajan, D. Johnson, C.R. Jones,
T.P. Jones, S. Joshi, B. Jost, J. Juan Castella, N. Jurik, I. Juszczak, D.
Kaminaris, S. Kandybei, M. Kane, Y. Kang, C. Kar, M. Karacson, D. Karpenkov,
A. Kauniskangas, J.W. Kautz, F. Keizer, M. Kenzie, T. Ketel, B. Khanji, A.
Kharisova, S. Kholodenko, G. Khreich, T. Kirn, V.S. Kirsebom, O. Kitouni, S.
Klaver, N. Kleijne, K. Klimaszewski, M.R. Kmiec, S. Koliiev, L. Kolk, A.
Konoplyannikov, P. Kopciewicz, P. Koppenburg, M. Korolev, I. Kostiuk, O. Kot,
S. Kotriakhova, A. Kozachuk, P. Kravchenko, L. Kravchuk, M. Kreps, P.
Krokovny, W. Krupa, W. Krzemien, O.K. Kshyvanskyi, J. Kubat, S. Kubis, M.
Kucharczyk, V. Kudryavtsev, E. Kulikova, A. Kupsc, B. K. Kutsenko, D.
Lacarrere, A. Lai, A. Lampis, D. Lancierini, C. Landesa Gomez, J.J. Lane, R.
Lane, C. Langenbruch, J. Langer, O. Lantwin, T. Latham, F. Lazzari, C.
Lazzeroni, R. Le Gac, H. Lee, R. Lef\`evre, A. Leflat, S. Legotin, M.
Lehuraux, E. Lemos Cid, O. Leroy, T. Lesiak, B. Leverington, A. Li, C. Li, H.
Li, K. Li, L. Li, P. Li, P.-R. Li, Q. Li, S. Li, T. Li, T. Li, Y. Li, Y. Li,
Z. Lian, X. Liang, S. Libralon, C. Lin, T. Lin, R. Lindner, V. Lisovskyi, R.
Litvinov, F. L. Liu, G. Liu, K. Liu, S. Liu, W. Liu, Y. Liu, Y. Liu, Y. L.
Liu, A. Lobo Salvia, A. Loi, J. Lomba Castro, T. Long, J.H. Lopes, A. Lopez
Huertas, S. L\'opez Soli\~no, C. Lucarelli, D. Lucchesi, M. Lucio Martinez,
V. Lukashenko, Y. Luo, A. Lupato, E. Luppi, K. Lynch, X.-R. Lyu, G. M. Ma, R.
Ma, S. Maccolini, F. Machefert, F. Maciuc, B. Mack, I. Mackay, L. M. Mackey,
L.R. Madhan Mohan, M. J. Madurai, A. Maevskiy, D. Magdalinski, D. Maisuzenko,
M.W. Majewski, J.J. Malczewski, S. Malde, L. Malentacca, A. Malinin, T.
Maltsev, G. Manca, G. Mancinelli, C. Mancuso, R. Manera Escalero, D. Manuzzi,
D. Marangotto, J.F. Marchand, R. Marchevski, U. Marconi, S. Mariani, C. Marin
Benito, J. Marks, A.M. Marshall, L. Martel, G. Martelli, G. Martellotti, L.
Martinazzoli, M. Martinelli, D. Martinez Santos, F. Martinez Vidal, A.
Massafferri, R. Matev, A. Mathad, V. Matiunin, C. Matteuzzi, K.R. Mattioli,
A. Mauri, E. Maurice, J. Mauricio, P. Mayencourt, J. Mazorra de Cos, M.
Mazurek, M. McCann, L. Mcconnell, T.H. McGrath, N.T. McHugh, A. McNab, R.
McNulty, B. Meadows, G. Meier, D. Melnychuk, F. M. Meng, M. Merk, A. Merli,
L. Meyer Garcia, D. Miao, H. Miao, M. Mikhasenko, D.A. Milanes, A. Minotti,
E. Minucci, T. Miralles, B. Mitreska, D.S. Mitzel, A. Modak, R.A. Mohammed,
R.D. Moise, S. Mokhnenko, T. Momb\"acher, M. Monk, S. Monteil, A. Morcillo
Gomez, G. Morello, M.J. Morello, M.P. Morgenthaler, A.B. Morris, A.G. Morris,
R. Mountain, H. Mu, Z. M. Mu, E. Muhammad, F. Muheim, M. Mulder, K. M\"uller,
F. Mu\~noz-Rojas, R. Murta, P. Naik, T. Nakada, R. Nandakumar, T. Nanut, I.
Nasteva, M. Needham, N. Neri, S. Neubert, N. Neufeld, P. Neustroev, J.
Nicolini, D. Nicotra, E.M. Niel, N. Nikitin, P. Nogarolli, P. Nogga, N.S.
Nolte, C. Normand, J. Novoa Fernandez, G. Nowak, C. Nunez, H. N. Nur, A.
Oblakowska-Mucha, V. Obraztsov, T. Oeser, S. Okamura, A. Okhotnikov, O.
Okhrimenko, R. Oldeman, F. Oliva, M. Olocco, C.J.G. Onderwater, R.H. O'Neil,
D. Osthues, J.M. Otalora Goicochea, P. Owen, A. Oyanguren, O. Ozcelik, A.
Padee, K.O. Padeken, B. Pagare, P.R. Pais, T. Pajero, A. Palano, M. Palutan,
G. Panshin, L. Paolucci, A. Papanestis, M. Pappagallo, L.L. Pappalardo, C.
Pappenheimer, C. Parkes, B. Passalacqua, G. Passaleva, D. Passaro, A.
Pastore, M. Patel, J. Patoc, C. Patrignani, A. Paul, C.J. Pawley, A.
Pellegrino, J. Peng, M. Pepe Altarelli, S. Perazzini, D. Pereima, H. Pereira
Da Costa, A. Pereiro Castro, P. Perret, A. Perro, K. Petridis, A. Petrolini,
J. P. Pfaller, H. Pham, L. Pica, M. Piccini, B. Pietrzyk, G. Pietrzyk, D.
Pinci, F. Pisani, M. Pizzichemi, V. Placinta, M. Plo Casasus, T. Poeschl, F.
Polci, M. Poli Lener, A. Poluektov, N. Polukhina, I. Polyakov, E. Polycarpo,
S. Ponce, D. Popov, S. Poslavskii, K. Prasanth, C. Prouve, V. Pugatch, G.
Punzi, S. Qasim, Q. Q. Qian, W. Qian, N. Qin, S. Qu, R. Quagliani, R.I.
Rabadan Trejo, J.H. Rademacker, M. Rama, M. Ram\'irez Garc\'ia, V. Ramos De
Oliveira, M. Ramos Pernas, M.S. Rangel, F. Ratnikov, G. Raven, M. Rebollo De
Miguel, F. Redi, J. Reich, F. Reiss, Z. Ren, P.K. Resmi, R. Ribatti, G. R.
Ricart, D. Riccardi, S. Ricciardi, K. Richardson, M. Richardson-Slipper, K.
Rinnert, P. Robbe, G. Robertson, E. Rodrigues, E. Rodriguez Fernandez, J.A.
Rodriguez Lopez, E. Rodriguez Rodriguez, J. Roensch, A. Rogovskiy, D.L. Rolf,
P. Roloff, V. Romanovskiy, M. Romero Lamas, A. Romero Vidal, G. Romolini, F.
Ronchetti, T. Rong, M. Rotondo, S. R. Roy, M.S. Rudolph, M. Ruiz Diaz, R.A.
Ruiz Fernandez, J. Ruiz Vidal, A. Ryzhikov, J. Ryzka, J. J. Saavedra-Arias,
J.J. Saborido Silva, R. Sadek, N. Sagidova, D. Sahoo, N. Sahoo, B. Saitta, M.
Salomoni, C. Sanchez Gras, I. Sanderswood, R. Santacesaria, C. Santamarina
Rios, M. Santimaria, L. Santoro, E. Santovetti, A. Saputi, D. Saranin, A.
Sarnatskiy, G. Sarpis, M. Sarpis, C. Satriano, A. Satta, M. Saur, D. Savrina,
H. Sazak, F. Sborzacchi, L.G. Scantlebury Smead, A. Scarabotto, S. Schael, S.
Scherl, M. Schiller, H. Schindler, M. Schmelling, B. Schmidt, S. Schmitt, H.
Schmitz, O. Schneider, A. Schopper, N. Schulte, S. Schulte, M.H. Schune, R.
Schwemmer, G. Schwering, B. Sciascia, A. Sciuccati, S. Sellam, A. Semennikov,
T. Senger, M. Senghi Soares, A. Sergi, N. Serra, L. Sestini, A. Seuthe, Y.
Shang, D.M. Shangase, M. Shapkin, R. S. Sharma, I. Shchemerov, L. Shchutska,
T. Shears, L. Shekhtman, Z. Shen, S. Sheng, V. Shevchenko, B. Shi, Q. Shi, Y.
Shimizu, E. Shmanin, R. Shorkin, J.D. Shupperd, R. Silva Coutinho, G. Simi,
S. Simone, N. Skidmore, T. Skwarnicki, M.W. Slater, J.C. Smallwood, E. Smith,
K. Smith, M. Smith, A. Snoch, L. Soares Lavra, M.D. Sokoloff, F.J.P. Soler,
A. Solomin, A. Solovev, I. Solovyev, R. Song, Y. Song, Y. Song, Y. S. Song,
F.L. Souza De Almeida, B. Souza De Paula, E. Spadaro Norella, E. Spedicato,
J.G. Speer, E. Spiridenkov, P. Spradlin, V. Sriskaran, F. Stagni, M. Stahl,
S. Stahl, S. Stanislaus, E.N. Stein, O. Steinkamp, O. Stenyakin, H. Stevens,
D. Strekalina, Y. Su, F. Suljik, J. Sun, L. Sun, Y. Sun, D. Sundfeld, W.
Sutcliffe, P.N. Swallow, F. Swystun, A. Szabelski, T. Szumlak, Y. Tan, M.D.
Tat, A. Terentev, F. Terzuoli, F. Teubert, E. Thomas, D.J.D. Thompson, H.
Tilquin, V. Tisserand, S. T'Jampens, M. Tobin, L. Tomassetti, G. Tonani, X.
Tong, D. Torres Machado, L. Toscano, D.Y. Tou, C. Trippl, G. Tuci, N. Tuning,
L.H. Uecker, A. Ukleja, D.J. Unverzagt, E. Ursov, A. Usachov, A. Ustyuzhanin,
U. Uwer, V. Vagnoni, G. Valenti, N. Valls Canudas, H. Van Hecke, E. van
Herwijnen, C.B. Van Hulse, R. Van Laak, M. van Veghel, G. Vasquez, R. Vazquez
Gomez, P. Vazquez Regueiro, C. V\'azquez Sierra, S. Vecchi, J.J. Velthuis, M.
Veltri, A. Venkateswaran, M. Vesterinen, D. Vico Benet, M. Vieites Diaz, X.
Vilasis-Cardona, E. Vilella Figueras, A. Villa, P. Vincent, F.C. Volle, D.
vom Bruch, N. Voropaev, K. Vos, G. Vouters, C. Vrahas, J. Wagner, J. Walsh,
E.J. Walton, G. Wan, C. Wang, G. Wang, J. Wang, J. Wang, J. Wang, J. Wang, M.
Wang, N. W. Wang, R. Wang, X. Wang, X. Wang, X. W. Wang, Y. Wang, Z. Wang, Z.
Wang, Z. Wang, J.A. Ward, M. Waterlaat, N.K. Watson, D. Websdale, Y. Wei, J.
Wendel, B.D.C. Westhenry, C. White, M. Whitehead, E. Whiter, A.R. Wiederhold,
D. Wiedner, G. Wilkinson, M.K. Wilkinson, M. Williams, M.R.J. Williams, R.
Williams, Z. Williams, F.F. Wilson, W. Wislicki, M. Witek, L. Witola, C.P.
Wong, G. Wormser, S.A. Wotton, H. Wu, J. Wu, Y. Wu, Z. Wu, K. Wyllie, S.
Xian, Z. Xiang, Y. Xie, A. Xu, J. Xu, L. Xu, L. Xu, M. Xu, Z. Xu, Z. Xu, Z.
Xu, D. Yang, K. Yang, S. Yang, X. Yang, Y. Yang, Z. Yang, Z. Yang, V.
Yeroshenko, H. Yeung, H. Yin, C. Y. Yu, J. Yu, X. Yuan, Y Yuan, E. Zaffaroni,
M. Zavertyaev, M. Zdybal, C. Zeng, M. Zeng, C. Zhang, D. Zhang, J. Zhang, L.
Zhang, S. Zhang, S. Zhang, Y. Zhang, Y. Z. Zhang, Y. Zhao, A. Zharkova, A.
Zhelezov, S. Z. Zheng, X. Z. Zheng, Y. Zheng, T. Zhou, X. Zhou, Y. Zhou, V.
Zhovkovska, L. Z. Zhu, X. Zhu, X. Zhu, V. Zhukov, J. Zhuo, Q. Zou, D.
Zuliani, G. Zunica | Amplitude analysis of $B^+ \to \psi(2S) K^+ \pi^+ \pi^-$ decays | All figures and tables, along with machine-readable versions and any
supplementary material and additional information, are available at
https://lbfence.cern.ch/alcm/public/analysis/full-details/1601 (LHCb public
pages) | JHEP01(2025)054 | 10.1007/JHEP01(2025)054 | LHCb-PAPER-2024-014, CERN-EP-2024-177 | hep-ex | http://creativecommons.org/licenses/by/4.0/ | The first full amplitude analysis of $B^+ \to \psi(2S) K^+ \pi^+ \pi^-$
decays is performed using proton-proton collision data corresponding to an
integrated luminosity of $9\,\text{fb}^{-1}$ recorded with the LHCb detector.
The rich $K^+ \pi^+ \pi^-$ spectrum is studied and the branching fractions of
the resonant substructure associated with the prominent $K_1(1270)^+$
contribution are measured. The data cannot be described by conventional strange
and charmonium resonances only. An amplitude model with 53 components is
developed comprising 11 hidden-charm exotic hadrons. New production mechanisms
for charged charmonium-like states are observed. Significant resonant activity
with spin-parity $J^P = 1^+$ in the $\psi(2S) \pi^+$ system is confirmed and a
multi-pole structure is demonstrated. The spectral decomposition of the
$\psi(2S) \pi^+ \pi^-$ invariant-mass structure, dominated by $X^0 \to \psi(2S)
\rho(770)^0$ decays, broadly resembles the $J/\psi \phi$ spectrum observed in
$B^+ \to J/\psi \phi K^+$ decays. Exotic $\psi(2S) K^+ \pi^-$ resonances are
observed for the first time.
| [
{
"version": "v1",
"created": "Wed, 17 Jul 2024 11:03:10 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 09:58:35 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"LHCb collaboration",
"",
""
],
[
"Aaij",
"R.",
""
],
[
"Abdelmotteleb",
"A. S. W.",
""
],
[
"Beteta",
"C. Abellan",
""
],
[
"Abudinén",
"F.",
""
],
[
"Ackernley",
"T.",
""
],
[
"Adefisoye",
"A. A.",
""
],
[
"Adeva",
"B.",
""
],
[
"Adinolfi",
"M.",
""
],
[
"Adlarson",
"P.",
""
],
[
"Agapopoulou",
"C.",
""
],
[
"Aidala",
"C. A.",
""
],
[
"Ajaltouni",
"Z.",
""
],
[
"Akar",
"S.",
""
],
[
"Akiba",
"K.",
""
],
[
"Albicocco",
"P.",
""
],
[
"Albrecht",
"J.",
""
],
[
"Alessio",
"F.",
""
],
[
"Alexander",
"M.",
""
],
[
"Aliouche",
"Z.",
""
],
[
"Cartelle",
"P. Alvarez",
""
],
[
"Amalric",
"R.",
""
],
[
"Amato",
"S.",
""
],
[
"Amey",
"J. L.",
""
],
[
"Amhis",
"Y.",
""
],
[
"An",
"L.",
""
],
[
"Anderlini",
"L.",
""
],
[
"Andersson",
"M.",
""
],
[
"Andreianov",
"A.",
""
],
[
"Andreola",
"P.",
""
],
[
"Andreotti",
"M.",
""
],
[
"Andreou",
"D.",
""
],
[
"Anelli",
"A.",
""
],
[
"Ao",
"D.",
""
],
[
"Archilli",
"F.",
""
],
[
"Argenton",
"M.",
""
],
[
"Cuendis",
"S. Arguedas",
""
],
[
"Artamonov",
"A.",
""
],
[
"Artuso",
"M.",
""
],
[
"Aslanides",
"E.",
""
],
[
"Da Silva",
"R. Ataíde",
""
],
[
"Atzeni",
"M.",
""
],
[
"Audurier",
"B.",
""
],
[
"Bacher",
"D.",
""
],
[
"Perea",
"I. Bachiller",
""
],
[
"Bachmann",
"S.",
""
],
[
"Bachmayer",
"M.",
""
],
[
"Back",
"J. J.",
""
],
[
"Rodriguez",
"P. Baladron",
""
],
[
"Balagura",
"V.",
""
],
[
"Baldini",
"W.",
""
],
[
"Balzani",
"L.",
""
],
[
"Bao",
"H.",
""
],
[
"Leite",
"J. Baptista de Souza",
""
],
[
"Pretel",
"C. Barbero",
""
],
[
"Barbetti",
"M.",
""
],
[
"Barbosa",
"I. R.",
""
],
[
"Barlow",
"R. J.",
""
],
[
"Barnyakov",
"M.",
""
],
[
"Barsuk",
"S.",
""
],
[
"Barter",
"W.",
""
],
[
"Bartolini",
"M.",
""
],
[
"Bartz",
"J.",
""
],
[
"Basels",
"J. M.",
""
],
[
"Bashir",
"S.",
""
],
[
"Bassi",
"G.",
""
],
[
"Batsukh",
"B.",
""
],
[
"Battista",
"P. B.",
""
],
[
"Bay",
"A.",
""
],
[
"Beck",
"A.",
""
],
[
"Becker",
"M.",
""
],
[
"Bedeschi",
"F.",
""
],
[
"Bediaga",
"I. B.",
""
],
[
"Behling",
"N. B.",
""
],
[
"Belin",
"S.",
""
],
[
"Bellee",
"V.",
""
],
[
"Belous",
"K.",
""
],
[
"Belov",
"I.",
""
],
[
"Benane",
"G.",
""
],
[
"Bencivenni",
"G.",
""
],
[
"Ben-Haim",
"E.",
""
],
[
"Berezhnoy",
"A.",
""
],
[
"Bernet",
"R.",
""
],
[
"Andres",
"S. Bernet",
""
],
[
"Bertolin",
"A.",
""
],
[
"Betancourt",
"C.",
""
],
[
"Betti",
"F.",
""
],
[
"Bex",
"J.",
""
],
[
"Bezshyiko",
"Ia.",
""
],
[
"Bhom",
"J.",
""
],
[
"Bieker",
"M. S.",
""
],
[
"Biesuz",
"N. V.",
""
],
[
"Billoir",
"P.",
""
],
[
"Biolchini",
"A.",
""
],
[
"Birch",
"M.",
""
],
[
"Bishop",
"F. C. R.",
""
],
[
"Bitadze",
"A.",
""
],
[
"Bizzeti",
"A.",
""
],
[
"Blake",
"T.",
""
],
[
"Blanc",
"F.",
""
],
[
"Blank",
"J. E.",
""
],
[
"Blusk",
"S.",
""
],
[
"Bocharnikov",
"V.",
""
],
[
"Boelhauve",
"J. A.",
""
],
[
"Garcia",
"O. Boente",
""
],
[
"Boettcher",
"T.",
""
],
[
"Bohare",
"A.",
""
],
[
"Boldyrev",
"A.",
""
],
[
"Bolognani",
"C. S.",
""
],
[
"Bolzonella",
"R.",
""
],
[
"Bondar",
"N.",
""
],
[
"Borgato",
"F.",
""
],
[
"Borghi",
"S.",
""
],
[
"Borsato",
"M.",
""
],
[
"Borsuk",
"J. T.",
""
],
[
"Bouchiba",
"S. A.",
""
],
[
"Bovill",
"M.",
""
],
[
"Bowcock",
"T. J. V.",
""
],
[
"Boyer",
"A.",
""
],
[
"Bozzi",
"C.",
""
],
[
"Rodriguez",
"A. Brea",
""
],
[
"Breer",
"N.",
""
],
[
"Brodzicka",
"J.",
""
],
[
"Gonzalo",
"A. Brossa",
""
],
[
"Brown",
"J.",
""
],
[
"Brundu",
"D.",
""
],
[
"Buchanan",
"E.",
""
],
[
"Buonaura",
"A.",
""
],
[
"Buonincontri",
"L.",
""
],
[
"Burke",
"A. T.",
""
],
[
"Burr",
"C.",
""
],
[
"Butkevich",
"A.",
""
],
[
"Butter",
"J. S.",
""
],
[
"Buytaert",
"J.",
""
],
[
"Byczynski",
"W.",
""
],
[
"Cadeddu",
"S.",
""
],
[
"Cai",
"H.",
""
],
[
"Caillet",
"A. C.",
""
],
[
"Calabrese",
"R.",
""
],
[
"Ramirez",
"S. Calderon",
""
],
[
"Calefice",
"L.",
""
],
[
"Cali",
"S.",
""
],
[
"Calvi",
"M.",
""
],
[
"Gomez",
"M. Calvo",
""
],
[
"Magalhaes",
"P. Camargo",
""
],
[
"Bouzas",
"J. I. Cambon",
""
],
[
"Campana",
"P.",
""
],
[
"Perez",
"D. H. Campora",
""
],
[
"Quezada",
"A. F. Campoverde",
""
],
[
"Capelli",
"S.",
""
],
[
"Capriotti",
"L.",
""
],
[
"Caravaca-Mora",
"R.",
""
],
[
"Carbone",
"A.",
""
],
[
"Salgado",
"L. Carcedo",
""
],
[
"Cardinale",
"R.",
""
],
[
"Cardini",
"A.",
""
],
[
"Carniti",
"P.",
""
],
[
"Carus",
"L.",
""
],
[
"Vidal",
"A. Casais",
""
],
[
"Caspary",
"R.",
""
],
[
"Casse",
"G.",
""
],
[
"Godinez",
"J. Castro",
""
],
[
"Cattaneo",
"M.",
""
],
[
"Cavallero",
"G.",
""
],
[
"Cavallini",
"V.",
""
],
[
"Celani",
"S.",
""
],
[
"Cervenkov",
"D.",
""
],
[
"Cesare",
"S.",
""
],
[
"Chadwick",
"A. J.",
""
],
[
"Chahrour",
"I.",
""
],
[
"Charles",
"M.",
""
],
[
"Charpentier",
"Ph.",
""
],
[
"Chatzianagnostou",
"E.",
""
],
[
"Barajas",
"C. A. Chavez",
""
],
[
"Chefdeville",
"M.",
""
],
[
"Chen",
"C.",
""
],
[
"Chen",
"S.",
""
],
[
"Chen",
"Z.",
""
],
[
"Chernov",
"A.",
""
],
[
"Chernyshenko",
"S.",
""
],
[
"Chiotopoulos",
"X.",
""
],
[
"Chobanova",
"V.",
""
],
[
"Cholak",
"S.",
""
],
[
"Chrzaszcz",
"M.",
""
],
[
"Chubykin",
"A.",
""
],
[
"Chulikov",
"V.",
""
],
[
"Ciambrone",
"P.",
""
],
[
"Vidal",
"X. Cid",
""
],
[
"Ciezarek",
"G.",
""
],
[
"Cifra",
"P.",
""
],
[
"Clarke",
"P. E. L.",
""
],
[
"Clemencic",
"M.",
""
],
[
"Cliff",
"H. V.",
""
],
[
"Closier",
"J.",
""
],
[
"Toapaxi",
"C. Cocha",
""
],
[
"Coco",
"V.",
""
],
[
"Cogan",
"J.",
""
],
[
"Cogneras",
"E.",
""
],
[
"Cojocariu",
"L.",
""
],
[
"Collins",
"P.",
""
],
[
"Colombo",
"T.",
""
],
[
"Colonna",
"M. C.",
""
],
[
"Comerma-Montells",
"A.",
""
],
[
"Congedo",
"L.",
""
],
[
"Contu",
"A.",
""
],
[
"Cooke",
"N.",
""
],
[
"Corredoira",
"I.",
""
],
[
"Correia",
"A.",
""
],
[
"Corti",
"G.",
""
],
[
"Meldrum",
"J. J. Cottee",
""
],
[
"Couturier",
"B.",
""
],
[
"Craik",
"D. C.",
""
],
[
"Torres",
"M. Cruz",
""
],
[
"Rivera",
"E. Curras",
""
],
[
"Currie",
"R.",
""
],
[
"Da Silva",
"C. L.",
""
],
[
"Dadabaev",
"S.",
""
],
[
"Dai",
"L.",
""
],
[
"Dai",
"X.",
""
],
[
"Dall'Occo",
"E.",
""
],
[
"Dalseno",
"J.",
""
],
[
"D'Ambrosio",
"C.",
""
],
[
"Daniel",
"J.",
""
],
[
"Danilina",
"A.",
""
],
[
"d'Argent",
"P.",
""
],
[
"Davidson",
"A.",
""
],
[
"Davies",
"J. E.",
""
],
[
"Davis",
"A.",
""
],
[
"Francisco",
"O. De Aguiar",
""
],
[
"De Angelis",
"C.",
""
],
[
"De Benedetti",
"F.",
""
],
[
"de Boer",
"J.",
""
],
[
"De Bruyn",
"K.",
""
],
[
"De Capua",
"S.",
""
],
[
"De Cian",
"M.",
""
],
[
"Da Graca",
"U. De Freitas Carneiro",
""
],
[
"De Lucia",
"E.",
""
],
[
"De Miranda",
"J. M.",
""
],
[
"De Paula",
"L.",
""
],
[
"De Serio",
"M.",
""
],
[
"De Simone",
"P.",
""
],
[
"De Vellis",
"F.",
""
],
[
"de Vries",
"J. A.",
""
],
[
"Debernardis",
"F.",
""
],
[
"Decamp",
"D.",
""
],
[
"Dedu",
"V.",
""
],
[
"Del Buono",
"L.",
""
],
[
"Delaney",
"B.",
""
],
[
"Dembinski",
"H. -P.",
""
],
[
"Deng",
"J.",
""
],
[
"Denysenko",
"V.",
""
],
[
"Deschamps",
"O.",
""
],
[
"Dettori",
"F.",
""
],
[
"Dey",
"B.",
""
],
[
"Di Nezza",
"P.",
""
],
[
"Diachkov",
"I.",
""
],
[
"Didenko",
"S.",
""
],
[
"Ding",
"S.",
""
],
[
"Dittmann",
"L.",
""
],
[
"Dobishuk",
"V.",
""
],
[
"Docheva",
"A. D.",
""
],
[
"Dong",
"C.",
""
],
[
"Donohoe",
"A. M.",
""
],
[
"Dordei",
"F.",
""
],
[
"Reis",
"A. C. dos",
""
],
[
"Dowling",
"A. D.",
""
],
[
"Duan",
"W.",
""
],
[
"Duda",
"P.",
""
],
[
"Dudek",
"M. W.",
""
],
[
"Dufour",
"L.",
""
],
[
"Duk",
"V.",
""
],
[
"Durante",
"P.",
""
],
[
"Duras",
"M. M.",
""
],
[
"Durham",
"J. M.",
""
],
[
"Durmus",
"O. D.",
""
],
[
"Dziurda",
"A.",
""
],
[
"Dzyuba",
"A.",
""
],
[
"Easo",
"S.",
""
],
[
"Eckstein",
"E.",
""
],
[
"Egede",
"U.",
""
],
[
"Egorychev",
"A.",
""
],
[
"Egorychev",
"V.",
""
],
[
"Eisenhardt",
"S.",
""
],
[
"Ejopu",
"E.",
""
],
[
"Eklund",
"L.",
""
],
[
"Elashri",
"M.",
""
],
[
"Ellbracht",
"J.",
""
],
[
"Ely",
"S.",
""
],
[
"Ene",
"A.",
""
],
[
"Epple",
"E.",
""
],
[
"Eschle",
"J.",
""
],
[
"Esen",
"S.",
""
],
[
"Evans",
"T.",
""
],
[
"Fabiano",
"F.",
""
],
[
"Falcao",
"L. N.",
""
],
[
"Fan",
"Y.",
""
],
[
"Fang",
"B.",
""
],
[
"Fantini",
"L.",
""
],
[
"Faria",
"M.",
""
],
[
"Farmer",
"K.",
""
],
[
"Fazzini",
"D.",
""
],
[
"Felkowski",
"L.",
""
],
[
"Feng",
"M.",
""
],
[
"Feo",
"M.",
""
],
[
"Casani",
"A. Fernandez",
""
],
[
"Gomez",
"M. Fernandez",
""
],
[
"Fernez",
"A. D.",
""
],
[
"Ferrari",
"F.",
""
],
[
"Rodrigues",
"F. Ferreira",
""
],
[
"Ferrillo",
"M.",
""
],
[
"Ferro-Luzzi",
"M.",
""
],
[
"Filippov",
"S.",
""
],
[
"Fini",
"R. A.",
""
],
[
"Fiorini",
"M.",
""
],
[
"Fischer",
"K. L.",
""
],
[
"Fitzgerald",
"D. S.",
""
],
[
"Fitzpatrick",
"C.",
""
],
[
"Fleuret",
"F.",
""
],
[
"Fontana",
"M.",
""
],
[
"Foreman",
"L. F.",
""
],
[
"Forty",
"R.",
""
],
[
"Foulds-Holt",
"D.",
""
],
[
"Sevilla",
"M. Franco",
""
],
[
"Frank",
"M.",
""
],
[
"Franzoso",
"E.",
""
],
[
"Frau",
"G.",
""
],
[
"Frei",
"C.",
""
],
[
"Friday",
"D. A.",
""
],
[
"Fu",
"J.",
""
],
[
"Fuehring",
"Q.",
""
],
[
"Fujii",
"Y.",
""
],
[
"Fulghesu",
"T.",
""
],
[
"Gabriel",
"E.",
""
],
[
"Galati",
"G.",
""
],
[
"Galati",
"M. D.",
""
],
[
"Torreira",
"A. Gallas",
""
],
[
"Galli",
"D.",
""
],
[
"Gambetta",
"S.",
""
],
[
"Gandelman",
"M.",
""
],
[
"Gandini",
"P.",
""
],
[
"Ganie",
"B.",
""
],
[
"Gao",
"H.",
""
],
[
"Gao",
"R.",
""
],
[
"Gao",
"Y.",
""
],
[
"Gao",
"Y.",
""
],
[
"Gao",
"Y.",
""
],
[
"Garau",
"M.",
""
],
[
"Martin",
"L. M. Garcia",
""
],
[
"Moreno",
"P. Garcia",
""
],
[
"Pardiñas",
"J. García",
""
],
[
"Garg",
"K. G.",
""
],
[
"Garrido",
"L.",
""
],
[
"Gaspar",
"C.",
""
],
[
"Geertsema",
"R. E.",
""
],
[
"Gerken",
"L. L.",
""
],
[
"Gersabeck",
"E.",
""
],
[
"Gersabeck",
"M.",
""
],
[
"Gershon",
"T.",
""
],
[
"Ghorbanimoghaddam",
"Z.",
""
],
[
"Giambastiani",
"L.",
""
],
[
"Giasemis",
"F. I.",
""
],
[
"Gibson",
"V.",
""
],
[
"Giemza",
"H. K.",
""
],
[
"Gilman",
"A. L.",
""
],
[
"Giovannetti",
"M.",
""
],
[
"Gioventù",
"A.",
""
],
[
"Girardey",
"L.",
""
],
[
"Gironell",
"P. Gironella",
""
],
[
"Giugliano",
"C.",
""
],
[
"Giza",
"M. A.",
""
],
[
"Gkougkousis",
"E. L.",
""
],
[
"Glaser",
"F. C.",
""
],
[
"Gligorov",
"V. V.",
""
],
[
"Göbel",
"C.",
""
],
[
"Golobardes",
"E.",
""
],
[
"Golubkov",
"D.",
""
],
[
"Golutvin",
"A.",
""
],
[
"Gomes",
"A.",
""
],
[
"Fernandez",
"S. Gomez",
""
],
[
"Abrantes",
"F. Goncalves",
""
],
[
"Goncerz",
"M.",
""
],
[
"Gong",
"G.",
""
],
[
"Gooding",
"J. A.",
""
],
[
"Gorelov",
"I. V.",
""
],
[
"Gotti",
"C.",
""
],
[
"Grabowski",
"J. P.",
""
],
[
"Cardoso",
"L. A. Granado",
""
],
[
"Graugés",
"E.",
""
],
[
"Graverini",
"E.",
""
],
[
"Grazette",
"L.",
""
],
[
"Graziani",
"G.",
""
],
[
"Grecu",
"A. T.",
""
],
[
"Greeven",
"L. M.",
""
],
[
"Grieser",
"N. A.",
""
],
[
"Grillo",
"L.",
""
],
[
"Gromov",
"S.",
""
],
[
"Gu",
"C.",
""
],
[
"Guarise",
"M.",
""
],
[
"Guittiere",
"M.",
""
],
[
"Guliaeva",
"V.",
""
],
[
"Günther",
"P. A.",
""
],
[
"Guseinov",
"A. -K.",
""
],
[
"Gushchin",
"E.",
""
],
[
"Guz",
"Y.",
""
],
[
"Gys",
"T.",
""
],
[
"Habermann",
"K.",
""
],
[
"Hadavizadeh",
"T.",
""
],
[
"Hadjivasiliou",
"C.",
""
],
[
"Haefeli",
"G.",
""
],
[
"Haen",
"C.",
""
],
[
"Haimberger",
"J.",
""
],
[
"Hajheidari",
"M.",
""
],
[
"Hallett",
"G.",
""
],
[
"Halvorsen",
"M. M.",
""
],
[
"Hamilton",
"P. M.",
""
],
[
"Hammerich",
"J.",
""
],
[
"Han",
"Q.",
""
],
[
"Han",
"X.",
""
],
[
"Hansmann-Menzemer",
"S.",
""
],
[
"Hao",
"L.",
""
],
[
"Harnew",
"N.",
""
],
[
"Hartmann",
"M.",
""
],
[
"Hashmi",
"S.",
""
],
[
"He",
"J.",
""
],
[
"Hemmer",
"F.",
""
],
[
"Henderson",
"C.",
""
],
[
"Henderson",
"R. D. L.",
""
],
[
"Hennequin",
"A. M.",
""
],
[
"Hennessy",
"K.",
""
],
[
"Henry",
"L.",
""
],
[
"Herd",
"J.",
""
],
[
"Gascon",
"P. Herrero",
""
],
[
"Heuel",
"J.",
""
],
[
"Hicheur",
"A.",
""
],
[
"Mendizabal",
"G. Hijano",
""
],
[
"Hill",
"D.",
""
],
[
"Hollitt",
"S. E.",
""
],
[
"Horswill",
"J.",
""
],
[
"Hou",
"R.",
""
],
[
"Hou",
"Y.",
""
],
[
"Howarth",
"N.",
""
],
[
"Hu",
"J.",
""
],
[
"Hu",
"J.",
""
],
[
"Hu",
"W.",
""
],
[
"Hu",
"X.",
""
],
[
"Huang",
"W.",
""
],
[
"Hulsbergen",
"W.",
""
],
[
"Hunter",
"R. J.",
""
],
[
"Hushchyn",
"M.",
""
],
[
"Hutchcroft",
"D.",
""
],
[
"Ilin",
"D.",
""
],
[
"Ilten",
"P.",
""
],
[
"Inglessi",
"A.",
""
],
[
"Iniukhin",
"A.",
""
],
[
"Ishteev",
"A.",
""
],
[
"Ivshin",
"K.",
""
],
[
"Jacobsson",
"R.",
""
],
[
"Jage",
"H.",
""
],
[
"Elles",
"S. J. Jaimes",
""
],
[
"Jakobsen",
"S.",
""
],
[
"Jans",
"E.",
""
],
[
"Jashal",
"B. K.",
""
],
[
"Jawahery",
"A.",
""
],
[
"Jevtic",
"V.",
""
],
[
"Jiang",
"E.",
""
],
[
"Jiang",
"X.",
""
],
[
"Jiang",
"Y.",
""
],
[
"Jiang",
"Y. J.",
""
],
[
"John",
"M.",
""
],
[
"Rajan",
"A. John Rubesh",
""
],
[
"Johnson",
"D.",
""
],
[
"Jones",
"C. R.",
""
],
[
"Jones",
"T. P.",
""
],
[
"Joshi",
"S.",
""
],
[
"Jost",
"B.",
""
],
[
"Castella",
"J. Juan",
""
],
[
"Jurik",
"N.",
""
],
[
"Juszczak",
"I.",
""
],
[
"Kaminaris",
"D.",
""
],
[
"Kandybei",
"S.",
""
],
[
"Kane",
"M.",
""
],
[
"Kang",
"Y.",
""
],
[
"Kar",
"C.",
""
],
[
"Karacson",
"M.",
""
],
[
"Karpenkov",
"D.",
""
],
[
"Kauniskangas",
"A.",
""
],
[
"Kautz",
"J. W.",
""
],
[
"Keizer",
"F.",
""
],
[
"Kenzie",
"M.",
""
],
[
"Ketel",
"T.",
""
],
[
"Khanji",
"B.",
""
],
[
"Kharisova",
"A.",
""
],
[
"Kholodenko",
"S.",
""
],
[
"Khreich",
"G.",
""
],
[
"Kirn",
"T.",
""
],
[
"Kirsebom",
"V. S.",
""
],
[
"Kitouni",
"O.",
""
],
[
"Klaver",
"S.",
""
],
[
"Kleijne",
"N.",
""
],
[
"Klimaszewski",
"K.",
""
],
[
"Kmiec",
"M. R.",
""
],
[
"Koliiev",
"S.",
""
],
[
"Kolk",
"L.",
""
],
[
"Konoplyannikov",
"A.",
""
],
[
"Kopciewicz",
"P.",
""
],
[
"Koppenburg",
"P.",
""
],
[
"Korolev",
"M.",
""
],
[
"Kostiuk",
"I.",
""
],
[
"Kot",
"O.",
""
],
[
"Kotriakhova",
"S.",
""
],
[
"Kozachuk",
"A.",
""
],
[
"Kravchenko",
"P.",
""
],
[
"Kravchuk",
"L.",
""
],
[
"Kreps",
"M.",
""
],
[
"Krokovny",
"P.",
""
],
[
"Krupa",
"W.",
""
],
[
"Krzemien",
"W.",
""
],
[
"Kshyvanskyi",
"O. K.",
""
],
[
"Kubat",
"J.",
""
],
[
"Kubis",
"S.",
""
],
[
"Kucharczyk",
"M.",
""
],
[
"Kudryavtsev",
"V.",
""
],
[
"Kulikova",
"E.",
""
],
[
"Kupsc",
"A.",
""
],
[
"Kutsenko",
"B. K.",
""
],
[
"Lacarrere",
"D.",
""
],
[
"Lai",
"A.",
""
],
[
"Lampis",
"A.",
""
],
[
"Lancierini",
"D.",
""
],
[
"Gomez",
"C. Landesa",
""
],
[
"Lane",
"J. J.",
""
],
[
"Lane",
"R.",
""
],
[
"Langenbruch",
"C.",
""
],
[
"Langer",
"J.",
""
],
[
"Lantwin",
"O.",
""
],
[
"Latham",
"T.",
""
],
[
"Lazzari",
"F.",
""
],
[
"Lazzeroni",
"C.",
""
],
[
"Gac",
"R. Le",
""
],
[
"Lee",
"H.",
""
],
[
"Lefèvre",
"R.",
""
],
[
"Leflat",
"A.",
""
],
[
"Legotin",
"S.",
""
],
[
"Lehuraux",
"M.",
""
],
[
"Cid",
"E. Lemos",
""
],
[
"Leroy",
"O.",
""
],
[
"Lesiak",
"T.",
""
],
[
"Leverington",
"B.",
""
],
[
"Li",
"A.",
""
],
[
"Li",
"C.",
""
],
[
"Li",
"H.",
""
],
[
"Li",
"K.",
""
],
[
"Li",
"L.",
""
],
[
"Li",
"P.",
""
],
[
"Li",
"P. -R.",
""
],
[
"Li",
"Q.",
""
],
[
"Li",
"S.",
""
],
[
"Li",
"T.",
""
],
[
"Li",
"T.",
""
],
[
"Li",
"Y.",
""
],
[
"Li",
"Y.",
""
],
[
"Lian",
"Z.",
""
],
[
"Liang",
"X.",
""
],
[
"Libralon",
"S.",
""
],
[
"Lin",
"C.",
""
],
[
"Lin",
"T.",
""
],
[
"Lindner",
"R.",
""
],
[
"Lisovskyi",
"V.",
""
],
[
"Litvinov",
"R.",
""
],
[
"Liu",
"F. L.",
""
],
[
"Liu",
"G.",
""
],
[
"Liu",
"K.",
""
],
[
"Liu",
"S.",
""
],
[
"Liu",
"W.",
""
],
[
"Liu",
"Y.",
""
],
[
"Liu",
"Y.",
""
],
[
"Liu",
"Y. L.",
""
],
[
"Salvia",
"A. Lobo",
""
],
[
"Loi",
"A.",
""
],
[
"Castro",
"J. Lomba",
""
],
[
"Long",
"T.",
""
],
[
"Lopes",
"J. H.",
""
],
[
"Huertas",
"A. Lopez",
""
],
[
"Soliño",
"S. López",
""
],
[
"Lucarelli",
"C.",
""
],
[
"Lucchesi",
"D.",
""
],
[
"Martinez",
"M. Lucio",
""
],
[
"Lukashenko",
"V.",
""
],
[
"Luo",
"Y.",
""
],
[
"Lupato",
"A.",
""
],
[
"Luppi",
"E.",
""
],
[
"Lynch",
"K.",
""
],
[
"Lyu",
"X. -R.",
""
],
[
"Ma",
"G. M.",
""
],
[
"Ma",
"R.",
""
],
[
"Maccolini",
"S.",
""
],
[
"Machefert",
"F.",
""
],
[
"Maciuc",
"F.",
""
],
[
"Mack",
"B.",
""
],
[
"Mackay",
"I.",
""
],
[
"Mackey",
"L. M.",
""
],
[
"Mohan",
"L. R. Madhan",
""
],
[
"Madurai",
"M. J.",
""
],
[
"Maevskiy",
"A.",
""
],
[
"Magdalinski",
"D.",
""
],
[
"Maisuzenko",
"D.",
""
],
[
"Majewski",
"M. W.",
""
],
[
"Malczewski",
"J. J.",
""
],
[
"Malde",
"S.",
""
],
[
"Malentacca",
"L.",
""
],
[
"Malinin",
"A.",
""
],
[
"Maltsev",
"T.",
""
],
[
"Manca",
"G.",
""
],
[
"Mancinelli",
"G.",
""
],
[
"Mancuso",
"C.",
""
],
[
"Escalero",
"R. Manera",
""
],
[
"Manuzzi",
"D.",
""
],
[
"Marangotto",
"D.",
""
],
[
"Marchand",
"J. F.",
""
],
[
"Marchevski",
"R.",
""
],
[
"Marconi",
"U.",
""
],
[
"Mariani",
"S.",
""
],
[
"Benito",
"C. Marin",
""
],
[
"Marks",
"J.",
""
],
[
"Marshall",
"A. M.",
""
],
[
"Martel",
"L.",
""
],
[
"Martelli",
"G.",
""
],
[
"Martellotti",
"G.",
""
],
[
"Martinazzoli",
"L.",
""
],
[
"Martinelli",
"M.",
""
],
[
"Santos",
"D. Martinez",
""
],
[
"Vidal",
"F. Martinez",
""
],
[
"Massafferri",
"A.",
""
],
[
"Matev",
"R.",
""
],
[
"Mathad",
"A.",
""
],
[
"Matiunin",
"V.",
""
],
[
"Matteuzzi",
"C.",
""
],
[
"Mattioli",
"K. R.",
""
],
[
"Mauri",
"A.",
""
],
[
"Maurice",
"E.",
""
],
[
"Mauricio",
"J.",
""
],
[
"Mayencourt",
"P.",
""
],
[
"de Cos",
"J. Mazorra",
""
],
[
"Mazurek",
"M.",
""
],
[
"McCann",
"M.",
""
],
[
"Mcconnell",
"L.",
""
],
[
"McGrath",
"T. H.",
""
],
[
"McHugh",
"N. T.",
""
],
[
"McNab",
"A.",
""
],
[
"McNulty",
"R.",
""
],
[
"Meadows",
"B.",
""
],
[
"Meier",
"G.",
""
],
[
"Melnychuk",
"D.",
""
],
[
"Meng",
"F. M.",
""
],
[
"Merk",
"M.",
""
],
[
"Merli",
"A.",
""
],
[
"Garcia",
"L. Meyer",
""
],
[
"Miao",
"D.",
""
],
[
"Miao",
"H.",
""
],
[
"Mikhasenko",
"M.",
""
],
[
"Milanes",
"D. A.",
""
],
[
"Minotti",
"A.",
""
],
[
"Minucci",
"E.",
""
],
[
"Miralles",
"T.",
""
],
[
"Mitreska",
"B.",
""
],
[
"Mitzel",
"D. S.",
""
],
[
"Modak",
"A.",
""
],
[
"Mohammed",
"R. A.",
""
],
[
"Moise",
"R. D.",
""
],
[
"Mokhnenko",
"S.",
""
],
[
"Mombächer",
"T.",
""
],
[
"Monk",
"M.",
""
],
[
"Monteil",
"S.",
""
],
[
"Gomez",
"A. Morcillo",
""
],
[
"Morello",
"G.",
""
],
[
"Morello",
"M. J.",
""
],
[
"Morgenthaler",
"M. P.",
""
],
[
"Morris",
"A. B.",
""
],
[
"Morris",
"A. G.",
""
],
[
"Mountain",
"R.",
""
],
[
"Mu",
"H.",
""
],
[
"Mu",
"Z. M.",
""
],
[
"Muhammad",
"E.",
""
],
[
"Muheim",
"F.",
""
],
[
"Mulder",
"M.",
""
],
[
"Müller",
"K.",
""
],
[
"Muñoz-Rojas",
"F.",
""
],
[
"Murta",
"R.",
""
],
[
"Naik",
"P.",
""
],
[
"Nakada",
"T.",
""
],
[
"Nandakumar",
"R.",
""
],
[
"Nanut",
"T.",
""
],
[
"Nasteva",
"I.",
""
],
[
"Needham",
"M.",
""
],
[
"Neri",
"N.",
""
],
[
"Neubert",
"S.",
""
],
[
"Neufeld",
"N.",
""
],
[
"Neustroev",
"P.",
""
],
[
"Nicolini",
"J.",
""
],
[
"Nicotra",
"D.",
""
],
[
"Niel",
"E. M.",
""
],
[
"Nikitin",
"N.",
""
],
[
"Nogarolli",
"P.",
""
],
[
"Nogga",
"P.",
""
],
[
"Nolte",
"N. S.",
""
],
[
"Normand",
"C.",
""
],
[
"Fernandez",
"J. Novoa",
""
],
[
"Nowak",
"G.",
""
],
[
"Nunez",
"C.",
""
],
[
"Nur",
"H. N.",
""
],
[
"Oblakowska-Mucha",
"A.",
""
],
[
"Obraztsov",
"V.",
""
],
[
"Oeser",
"T.",
""
],
[
"Okamura",
"S.",
""
],
[
"Okhotnikov",
"A.",
""
],
[
"Okhrimenko",
"O.",
""
],
[
"Oldeman",
"R.",
""
],
[
"Oliva",
"F.",
""
],
[
"Olocco",
"M.",
""
],
[
"Onderwater",
"C. J. G.",
""
],
[
"O'Neil",
"R. H.",
""
],
[
"Osthues",
"D.",
""
],
[
"Goicochea",
"J. M. Otalora",
""
],
[
"Owen",
"P.",
""
],
[
"Oyanguren",
"A.",
""
],
[
"Ozcelik",
"O.",
""
],
[
"Padee",
"A.",
""
],
[
"Padeken",
"K. O.",
""
],
[
"Pagare",
"B.",
""
],
[
"Pais",
"P. R.",
""
],
[
"Pajero",
"T.",
""
],
[
"Palano",
"A.",
""
],
[
"Palutan",
"M.",
""
],
[
"Panshin",
"G.",
""
],
[
"Paolucci",
"L.",
""
],
[
"Papanestis",
"A.",
""
],
[
"Pappagallo",
"M.",
""
],
[
"Pappalardo",
"L. L.",
""
],
[
"Pappenheimer",
"C.",
""
],
[
"Parkes",
"C.",
""
],
[
"Passalacqua",
"B.",
""
],
[
"Passaleva",
"G.",
""
],
[
"Passaro",
"D.",
""
],
[
"Pastore",
"A.",
""
],
[
"Patel",
"M.",
""
],
[
"Patoc",
"J.",
""
],
[
"Patrignani",
"C.",
""
],
[
"Paul",
"A.",
""
],
[
"Pawley",
"C. J.",
""
],
[
"Pellegrino",
"A.",
""
],
[
"Peng",
"J.",
""
],
[
"Altarelli",
"M. Pepe",
""
],
[
"Perazzini",
"S.",
""
],
[
"Pereima",
"D.",
""
],
[
"Da Costa",
"H. Pereira",
""
],
[
"Castro",
"A. Pereiro",
""
],
[
"Perret",
"P.",
""
],
[
"Perro",
"A.",
""
],
[
"Petridis",
"K.",
""
],
[
"Petrolini",
"A.",
""
],
[
"Pfaller",
"J. P.",
""
],
[
"Pham",
"H.",
""
],
[
"Pica",
"L.",
""
],
[
"Piccini",
"M.",
""
],
[
"Pietrzyk",
"B.",
""
],
[
"Pietrzyk",
"G.",
""
],
[
"Pinci",
"D.",
""
],
[
"Pisani",
"F.",
""
],
[
"Pizzichemi",
"M.",
""
],
[
"Placinta",
"V.",
""
],
[
"Casasus",
"M. Plo",
""
],
[
"Poeschl",
"T.",
""
],
[
"Polci",
"F.",
""
],
[
"Lener",
"M. Poli",
""
],
[
"Poluektov",
"A.",
""
],
[
"Polukhina",
"N.",
""
],
[
"Polyakov",
"I.",
""
],
[
"Polycarpo",
"E.",
""
],
[
"Ponce",
"S.",
""
],
[
"Popov",
"D.",
""
],
[
"Poslavskii",
"S.",
""
],
[
"Prasanth",
"K.",
""
],
[
"Prouve",
"C.",
""
],
[
"Pugatch",
"V.",
""
],
[
"Punzi",
"G.",
""
],
[
"Qasim",
"S.",
""
],
[
"Qian",
"Q. Q.",
""
],
[
"Qian",
"W.",
""
],
[
"Qin",
"N.",
""
],
[
"Qu",
"S.",
""
],
[
"Quagliani",
"R.",
""
],
[
"Trejo",
"R. I. Rabadan",
""
],
[
"Rademacker",
"J. H.",
""
],
[
"Rama",
"M.",
""
],
[
"García",
"M. Ramírez",
""
],
[
"De Oliveira",
"V. Ramos",
""
],
[
"Pernas",
"M. Ramos",
""
],
[
"Rangel",
"M. S.",
""
],
[
"Ratnikov",
"F.",
""
],
[
"Raven",
"G.",
""
],
[
"De Miguel",
"M. Rebollo",
""
],
[
"Redi",
"F.",
""
],
[
"Reich",
"J.",
""
],
[
"Reiss",
"F.",
""
],
[
"Ren",
"Z.",
""
],
[
"Resmi",
"P. K.",
""
],
[
"Ribatti",
"R.",
""
],
[
"Ricart",
"G. R.",
""
],
[
"Riccardi",
"D.",
""
],
[
"Ricciardi",
"S.",
""
],
[
"Richardson",
"K.",
""
],
[
"Richardson-Slipper",
"M.",
""
],
[
"Rinnert",
"K.",
""
],
[
"Robbe",
"P.",
""
],
[
"Robertson",
"G.",
""
],
[
"Rodrigues",
"E.",
""
],
[
"Fernandez",
"E. Rodriguez",
""
],
[
"Lopez",
"J. A. Rodriguez",
""
],
[
"Rodriguez",
"E. Rodriguez",
""
],
[
"Roensch",
"J.",
""
],
[
"Rogovskiy",
"A.",
""
],
[
"Rolf",
"D. L.",
""
],
[
"Roloff",
"P.",
""
],
[
"Romanovskiy",
"V.",
""
],
[
"Lamas",
"M. Romero",
""
],
[
"Vidal",
"A. Romero",
""
],
[
"Romolini",
"G.",
""
],
[
"Ronchetti",
"F.",
""
],
[
"Rong",
"T.",
""
],
[
"Rotondo",
"M.",
""
],
[
"Roy",
"S. R.",
""
],
[
"Rudolph",
"M. S.",
""
],
[
"Diaz",
"M. Ruiz",
""
],
[
"Fernandez",
"R. A. Ruiz",
""
],
[
"Vidal",
"J. Ruiz",
""
],
[
"Ryzhikov",
"A.",
""
],
[
"Ryzka",
"J.",
""
],
[
"Saavedra-Arias",
"J. J.",
""
],
[
"Silva",
"J. J. Saborido",
""
],
[
"Sadek",
"R.",
""
],
[
"Sagidova",
"N.",
""
],
[
"Sahoo",
"D.",
""
],
[
"Sahoo",
"N.",
""
],
[
"Saitta",
"B.",
""
],
[
"Salomoni",
"M.",
""
],
[
"Gras",
"C. Sanchez",
""
],
[
"Sanderswood",
"I.",
""
],
[
"Santacesaria",
"R.",
""
],
[
"Rios",
"C. Santamarina",
""
],
[
"Santimaria",
"M.",
""
],
[
"Santoro",
"L.",
""
],
[
"Santovetti",
"E.",
""
],
[
"Saputi",
"A.",
""
],
[
"Saranin",
"D.",
""
],
[
"Sarnatskiy",
"A.",
""
],
[
"Sarpis",
"G.",
""
],
[
"Sarpis",
"M.",
""
],
[
"Satriano",
"C.",
""
],
[
"Satta",
"A.",
""
],
[
"Saur",
"M.",
""
],
[
"Savrina",
"D.",
""
],
[
"Sazak",
"H.",
""
],
[
"Sborzacchi",
"F.",
""
],
[
"Smead",
"L. G. Scantlebury",
""
],
[
"Scarabotto",
"A.",
""
],
[
"Schael",
"S.",
""
],
[
"Scherl",
"S.",
""
],
[
"Schiller",
"M.",
""
],
[
"Schindler",
"H.",
""
],
[
"Schmelling",
"M.",
""
],
[
"Schmidt",
"B.",
""
],
[
"Schmitt",
"S.",
""
],
[
"Schmitz",
"H.",
""
],
[
"Schneider",
"O.",
""
],
[
"Schopper",
"A.",
""
],
[
"Schulte",
"N.",
""
],
[
"Schulte",
"S.",
""
],
[
"Schune",
"M. H.",
""
],
[
"Schwemmer",
"R.",
""
],
[
"Schwering",
"G.",
""
],
[
"Sciascia",
"B.",
""
],
[
"Sciuccati",
"A.",
""
],
[
"Sellam",
"S.",
""
],
[
"Semennikov",
"A.",
""
],
[
"Senger",
"T.",
""
],
[
"Soares",
"M. Senghi",
""
],
[
"Sergi",
"A.",
""
],
[
"Serra",
"N.",
""
],
[
"Sestini",
"L.",
""
],
[
"Seuthe",
"A.",
""
],
[
"Shang",
"Y.",
""
],
[
"Shangase",
"D. M.",
""
],
[
"Shapkin",
"M.",
""
],
[
"Sharma",
"R. S.",
""
],
[
"Shchemerov",
"I.",
""
],
[
"Shchutska",
"L.",
""
],
[
"Shears",
"T.",
""
],
[
"Shekhtman",
"L.",
""
],
[
"Shen",
"Z.",
""
],
[
"Sheng",
"S.",
""
],
[
"Shevchenko",
"V.",
""
],
[
"Shi",
"B.",
""
],
[
"Shi",
"Q.",
""
],
[
"Shimizu",
"Y.",
""
],
[
"Shmanin",
"E.",
""
],
[
"Shorkin",
"R.",
""
],
[
"Shupperd",
"J. D.",
""
],
[
"Coutinho",
"R. Silva",
""
],
[
"Simi",
"G.",
""
],
[
"Simone",
"S.",
""
],
[
"Skidmore",
"N.",
""
],
[
"Skwarnicki",
"T.",
""
],
[
"Slater",
"M. W.",
""
],
[
"Smallwood",
"J. C.",
""
],
[
"Smith",
"E.",
""
],
[
"Smith",
"K.",
""
],
[
"Smith",
"M.",
""
],
[
"Snoch",
"A.",
""
],
[
"Lavra",
"L. Soares",
""
],
[
"Sokoloff",
"M. D.",
""
],
[
"Soler",
"F. J. P.",
""
],
[
"Solomin",
"A.",
""
],
[
"Solovev",
"A.",
""
],
[
"Solovyev",
"I.",
""
],
[
"Song",
"R.",
""
],
[
"Song",
"Y.",
""
],
[
"Song",
"Y.",
""
],
[
"Song",
"Y. S.",
""
],
[
"De Almeida",
"F. L. Souza",
""
],
[
"De Paula",
"B. Souza",
""
],
[
"Norella",
"E. Spadaro",
""
],
[
"Spedicato",
"E.",
""
],
[
"Speer",
"J. G.",
""
],
[
"Spiridenkov",
"E.",
""
],
[
"Spradlin",
"P.",
""
],
[
"Sriskaran",
"V.",
""
],
[
"Stagni",
"F.",
""
],
[
"Stahl",
"M.",
""
],
[
"Stahl",
"S.",
""
],
[
"Stanislaus",
"S.",
""
],
[
"Stein",
"E. N.",
""
],
[
"Steinkamp",
"O.",
""
],
[
"Stenyakin",
"O.",
""
],
[
"Stevens",
"H.",
""
],
[
"Strekalina",
"D.",
""
],
[
"Su",
"Y.",
""
],
[
"Suljik",
"F.",
""
],
[
"Sun",
"J.",
""
],
[
"Sun",
"L.",
""
],
[
"Sun",
"Y.",
""
],
[
"Sundfeld",
"D.",
""
],
[
"Sutcliffe",
"W.",
""
],
[
"Swallow",
"P. N.",
""
],
[
"Swystun",
"F.",
""
],
[
"Szabelski",
"A.",
""
],
[
"Szumlak",
"T.",
""
],
[
"Tan",
"Y.",
""
],
[
"Tat",
"M. D.",
""
],
[
"Terentev",
"A.",
""
],
[
"Terzuoli",
"F.",
""
],
[
"Teubert",
"F.",
""
],
[
"Thomas",
"E.",
""
],
[
"Thompson",
"D. J. D.",
""
],
[
"Tilquin",
"H.",
""
],
[
"Tisserand",
"V.",
""
],
[
"T'Jampens",
"S.",
""
],
[
"Tobin",
"M.",
""
],
[
"Tomassetti",
"L.",
""
],
[
"Tonani",
"G.",
""
],
[
"Tong",
"X.",
""
],
[
"Machado",
"D. Torres",
""
],
[
"Toscano",
"L.",
""
],
[
"Tou",
"D. Y.",
""
],
[
"Trippl",
"C.",
""
],
[
"Tuci",
"G.",
""
],
[
"Tuning",
"N.",
""
],
[
"Uecker",
"L. H.",
""
],
[
"Ukleja",
"A.",
""
],
[
"Unverzagt",
"D. J.",
""
],
[
"Ursov",
"E.",
""
],
[
"Usachov",
"A.",
""
],
[
"Ustyuzhanin",
"A.",
""
],
[
"Uwer",
"U.",
""
],
[
"Vagnoni",
"V.",
""
],
[
"Valenti",
"G.",
""
],
[
"Canudas",
"N. Valls",
""
],
[
"Van Hecke",
"H.",
""
],
[
"van Herwijnen",
"E.",
""
],
[
"Van Hulse",
"C. B.",
""
],
[
"Van Laak",
"R.",
""
],
[
"van Veghel",
"M.",
""
],
[
"Vasquez",
"G.",
""
],
[
"Gomez",
"R. Vazquez",
""
],
[
"Regueiro",
"P. Vazquez",
""
],
[
"Sierra",
"C. Vázquez",
""
],
[
"Vecchi",
"S.",
""
],
[
"Velthuis",
"J. J.",
""
],
[
"Veltri",
"M.",
""
],
[
"Venkateswaran",
"A.",
""
],
[
"Vesterinen",
"M.",
""
],
[
"Benet",
"D. Vico",
""
],
[
"Diaz",
"M. Vieites",
""
],
[
"Vilasis-Cardona",
"X.",
""
],
[
"Figueras",
"E. Vilella",
""
],
[
"Villa",
"A.",
""
],
[
"Vincent",
"P.",
""
],
[
"Volle",
"F. C.",
""
],
[
"Bruch",
"D. vom",
""
],
[
"Voropaev",
"N.",
""
],
[
"Vos",
"K.",
""
],
[
"Vouters",
"G.",
""
],
[
"Vrahas",
"C.",
""
],
[
"Wagner",
"J.",
""
],
[
"Walsh",
"J.",
""
],
[
"Walton",
"E. J.",
""
],
[
"Wan",
"G.",
""
],
[
"Wang",
"C.",
""
],
[
"Wang",
"G.",
""
],
[
"Wang",
"J.",
""
],
[
"Wang",
"J.",
""
],
[
"Wang",
"J.",
""
],
[
"Wang",
"J.",
""
],
[
"Wang",
"M.",
""
],
[
"Wang",
"N. W.",
""
],
[
"Wang",
"R.",
""
],
[
"Wang",
"X.",
""
],
[
"Wang",
"X.",
""
],
[
"Wang",
"X. W.",
""
],
[
"Wang",
"Y.",
""
],
[
"Wang",
"Z.",
""
],
[
"Wang",
"Z.",
""
],
[
"Wang",
"Z.",
""
],
[
"Ward",
"J. A.",
""
],
[
"Waterlaat",
"M.",
""
],
[
"Watson",
"N. K.",
""
],
[
"Websdale",
"D.",
""
],
[
"Wei",
"Y.",
""
],
[
"Wendel",
"J.",
""
],
[
"Westhenry",
"B. D. C.",
""
],
[
"White",
"C.",
""
],
[
"Whitehead",
"M.",
""
],
[
"Whiter",
"E.",
""
],
[
"Wiederhold",
"A. R.",
""
],
[
"Wiedner",
"D.",
""
],
[
"Wilkinson",
"G.",
""
],
[
"Wilkinson",
"M. K.",
""
],
[
"Williams",
"M.",
""
],
[
"Williams",
"M. R. J.",
""
],
[
"Williams",
"R.",
""
],
[
"Williams",
"Z.",
""
],
[
"Wilson",
"F. F.",
""
],
[
"Wislicki",
"W.",
""
],
[
"Witek",
"M.",
""
],
[
"Witola",
"L.",
""
],
[
"Wong",
"C. P.",
""
],
[
"Wormser",
"G.",
""
],
[
"Wotton",
"S. A.",
""
],
[
"Wu",
"H.",
""
],
[
"Wu",
"J.",
""
],
[
"Wu",
"Y.",
""
],
[
"Wu",
"Z.",
""
],
[
"Wyllie",
"K.",
""
],
[
"Xian",
"S.",
""
],
[
"Xiang",
"Z.",
""
],
[
"Xie",
"Y.",
""
],
[
"Xu",
"A.",
""
],
[
"Xu",
"J.",
""
],
[
"Xu",
"L.",
""
],
[
"Xu",
"L.",
""
],
[
"Xu",
"M.",
""
],
[
"Xu",
"Z.",
""
],
[
"Xu",
"Z.",
""
],
[
"Xu",
"Z.",
""
],
[
"Yang",
"D.",
""
],
[
"Yang",
"K.",
""
],
[
"Yang",
"S.",
""
],
[
"Yang",
"X.",
""
],
[
"Yang",
"Y.",
""
],
[
"Yang",
"Z.",
""
],
[
"Yang",
"Z.",
""
],
[
"Yeroshenko",
"V.",
""
],
[
"Yeung",
"H.",
""
],
[
"Yin",
"H.",
""
],
[
"Yu",
"C. Y.",
""
],
[
"Yu",
"J.",
""
],
[
"Yuan",
"X.",
""
],
[
"Yuan",
"Y",
""
],
[
"Zaffaroni",
"E.",
""
],
[
"Zavertyaev",
"M.",
""
],
[
"Zdybal",
"M.",
""
],
[
"Zeng",
"C.",
""
],
[
"Zeng",
"M.",
""
],
[
"Zhang",
"C.",
""
],
[
"Zhang",
"D.",
""
],
[
"Zhang",
"J.",
""
],
[
"Zhang",
"L.",
""
],
[
"Zhang",
"S.",
""
],
[
"Zhang",
"S.",
""
],
[
"Zhang",
"Y.",
""
],
[
"Zhang",
"Y. Z.",
""
],
[
"Zhao",
"Y.",
""
],
[
"Zharkova",
"A.",
""
],
[
"Zhelezov",
"A.",
""
],
[
"Zheng",
"S. Z.",
""
],
[
"Zheng",
"X. Z.",
""
],
[
"Zheng",
"Y.",
""
],
[
"Zhou",
"T.",
""
],
[
"Zhou",
"X.",
""
],
[
"Zhou",
"Y.",
""
],
[
"Zhovkovska",
"V.",
""
],
[
"Zhu",
"L. Z.",
""
],
[
"Zhu",
"X.",
""
],
[
"Zhu",
"X.",
""
],
[
"Zhukov",
"V.",
""
],
[
"Zhuo",
"J.",
""
],
[
"Zou",
"Q.",
""
],
[
"Zuliani",
"D.",
""
],
[
"Zunica",
"G.",
""
]
] |
2407.12566 | Wonwoong Lee | Chun-Yin Hui, Wonwoong Lee | Monodromy and irreducibility of type $A_1$ automorphic Galois
representations | 14 pages | null | null | null | math.NT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Let $K$ be a totally real field and $\pi$ be a regular algebraic polarized
cuspidal automorphic representation of $\mathrm{GL}_n(\mathbb A_K)$. Let
$\{\rho_{\pi,\lambda}:\mathrm{Gal}_K\to\mathrm{GL}_n(\overline
E_\lambda)\}_\lambda$ be the compatible system of Galois representations
attached to $\pi$ and denote by $\mathbf G_\lambda$ the algebraic monodromy
group of $\rho_{\pi,\lambda}$. Suppose there exists $\lambda_0$ such that (a)
$\rho_{\pi,\lambda_0}$ is irreducible; (b) $\mathbf G_{\lambda_0}$ is connected
and of type $A_1$; and (c) the tautological representation of $\mathbf
G_{\lambda_0}$ is of a certain type. We prove that $\bullet$ $\mathbf
G_{\lambda,\mathbb C}\subset\mathrm{GL}_{n, \mathbb C}$ is independent of
$\lambda$; $\bullet$ $\rho_{\pi,\lambda}$ is irreducible for all $\lambda$, and
residually irreducible for almost all $\lambda$. Moreover, if $K=\mathbb Q$ or
$n$ is odd, we prove that the same conclusions hold without the assumption that
$\pi$ is polarized. We also prove that if $K=\mathbb Q$, then the compatible
system $\{\rho_{\pi,\lambda}\}_\lambda$ is constructed from certain
two-dimensional modular compatible systems up to twist.
| [
{
"version": "v1",
"created": "Wed, 17 Jul 2024 13:48:30 GMT"
},
{
"version": "v2",
"created": "Fri, 23 Aug 2024 08:22:54 GMT"
},
{
"version": "v3",
"created": "Fri, 25 Apr 2025 11:21:05 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Hui",
"Chun-Yin",
""
],
[
"Lee",
"Wonwoong",
""
]
] |
2407.13346 | Pedro Neto | Afonso Silva, Diogo Fonseca, Diogo M. Neto, Mihail Babcinschi, Pedro
Neto | Integrated Design and Fabrication of Pneumatic Soft Robot Actuators in a
Single Casting Step | null | Cyborg Bionic Syst. 2024;5:0137 | 10.34133/cbsystems.0137 | null | cs.RO | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Bio-inspired soft robots have already shown the ability to handle uncertainty
and adapt to unstructured environments. However, their availability is
partially restricted by time-consuming, costly and highly supervised
design-fabrication processes, often based on resource intensive iterative
workflows. Here, we propose an integrated approach targeting the design and
fabrication of pneumatic soft actuators in a single casting step. Molds and
sacrificial water-soluble hollow cores are printed using fused filament
fabrication (FFF). A heated water circuit accelerates the dissolution of the
core's material and guarantees its complete removal from the actuator walls,
while the actuator's mechanical operability is defined through finite element
analysis (FEA). This enables the fabrication of actuators with non-uniform
cross sections under minimal supervision, thereby reducing the number of
iterations necessary during the design and fabrication processes. Three
actuators capable of bending and linear motion were designed, fabricated,
integrated and demonstrated as three different bio-inspired soft robots, an
earthworm-inspired robot, a four-legged robot, and a robotic gripper. We
demonstrate the availability, versatility and effectiveness of the proposed
methods, contributing to accelerating the design and fabrication of soft
robots. This study represents a step toward increasing the accessibility of
soft robots to people at a lower cost.
| [
{
"version": "v1",
"created": "Thu, 18 Jul 2024 09:46:15 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Silva",
"Afonso",
""
],
[
"Fonseca",
"Diogo",
""
],
[
"Neto",
"Diogo M.",
""
],
[
"Babcinschi",
"Mihail",
""
],
[
"Neto",
"Pedro",
""
]
] |
2407.14573 | Orson Mengara | Orson Mengara | Trading Devil Final: Backdoor attack via Stock market and Bayesian
Optimization | END (will never be modified again!!) :Jumps-Diffusion and stock
market: Better quantify uncertainty in financial simulations | null | null | null | cs.LG cs.CR q-fin.CP q-fin.PR q-fin.ST | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Since the advent of generative artificial intelligence, every company and
researcher has been rushing to develop their own generative models, whether
commercial or not. Given the large number of users of these powerful new tools,
there is currently no intrinsically verifiable way to explain from the ground
up what happens when LLMs (large language models) learn. For example, those
based on automatic speech recognition systems, which have to rely on huge and
astronomical amounts of data collected from all over the web to produce fast
and efficient results, In this article, we develop a backdoor attack called
MarketBackFinal 2.0, based on acoustic data poisoning, MarketBackFinal 2.0 is
mainly based on modern stock market models. In order to show the possible
vulnerabilities of speech-based transformers that may rely on LLMs.
| [
{
"version": "v1",
"created": "Sun, 21 Jul 2024 06:27:45 GMT"
},
{
"version": "v2",
"created": "Wed, 7 Aug 2024 08:22:35 GMT"
},
{
"version": "v3",
"created": "Fri, 16 Aug 2024 07:30:29 GMT"
},
{
"version": "v4",
"created": "Sat, 24 Aug 2024 04:07:40 GMT"
},
{
"version": "v5",
"created": "Thu, 12 Sep 2024 16:22:52 GMT"
},
{
"version": "v6",
"created": "Fri, 20 Sep 2024 17:56:24 GMT"
},
{
"version": "v7",
"created": "Wed, 23 Apr 2025 18:36:04 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Mengara",
"Orson",
""
]
] |
2407.17407 | Zihao Wang | Z. Wang, R. W. Parker, E. Champion, M. S. Blok | Systematic study of High $E_J/E_C$ transmon qudits up to $d = 12$ | 18 pages, 9 figures | Phys. Rev. Applied 23, 034046 (2025) | 10.1103/PhysRevApplied.23.034046 | null | quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Qudits provide a resource-efficient alternative to qubits for quantum
information processing. The multilevel nature of the transmon, with its
individually resolvable transition frequencies, makes it an attractive platform
for superconducting circuit-based qudits. In this work, we systematically
analyze the trade-offs associated with encoding high-dimensional quantum
information in fixed-frequency transmons. Designing high $E_J/E_C$ ratios of up
to 325, we observe up to 12 levels ($d=12$) on a single transmon. Despite the
decreased anharmonicity, we demonstrate process infidelities $e_f < 3 \times
10^{-3}$ for qubit-like operations in each adjacent-level qubit subspace in the
lowest 10 levels. Furthermore, we achieve a 10-state readout assignment
fidelity of 93.8% with the assistance of deep neural network classification of
a multi-tone dispersive measurement. We find that the Hahn echo time $T_{2E}$
for the higher levels is close to the limit of $T_1$ decay, primarily limited
by bosonic enhancement. We verify the recently introduced Josephson harmonics
model, finding that it yields better predictions for the transition frequencies
and charge dispersion. Finally, we show strong $ZZ$-like coupling between the
higher energy levels in a two-transmon system. Our high-fidelity control and
readout methods, in combination with our comprehensive characterization of the
transmon model, suggest that the high-$E_J/E_C$ transmon is a powerful tool for
exploring excited states in circuit quantum electrodynamics.
| [
{
"version": "v1",
"created": "Wed, 24 Jul 2024 16:42:58 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Wang",
"Z.",
""
],
[
"Parker",
"R. W.",
""
],
[
"Champion",
"E.",
""
],
[
"Blok",
"M. S.",
""
]
] |
2407.17625 | Hashnayne Ahmed Mr. | Hashnayne Ahmed, Shashanka Biswas, Farzana Akter Tina | Mixed Convection and Entropy Generation Analysis of Carbon
Nanotube-Water Nanofluid in a Square Cavity with Cylinders and Flow
Deflectors | null | Results in Engineering, Vol. 26, pp. 104992, 2025 | 10.1016/j.rineng.2025.104992 | null | physics.flu-dyn cs.NA math.NA | http://creativecommons.org/licenses/by/4.0/ | This study explores the mixed convection of carbon nanotube (CNT)-water
nanofluid within a square cavity containing heated cylinders under the
influence of a magnetic field, focusing on three geometric configurations: a
single heated cylinder, two heated cylinders, and two heated cylinders with a
flow deflector. The impact of various parameters, including Reynolds number
($Re$), Richardson number ($Ri$), Hartmann number ($Ha$), wavy wall peaks
($n$), nanoparticle volume fraction ($\phi$), Hartmann angle ($\gamma$),
rotational speed ($\omega$), and inclination angle ($\alpha$), on thermal and
fluid dynamic behaviors is analyzed. MWCNT nanofluids exhibit up to a 19.1%
increase in $Nu_{\text{ave}}$ compared to SWCNT nanofluids, confirming their
superior heat transfer performance. Adding a second heated cylinder increases
$Nu_{\text{ave}}$ by approximately 71.7% compared to a single-cylinder
configuration, while the inclusion of a flow deflector modifies vortex
structures, further enhancing convective transport. Increasing wavy wall peaks
($n$) enhances heat transfer by intensifying vortex formation and disrupting
thermal boundary layers, leading to a more uniform temperature distribution.
SWCNT nanofluids exhibit Bejan numbers up to 58.7% higher than MWCNT
nanofluids, indicating greater thermal irreversibility. These findings provide
valuable insights for optimizing thermal management systems in engineering
applications, highlighting the importance of selecting appropriate nanofluids,
geometric configurations, and magnetic field parameters to achieve optimal
thermal performance and fluid stability.
| [
{
"version": "v1",
"created": "Wed, 24 Jul 2024 20:31:49 GMT"
},
{
"version": "v2",
"created": "Thu, 15 Aug 2024 04:47:23 GMT"
},
{
"version": "v3",
"created": "Fri, 25 Apr 2025 14:50:59 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Ahmed",
"Hashnayne",
""
],
[
"Biswas",
"Shashanka",
""
],
[
"Tina",
"Farzana Akter",
""
]
] |
2407.18349 | Sergio Martin-Alvarez | Sergio Martin-Alvarez, Vid Ir\v{s}i\v{c}, Sophie Koudmani, Martin
Bourne, Leah Bigwood and Debora Sijacki | Stirring the cosmic pot: how black hole feedback shapes the matter power
spectrum in the Fable simulations | Replaced to match the accepted version. 19 pages, 10 (+2) figures.
Fable MPS raw data is available at:
https://github.com/MartinAlvarezSergio/Fable_MPS | null | 10.1093/mnras/staf470 | null | astro-ph.CO astro-ph.GA | http://creativecommons.org/licenses/by/4.0/ | Understanding the impact of baryonic physics on cosmic structure formation is
crucial for accurate cosmological predictions, especially as we usher in the
era of large galaxy surveys with the Rubin Observatory as well as the Euclid
and Roman Space Telescopes. A key process that can redistribute matter across a
large range of scales is feedback from accreting supermassive black holes. How
exactly these active galactic nuclei (AGN) operate from sub-parsec to
Mega-parsec scales however remains largely unknown. To understand this, we
investigate how different AGN feedback models in the Fable simulation suite
affect the cosmic evolution of the matter power spectrum (MPS).
Our analysis reveals that AGN feedback significantly suppresses clustering at
scales $k \sim 10\,h\,cMpc^{-1}$, with the strongest effect at redshift $z = 0$
causing a reduction of $\sim 10\%$ with respect to the dark matter-only
simulation. This is due to the efficient feedback in both radio (low Eddington
ratio) and quasar (high Eddington ratio) modes in our fiducial Fable model. We
find that variations of the quasar and radio mode feedback with respect to the
fiducial Fable model have distinct effects on the MPS redshift evolution, with
the radio mode being more effective on larger scales and later epochs.
Furthermore, MPS suppression is dominated by AGN feedback effects inside haloes
at $z = 0$, while for $z \gtrsim 1$ the matter distribution both inside and
outside of haloes shapes the MPS suppression. Hence, future observations
probing earlier cosmic times beyond $z \sim 1$ will be instrumental in
constraining the nature of AGN feedback.
| [
{
"version": "v1",
"created": "Thu, 25 Jul 2024 19:31:17 GMT"
},
{
"version": "v2",
"created": "Thu, 24 Apr 2025 18:14:46 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Martin-Alvarez",
"Sergio",
""
],
[
"Iršič",
"Vid",
""
],
[
"Koudmani",
"Sophie",
""
],
[
"Bourne",
"Martin",
""
],
[
"Bigwood",
"Leah",
""
],
[
"Sijacki",
"Debora",
""
]
] |
2407.19446 | Tianming Wang | Tianming Wang, Ke Wei | Leave-One-Out Analysis for Nonconvex Robust Matrix Completion with
General Thresholding Functions | The dependence of the condition number is improved in the sample
complexity | null | null | null | cs.IT math.IT stat.ML | http://creativecommons.org/licenses/by/4.0/ | We study the problem of robust matrix completion (RMC), where the partially
observed entries of an underlying low-rank matrix is corrupted by sparse noise.
Existing analysis of the non-convex methods for this problem either requires
the explicit but empirically redundant regularization in the algorithm or
requires sample splitting in the analysis. In this paper, we consider a simple
yet efficient nonconvex method which alternates between a projected gradient
step for the low-rank part and a thresholding step for the sparse noise part.
Inspired by leave-one out analysis for low rank matrix completion, it is
established that the method can achieve linear convergence for a general class
of thresholding functions, including for example soft-thresholding and SCAD. To
the best of our knowledge, this is the first leave-one-out analysis on a
nonconvex method for RMC. Additionally, when applying our result to low rank
matrix completion, it improves the sampling complexity of existing result for
the singular value projection method.
| [
{
"version": "v1",
"created": "Sun, 28 Jul 2024 09:47:36 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 09:28:32 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Wang",
"Tianming",
""
],
[
"Wei",
"Ke",
""
]
] |
2407.19648 | Kazuyoshi Nanjo | K. Z. Nanjo, Y. Yukutake, T. Kumazawa | Changes in seismicity in a volcanically active region of the Izu
Peninsula, Japan | 12 figures | null | null | null | physics.geo-ph | http://creativecommons.org/licenses/by/4.0/ | The eastern Izu Peninsula in Japan is volcanically and seismically active.
Ordinary earthquakes frequently occurred at shallow depths in 2006 and 2009,
when they clustered as swarms. Beneath ordinary earthquakes, low-frequency
earthquakes (LFEs) were infrequently observed. To better understand the
characteristics of those LFEs, we produced a LFE catalog for 2005-2020, using
the matched-filter method. Timeseries analyses based on the Epidemic-Type
Aftershock Sequence model showed quiescence, i.e., a change in occurrence rate,
which became quiet. For comparison, the same analysis was conducted using the
Japan Meteorological Agency catalog of ordinary earthquakes, and similar
results were shown. The change points for both types of earthquakes fell during
and after each of the swarms, revealing an earlier start of quiescence for
shallow ordinary earthquakes than for deep LFEs. Surface displacement data
obtained from the Geospatial Information Authority of Japan showed that the
uplift was in abatement or unobservable during the study period. Our seismicity
and geodetic results are interpretatively hypothesized as being associated with
magmatic activity, as follows. When the absence of a supply of magma from a
depth toward the crustal magma reservoir caused no significant uplift, magma
intruded from this reservoir into the shallow crust, resulting in the 2006 and
2009 swarms. Due to this intrusion, stresses decreased in and around shallow
parts of the reservoir and then quiescence for ordinary earthquakes began
during or after each swarm. Due to this decrease, stresses in and around deep
parts of it late decreased, delaying the start of quiescence of deep LFEs.
| [
{
"version": "v1",
"created": "Mon, 29 Jul 2024 02:10:05 GMT"
},
{
"version": "v2",
"created": "Fri, 27 Dec 2024 20:34:41 GMT"
},
{
"version": "v3",
"created": "Thu, 24 Apr 2025 19:01:07 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Nanjo",
"K. Z.",
""
],
[
"Yukutake",
"Y.",
""
],
[
"Kumazawa",
"T.",
""
]
] |
2407.20135 | Anis Hamadouche | Anis Hamadouche and Mathini Sellathurai | Trade-offs in Reliability and Performance Using Selective Beamforming
for Ultra-Massive MIMO | null | null | null | null | eess.SP | http://creativecommons.org/licenses/by/4.0/ | This paper addresses the optimization challenges in Ultra-Massive MIMO
communication systems, focusing on array selection and beamforming in dynamic
and diverse operational contexts. We introduce a novel array selection
criterion that incorporates antenna health information into the optimization
process, distinguishing our approach from traditional methods. Our methodology
employs dual proximal-gradient ascent to effectively tackle the constrained
non-convex and non-smooth nature of sparse array selection problems. A central
feature of our strategy is the implementation of proportional fairness among
communication users, aligning with system resource limitations while ensuring
minimum rate requirements for all users. This approach not only enhances system
efficiency and responsiveness but also ensures equitable resource distribution.
Extensive simulations validate the effectiveness of the proposed solutions in
optimizing Ultra-Massive MIMO system performance, demonstrating their
applicability in complex communication scenarios. Our findings reveal key
trade-offs influenced by the sparsity promotion weight (\(\gamma\)). As
\(\gamma\) increases, spectral efficiency (SE) and communication rate (Ri)
decrease, while beamforming matrix density (BMD) reduces and antenna
reliability (RL) significantly improves. These results highlight the critical
balance between performance and reliability, essential for the practical
deployment of Ultra-Massive MIMO systems. This work advances the field by
providing innovative solutions and new insights into array selection and
beamforming optimization, setting a foundation for future research in
Ultra-Massive MIMO communication systems.
| [
{
"version": "v1",
"created": "Mon, 29 Jul 2024 16:02:23 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 14:52:38 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Hamadouche",
"Anis",
""
],
[
"Sellathurai",
"Mathini",
""
]
] |
2407.20314 | Alessandro Santini | Alessandro Santini, Luca Lumia, Mario Collura, Guido Giachetti | Semiclassical Quantum Trajectories in the Monitored Lipkin-Meshkov-Glick
Model | null | Phys. Rev. B 111, 134305 (2025) | 10.1103/PhysRevB.111.134305 | null | quant-ph cond-mat.stat-mech | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Monitored quantum system have sparked great interest in recent years due to
the possibility of observing measurement-induced phase transitions (MIPTs) in
the full-counting statistics of the quantum trajectories associated with
different measurement outcomes. Here, we investigate the dynamics of the
Lipkin-Meshkov-Glick model, composed of $N$ all-to-all interacting spins $1/2$,
under a weak external monitoring. We derive a set of semiclassical stochastic
equations describing the evolution of the expectation values of global spin
observables, which become exact in the thermodynamic limit. Our results shows
that the limit $N\to\infty$ does not commute with the long-time limit: while
for any finite $N$ the esamble average over the noise is expected to converge
towards a trivial steady state, in the thermodynamic limit a MIPT appears. The
transition is not affected by post-selection issues, as it is already visible
at the level of ensemble averages, thus paving the way for experimental
observations. We derive a quantitative theoretical picture explaining the
nature of the transition within our semiclassical picture, finding an excellent
agreement with the numerics.
| [
{
"version": "v1",
"created": "Mon, 29 Jul 2024 18:00:00 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Santini",
"Alessandro",
""
],
[
"Lumia",
"Luca",
""
],
[
"Collura",
"Mario",
""
],
[
"Giachetti",
"Guido",
""
]
] |
2407.21510 | Zichen Zhang | Zichen Zhang and Hongchen Luo and Wei Zhai and Yang Cao and Yu Kang | PEAR: Phrase-Based Hand-Object Interaction Anticipation | 22 pages, 10 figures, 4 tables | null | 10.1007/s11432-024-4405-4 | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | First-person hand-object interaction anticipation aims to predict the
interaction process over a forthcoming period based on current scenes and
prompts. This capability is crucial for embodied intelligence and human-robot
collaboration. The complete interaction process involves both pre-contact
interaction intention (i.e., hand motion trends and interaction hotspots) and
post-contact interaction manipulation (i.e., manipulation trajectories and hand
poses with contact). Existing research typically anticipates only interaction
intention while neglecting manipulation, resulting in incomplete predictions
and an increased likelihood of intention errors due to the lack of manipulation
constraints. To address this, we propose a novel model, PEAR (Phrase-Based
Hand-Object Interaction Anticipation), which jointly anticipates interaction
intention and manipulation. To handle uncertainties in the interaction process,
we employ a twofold approach. Firstly, we perform cross-alignment of verbs,
nouns, and images to reduce the diversity of hand movement patterns and object
functional attributes, thereby mitigating intention uncertainty. Secondly, we
establish bidirectional constraints between intention and manipulation using
dynamic integration and residual connections, ensuring consistency among
elements and thus overcoming manipulation uncertainty. To rigorously evaluate
the performance of the proposed model, we collect a new task-relevant dataset,
EGO-HOIP, with comprehensive annotations. Extensive experimental results
demonstrate the superiority of our method.
| [
{
"version": "v1",
"created": "Wed, 31 Jul 2024 10:28:49 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Zhang",
"Zichen",
""
],
[
"Luo",
"Hongchen",
""
],
[
"Zhai",
"Wei",
""
],
[
"Cao",
"Yang",
""
],
[
"Kang",
"Yu",
""
]
] |
2408.00164 | Manish Ramchander | Manish Ramchander | Zassenhaus decomposition of half-sided translations and generalizations
in 2d conformal field theory | major revision with new results | null | null | null | hep-th math-ph math.MP | http://creativecommons.org/licenses/by/4.0/ | We study the half-sided translations associated to Rindler wedge algebras for
conformal field theories in 1+1 Minkowski spacetime, generated by an unbounded
operator $\mathcal{G}$, in terms of bilinear forms $G, G'$ made from
entanglement Hamiltonians of the underlying algebras such that $\mathcal{G} =
G+G'$. We show that despite entanglement Hamiltonians being ill-defined
operators on Hilbert space, $G, G'$ can be regularized using smooth bump
functions to operators $\hat{G}, \hat{G}'$ with well-defined commutators, and
use them to do a centered Zassenhaus expansion of $\exp(i \mathcal{G} s)$ in
terms of $\hat{G}$ and $\hat{G}'$ which is tractable and respects causality. We
show that in fact half-sided translations is a special case in a large class of
operators $\mathcal{O}$ for which a similar decomposition can be done by
defining $\mathcal{O} = O_L+O_R$ with $O_{L}, O_{R}$ chosen approriately.
| [
{
"version": "v1",
"created": "Wed, 31 Jul 2024 21:22:03 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 12:17:24 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Ramchander",
"Manish",
""
]
] |
2408.02557 | Cezar Sas | Cezar Sas, Andrea Capiluppi | AutoFL: A Tool for Automatic Multi-granular Labelling of Software
Repositories | null | null | null | null | cs.SE | http://creativecommons.org/licenses/by/4.0/ | Software comprehension, especially of new code bases, is time consuming for
developers, especially in large projects with multiple functionalities spanning
various domains. One strategy to reduce this effort involves annotating files
with meaningful labels that describe the functionalities contained. However,
prior research has so far focused on classifying the whole project using README
files as a proxy, resulting in little information gained for the developers.
Our objective is to streamline the labelling of files with the correct
application domains using source code as input. To achieve this, in prior work,
we evaluated the ability to annotate files automatically using a weak labelling
approach.
This paper presents AutoFL, a tool for automatically labelling software
repositories from source code. AutoFL allows multi-granular annotations
including: \textit{file}, \textit{package}, and \textit{project} -level.
We provide an overview of the tool's internals, present an example analysis
for which AutoFL can be used, and discuss limitations and future work.
| [
{
"version": "v1",
"created": "Mon, 5 Aug 2024 15:34:26 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 15:08:51 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Sas",
"Cezar",
""
],
[
"Capiluppi",
"Andrea",
""
]
] |
2408.02608 | Sergey Shadrin | Alexander Alexandrov, Boris Bychkov, Petr Dunin-Barkowski, Maxim
Kazarian, Sergey Shadrin | Degenerate and irregular topological recursion | v2: 29 pages, a section on KP integrability is added | Comm. Math. Phys. 406 (2025), no. 5, Paper No. 94, 31 pp | 10.1007/s00220-025-05274-w | MPIM-Bonn-2024 | math-ph hep-th math.AG math.CO math.MP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We use the theory of $x-y$ duality to propose a new definition / construction
for the correlation differentials of topological recursion; we call it
"generalized topological recursion". This new definition coincides with the
original topological recursion of Chekhov-Eynard-Orantin in the regular case
and allows, in particular, to get meaningful answers in a variety of irregular
and degenerate situations.
| [
{
"version": "v1",
"created": "Mon, 5 Aug 2024 16:33:29 GMT"
},
{
"version": "v2",
"created": "Fri, 6 Sep 2024 04:59:48 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Alexandrov",
"Alexander",
""
],
[
"Bychkov",
"Boris",
""
],
[
"Dunin-Barkowski",
"Petr",
""
],
[
"Kazarian",
"Maxim",
""
],
[
"Shadrin",
"Sergey",
""
]
] |
2408.04032 | Ebtesam Al-Haque | Ebtesam Al Haque, Chris Brown, Thomas D. LaToza, Brittany Johnson | The Evolution of Information Seeking in Software Development:
Understanding the Role and Impact of AI Assistants | To appear in FSE Companion '25: 33rd ACM International Conference on
the Foundations of Software Engineering (HumanAISE Workshop) | null | 10.1145/3696630.3731665 | null | cs.SE cs.HC | http://creativecommons.org/licenses/by/4.0/ | About 32% of a software practitioners' day involves seeking and using
information to support task completion. Although the information needs of
software practitioners have been studied extensively, the impact of AI-assisted
tools on their needs and information-seeking behaviors remains largely
unexplored. To addresses this gap, we conducted a mixed-method study to
understand AI-assisted information seeking behavior of practitioners and its
impact on their perceived productivity and skill development. We found that
developers are increasingly using AI tools to support their information
seeking, citing increased efficiency as a key benefit. Our findings also
amplify caveats that come with effectively using AI tools for information
seeking, especially for learning and skill development, such as the importance
of foundational developer knowledge that can guide and inform the information
provided by AI tools. Our efforts have implications for the effective
integration of AI tools into developer workflows as information retrieval
systems and learning aids.
| [
{
"version": "v1",
"created": "Wed, 7 Aug 2024 18:27:13 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 03:05:11 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Haque",
"Ebtesam Al",
""
],
[
"Brown",
"Chris",
""
],
[
"LaToza",
"Thomas D.",
""
],
[
"Johnson",
"Brittany",
""
]
] |
2408.04433 | Nian Hong Zhou | Nian Hong Zhou | Unimodality and certain bivariate formal Laurent series | null | European Journal of Combinatorics, 2025 | null | null | math.CO | http://creativecommons.org/licenses/by-nc-nd/4.0/ | In this paper, we examine the unimodality and strict unimodality of certain
formal bivariate Laurent series with non-negative coefficients. We show that
the sets of these formal bivariate Laurent series form commutative semirings
under the operations of addition and multiplication of formal Laurent series.
This result is used to establish the unimodality of sequences involving Gauss
polynomials and certain refined color partitions. In particular, we solve an
open problem posed by Andrews on the unimodality of generalized Gauss
polynomials and establish an unimodal result for a statistic of plane
partitions. We also establish many unimodal results for rank statistics in
partition theory, including the rank statistics of concave and convex
compositions studied by Andrews, as well as certain unimodal sequences studied
by Kim-Lim-Lovejoy. Additionally, we establish the unimodality of the Betti
numbers and Gromov-Witten invariants of certain Hilbert schemes of points.
| [
{
"version": "v1",
"created": "Thu, 8 Aug 2024 13:01:55 GMT"
},
{
"version": "v2",
"created": "Thu, 29 Aug 2024 12:46:00 GMT"
},
{
"version": "v3",
"created": "Fri, 25 Apr 2025 10:54:43 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Zhou",
"Nian Hong",
""
]
] |
2408.04569 | Bella Finkel | Bella Finkel, Jose Israel Rodriguez, Chenxi Wu, Thomas Yahl | Activation degree thresholds and expressiveness of polynomial neural
networks | 24 pages, 1 figure | null | null | null | cs.LG cs.NE math.AG stat.ML | http://creativecommons.org/licenses/by/4.0/ | We study the expressive power of deep polynomial neural networks through the
geometry of their neurovariety. We introduce the notion of the activation
degree threshold of a network architecture to express when the dimension of the
neurovariety achieves its theoretical maximum. We prove the existence of the
activation degree threshold for all polynomial neural networks without
width-one bottlenecks and demonstrate a universal upper bound that is quadratic
in the width of largest size. In doing so, we prove the high activation degree
conjecture of Kileel, Trager, and Bruna. Certain structured architectures have
exceptional activation degree thresholds, making them especially expressive in
the sense of their neurovariety dimension. In this direction, we prove that
polynomial neural networks with equi-width architectures are maximally
expressive by showing their activation degree threshold is one.
| [
{
"version": "v1",
"created": "Thu, 8 Aug 2024 16:28:56 GMT"
},
{
"version": "v2",
"created": "Wed, 26 Feb 2025 03:37:41 GMT"
},
{
"version": "v3",
"created": "Fri, 25 Apr 2025 02:21:44 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Finkel",
"Bella",
""
],
[
"Rodriguez",
"Jose Israel",
""
],
[
"Wu",
"Chenxi",
""
],
[
"Yahl",
"Thomas",
""
]
] |
2408.05583 | Zhenhua Ning | Zhenhua Ning, Pinaki Das, Y. Lee, N. S. Sangeetha, Douglas L.
Abernathy, D. C. Johnston, R. J. McQueeney, D. Vaknin, and Liqin Ke | Spin dynamics in itinerant antiferromagnet SrCr$_2$As$_2$ | 9 pages, 9 figures | Phys. Rev. B 111, 134438 (2025) | 10.1103/PhysRevB.111.134438 | null | cond-mat.supr-con cond-mat.mtrl-sci | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | SrCr$_2$As$_2$ is an itinerant antiferromagnet in the same structural family
as the SrFe$_2$As$_2$ high-temperature superconductors. We report our
calculations of exchange-coupling parameters $J_{ij}$ for SrCr$_2$As$_2$ using
a static linear-response method based on first-principles electronic-structure
calculations. We find that the dominant nearest-neighbor exchange coupling
$J_{\rm{1}} > 0$ is antiferromagnetic whereas the next-nearest-neighbor
interaction $J_{\rm{2}} < 0$ is ferromagnetic with
$J_{\rm{2}}$/$J_{\rm{1}}$~=~$-0.68$, reinforcing the checkerboard in-plane
magnetic structure. Thus, unlike other transition-metal arsenides based on Mn,
Fe, or Co, we find no competing magnetic interactions in SrCr$_2$As$_2$, which
aligns with experimental findings. Moreover, the orbital resolution of exchange
interactions shows that $J_1$ and $J_2$ are dominated by direct exchange
mediated by the Cr $d$ orbitals. To validate the calculations we conduct
inelastic neutron-scattering measurements on powder samples that show steeply
dispersive magnetic excitations arising from the magnetic $\Gamma$ points and
persisting up to energies of at least 175 meV. The spin-wave spectra are then
modeled using the Heisenberg Hamiltonian with the theoretically-calculated
exchange couplings. The calculated neutron-scattering spectra are in good
agreement with the experimental data.
| [
{
"version": "v1",
"created": "Sat, 10 Aug 2024 15:26:06 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 16:47:45 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Ning",
"Zhenhua",
""
],
[
"Das",
"Pinaki",
""
],
[
"Lee",
"Y.",
""
],
[
"Sangeetha",
"N. S.",
""
],
[
"Abernathy",
"Douglas L.",
""
],
[
"Johnston",
"D. C.",
""
],
[
"McQueeney",
"R. J.",
""
],
[
"Vaknin",
"D.",
""
],
[
"Ke",
"Liqin",
""
]
] |
2408.05893 | Nicolas R. Bertini | Nicolas R. Bertini | Scale-dependent gravity and covariant scale-setting | v2: 18 pages, 8 references added. Accepted in JCAP | null | 10.1088/1475-7516/2025/04/071 | null | gr-qc | http://creativecommons.org/licenses/by/4.0/ | A fundamental element of scale-dependent gravity is the scale-setting
procedure. We present a new covariant expression to set the scale that arises
when examining the field equations. Considering the renormalization group
equations and imposing energy-momentum tensor conservation, we arrive at two
models of running of the gravitational and cosmological constants. In the
cosmological setting, we found that in one model the Big Bang singularity is
avoided, while in the other the Hubble tension can be alleviated. At the level
of cosmological perturbations, we derived the basic solutions and qualitatively
discussed the impacts of this scenario on structure formation.
| [
{
"version": "v1",
"created": "Mon, 12 Aug 2024 02:11:20 GMT"
},
{
"version": "v2",
"created": "Thu, 24 Apr 2025 21:57:05 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Bertini",
"Nicolas R.",
""
]
] |
2408.06276 | Hyunseo Kim | Jieyong Kim, Hyunseo Kim, Hyunjin Cho, SeongKu Kang, Buru Chang,
Jinyoung Yeo, Dongha Lee | Review-driven Personalized Preference Reasoning with Large Language
Models for Recommendation | Accepted to SIGIR 2025 | null | 10.1145/3726302.3730055 | null | cs.CL | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Recent advancements in Large Language Models (LLMs) have demonstrated
exceptional performance across a wide range of tasks, generating significant
interest in their application to recommendation systems. However, existing
methods have not fully capitalized on the potential of LLMs, often constrained
by limited input information or failing to fully utilize their advanced
reasoning capabilities. To address these limitations, we introduce EXP3RT, a
novel LLM-based recommender designed to leverage rich preference information
contained in user and item reviews. EXP3RT is basically fine-tuned through
distillation from a teacher LLM to perform three key tasks in order: EXP3RT
first extracts and encapsulates essential subjective preferences from raw
reviews, aggregates and summarizes them according to specific criteria to
create user and item profiles. It then generates detailed step-by-step
reasoning followed by predicted rating, i.e., reasoning-enhanced rating
prediction, by considering both subjective and objective information from
user/item profiles and item descriptions. This personalized preference
reasoning from EXP3RT enhances rating prediction accuracy and also provides
faithful and reasonable explanations for recommendation. Extensive experiments
show that EXP3RT outperforms existing methods on both rating prediction and
candidate item reranking for top-k recommendation, while significantly
enhancing the explainability of recommendation systems.
| [
{
"version": "v1",
"created": "Mon, 12 Aug 2024 16:39:03 GMT"
},
{
"version": "v2",
"created": "Tue, 13 Aug 2024 11:05:10 GMT"
},
{
"version": "v3",
"created": "Sat, 14 Dec 2024 14:20:25 GMT"
},
{
"version": "v4",
"created": "Tue, 22 Apr 2025 11:18:16 GMT"
},
{
"version": "v5",
"created": "Fri, 25 Apr 2025 11:10:43 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Kim",
"Jieyong",
""
],
[
"Kim",
"Hyunseo",
""
],
[
"Cho",
"Hyunjin",
""
],
[
"Kang",
"SeongKu",
""
],
[
"Chang",
"Buru",
""
],
[
"Yeo",
"Jinyoung",
""
],
[
"Lee",
"Dongha",
""
]
] |
2408.06485 | Graziano Amati | Graziano Amati, Gregory D. Scholes | Quantum information with quantum-like bits | null | null | null | null | quant-ph | http://creativecommons.org/licenses/by/4.0/ | In previous work we have proposed a construction of quantum-like bits that
could endow a large synchronizing classical system, for example of oscillators,
with quantum-like function that is not compromised by decoherence. In the
present paper we investigate further this platform of quantum-like states.
Firstly, we discuss a general protocol on how to construct classical
synchronizing networks that allow for emergent states. We then study how gates
can be implemented on those states. This suggests the possibility of
quantum-like information processing on a special class of many-body classical
systems. Finally, we show that our approach allows for non-Kolmogorov
interference, a feature that separates our model from a classical probabilistic
system. This paper aims to explore the mathematical structure of quantum-like
resources distilled from classical synchronizing systems, and shows how
arbitrary gates can be implemented by manipulating many-body correlations.
| [
{
"version": "v1",
"created": "Mon, 12 Aug 2024 20:40:54 GMT"
},
{
"version": "v2",
"created": "Wed, 6 Nov 2024 12:29:42 GMT"
},
{
"version": "v3",
"created": "Thu, 7 Nov 2024 20:19:43 GMT"
},
{
"version": "v4",
"created": "Mon, 11 Nov 2024 20:02:57 GMT"
},
{
"version": "v5",
"created": "Wed, 29 Jan 2025 18:52:48 GMT"
},
{
"version": "v6",
"created": "Thu, 24 Apr 2025 18:12:16 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Amati",
"Graziano",
""
],
[
"Scholes",
"Gregory D.",
""
]
] |
2408.06621 | Sungmin Cha | Sungmin Cha, Sungjun Cho, Dasol Hwang, and Moontae Lee | Towards Robust and Parameter-Efficient Knowledge Unlearning for LLMs | ICLR 2025 camera-ready version | null | null | null | cs.LG cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Large Language Models (LLMs) have demonstrated strong reasoning and
memorization capabilities via pretraining on massive textual corpora. However,
this poses risk of privacy and copyright violations, highlighting the need for
efficient machine unlearning methods that remove sensitive data without
retraining from scratch. While Gradient Ascent (GA) is commonly used to unlearn
by reducing the likelihood of generating unwanted content, it leads to unstable
optimization and catastrophic forgetting of retrained knowledge. We find that
combining GA with low-rank adaptation results in poor trade-offs between
computational cost and generative performance. To address these challenges, we
propose Low-rank Knowledge Unlearning (LoKU), a novel framework that enables
robust and efficient unlearning for LLMs. First, we introduce Inverted Hinge
Loss, which suppresses unwanted tokens while maintaining fluency by boosting
the probability of the next most likely token. Second, we develop a
data-adaptive initialization for LoRA adapters via low-rank approximation
weighted with relative Fisher information, thereby focusing updates on
parameters critical for removing targeted knowledge. Experiments on the
Training Data Extraction Challenge dataset using GPT-Neo models as well as on
the TOFU benchmark with Phi-1.5B and Llama2-7B models demonstrate that our
approach effectively removes sensitive information while maintaining reasoning
and generative capabilities with minimal impact. Our implementation can be
found in https://github.com/csm9493/efficient-llm-unlearning.
| [
{
"version": "v1",
"created": "Tue, 13 Aug 2024 04:18:32 GMT"
},
{
"version": "v2",
"created": "Sun, 13 Oct 2024 19:03:38 GMT"
},
{
"version": "v3",
"created": "Sun, 16 Mar 2025 17:36:12 GMT"
},
{
"version": "v4",
"created": "Tue, 1 Apr 2025 12:53:30 GMT"
},
{
"version": "v5",
"created": "Thu, 24 Apr 2025 21:55:38 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Cha",
"Sungmin",
""
],
[
"Cho",
"Sungjun",
""
],
[
"Hwang",
"Dasol",
""
],
[
"Lee",
"Moontae",
""
]
] |
2408.07570 | Mateusz \'Slusarczyk | Mateusz \'Slusarczyk and Krzysztof Paw{\l}owski | Vortices in the Many-Body Excited States of Interacting Bosons in Two
Dimension | null | null | null | null | cond-mat.quant-gas | http://creativecommons.org/licenses/by/4.0/ | Quantum vortices play an important role in the physics of two-dimensional
quantum many-body systems, though they usually are understood in the
single-particle framework like the mean-field approach. Inspired by the study
on the relations between solitons and yrast states, we investigate here the
emergence of vortices from the eigenstates of a N -body Hamiltonian of
interacting particles trapped in a disk. We analyse states that appear by
consecutively measuring the positions of particles. These states have
densities, phases, and energies closely resembling mean-field vortices. We
discuss similarities, but also point out purely many-body features, such as
vortex smearing due to the quantum fluctuation of their center. The ab initio
analysis of the many-body system, and mean-field approaches are supported by
the analysis within the Bogoliubov approach.
| [
{
"version": "v1",
"created": "Wed, 14 Aug 2024 14:09:33 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 12:18:46 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Ślusarczyk",
"Mateusz",
""
],
[
"Pawłowski",
"Krzysztof",
""
]
] |
2408.08990 | Jungeum Kim | Jungeum Kim, Sean O'Hagan, Veronika Rockova | Adaptive Uncertainty Quantification for Generative AI | null | null | null | null | stat.ME cs.AI cs.CL cs.LG stat.ML | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This work is concerned with conformal prediction in contemporary applications
(including generative AI) where a black-box model has been trained on data that
are not accessible to the user. Mirroring split-conformal inference, we design
a wrapper around a black-box algorithm which calibrates conformity scores. This
calibration is local and proceeds in two stages by first adaptively
partitioning the predictor space into groups and then calibrating sectionally
group by group. Adaptive partitioning (self-grouping) is achieved by fitting a
robust regression tree to the conformity scores on the calibration set. This
new tree variant is designed in such a way that adding a single new observation
does not change the tree fit with overwhelmingly large probability. This
add-one-in robustness property allows us to conclude a finite sample
group-conditional coverage guarantee, a refinement of the marginal guarantee.
In addition, unlike traditional split-conformal inference, adaptive splitting
and within-group calibration yields adaptive bands which can stretch and shrink
locally. We demonstrate benefits of local tightening on several simulated as
well as real examples using non-parametric regression. Finally, we consider two
contemporary classification applications for obtaining uncertainty
quantification around GPT-4o predictions. We conformalize skin disease
diagnoses based on self-reported symptoms as well as predicted states of U.S.
legislators based on summaries of their ideology. We demonstrate substantial
local tightening of the uncertainty sets while attaining similar marginal
coverage.
| [
{
"version": "v1",
"created": "Fri, 16 Aug 2024 19:37:33 GMT"
},
{
"version": "v2",
"created": "Thu, 24 Apr 2025 21:53:32 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Kim",
"Jungeum",
""
],
[
"O'Hagan",
"Sean",
""
],
[
"Rockova",
"Veronika",
""
]
] |
2408.09537 | Zaile Li | Zaile Li, Weiwei Fan, L. Jeff Hong | Efficient Budget Allocation for Large-Scale LLM-Enabled Virtual
Screening | null | null | null | null | stat.ML cs.LG stat.ME | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Screening tasks that aim to identify a small subset of top alternatives from
a large pool are common in business decision-making processes. These tasks
often require substantial human effort to evaluate each alternative's
performance, making them time-consuming and costly. Motivated by recent
advances in large language models (LLMs), particularly their ability to
generate outputs that align well with human evaluations, we consider an
LLM-as-human-evaluator approach for conducting screening virtually, thereby
reducing the cost burden. To achieve scalability and cost-effectiveness in
virtual screening, we identify that the stochastic nature of LLM outputs and
their cost structure necessitate efficient budget allocation across all
alternatives. To address this, we propose using a top-$m$ greedy evaluation
mechanism, a simple yet effective approach that keeps evaluating the current
top-$m$ alternatives, and design the explore-first top-$m$ greedy (EFG-$m$)
algorithm. We prove that EFG-$m$ is both sample-optimal and consistent in
large-scale virtual screening. Surprisingly, we also uncover a bonus ranking
effect, where the algorithm naturally induces an indifference-based ranking
within the selected subset. To further enhance practicality, we design a suite
of algorithm variants to improve screening performance and computational
efficiency. Numerical experiments validate our results and demonstrate the
effectiveness of our algorithms. Lastly, we conduct a case study on LLM-based
virtual screening. The study shows that while LLMs alone may not provide
meaningful screening and ranking results when directly queried, integrating
them with our sample-optimal algorithms unlocks their potential for
cost-effective, large-scale virtual screening.
| [
{
"version": "v1",
"created": "Sun, 18 Aug 2024 16:44:41 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 15:59:19 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Li",
"Zaile",
""
],
[
"Fan",
"Weiwei",
""
],
[
"Hong",
"L. Jeff",
""
]
] |
2408.10581 | Lixin Yang | Lixin Yang, Licheng Zhong, Pengxiang Zhu, Xinyu Zhan, Junxiao Kong,
Jian Xu, Cewu Lu | Multi-view Hand Reconstruction with a Point-Embedded Transformer | Generalizable multi-view Hand Mesh Reconstruction (HMR) model.
Extension of the original work at CVPR2023 | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This work introduces a novel and generalizable multi-view Hand Mesh
Reconstruction (HMR) model, named POEM, designed for practical use in
real-world hand motion capture scenarios. The advances of the POEM model
consist of two main aspects. First, concerning the modeling of the problem, we
propose embedding a static basis point within the multi-view stereo space. A
point represents a natural form of 3D information and serves as an ideal medium
for fusing features across different views, given its varied projections across
these views. Consequently, our method harnesses a simple yet effective idea: a
complex 3D hand mesh can be represented by a set of 3D basis points that 1) are
embedded in the multi-view stereo, 2) carry features from the multi-view
images, and 3) encompass the hand in it. The second advance lies in the
training strategy. We utilize a combination of five large-scale multi-view
datasets and employ randomization in the number, order, and poses of the
cameras. By processing such a vast amount of data and a diverse array of camera
configurations, our model demonstrates notable generalizability in the
real-world applications. As a result, POEM presents a highly practical,
plug-and-play solution that enables user-friendly, cost-effective multi-view
motion capture for both left and right hands. The model and source codes are
available at https://github.com/JubSteven/POEM-v2.
| [
{
"version": "v1",
"created": "Tue, 20 Aug 2024 06:42:17 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 06:49:59 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Yang",
"Lixin",
""
],
[
"Zhong",
"Licheng",
""
],
[
"Zhu",
"Pengxiang",
""
],
[
"Zhan",
"Xinyu",
""
],
[
"Kong",
"Junxiao",
""
],
[
"Xu",
"Jian",
""
],
[
"Lu",
"Cewu",
""
]
] |
2408.11748 | Shehreen Azad | Shehreen Azad, Yash Jain, Rishit Garg, Yogesh S Rawat, Vibhav Vineet | Understanding Depth and Height Perception in Large Visual-Language
Models | Accepted in CVPRW 2025. Project page:
https://sacrcv.github.io/GeoMeter-website/ | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Geometric understanding - including depth and height perception - is
fundamental to intelligence and crucial for navigating our environment. Despite
the impressive capabilities of large Vision Language Models (VLMs), it remains
unclear how well they possess the geometric understanding required for
practical applications in visual perception. In this work, we focus on
evaluating the geometric understanding of these models, specifically targeting
their ability to perceive the depth and height of objects in an image. To
address this, we introduce GeoMeter, a suite of benchmark datasets -
encompassing 2D and 3D scenarios - to rigorously evaluate these aspects. By
benchmarking 18 state-of-the-art VLMs, we found that although they excel in
perceiving basic geometric properties like shape and size, they consistently
struggle with depth and height perception. Our analysis reveal that these
challenges stem from shortcomings in their depth and height reasoning
capabilities and inherent biases. This study aims to pave the way for
developing VLMs with enhanced geometric understanding by emphasizing depth and
height perception as critical components necessary for real-world applications.
| [
{
"version": "v1",
"created": "Wed, 21 Aug 2024 16:16:18 GMT"
},
{
"version": "v2",
"created": "Thu, 22 Aug 2024 18:49:48 GMT"
},
{
"version": "v3",
"created": "Fri, 30 Aug 2024 13:52:12 GMT"
},
{
"version": "v4",
"created": "Thu, 3 Apr 2025 15:06:48 GMT"
},
{
"version": "v5",
"created": "Fri, 25 Apr 2025 15:56:39 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Azad",
"Shehreen",
""
],
[
"Jain",
"Yash",
""
],
[
"Garg",
"Rishit",
""
],
[
"Rawat",
"Yogesh S",
""
],
[
"Vineet",
"Vibhav",
""
]
] |
2408.12133 | Yile Chen | Yile Chen, Weiming Huang, Kaiqi Zhao, Yue Jiang, Gao Cong | Self-Supervised Representation Learning for Geospatial Objects: A Survey | null | null | null | null | cs.AI cs.LG | http://creativecommons.org/licenses/by/4.0/ | The proliferation of various data sources in urban and territorial
environments has significantly facilitated the development of geospatial
artificial intelligence (GeoAI) across a wide range of geospatial applications.
However, geospatial data, which is inherently linked to geospatial objects,
often exhibits data heterogeneity that necessitates specialized fusion and
representation strategies while simultaneously being inherently sparse in
labels for downstream tasks. Consequently, there is a growing demand for
techniques that can effectively leverage geospatial data without heavy reliance
on task-specific labels and model designs. This need aligns with the principles
of self-supervised learning (SSL), which has garnered increasing attention for
its ability to learn effective and generalizable representations directly from
data without extensive labeled supervision. This paper presents a comprehensive
and up-to-date survey of SSL techniques specifically applied to or developed
for geospatial objects in three primary vector geometric types: Point,
Polyline, and Polygon. We systematically categorize various SSL techniques into
predictive and contrastive methods, and analyze their adaptation to different
data types for representation learning across various downstream tasks.
Furthermore, we examine the emerging trends in SSL for geospatial objects,
particularly the gradual advancements towards geospatial foundation models.
Finally, we discuss key challenges in current research and outline promising
directions for future investigation. By offering a structured analysis of
existing studies, this paper aims to inspire continued progress in integrating
SSL with geospatial objects, and the development of geospatial foundation
models in a longer term.
| [
{
"version": "v1",
"created": "Thu, 22 Aug 2024 05:28:22 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 06:06:00 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Chen",
"Yile",
""
],
[
"Huang",
"Weiming",
""
],
[
"Zhao",
"Kaiqi",
""
],
[
"Jiang",
"Yue",
""
],
[
"Cong",
"Gao",
""
]
] |
2408.13196 | Samie Mostafavi | Samie Mostafavi, Simon Egger, Gy\"orgy D\'an, James Gross | Predictability of Performance in Communication Networks Under Markovian
Dynamics | null | null | null | null | cs.NI eess.SP | http://creativecommons.org/licenses/by/4.0/ | With the emergence of time-critical applications in modern communication
networks, there is a growing demand for proactive network adaptation and
quality of service (QoS) prediction. However, a fundamental question remains
largely unexplored: how can we quantify and achieve more predictable
communication systems in terms of performance? To address this gap, this paper
introduces a theoretical framework for defining and analyzing predictability in
communication systems, with a focus on the impact of observations for
performance forecasting. We establish a mathematical definition of
predictability based on the total variation distance between forecast and
marginal performance distributions. A system is deemed unpredictable when the
forecast distribution, providing the most comprehensive characterization of
future states using all accessible information, is indistinguishable from the
marginal distribution, which depicts the system's behavior without any
observational input. This framework is applied to multi-hop systems under
Markovian conditions, with a detailed analysis of Geo/Geo/1 queuing models in
both single-hop and multi-hop scenarios. We derive exact and approximate
expressions for predictability in these systems, as well as upper bounds based
on spectral analysis of the underlying Markov chains. Our results have
implications for the design of efficient monitoring and prediction mechanisms
in future communication networks aiming to provide deterministic services.
| [
{
"version": "v1",
"created": "Fri, 23 Aug 2024 16:27:27 GMT"
},
{
"version": "v2",
"created": "Mon, 26 Aug 2024 08:32:20 GMT"
},
{
"version": "v3",
"created": "Mon, 16 Sep 2024 12:42:47 GMT"
},
{
"version": "v4",
"created": "Fri, 25 Apr 2025 09:26:45 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Mostafavi",
"Samie",
""
],
[
"Egger",
"Simon",
""
],
[
"Dán",
"György",
""
],
[
"Gross",
"James",
""
]
] |
2408.13563 | Harshit Agarwal | Harshit Agarwal, Surya Rohith Kotla, Leila Noohinejad, Biplab Bag,
Claudio Eisele, Sitaram Ramakrishnan, Martin Tolkiehn, Carsten Paulmann,
Arumugam Thamizhavel, Srinivasan Ramakrishnan, Sander van Smaalen | I-centered vs F-centered orthorhombic symmetry and negative thermal
expansion of the charge density wave of EuAl2Ga2 | 24 pages, 6 figures | Phys. Rev. B 111, 155144, 2025 | 10.1103/PhysRevB.111.155144 | null | cond-mat.str-el cond-mat.mtrl-sci | http://creativecommons.org/licenses/by/4.0/ | Together with EuGa4 and EuAl4, EuAl2Ga2 belongs to the BaAl4 structure type
with space group symmetry I4/mmm. EuAl2Ga2 develops an incommensurate charge
density wave (CDW) at temperatures below TCDW = 51 K. On the basis of
temperature dependent single-crystal X-ray diffraction (SXRD) data, the
incommensurately modulated CDW crystal structure of EuAl2Ga2 is determined to
possess orthorhombic superspace symmetry Immm(00g)s00. This symmetry is
different from the orthorhombic Fmmm based symmetry of the CDW state of EuAl4.
Nevertheless, both symmetries Immm(00g)s00 and Fmmm(00g)s00 lead to the same
conclusion, that the CDW is supported by the layers of Al1 type atoms, while
the Eu and Al2 or Ga atoms are not directly involved in CDW formation. The
different symmetries of the CDW states of EuAl4 and EuAl2Ga2, as well as the
observation of negative thermal expansion in the CDW state of EuAl2Ga2 might be
explained by the effects of Ga substitution in the latter compound.
| [
{
"version": "v1",
"created": "Sat, 24 Aug 2024 12:18:58 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Agarwal",
"Harshit",
""
],
[
"Kotla",
"Surya Rohith",
""
],
[
"Noohinejad",
"Leila",
""
],
[
"Bag",
"Biplab",
""
],
[
"Eisele",
"Claudio",
""
],
[
"Ramakrishnan",
"Sitaram",
""
],
[
"Tolkiehn",
"Martin",
""
],
[
"Paulmann",
"Carsten",
""
],
[
"Thamizhavel",
"Arumugam",
""
],
[
"Ramakrishnan",
"Srinivasan",
""
],
[
"van Smaalen",
"Sander",
""
]
] |
2408.13632 | Klara Janouskova | Lukas Picek, Klara Janouskova, Vojtech Cermak, Jiri Matas | FungiTastic: A multi-modal dataset and benchmark for image
categorization | FGVC workshop, CVPR 2025 | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | We introduce a new, challenging benchmark and a dataset, FungiTastic, based
on fungal records continuously collected over a twenty-year span. The dataset
is labelled and curated by experts and consists of about 350k multimodal
observations of 6k fine-grained categories (species). The fungi observations
include photographs and additional data, e.g., meteorological and climatic
data, satellite images, and body part segmentation masks. FungiTastic is one of
the few benchmarks that include a test set with DNA-sequenced ground truth of
unprecedented label reliability. The benchmark is designed to support (i)
standard closed-set classification, (ii) open-set classification, (iii)
multi-modal classification, (iv) few-shot learning, (v) domain shift, and many
more. We provide tailored baselines for many use cases, a multitude of
ready-to-use pre-trained models on
https://huggingface.co/collections/BVRA/fungitastic-66a227ce0520be533dc6403b,
and a framework for model training. The documentation and the baselines are
available at https://github.com/BohemianVRA/FungiTastic/ and
https://www.kaggle.com/datasets/picekl/fungitastic.
| [
{
"version": "v1",
"created": "Sat, 24 Aug 2024 17:22:46 GMT"
},
{
"version": "v2",
"created": "Sun, 27 Oct 2024 20:34:38 GMT"
},
{
"version": "v3",
"created": "Fri, 25 Apr 2025 07:11:09 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Picek",
"Lukas",
""
],
[
"Janouskova",
"Klara",
""
],
[
"Cermak",
"Vojtech",
""
],
[
"Matas",
"Jiri",
""
]
] |
2408.14587 | Christopher Subich | Christopher Subich | Efficient fine-tuning of 37-level GraphCast with the Canadian global
deterministic analysis | null | null | null | null | cs.LG physics.ao-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This work describes a process for efficiently fine-tuning the GraphCast
data-driven forecast model to simulate another analysis system, here the Global
Deterministic Prediction System (GDPS) of Environment and Climate Change Canada
(ECCC). Using two years of training data (July 2019 -- December 2021) and 37
GPU-days of computation to tune the 37-level, quarter-degree version of
GraphCast, the resulting model significantly outperforms both the unmodified
GraphCast and operational forecast, showing significant forecast skill in the
troposphere over lead times from 1 to 10 days. This fine-tuning is accomplished
through abbreviating DeepMind's original training curriculum for GraphCast,
relying on a shorter single-step forecast stage to accomplish the bulk of the
adaptation work and consolidating the autoregressive stages into separate 12hr,
1d, 2d, and 3d stages with larger learning rates. Additionally, training over
3d forecasts is split into two sub-steps to conserve host memory while
maintaining a strong correlation with training over the full period.
| [
{
"version": "v1",
"created": "Mon, 26 Aug 2024 19:16:08 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 13:46:36 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Subich",
"Christopher",
""
]
] |
2408.15177 | Hauke Sandhaus | Hauke Sandhaus, Madiha Zahrah Choksi, Wendy Ju | Regaining Trust: Impact of Transparent User Interface Design on
Acceptance of Camera-Based In-Car Health Monitoring Systems | About to be published in the AutoUI '24 WiP proceedings | Adjunct Proceedings of the 16th International Conference on
Automotive User Interfaces and Interactive Vehicular Applications, Stanford,
CA, USA, 2024, pp. 203-208 | 10.1145/3641308.3685048 | null | cs.HC | http://creativecommons.org/licenses/by/4.0/ | Introducing in-car health monitoring systems offers substantial potential to
improve driver safety. However, camera-based sensing technologies introduce
significant privacy concerns. This study investigates the impact of transparent
user interface design on user acceptance of these systems. We conducted an
online study with 42 participants using prototypes varying in transparency,
choice, and deception levels. The prototypes included three onboarding designs:
(1) a traditional Terms and Conditions text, (2) a Business Nudge design that
subtly encouraged users to accept default data-sharing options, and (3) a
Transparent Walk-Through that provided clear, step-by-step explanations of data
use and privacy policies. Our findings indicate that transparent design
significantly affects user experience measures, including perceived creepiness,
trust in data use, and trustworthiness of content. Transparent onboarding
processes enhanced user experience and trust without significantly increasing
onboarding time. These findings offer practical guidance for designing
user-friendly and privacy-respecting in-car health monitoring systems.
| [
{
"version": "v1",
"created": "Tue, 27 Aug 2024 16:21:29 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Sandhaus",
"Hauke",
""
],
[
"Choksi",
"Madiha Zahrah",
""
],
[
"Ju",
"Wendy",
""
]
] |
2408.16073 | James Cummings Jr. | Leo Yeykelis, Kaavya Pichai, James J. Cummings, Byron Reeves | Using Large Language Models to Create AI Personas for Replication,
Generalization and Prediction of Media Effects: An Empirical Test of 133
Published Experimental Research Findings | 40 pages, 13 figures, 3 tables | null | null | null | cs.CL cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This report analyzes the potential for large language models (LLMs) to
expedite accurate replication and generalization of published research about
message effects in marketing. LLM-powered participants (personas) were tested
by replicating 133 experimental findings from 14 papers containing 45 recent
studies published in the Journal of Marketing. For each study, the measures,
stimuli, and sampling specifications were used to generate prompts for LLMs to
act as unique personas. The AI personas, 19,447 in total across all of the
studies, generated complete datasets and statistical analyses were then
compared with the original human study results. The LLM replications
successfully reproduced 76% of the original main effects (84 out of 111),
demonstrating strong potential for AI-assisted replication. The overall
replication rate including interaction effects was 68% (90 out of 133).
Furthermore, a test of how human results generalized to different participant
samples, media stimuli, and measures showed that replication results can change
when tests go beyond the parameters of the original human studies. Implications
are discussed for the replication and generalizability crises in social
science, the acceleration of theory building in media and marketing psychology,
and the practical advantages of rapid message testing for consumer products.
Limitations of AI replications are addressed with respect to complex
interaction effects, biases in AI models, and establishing benchmarks for AI
metrics in marketing research.
| [
{
"version": "v1",
"created": "Wed, 28 Aug 2024 18:14:39 GMT"
},
{
"version": "v2",
"created": "Thu, 24 Apr 2025 19:12:58 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Yeykelis",
"Leo",
""
],
[
"Pichai",
"Kaavya",
""
],
[
"Cummings",
"James J.",
""
],
[
"Reeves",
"Byron",
""
]
] |
2408.17355 | Yuejiang Liu | Yuejiang Liu, Jubayer Ibn Hamid, Annie Xie, Yoonho Lee, Maximilian Du,
Chelsea Finn | Bidirectional Decoding: Improving Action Chunking via Guided Test-Time
Sampling | Project website: https://bid-robot.github.io/ | null | null | null | cs.RO cs.AI cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Predicting and executing a sequence of actions without intermediate
replanning, known as action chunking, is increasingly used in robot learning
from human demonstrations. Yet, its effects on the learned policy remain
inconsistent: some studies find it crucial for achieving strong results, while
others observe decreased performance. In this paper, we first dissect how
action chunking impacts the divergence between a learner and a demonstrator. We
find that action chunking allows the learner to better capture the temporal
dependencies in demonstrations but at the cost of reduced reactivity to
unexpected states. To address this tradeoff, we propose Bidirectional Decoding
(BID), a test-time inference algorithm that bridges action chunking with
closed-loop adaptation. At each timestep, BID samples multiple candidate
predictions and searches for the optimal one based on two criteria: (i)
backward coherence, which favors samples that align with previous decisions;
(ii) forward contrast, which seeks samples of high likelihood for future plans.
By coupling decisions within and across action chunks, BID promotes both
long-term consistency and short-term reactivity. Experimental results show that
our method boosts the performance of two state-of-the-art generative policies
across seven simulation benchmarks and two real-world tasks. Code and videos
are available at https://bid-robot.github.io.
| [
{
"version": "v1",
"created": "Fri, 30 Aug 2024 15:39:34 GMT"
},
{
"version": "v2",
"created": "Mon, 21 Oct 2024 17:27:00 GMT"
},
{
"version": "v3",
"created": "Tue, 3 Dec 2024 06:53:58 GMT"
},
{
"version": "v4",
"created": "Fri, 25 Apr 2025 17:27:10 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Liu",
"Yuejiang",
""
],
[
"Hamid",
"Jubayer Ibn",
""
],
[
"Xie",
"Annie",
""
],
[
"Lee",
"Yoonho",
""
],
[
"Du",
"Maximilian",
""
],
[
"Finn",
"Chelsea",
""
]
] |
2409.00027 | W Astar | W. Astar | New Generalized Expressions for the Electromagnetic Fields of the Hybrid
Modes of an Optical Fiber Using Complex and Bi-Complex Mathematics | corrected a few typographical errors throughout the paper. additional
changes are detailed in section 7, right before the References section, but
they were minor | null | null | null | physics.optics | http://creativecommons.org/licenses/by-nc-sa/4.0/ | The electromagnetic fields of the hybrid modes of an optical fiber are
reformulated using bi-complex mathematics, which leads to simpler expressions
relative to those found with the widely used, conventional complex formulation.
Generalized expressions for the electromagnetic fields are also found using
both formulations for comparative purposes. Furthermore, the feasibility of
bi-complex mathematics is investigated for the derivation of the modal powers,
orthogonality relations, and the weakly-guided fiber approximation
| [
{
"version": "v1",
"created": "Sat, 17 Aug 2024 09:06:34 GMT"
},
{
"version": "v2",
"created": "Wed, 11 Dec 2024 11:28:31 GMT"
},
{
"version": "v3",
"created": "Wed, 5 Mar 2025 11:55:22 GMT"
},
{
"version": "v4",
"created": "Wed, 2 Apr 2025 12:22:36 GMT"
},
{
"version": "v5",
"created": "Thu, 24 Apr 2025 19:12:42 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Astar",
"W.",
""
]
] |
2409.01169 | Chaeyun Lee | Chaeyun Lee, Kyungsik Kim, Myung-Ki Cheoun, Eunja Ha, Tatsushi Shima,
Toshitaka Kajino | KDAR neutrino scattering for $^{12}$C target via charged current and
muon angular distribution | 19 pages, 6 figures | null | null | null | nucl-th | http://creativecommons.org/licenses/by/4.0/ | We calculate muon-neutrino ($\nu_{\mu}$) scattering off $^{12}$C via charged
current (CC) by exploiting the 236 MeV ${\nu_{\mu}}$ from the
kaon-decay-at-rest (KDAR). In this energy region, since both inelastic
scattering below the quasielastic (QE) region and the QE scattering contribute
simultaneously, we combine the inelastic scattering obtained by the QRPA and
the QE scattering obtained by distorted wave born approximation (DWBA) based on
the relativistic mean field (RMF) theory. We compare the results to the data
from MiniBooNE. Further, since the KDR $\nu_{\mu}$ CC scattering may have angle
dependence of outgoing muon, we investigate the differential angular dependent
cross section in the ${\nu_{\mu}}$-$^{12}$C scattering and compare to the
results by $\nu_e$-$^{12}$C scattering. These results could be useful for the
calibration of the forthcoming KDAR neutrino cross section experiments.
| [
{
"version": "v1",
"created": "Mon, 2 Sep 2024 10:57:12 GMT"
},
{
"version": "v2",
"created": "Wed, 23 Apr 2025 10:12:59 GMT"
},
{
"version": "v3",
"created": "Fri, 25 Apr 2025 04:09:23 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Lee",
"Chaeyun",
""
],
[
"Kim",
"Kyungsik",
""
],
[
"Cheoun",
"Myung-Ki",
""
],
[
"Ha",
"Eunja",
""
],
[
"Shima",
"Tatsushi",
""
],
[
"Kajino",
"Toshitaka",
""
]
] |
2409.01471 | Valeriy Ginzburg | Valeriy V. Ginzburg | Modeling the Dielectric Relaxation in Semicrystalline Polymers --
Understanding the Role of the Interphase between the Amorphous and
Crystalline Domains | null | Macromolecules 2025, 58, 4122 -- 4130 | 10.1021/acs.macromol.5c00361 | null | cond-mat.soft cond-mat.mtrl-sci | http://creativecommons.org/licenses/by/4.0/ | Semicrystalline polymers (SCP) represent important class of materials used in
many applications from packaging to transportation to electronics to
pharmaceuticals. Understanding the structure and dynamics of the crystalline
and amorphous fractions within SCP is an important challenge for both
experimentalists and theoreticians. Recently, Cheng et al. (S. Cheng et al., J.
Chem. Phys. 160, 114904 (2024)) utilized Broadband Dielectric Spectroscopy
(BDS) to explore the relaxation time profiles within the amorphous region of a
semi-crystalline poly(L-lactic acid) (PLLA) with ordered alternative stacking
of crystalline/amorphous phases. Here, we build on those initial results and
model the relaxation time distribution using the combination of the Doolittle
free volume theory (FVT) and the compressible Self-Consistent Field Theory
(cSCFT). We show that the new modeling framework successfully captures the
temperature and position dependence of the local relaxation time of the
semicrystalline PLLA above the glass transition temperature of the amorphous
region. Finally, we derive a new empirical equation for the relaxation time
profiles in amorphous regions of SCPs.
| [
{
"version": "v1",
"created": "Mon, 2 Sep 2024 21:33:57 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Ginzburg",
"Valeriy V.",
""
]
] |
2409.02658 | Riccardo Muolo | Riccardo Muolo, Lucia Valentina Gambuzza, Hiroya Nakao, Mattia Frasca | Pinning control of chimera states in systems with higher-order
interactions | null | null | null | null | nlin.PS math.OC nlin.AO nlin.CD physics.comp-ph | http://creativecommons.org/licenses/by/4.0/ | Understanding and controlling the mechanisms behind synchronization phenomena
is of paramount importance in nonlinear science. In particular, the emergence
of chimera states, patterns in which order and disorder coexist simultaneously,
continues to puzzle scholars, due to its elusive nature. Recently, it has been
shown that higher-order (many-body) interactions greatly enhance the presence
of chimera states, which are easier to be found and more persistent. In this
work, we show that the higher-order framework is fertile not only for the
emergence of chimera states, but also for its control. Via pinning control, a
technique consisting in applying a forcing to a subset of the nodes, we are
able to trigger the emergence of chimera states with only a small fraction of
controlled nodes, at striking contrast with the case without higher-order
interactions. We show that our setting is robust for different higher-order
topologies and types of pinning control and, finally, we give a heuristic
interpretation of the results via phase reduction theory. Our numerical and
theoretical results provide further understanding on how higher-order
interactions shape collective behaviors in nonlinear dynamics.
| [
{
"version": "v1",
"created": "Wed, 4 Sep 2024 12:32:41 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 13:59:36 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Muolo",
"Riccardo",
""
],
[
"Gambuzza",
"Lucia Valentina",
""
],
[
"Nakao",
"Hiroya",
""
],
[
"Frasca",
"Mattia",
""
]
] |
2409.05685 | Anna Scampicchio | Anna Scampicchio and Melanie N. Zeilinger | On the role of the signature transform in nonlinear systems and
data-driven control | Accepted to NOLCOS 2025 | null | null | null | eess.SY cs.SY | http://creativecommons.org/licenses/by/4.0/ | Classic control techniques typically rely on a model of the system's response
to external inputs, which is difficult to obtain from first principles
especially if the unknown dynamics are nonlinear. In this paper, we address
this issue by presenting an approach based on the so-called signature
transform, a tool that is still largely unexplored in data-driven control. We
first show that the signature provides rigorous and practically effective
features to represent and predict system trajectories. Furthermore, we propose
a novel use of this tool on an output-matching problem, paving the way for
signature-based, data-driven predictive control.
| [
{
"version": "v1",
"created": "Mon, 9 Sep 2024 14:58:23 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 09:29:42 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Scampicchio",
"Anna",
""
],
[
"Zeilinger",
"Melanie N.",
""
]
] |
2409.06833 | Enrique Dehaerne | Enrique Dehaerne, Bappaditya Dey, Victor Blanco, Jesse Davis | Scanning Electron Microscopy-based Automatic Defect Inspection for
Semiconductor Manufacturing: A Systematic Review | Accepted for publication in the Journal of Micro/Nanopatterning,
Materials, and Metrology (JM3) | null | null | null | eess.IV | http://creativecommons.org/licenses/by-nc-nd/4.0/ | In this review, automatic defect inspection algorithms that analyze Scanning
Electron Microscopy (SEM) images for Semiconductor Manufacturing (SM) are
identified, categorized, and discussed. This is a topic of critical importance
for the SM industry as the continuous shrinking of device patterns has led to
increasing defectivity and a greater prevalence of higher-resolution imaging
tools such as SEM. Among others, these aspects threaten to increase costs due
to increased inspection time-to-solution and decreased yield. Relevant research
papers were systematically identified in four popular publication databases in
January 2024. A total of 103 papers were selected after screening for novel
contributions relating to automatic SEM image analysis algorithms for
semiconductor defect inspection. These papers were then categorized based on
the inspection tasks they addressed, their evaluation metrics, and the type of
algorithms used. A notable finding from this categorization is that
reference-based defect detection algorithms were the most popular algorithm
type until 2020 when Deep Learning (DL)-based inspection algorithms became more
popular, especially for defect classification. Furthermore, four broader
research questions were discussed to come to the following conclusions: (i) the
key components of inspection algorithms are set up, pre-processing, feature
extraction, and final prediction; (ii) the maturity of the manufacturing
process affects the data availability and required sensitivity of inspection
algorithms; (iii) key challenges for these algorithms relate to the desiderata
of minimizing time-to-solution which pushes for high imaging throughput,
reducing manual input during algorithm setup, and higher processing throughput;
and (iv) three promising directions for future work are suggested based on gaps
in the reviewed literature that address key remaining limitations.
| [
{
"version": "v1",
"created": "Tue, 10 Sep 2024 19:22:03 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 10:02:43 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Dehaerne",
"Enrique",
""
],
[
"Dey",
"Bappaditya",
""
],
[
"Blanco",
"Victor",
""
],
[
"Davis",
"Jesse",
""
]
] |
2409.07943 | Yuki Amari | Yuki Amari and Muneto Nitta | Skyrmion crystal phase on a magnetic domain wall in chiral magnets | 14 pages, 11 figures; v3. published version | Phys. Rev. B 111, 134441 (2025) | 10.1103/PhysRevB.111.134441 | null | cond-mat.mes-hall hep-th | http://creativecommons.org/licenses/by/4.0/ | We study a magnetic domain wall in the ferromagnetic phase in chiral magnets
in two dimensions with an in-plane easy-axis anisotropy and an out-of-plane
Zeeman magnetic field, and find a chiral soliton lattice (spiral) phase beside
a ferromagnetic phase inside the domain line, where the former represents a
domain-wall skyrmion crystal from the bulk point of view. We first determine
the phase diagram on the domain wall by numerically constructing domain-wall
solutions. We then analytically reproduce the phase diagram in a domain-wall
theory (a chiral double sine-Gordon model) that we construct within the moduli
approximation by treating the Zeeman magnetic field perturbatively. While we
find good agreements between the phase diagrams of the numerical and effective
theory methods, the numerical solution exhibits a decomposition of the
topological charge into a bimeron which cannot be captured by the effective
theory.
| [
{
"version": "v1",
"created": "Thu, 12 Sep 2024 11:11:20 GMT"
},
{
"version": "v2",
"created": "Tue, 15 Oct 2024 13:56:56 GMT"
},
{
"version": "v3",
"created": "Fri, 25 Apr 2025 05:32:08 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Amari",
"Yuki",
""
],
[
"Nitta",
"Muneto",
""
]
] |
2409.08813 | Leitian Tao | Leitian Tao, Yixuan Li | Your Weak LLM is Secretly a Strong Teacher for Alignment | Accepted by ICLR 2025 | null | null | null | cs.CL | http://creativecommons.org/licenses/by/4.0/ | The burgeoning capabilities of large language models (LLMs) have underscored
the need for alignment to ensure these models act in accordance with human
values and intentions. Existing alignment frameworks present constraints either
in the form of expensive human effort or high computational costs. This paper
explores a promising middle ground, where we employ a weak LLM that is
significantly less resource-intensive than top-tier models, yet offers more
automation than purely human feedback. We present a systematic study to
evaluate and understand weak LLM's ability to generate feedback for alignment.
Our empirical findings demonstrate that weak LLMs can provide feedback that
rivals or even exceeds that of fully human-annotated data. Our study indicates
a minimized impact of model size on feedback efficacy, shedding light on a
scalable and sustainable alignment strategy. To deepen our understanding of
alignment under weak LLM feedback, we conduct a series of qualitative and
quantitative analyses, offering novel insights into the quality discrepancies
between human feedback vs. weak LLM feedback.
| [
{
"version": "v1",
"created": "Fri, 13 Sep 2024 13:24:52 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 05:34:47 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Tao",
"Leitian",
""
],
[
"Li",
"Yixuan",
""
]
] |
2409.09366 | Jintao Fei | Lei Yu, Jintao Fei, Xinyi Liu, Yang Yao, Jun Zhao, Guoxin Wang, Xin Li | MHAD: Multimodal Home Activity Dataset with Multi-Angle Videos and
Synchronized Physiological Signals | null | null | 10.1109/ICASSP49660.2025.10888739 | null | cs.CV cs.MM | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Video-based physiology, exemplified by remote photoplethysmography (rPPG),
extracts physiological signals such as pulse and respiration by analyzing
subtle changes in video recordings. This non-contact, real-time monitoring
method holds great potential for home settings. Despite the valuable
contributions of public benchmark datasets to this technology, there is
currently no dataset specifically designed for passive home monitoring.
Existing datasets are often limited to close-up, static, frontal recordings and
typically include only 1-2 physiological signals. To advance video-based
physiology in real home settings, we introduce the MHAD dataset. It comprises
1,440 videos from 40 subjects, capturing 6 typical activities from 3 angles in
a real home environment. Additionally, 5 physiological signals were recorded,
making it a comprehensive video-based physiology dataset. MHAD is compatible
with the rPPG-toolbox and has been validated using several unsupervised and
supervised methods. Our dataset is publicly available at
https://github.com/jdh-algo/MHAD-Dataset.
| [
{
"version": "v1",
"created": "Sat, 14 Sep 2024 08:42:39 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Yu",
"Lei",
""
],
[
"Fei",
"Jintao",
""
],
[
"Liu",
"Xinyi",
""
],
[
"Yao",
"Yang",
""
],
[
"Zhao",
"Jun",
""
],
[
"Wang",
"Guoxin",
""
],
[
"Li",
"Xin",
""
]
] |
2409.09781 | Parth Nobel | Parth Nobel, Daniel LeJeune, Emmanuel J. Cand\`es | RandALO: Out-of-sample risk estimation in no time flat | 26 pages, 10 figures | null | null | null | math.ST cs.LG math.OC stat.CO stat.ML stat.TH | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Estimating out-of-sample risk for models trained on large high-dimensional
datasets is an expensive but essential part of the machine learning process,
enabling practitioners to optimally tune hyperparameters. Cross-validation (CV)
serves as the de facto standard for risk estimation but poorly trades off high
bias ($K$-fold CV) for computational cost (leave-one-out CV). We propose a
randomized approximate leave-one-out (RandALO) risk estimator that is not only
a consistent estimator of risk in high dimensions but also less computationally
expensive than $K$-fold CV. We support our claims with extensive simulations on
synthetic and real data and provide a user-friendly Python package implementing
RandALO available on PyPI as randalo and at https://github.com/cvxgrp/randalo.
| [
{
"version": "v1",
"created": "Sun, 15 Sep 2024 16:10:03 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 16:33:57 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Nobel",
"Parth",
""
],
[
"LeJeune",
"Daniel",
""
],
[
"Candès",
"Emmanuel J.",
""
]
] |
2409.10179 | Karl Svozil | Mirko Navara and Karl Svozil | Exploring Quantum Contextuality with the Quantum Moebius-Escher-Penrose
hypergraph | 19 pages, 5 figures, 4 tables, revised, final version | Physical Review A 111(4), 042209(8) (2025) | 10.1103/PhysRevA.111.042209 | null | quant-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper presents the quantum Moebius-Escher-Penrose hypergraph, drawing
inspiration from paradoxical constructs such as the Moebius strip and Penrose's
`impossible objects'. The hypergraph is constructed using faithful orthogonal
representations in Hilbert space, thereby embedding the graph within a quantum
framework. Additionally, a quasi-classical realization is achieved through
two-valued states and partition logic, leading to an embedding within a Boolean
algebra. This dual representation delineates the distinctions between classical
and quantum embeddings, with a particular focus on contextuality, highlighted
by violations of exclusivity and completeness, quantified through classical and
quantum probabilities. The study also examines violations of Boole's conditions
of possible experience using correlation polytopes, underscoring the inherent
contextuality of the hypergraph. These results offer deeper insights into
quantum contextuality and its intricate relationship with classical logic
structures.
| [
{
"version": "v1",
"created": "Mon, 16 Sep 2024 11:17:53 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 11:03:44 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Navara",
"Mirko",
""
],
[
"Svozil",
"Karl",
""
]
] |
2409.10458 | G J Sreejith | Sandipan Manna, G J Sreejith | Full distribution and large deviations of local observables in an
exactly solvable current carrying steady state of a strongly driven XXZ chain | null | null | null | null | cond-mat.stat-mech cond-mat.str-el | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Current carrying steady states of interacting spin chains exhibit rich
structures generated through an interplay of constraints from the Hamiltonian
dynamics and those induced by the current. The \textit{XXZ} spin chain when
coupled to maximally polarizing Lindblad terms (with opposite signs on either
end) admits an exact solution for the steady state in a matrix product state
(MPS) form. We use this exact solution to study the correlations and
distributions of local spin observables in the nonequilibrium steady state. We
present exact expressions for spin correlators, entropy per site and scaled
cumulant generating functions (SCGF) for distributions of local observables in
the \textit{XX} limit (Ising anisotropy $\Delta=0$). Further, we use the exact
MPS solution in the $\Delta>0$ regime, to calculate numerically exact entropy,
correlations, as well as full distributions of spin observables in large
systems. In systems where $\Delta$ is a cosine of rational multiple of $\pi$,
we can numerically exactly estimate the large system limit of the SCGF and the
large deviation/rate functions of local-$z$ magnetization. For these, we show
that the deviations of the SCGF, calculated in finite systems, from the
asymptotic large system size limit decay exponentially with system size;
however, the decay rate is a discontinuous function of $\Delta$. The $x$
magnetization density shows a double peak structure at $\Delta\lesssim 1$,
suggesting short-range ferromagnetic ordering in the $x$ direction similar to
what was reported for the ground state of the XXZ chain.
| [
{
"version": "v1",
"created": "Mon, 16 Sep 2024 16:49:53 GMT"
},
{
"version": "v2",
"created": "Tue, 1 Oct 2024 15:28:23 GMT"
},
{
"version": "v3",
"created": "Sun, 6 Apr 2025 13:21:47 GMT"
},
{
"version": "v4",
"created": "Fri, 25 Apr 2025 04:39:15 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Manna",
"Sandipan",
""
],
[
"Sreejith",
"G J",
""
]
] |
2409.11387 | Anders S. Buch | Anders S. Buch, Pierre-Emmanuel Chaput, Nicolas Perrin | Equivariant rigidity of Richardson varieties | This is a major revision including new results and a new title | null | null | null | math.AG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We prove that Schubert and Richardson varieties in flag manifolds are
uniquely determined by their equivariant cohomology classes, as well as a
stronger result that replaces Schubert varieties with closures of
Bialynicki-Birula cells under suitable conditions. This is used to prove that
any two-pointed curve neighborhood representing a quantum cohomology product
with a Seidel class is a Schubert variety. We pose a stronger conjecture which
implies a Seidel multiplication formula in equivariant quantum K-theory, and
prove this conjecture for cominuscule flag varieties.
| [
{
"version": "v1",
"created": "Tue, 17 Sep 2024 17:44:21 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 16:13:27 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Buch",
"Anders S.",
""
],
[
"Chaput",
"Pierre-Emmanuel",
""
],
[
"Perrin",
"Nicolas",
""
]
] |
2409.11779 | Aditya Acharya | Aditya Acharya, David M. Mount | Evolving Distributions Under Local Motion | null | null | null | null | cs.CG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Geometric data sets arising in modern applications are often very large and
change dynamically over time. A popular framework for dealing with such data
sets is the evolving data framework, where a discrete structure continuously
varies over time due to the unseen actions of an evolver, which makes small
changes to the data. An algorithm probes the current state through an oracle,
and the objective is to maintain a hypothesis of the data set's current state
that is close to its actual state at all times. In this paper, we apply this
framework to maintaining a set of $n$ point objects in motion in
$d$-dimensional Euclidean space. To model the uncertainty in the object
locations, both the ground truth and hypothesis are based on spatial
probability distributions, and the distance between them is measured by the
Kullback-Leibler divergence (relative entropy). We introduce a simple and
intuitive motion model where with each time step, the distance that any object
can move is a fraction of the distance to its nearest neighbor. We present an
algorithm that, in steady state, guarantees a distance of $O(n)$ between the
true and hypothesized placements. We also show that for any algorithm in this
model, there is an evolver that can generate a distance of $\Omega(n)$,
implying that our algorithm is asymptotically optimal.
| [
{
"version": "v1",
"created": "Wed, 18 Sep 2024 08:01:29 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 08:07:57 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Acharya",
"Aditya",
""
],
[
"Mount",
"David M.",
""
]
] |
2409.12007 | Yunfan Gao | Yunfan Gao, Florian Messerer, Niels van Duijkeren, Boris Houska,
Moritz Diehl | Real-Time-Feasible Collision-Free Motion Planning For Ellipsoidal
Objects | This version corrects a typographical error in the proof of Lemma 3.
Although the original proof contained a mistake, the statement of the lemma
remains valid and unchanged | null | null | null | cs.RO cs.SY eess.SY | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Online planning of collision-free trajectories is a fundamental task for
robotics and self-driving car applications. This paper revisits collision
avoidance between ellipsoidal objects using differentiable constraints. Two
ellipsoids do not overlap if and only if the endpoint of the vector between the
center points of the ellipsoids does not lie in the interior of the Minkowski
sum of the ellipsoids. This condition is formulated using a parametric
over-approximation of the Minkowski sum, which can be made tight in any given
direction. The resulting collision avoidance constraint is included in an
optimal control problem (OCP) and evaluated in comparison to the
separating-hyperplane approach. Not only do we observe that the Minkowski-sum
formulation is computationally more efficient in our experiments, but also that
using pre-determined over-approximation parameters based on warm-start
trajectories leads to a very limited increase in suboptimality. This gives rise
to a novel real-time scheme for collision-free motion planning with model
predictive control (MPC). Both the real-time feasibility and the effectiveness
of the constraint formulation are demonstrated in challenging real-world
experiments.
| [
{
"version": "v1",
"created": "Wed, 18 Sep 2024 14:20:59 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 07:26:53 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Gao",
"Yunfan",
""
],
[
"Messerer",
"Florian",
""
],
[
"van Duijkeren",
"Niels",
""
],
[
"Houska",
"Boris",
""
],
[
"Diehl",
"Moritz",
""
]
] |
2409.12059 | Ningyuan Xi | Ningyuan Xi, Xiaoyu Wang, Yetao Wu, Teng Chen, Qingqing Gu, Yue Zhao,
Jinxian Qu, Zhonglin Jiang, Yong Chen, Luo Ji | MeTHanol: Modularized Thinking Language Models with Intermediate Layer
Thinking, Decoding and Bootstrapping Reasoning | 19 pages, 7 figures | null | null | null | cs.CL cs.AI cs.LG | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Large Language Model can reasonably understand and generate human expressions
but may lack of thorough thinking and reasoning mechanisms. Recently there have
been several studies which enhance the thinking ability of language models but
most of them are not data-driven or training-based. In this paper, we are
motivated by the cognitive mechanism in the natural world, and design a novel
model architecture called TaS which allows it to first consider the thoughts
and then express the response based upon the query. We design several pipelines
to annotate or generate the thought contents from prompt-response samples, then
add language heads in a middle layer which behaves as the thinking layer. We
train the language model by the thoughts-augmented data and successfully let
the thinking layer automatically generate reasonable thoughts and finally
output more reasonable responses. Both qualitative examples and quantitative
results validate the effectiveness and performance of TaS. Our code is
available at https://anonymous.4open.science/r/TadE.
| [
{
"version": "v1",
"created": "Wed, 18 Sep 2024 15:32:48 GMT"
},
{
"version": "v2",
"created": "Fri, 27 Sep 2024 13:07:26 GMT"
},
{
"version": "v3",
"created": "Tue, 17 Dec 2024 16:30:39 GMT"
},
{
"version": "v4",
"created": "Fri, 25 Apr 2025 16:03:15 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Xi",
"Ningyuan",
""
],
[
"Wang",
"Xiaoyu",
""
],
[
"Wu",
"Yetao",
""
],
[
"Chen",
"Teng",
""
],
[
"Gu",
"Qingqing",
""
],
[
"Zhao",
"Yue",
""
],
[
"Qu",
"Jinxian",
""
],
[
"Jiang",
"Zhonglin",
""
],
[
"Chen",
"Yong",
""
],
[
"Ji",
"Luo",
""
]
] |
2409.12447 | Jenny Liang | Jenny T. Liang, Melissa Lin, Nikitha Rao, Brad A. Myers | Prompts Are Programs Too! Understanding How Developers Build Software
Containing Prompts | Accepted to FSE'25 | null | null | null | cs.SE cs.AI cs.HC | http://creativecommons.org/licenses/by/4.0/ | Generative pre-trained models power intelligent software features used by
millions of users controlled by developer-written natural language prompts.
Despite the impact of prompt-powered software, little is known about its
development process and its relationship to programming. In this work, we argue
that some prompts are programs and that the development of prompts is a
distinct phenomenon in programming known as "prompt programming". We develop an
understanding of prompt programming using Straussian grounded theory through
interviews with 20 developers engaged in prompt development across a variety of
contexts, models, domains, and prompt structures. We contribute 15 observations
to form a preliminary understanding of current prompt programming practices.
For example, rather than building mental models of code, prompt programmers
develop mental models of the foundation model (FM)'s behavior on the prompt by
interacting with the FM. While prior research shows that experts have
well-formed mental models, we find that prompt programmers who have developed
dozens of prompts still struggle to develop reliable mental models. Our
observations show that prompt programming differs from traditional software
development, motivating the creation of prompt programming tools and providing
implications for software engineering stakeholders.
| [
{
"version": "v1",
"created": "Thu, 19 Sep 2024 03:55:49 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 03:55:39 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Liang",
"Jenny T.",
""
],
[
"Lin",
"Melissa",
""
],
[
"Rao",
"Nikitha",
""
],
[
"Myers",
"Brad A.",
""
]
] |
2409.12594 | Charlie J. Paxman | C. J. Paxman, A. Matta, W. N. Catford, G. Lotay, M. Assi\'e, E.
Cl\'ement, A. Lemasson, D. Ramos, N. A. Orr, F. Galtarossa, V.
Girard-Alcindor, J. Dudouet, N. L. Achouri, D. Ackermann, D. Barrientos, D.
Beaumel, P. Bednarczyk, G. Benzoni, A. Bracco, L. Canete, B. Cederwall, M.
Ciemala, P. Delahaye, D. T. Doherty, C. Domingo-Pardo, B.
Fern\'andez-Dom\'inguez, D. Fern\'andez, F. Flavigny, C. Foug\`eres, G. de
France, S. Franchoo, A. Gadea, J. Gibelin, V. Gonz\'alez, A. Gottardo, N.
Goyal, F. Hammache, L. J. Harkness-Brennan, D. S. Harrouz, B. Jacquot, D. S.
Judson, A. Jungclaus, A. Ka\c{s}ka\c{s}, W. Korten, M. Labiche, L. Lalanne,
C. Lenain, S. Leoni, J. Ljungvall, J. Lois-Fuentes, T. Lokotko, A.
Lopez-Martens, A. Maj, F. M. Marqu\'es, I. Martel, R. Menegazzo, D. Mengoni,
B. Million, J. Nyberg, R. M. P\'erez-Vidal, L. Plagnol, Zs. Podoly\'ak, A.
Pullia, B. Quintana, D. Regueira-Castro, P. Reiter, M. Rejmund, K. Rezynkina,
E. Sanchis, M. \c{S}enyi\u{g}it, N. de S\'er\'eville, M. Siciliano, D.
Sohler, O. Stezowski, J.-C. Thomas, A. Utepov, J. J. Valiente-Dob\'on, D.
Verney, M. Zieli\'nska | Probing exotic cross-shell interactions at N=28 with single-neutron
transfer on 47K | 7 pages, 3 figures, 1 table | Phys. Rev. Lett. 134, 162504 (2025) | 10.1103/PhysRevLett.134.162504 | null | nucl-ex | http://creativecommons.org/licenses/by/4.0/ | We present the first measurement of the $^{47}$K($d,p\gamma$)$^{48}$K
transfer reaction, performed in inverse kinematics using a reaccelerated beam
of $^{47}$K. The level scheme of $^{48}$K has been greatly extended with nine
new bound excited states identified and spectroscopic factors deduced. Detailed
comparisons with SDPF-U and SDPF-MU shell-model calculations reveal a number of
discrepancies with these results, and a preference for SDPF-MU is found.
Intriguingly, an apparent systematic overestimation of spectroscopic factors
and a poor reproduction of the energies for 1$^-$ states suggests that the
mixing between the $\pi s^{\,\,\,1}_{1/2} d^{\,\,\,4}_{3/2}$ and $\pi
s^{\,\,\,2}_{1/2} d^{\,\,\,3}_{3/2}$ proton configurations in $^{48}$K is not
correctly described using current interactions, challenging our descriptions of
light $N=28$ nuclei.
| [
{
"version": "v1",
"created": "Thu, 19 Sep 2024 09:20:02 GMT"
},
{
"version": "v2",
"created": "Wed, 8 Jan 2025 08:13:58 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Paxman",
"C. J.",
""
],
[
"Matta",
"A.",
""
],
[
"Catford",
"W. N.",
""
],
[
"Lotay",
"G.",
""
],
[
"Assié",
"M.",
""
],
[
"Clément",
"E.",
""
],
[
"Lemasson",
"A.",
""
],
[
"Ramos",
"D.",
""
],
[
"Orr",
"N. A.",
""
],
[
"Galtarossa",
"F.",
""
],
[
"Girard-Alcindor",
"V.",
""
],
[
"Dudouet",
"J.",
""
],
[
"Achouri",
"N. L.",
""
],
[
"Ackermann",
"D.",
""
],
[
"Barrientos",
"D.",
""
],
[
"Beaumel",
"D.",
""
],
[
"Bednarczyk",
"P.",
""
],
[
"Benzoni",
"G.",
""
],
[
"Bracco",
"A.",
""
],
[
"Canete",
"L.",
""
],
[
"Cederwall",
"B.",
""
],
[
"Ciemala",
"M.",
""
],
[
"Delahaye",
"P.",
""
],
[
"Doherty",
"D. T.",
""
],
[
"Domingo-Pardo",
"C.",
""
],
[
"Fernández-Domínguez",
"B.",
""
],
[
"Fernández",
"D.",
""
],
[
"Flavigny",
"F.",
""
],
[
"Fougères",
"C.",
""
],
[
"de France",
"G.",
""
],
[
"Franchoo",
"S.",
""
],
[
"Gadea",
"A.",
""
],
[
"Gibelin",
"J.",
""
],
[
"González",
"V.",
""
],
[
"Gottardo",
"A.",
""
],
[
"Goyal",
"N.",
""
],
[
"Hammache",
"F.",
""
],
[
"Harkness-Brennan",
"L. J.",
""
],
[
"Harrouz",
"D. S.",
""
],
[
"Jacquot",
"B.",
""
],
[
"Judson",
"D. S.",
""
],
[
"Jungclaus",
"A.",
""
],
[
"Kaşkaş",
"A.",
""
],
[
"Korten",
"W.",
""
],
[
"Labiche",
"M.",
""
],
[
"Lalanne",
"L.",
""
],
[
"Lenain",
"C.",
""
],
[
"Leoni",
"S.",
""
],
[
"Ljungvall",
"J.",
""
],
[
"Lois-Fuentes",
"J.",
""
],
[
"Lokotko",
"T.",
""
],
[
"Lopez-Martens",
"A.",
""
],
[
"Maj",
"A.",
""
],
[
"Marqués",
"F. M.",
""
],
[
"Martel",
"I.",
""
],
[
"Menegazzo",
"R.",
""
],
[
"Mengoni",
"D.",
""
],
[
"Million",
"B.",
""
],
[
"Nyberg",
"J.",
""
],
[
"Pérez-Vidal",
"R. M.",
""
],
[
"Plagnol",
"L.",
""
],
[
"Podolyák",
"Zs.",
""
],
[
"Pullia",
"A.",
""
],
[
"Quintana",
"B.",
""
],
[
"Regueira-Castro",
"D.",
""
],
[
"Reiter",
"P.",
""
],
[
"Rejmund",
"M.",
""
],
[
"Rezynkina",
"K.",
""
],
[
"Sanchis",
"E.",
""
],
[
"Şenyiğit",
"M.",
""
],
[
"de Séréville",
"N.",
""
],
[
"Siciliano",
"M.",
""
],
[
"Sohler",
"D.",
""
],
[
"Stezowski",
"O.",
""
],
[
"Thomas",
"J. -C.",
""
],
[
"Utepov",
"A.",
""
],
[
"Valiente-Dobón",
"J. J.",
""
],
[
"Verney",
"D.",
""
],
[
"Zielińska",
"M.",
""
]
] |
2409.13900 | Yuwen Lu | Yuwen Lu, Alan Leung, Amanda Swearngin, Jeffrey Nichols, Titus Barik | Misty: UI Prototyping Through Interactive Conceptual Blending | null | CHI 2025 | 10.1145/3706598.3713924 | null | cs.HC | http://creativecommons.org/licenses/by-nc-nd/4.0/ | UI prototyping often involves iterating and blending elements from examples
such as screenshots and sketches, but current tools offer limited support for
incorporating these examples. Inspired by the cognitive process of conceptual
blending, we introduce a novel UI workflow that allows developers to rapidly
incorporate diverse aspects from design examples into work-in-progress UIs. We
prototyped this workflow as Misty. Through an exploratory first-use study with
14 frontend developers, we assessed Misty's effectiveness and gathered feedback
on this workflow. Our findings suggest that Misty's conceptual blending
workflow helps developers kickstart creative explorations, flexibly specify
intent in different stages of prototyping, and inspires developers through
serendipitous UI blends. Misty demonstrates the potential for tools that blur
the boundaries between developers and designers.
| [
{
"version": "v1",
"created": "Fri, 20 Sep 2024 21:01:16 GMT"
},
{
"version": "v2",
"created": "Wed, 25 Sep 2024 07:25:04 GMT"
},
{
"version": "v3",
"created": "Fri, 25 Apr 2025 12:36:48 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Lu",
"Yuwen",
""
],
[
"Leung",
"Alan",
""
],
[
"Swearngin",
"Amanda",
""
],
[
"Nichols",
"Jeffrey",
""
],
[
"Barik",
"Titus",
""
]
] |
2409.14426 | Aliya Kazmi | Akhlaq Husain, Aliya Kazmi, Subhashree Mohapatra, Mohammad Sajid, Ziya
Uddin | p and hp Spectral Element Methods for Elliptic Boundary Layer Problems | null | null | null | null | math.NA cs.NA math.AP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this article, we propose p and hp least-squares spectral element methods
for one-dimensional elliptic boundary layer problems. Stability estimates are
derived and we design numerical schemes based on minimizing the residuals in
the sense of least-squares in appropriate Sobolev norms. We prove parameter
robust uniform error estimates i.e. error in the approximation is independent
of the boundary layer parameter. For the p-version we prove a robust uniform
convergence rate of O(sqrt(log W)/W), where W denotes the polynomial order used
in approximation and for the hp-version the convergence rate is shown to be
O(e^(-W/logW)). Numerical results are presented for a number of model elliptic
boundary layer problems confirming the theoretical estimates and uniform
convergence results for the p and hp versions.
| [
{
"version": "v1",
"created": "Sun, 22 Sep 2024 12:54:18 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 17:18:02 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Husain",
"Akhlaq",
""
],
[
"Kazmi",
"Aliya",
""
],
[
"Mohapatra",
"Subhashree",
""
],
[
"Sajid",
"Mohammad",
""
],
[
"Uddin",
"Ziya",
""
]
] |
2409.16048 | Tifanny Portela | Tifanny Portela, Andrei Cramariuc, Mayank Mittal, Marco Hutter | Whole-body End-Effector Pose Tracking | null | ICRA 2025 | null | null | cs.RO cs.AI cs.LG cs.SY eess.SY | http://creativecommons.org/licenses/by/4.0/ | Combining manipulation with the mobility of legged robots is essential for a
wide range of robotic applications. However, integrating an arm with a mobile
base significantly increases the system's complexity, making precise
end-effector control challenging. Existing model-based approaches are often
constrained by their modeling assumptions, leading to limited robustness.
Meanwhile, recent Reinforcement Learning (RL) implementations restrict the
arm's workspace to be in front of the robot or track only the position to
obtain decent tracking accuracy. In this work, we address these limitations by
introducing a whole-body RL formulation for end-effector pose tracking in a
large workspace on rough, unstructured terrains. Our proposed method involves a
terrain-aware sampling strategy for the robot's initial configuration and
end-effector pose commands, as well as a game-based curriculum to extend the
robot's operating range. We validate our approach on the ANYmal quadrupedal
robot with a six DoF robotic arm. Through our experiments, we show that the
learned controller achieves precise command tracking over a large workspace and
adapts across varying terrains such as stairs and slopes. On deployment, it
achieves a pose-tracking error of 2.64 cm and 3.64 degrees, outperforming
existing competitive baselines.
| [
{
"version": "v1",
"created": "Tue, 24 Sep 2024 12:51:32 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 09:59:56 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Portela",
"Tifanny",
""
],
[
"Cramariuc",
"Andrei",
""
],
[
"Mittal",
"Mayank",
""
],
[
"Hutter",
"Marco",
""
]
] |
2409.16908 | Sergei Bykov | Sergei Bykov, Marat Gilfanov, Rashid Sunyaev, Pavel Medvedev | Further evidence of Quasiperiodic Eruptions in a tidal disruption event
AT2019vcb by SRG/eROSITA | MNRAS main journal accepted. 8 pages, 4 figures, two tables | null | null | null | astro-ph.HE astro-ph.GA | http://creativecommons.org/licenses/by/4.0/ | We report the discovery of a short, large amplitude X-ray flare from
AT2019vcb (aka Tormund), a tidal disruption event at $z=0.088$. The discovery
is based on the data from the SRG/eROSITA X-ray telescope which happened to
observe the source seven months after the onset of the optical TDE. eROSITA
observation occurred 13 days after a soft flare was detected in the XMM-Newton
data by Quintin et al. 2023. Both events bear similar characteristics in terms
of timing and spectral properties. eROSITA spectrum is described as an
accretion disk with a characteristic temperature of $\sim180$ eV and luminosity
$\sim8\times10^{43}$ erg/s. The eROSITA flare lasted less than 12 hours and had
an amplitude $\ge70$ with respect to the quiescent level, no flares were
detected in later eROSITA observations (6-18 months later). The XMM-Newton and
eROSITA flares provide strong evidence that the TDE AT2019vcb is a bona fide
QPE source. Our work further strengthens the direct connection between TDEs and
QPE following similar recent results in a TDE AT2019qiz by Nicholl et al. 2024.
| [
{
"version": "v1",
"created": "Wed, 25 Sep 2024 13:13:10 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 09:40:18 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Bykov",
"Sergei",
""
],
[
"Gilfanov",
"Marat",
""
],
[
"Sunyaev",
"Rashid",
""
],
[
"Medvedev",
"Pavel",
""
]
] |
2409.16915 | Seth Isaacson | Jonathan Michaux, Seth Isaacson, Challen Enninful Adu, Adam Li, Rahul
Kashyap Swayampakula, Parker Ewen, Sean Rice, Katherine A. Skinner, and Ram
Vasudevan | Let's Make a Splan: Risk-Aware Trajectory Optimization in a Normalized
Gaussian Splat | First two authors contributed equally. Project Page:
https://roahmlab.github.io/splanning | null | null | null | cs.RO | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Neural Radiance Fields and Gaussian Splatting have recently transformed
computer vision by enabling photo-realistic representations of complex scenes.
However, they have seen limited application in real-world robotics tasks such
as trajectory optimization. This is due to the difficulty in reasoning about
collisions in radiance models and the computational complexity associated with
operating in dense models. This paper addresses these challenges by proposing
SPLANNING, a risk-aware trajectory optimizer operating in a Gaussian Splatting
model. This paper first derives a method to rigorously upper-bound the
probability of collision between a robot and a radiance field. Then, this paper
introduces a normalized reformulation of Gaussian Splatting that enables
efficient computation of this collision bound. Finally, this paper presents a
method to optimize trajectories that avoid collisions in a Gaussian Splat.
Experiments show that SPLANNING outperforms state-of-the-art methods in
generating collision-free trajectories in cluttered environments. The proposed
system is also tested on a real-world robot manipulator. A project page is
available at https://roahmlab.github.io/splanning.
| [
{
"version": "v1",
"created": "Wed, 25 Sep 2024 13:20:33 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 14:19:08 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Michaux",
"Jonathan",
""
],
[
"Isaacson",
"Seth",
""
],
[
"Adu",
"Challen Enninful",
""
],
[
"Li",
"Adam",
""
],
[
"Swayampakula",
"Rahul Kashyap",
""
],
[
"Ewen",
"Parker",
""
],
[
"Rice",
"Sean",
""
],
[
"Skinner",
"Katherine A.",
""
],
[
"Vasudevan",
"Ram",
""
]
] |
2409.17291 | Valeriy Ginzburg | Valeriy V. Ginzburg, Oleg V. Gendelman, Riccardo Casalini, and Alessio
Zaccone | Universality of Dynamic and Thermodynamic Behavior of Polymers near
their Glass Transition | 44 pages manuscript and 14 pages of SI included at the end of the
file; 13 figures and 5 tables | null | null | null | cond-mat.soft cond-mat.mtrl-sci | http://creativecommons.org/licenses/by/4.0/ | Describing the dynamics and thermodynamics of amorphous materials near the
glass transition is a major challenge in soft-matter physics and polymer
engineering. Here, we show that the dependence of the dielectric
alpha-relaxation time on temperature can be captured by a universal equation
with only two independent parameters, Tg and fragility, m. This is similar in
spirit to the ideas of van Krevelen and Bicerano, and can be related to the
Boyer-Spencer and Simha-Boyer rules for the volumetric thermal expansion via a
modified free-volume approach such as Sanchez-Lacombe "Two-state,
two-(time)scale" (SL-TS2) theory. The model is compared to experimental data
for nine amorphous polymers with varying values of Tg and m, and a good
qualitative and quantitative agreement is found. We also derive the
relationship between the experimental and computational (high-cooling-rate) Tg,
and compare our model prediction for the Tg-shift between the two with the
simulation results of Afzal et al., finding a good qualitative and
semi-quantitative agreement. The results could serve as a guidance for future
simulation studies.
| [
{
"version": "v1",
"created": "Wed, 25 Sep 2024 19:02:33 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 12:02:49 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Ginzburg",
"Valeriy V.",
""
],
[
"Gendelman",
"Oleg V.",
""
],
[
"Casalini",
"Riccardo",
""
],
[
"Zaccone",
"Alessio",
""
]
] |
2409.17664 | Danel Ahman | Danel Ahman and Andrej Bauer | Comodule Representations of Second-Order Functionals | Accepted manuscript (to Journal of Logical and Algebraic Methods in
Programming) | null | null | null | cs.LO math.CT math.LO | http://creativecommons.org/licenses/by-nc-nd/4.0/ | We develop and investigate a general theory of representations of
second-order functionals, based on a notion of a right comodule for a monad on
the category of containers. We show how the notion of comodule representability
naturally subsumes classic representations of continuous functionals with
well-founded trees. We find other kinds of representations by varying the
monad, the comodule, and in some cases the underlying category of containers.
Examples include uniformly continuous or finitely supported functionals,
functionals querying their arguments precisely once, or at most once,
functionals interacting with an ambient environment through computational
effects, as well as functionals trivially representing themselves. Many of
these rely on our construction of a monad on containers from a monad on shapes
and a weak Mendler-style monad algebra on the universe for positions. We show
that comodule representability on the category of propositional containers,
which have positions valued in a universe of propositions, is closely related
to instance reducibility in constructive mathematics, and through it to
Weihrauch reducibility in computability theory.
| [
{
"version": "v1",
"created": "Thu, 26 Sep 2024 09:22:39 GMT"
},
{
"version": "v2",
"created": "Fri, 11 Apr 2025 18:11:17 GMT"
},
{
"version": "v3",
"created": "Fri, 25 Apr 2025 17:27:00 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Ahman",
"Danel",
""
],
[
"Bauer",
"Andrej",
""
]
] |
2409.18178 | Vineeth Krishna Talasila | Sunjin Choi, Diksha Jain, Seok Kim, Vineeth Krishna, Eunwoo Lee,
Shiraz Minwalla, Chintan Patel | Dual Dressed Black Holes as the end point of the Charged Superradiant
instability in ${\cal N} = 4$ Yang Mills | 86 pages + Appendices, 16 figures; Corrected typos, added references,
updated the text in section 5.1 and added 4 Figures in Section 3.4 and
Appendix D.1 | null | 10.21468/SciPostPhys.18.4.137 | TIFR/TH/24-19, LCTP-24-17 | hep-th gr-qc | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Charged Black holes in $AdS_5 \times S^5$ suffer from superradiant
instabilities over a range of energies. Hairy black hole solutions (constructed
within gauged supergravity) have previously been proposed as endpoints to this
instability. We demonstrate that these hairy black holes are themselves
unstable to the emission of large dual giant gravitons. We propose that the
endpoint to this instability is given by Dual Dressed Black Holes (DDBH)s;
configurations consisting of one, two, or three very large dual giant gravitons
surrounding a core $AdS$ black hole with one, two, or three $SO(6)$ chemical
potentials equal to unity. The dual giants each live at $AdS$ radial
coordinates of order $\sqrt{N}$ and each carry charge of order $N^2$. The large
separation makes DDBHs a very weakly interacting mix of their components and
allows for a simple computation of their thermodynamics. We conjecture that
DDBHs dominate the phase diagram of ${\cal N}=4$ Yang-Mills over a range of
energies around the BPS plane, and provide an explicit construction of this
phase diagram, briefly discussing the interplay with supersymmetry. We develop
the quantum description of dual giants around black hole backgrounds and
explicitly verify that DDBHs are stable to potential tunneling instabilities,
precisely when the chemical potentials of the core black holes equal unity. We
also construct the 10-dimensional DDBH bulk solutions.
| [
{
"version": "v1",
"created": "Thu, 26 Sep 2024 18:00:01 GMT"
},
{
"version": "v2",
"created": "Mon, 24 Mar 2025 03:36:47 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Choi",
"Sunjin",
""
],
[
"Jain",
"Diksha",
""
],
[
"Kim",
"Seok",
""
],
[
"Krishna",
"Vineeth",
""
],
[
"Lee",
"Eunwoo",
""
],
[
"Minwalla",
"Shiraz",
""
],
[
"Patel",
"Chintan",
""
]
] |
2409.18789 | Jianlong Liu | Jianlong Liu, Jonathan Rosenberg, Rodrigo Trevi\~no | New results on tilings via cup products and Chern characters on tiling
spaces | Fixed mistake in the first pair of examples, added references.
Updated to match version to be published | null | null | null | math.DS math.AT math.KT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We study the cohomology rings of tiling spaces $\Omega$ given by cubical
substitutions. While there have been many calculations before of cohomology
groups of such tiling spaces, the innovation here is that we use
computer-assisted methods to compute the cup-product structure. This leads to
examples of substitution tilings with isomorphic cohomology groups but
different cohomology rings. Part of the interest in studying the cup product
comes from Bellissard's gap-labeling conjecture, which is known to hold in
dimensions $\le 3$, but where a proof is known in dimensions $\ge 4$ only when
the Chern character from $K^0(\Omega)$ to $H^*(\Omega,\mathbb{Q})$ lands in
$H^*(\Omega,\mathbb{Z})$. Computation of the cup product on cohomology often
makes it possible to compute the Chern character. We introduce a natural
generalization of the gap-labeling conjecture, called the equivariant
gap-labeling conjecture, which applies to tilings with a finite symmetry group.
Again this holds in dimensions $\le 3$, but we are able to show that it fails
in general in dimensions $\ge 4$. This, plus some of our cup product
calculations, makes it plausible that the gap-labeling conjecture might fail in
high dimensions.
| [
{
"version": "v1",
"created": "Fri, 27 Sep 2024 14:36:56 GMT"
},
{
"version": "v2",
"created": "Thu, 10 Oct 2024 17:54:58 GMT"
},
{
"version": "v3",
"created": "Thu, 24 Apr 2025 20:42:09 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Liu",
"Jianlong",
""
],
[
"Rosenberg",
"Jonathan",
""
],
[
"Treviño",
"Rodrigo",
""
]
] |
2409.19217 | Wei Wang | Wei Wang, Chenyang Li, Zhaoxi Chen, Wenyu Zhang, Zetao Wang, Xi Guo,
Jian Guan, Gang Li | Detection of Sleep Apnea-Hypopnea Events Using Millimeter-wave Radar and
Pulse Oximeter | null | null | null | null | eess.SP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Obstructive Sleep Apnea-Hypopnea Syndrome (OSAHS) is a sleep-related
breathing disorder associated with significant morbidity and mortality
worldwide. The gold standard for OSAHS diagnosis, polysomnography (PSG), faces
challenges in popularization due to its high cost and complexity. Recently,
radar has shown potential in detecting sleep apnea-hypopnea events (SAE) with
the advantages of low cost and non-contact monitoring. However, existing
studies, especially those using deep learning, employ segment-based
classification approach for SAE detection, making the task of event quantity
estimation difficult. Additionally, radar-based SAE detection is susceptible to
interference from body movements and the environment. Oxygen saturation (SpO2)
can offer valuable information about OSAHS, but it also has certain limitations
and cannot be used alone for diagnosis. In this study, we propose a method
using millimeterwave radar and pulse oximeter to detect SAE, called ROSA. It
fuses information from both sensors, and directly predicts the temporal
localization of SAE. Experimental results demonstrate a high degree of
consistency (ICC=0.9864) between AHI from ROSA and PSG. This study presents an
effective method with lowload device for the diagnosis of OSAHS.
| [
{
"version": "v1",
"created": "Sat, 28 Sep 2024 03:15:57 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 07:28:10 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Wang",
"Wei",
""
],
[
"Li",
"Chenyang",
""
],
[
"Chen",
"Zhaoxi",
""
],
[
"Zhang",
"Wenyu",
""
],
[
"Wang",
"Zetao",
""
],
[
"Guo",
"Xi",
""
],
[
"Guan",
"Jian",
""
],
[
"Li",
"Gang",
""
]
] |
2409.20087 | Kianusch Vahid Yousefnia | Kianusch Vahid Yousefnia, Christoph Metzl, Tobias B\"olle | Inferring Thunderstorm Occurrence from Vertical Profiles of
Convection-Permitting Simulations: Physical Insights from a Physical Deep
Learning Model | 17 pages, 9 figures, 3 tables. This work has been submitted to
Artificial Intelligence for the Earth Systems (AIES). Copyright in this work
may be transferred without further notice; v3: revised discussion of saliency
map; v2: updated and additional analyses, height-dependent normalization for
saliency map | null | null | null | physics.ao-ph cs.LG | http://creativecommons.org/licenses/by/4.0/ | Thunderstorms have significant social and economic impacts due to heavy
precipitation, hail, lightning, and strong winds, necessitating reliable
forecasts. Thunderstorm forecasts based on numerical weather prediction (NWP)
often rely on single-level surrogate predictors, like convective available
potential energy and convective inhibition, derived from vertical profiles of
three-dimensional atmospheric variables. In this study, we develop SALAMA 1D, a
deep neural network which directly infers the probability of thunderstorm
occurrence from vertical profiles of ten atmospheric variables, bypassing
single-level predictors. By training the model on convection-permitting NWP
forecasts, we allow SALAMA 1D to flexibly identify convective patterns, with
the goal of enhancing forecast accuracy. The model's architecture is physically
motivated: sparse connections encourage interactions at similar height levels
while keeping model size and inference times computationally efficient, whereas
a shuffling mechanism prevents the model from learning non-physical patterns
tied to the vertical grid. SALAMA 1D is trained over Central Europe with
lightning observations as the ground truth. Comparative analysis against a
baseline machine learning model that uses single-level predictors shows SALAMA
1D's superior skill across various metrics and lead times of up to at least 11
hours. Moreover, expanding the archive of forecasts from which training
examples are sampled improves skill, even when training set size remains
constant. Finally, a sensitivity analysis using saliency maps indicates that
our model relies on physically interpretable patterns consistent with
established theoretical understanding, such as ice particle content near the
tropopause, cloud cover, conditional instability, and low-level moisture.
| [
{
"version": "v1",
"created": "Mon, 30 Sep 2024 08:40:28 GMT"
},
{
"version": "v2",
"created": "Tue, 25 Feb 2025 20:45:16 GMT"
},
{
"version": "v3",
"created": "Thu, 24 Apr 2025 21:26:02 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Yousefnia",
"Kianusch Vahid",
""
],
[
"Metzl",
"Christoph",
""
],
[
"Bölle",
"Tobias",
""
]
] |
2410.00287 | Levi Burner | Levi Burner, Cornelia Ferm\"uller, Yiannis Aloimonos | Embodied Visuomotor Representation | 63 pages, 12 figures, 3 tables, under review | null | null | null | cs.RO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Imagine sitting at your desk, looking at various objects on it. While you do
not know their exact distances from your eye in meters, you can reach out and
touch them. Instead of an externally defined unit, your sense of distance is
inherently tied to your action's effect on your embodiment. In contrast,
conventional robotics relies on precise calibration to external units with
which separate vision and control processes communicate. This necessitates
highly engineered and expensive systems that cannot be easily reconfigured.
To address this, we introduce Embodied Visuomotor Representation, a
methodology through which robots infer distance in a unit implied by their
actions. That is, without depending on calibrated 3D sensors or known physical
models. With it, we demonstrate that a robot without prior knowledge of its
size, environmental scale, or strength can quickly learn to touch and clear
obstacles within seconds of operation. Likewise, in simulation, an agent
without knowledge of its mass or strength can successfully jump across a gap of
unknown size after a few test oscillations. These behaviors mirror natural
strategies observed in bees and gerbils, which also lack calibration in an
external unit, and highlight the potential for action-driven perception in
robotics.
| [
{
"version": "v1",
"created": "Mon, 30 Sep 2024 23:50:17 GMT"
},
{
"version": "v2",
"created": "Thu, 24 Apr 2025 22:07:58 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Burner",
"Levi",
""
],
[
"Fermüller",
"Cornelia",
""
],
[
"Aloimonos",
"Yiannis",
""
]
] |
2410.00294 | Zihan Zhou | Joshua Shterenberg, Zihan Zhou | Fisher Forecast of Finite-Size Effects with Future Gravitational Wave
Detectors | 25 pages; 2 figures; 2 tables; 1 appendix, published version | null | null | null | gr-qc astro-ph.HE hep-ph hep-th | http://creativecommons.org/licenses/by/4.0/ | We use Fisher information theory to forecast the bounds on the finite-size
effects of astrophysical compact objects with next-generation gravitational
wave detectors, including the ground-based Cosmic Explorer (CE) and Einstein
Telescope (ET), as well as the space-based Laser Interferomet Space Antenna
(LISA). Exploiting the worldline effective field theory (EFT) formalism, we
first characterize three types of quadrupole finite-size effects: the
spin-induced quadrupole moments, the conservative tidal deformations, and the
tidal heating. We then derive the corresponding contributions to the
gravitational waveform phases for binary compact objects in aligned-spin
quasi-circular orbits. We separately estimate the constraints on these
finite-size effects for black holes using the power spectral densities (PSDs)
of the CE+ET detector network and LISA observations. For the CE+ET network, we
find that the bounds on the mass-weighted spin-independent dissipation number
$H_0$ are of the order $O(1)$, while the bounds on the mass-weighted tidal Love
number $\tilde{\Lambda}$ are of the order $O(10)$. For high-spin binary black
holes with dimensionless spin $\chi \simeq 0.8$, the bounds on the symmetric
spin-induced quadrupole moment $\kappa_s$ are of the order $O(10^{-1})$. LISA
observations of supermassive black hole mergers offer slightly tighter
constraints on all three finite-size parameters. Additionally, we perform a
Fisher analysis for a binary neutron star merger within the CE+ET network. The
bounds on the tidal parameter $H_0$ and on $\tilde \Lambda$ are around two
orders of magnitude better than the current LIGO-Virgo-KAGRA (LVK) bounds.
| [
{
"version": "v1",
"created": "Tue, 1 Oct 2024 00:33:47 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 01:05:06 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Shterenberg",
"Joshua",
""
],
[
"Zhou",
"Zihan",
""
]
] |
2410.01535 | Shuyi Jiang | Shuyi Jiang, Qihao Zhao, Hossein Rahmani, De Wen Soh, Jun Liu, Na Zhao | GaussianBlock: Building Part-Aware Compositional and Editable 3D Scene
by Primitives and Gaussians | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Recently, with the development of Neural Radiance Fields and Gaussian
Splatting, 3D reconstruction techniques have achieved remarkably high fidelity.
However, the latent representations learnt by these methods are highly
entangled and lack interpretability. In this paper, we propose a novel
part-aware compositional reconstruction method, called GaussianBlock, that
enables semantically coherent and disentangled representations, allowing for
precise and physical editing akin to building blocks, while simultaneously
maintaining high fidelity. Our GaussianBlock introduces a hybrid representation
that leverages the advantages of both primitives, known for their flexible
actionability and editability, and 3D Gaussians, which excel in reconstruction
quality. Specifically, we achieve semantically coherent primitives through a
novel attention-guided centering loss derived from 2D semantic priors,
complemented by a dynamic splitting and fusion strategy. Furthermore, we
utilize 3D Gaussians that hybridize with primitives to refine structural
details and enhance fidelity. Additionally, a binding inheritance strategy is
employed to strengthen and maintain the connection between the two. Our
reconstructed scenes are evidenced to be disentangled, compositional, and
compact across diverse benchmarks, enabling seamless, direct and precise
editing while maintaining high quality.
| [
{
"version": "v1",
"created": "Wed, 2 Oct 2024 13:26:28 GMT"
},
{
"version": "v2",
"created": "Sun, 6 Oct 2024 08:58:10 GMT"
},
{
"version": "v3",
"created": "Thu, 24 Apr 2025 20:01:28 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Jiang",
"Shuyi",
""
],
[
"Zhao",
"Qihao",
""
],
[
"Rahmani",
"Hossein",
""
],
[
"Soh",
"De Wen",
""
],
[
"Liu",
"Jun",
""
],
[
"Zhao",
"Na",
""
]
] |
2410.03727 | Yifei Ming | Yifei Ming, Senthil Purushwalkam, Shrey Pandit, Zixuan Ke, Xuan-Phi
Nguyen, Caiming Xiong, Shafiq Joty | FaithEval: Can Your Language Model Stay Faithful to Context, Even If
"The Moon is Made of Marshmallows" | The conference version of this paper is published at ICLR 2025 | null | null | null | cs.CL cs.AI cs.LG | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Ensuring faithfulness to context in large language models (LLMs) and
retrieval-augmented generation (RAG) systems is crucial for reliable deployment
in real-world applications, as incorrect or unsupported information can erode
user trust. Despite advancements on standard benchmarks, faithfulness
hallucination-where models generate responses misaligned with the provided
context-remains a significant challenge. In this work, we introduce FaithEval,
a novel and comprehensive benchmark tailored to evaluate the faithfulness of
LLMs in contextual scenarios across three diverse tasks: unanswerable,
inconsistent, and counterfactual contexts. These tasks simulate real-world
challenges where retrieval mechanisms may surface incomplete, contradictory, or
fabricated information. FaithEval comprises 4.9K high-quality problems in
total, validated through a rigorous four-stage context construction and
validation framework, employing both LLM-based auto-evaluation and human
validation. Our extensive study across a wide range of open-source and
proprietary models reveals that even state-of-the-art models often struggle to
remain faithful to the given context, and that larger models do not necessarily
exhibit improved faithfulness.Project is available at:
https://github.com/SalesforceAIResearch/FaithEval.
| [
{
"version": "v1",
"created": "Mon, 30 Sep 2024 06:27:53 GMT"
},
{
"version": "v2",
"created": "Tue, 8 Oct 2024 19:20:39 GMT"
},
{
"version": "v3",
"created": "Thu, 24 Apr 2025 22:33:02 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Ming",
"Yifei",
""
],
[
"Purushwalkam",
"Senthil",
""
],
[
"Pandit",
"Shrey",
""
],
[
"Ke",
"Zixuan",
""
],
[
"Nguyen",
"Xuan-Phi",
""
],
[
"Xiong",
"Caiming",
""
],
[
"Joty",
"Shafiq",
""
]
] |
2410.03874 | Zachary Langford | Zachary Langford and Eric Agol | A differentiable N-body code for transit timing and dynamical modelling
-- II. Photodynamics | 22 pages, 13 figures, 3 tables. Accepted to Monthly Notices of the
Royal Astronomical Society. Software package at:
https://github.com/langfzac/Photodynamics.jl Comments/corrections/questions
welcome | null | null | null | astro-ph.EP astro-ph.IM astro-ph.SR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Exoplanet transits contain substantial information about the architecture of
a system. By fitting transit lightcurves we can extract dynamical parameters
and place constraints on the properties of the planets and their host star.
Having a well-defined probabilistic model plays a crucial role in making robust
measurements of these parameters, and the ability to differentiate the model
provides access to more robust inference tools. Gradient-based inference
methods can allow for more rapid and accurate sampling of high-dimensional
parameter spaces. We present a fully differentiable photodynamical model for
multi-planet transit lightcurves that display transit-timing variations. We
model time-integrated exposures, compute the dynamics of a system over the full
length of observations, and provide analytic expressions for derivatives of the
flux with respect to the dynamical and photometric model parameters. The model
has been implemented in the Julia language and is available open-source on
GitHub. We demonstrate with a simulated dataset that Bayesian inference with
the NUTS HMC algorithm, which uses the model gradient, can outperform the
affine-invariant (e.g. \texttt{emcee}) MCMC algorithm in CPU time per effective
sample, and we find that the relative sampling efficiency improves with the
number of model parameters.
| [
{
"version": "v1",
"created": "Fri, 4 Oct 2024 19:13:24 GMT"
},
{
"version": "v2",
"created": "Thu, 24 Apr 2025 18:19:03 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Langford",
"Zachary",
""
],
[
"Agol",
"Eric",
""
]
] |
2410.06546 | Shakti Singh | Shakti Singh, Manan Dholakia, Sharat Chandra | Iron phosphate glass structure at different length scale with emphasis
on the medium range: a classical molecular dynamic study | 25 pages, 12 figures | Journal of Chemical Theory and Computation 21 (5), 2582-2597
(2025) | 10.1021/acs.jctc.4c01372 | null | cond-mat.mtrl-sci cond-mat.dis-nn | http://creativecommons.org/licenses/by/4.0/ | Glasses are known to have medium range order (MRO) but its link to any
experimentally measurable quantity is still ambiguous. The first sharp
diffraction peak (FSDP) in structure-factor S(q) obtained from diffraction
experiments on glasses has been associated with this MRO but understanding the
fundamental origin of this universal peak is still an open problem. We have
addressed this issue for a complex glass i.e. iron phosphate glass (IPG)
through atomistic models generated from a hybrid approach (our in-house
developed MC code with MD simulation). We have performed a comparative study by
generating glass models from different initial configurations and randomization
techniques. The developed IPG models were first validated with existing data on
short range order (SRO) and MRO, through study of pair correlation functions,
bond angle distributions and coordination number (CN) for SRO and rings
distribution, FSDP in structure factor and void size distribution for MRO. The
study of coordination environment of oxygen is specifically shown to aide in
understanding glass formation through topological constraint theory. Thereafter
to understand the fundamental origin of FSDP in S(q), structure factors were
calculated corresponding to individual ring sizes present in the model. The
relative contribution of these individual S(q)s in the total experimental S(q)
is estimated using an inverse fitting approach. The contributions thus obtained
directly correlated with rings size percentages in the models for the
considered q-range. Through this exercise we can connect the rings distribution
of an atomistic glass model with an experimentally measurable quantity like
FSDP in S(q) for a complex glass like IPG.
| [
{
"version": "v1",
"created": "Wed, 9 Oct 2024 04:49:49 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Singh",
"Shakti",
""
],
[
"Dholakia",
"Manan",
""
],
[
"Chandra",
"Sharat",
""
]
] |
2410.07882 | Tom H. Koornwinder | Gert Heckman, Tom Koornwinder and Eric Opdam | Memories of Ian G. Macdonald | 9 pages, 4 photos; v2: some textual improvements and one reference
added; to appear in Quarterly Journal of Mathematics (Macdonald Memorial
Issue) | null | null | null | math.HO math.CA math.CO math.RT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This is a slightly edited translation of a paper in Dutch which appeared in
Nieuw Archief voor Wiskunde (5) 25 (2024), No.2, 87-90 on the occasion of I.G.
Macdonald's death in 2023, and aimed at a very broad mathematical audience.
First we review some of Macdonald's most important older results. Then we focus
on the period 1985-1995 when Macdonald often visited the Netherlands and there
was much interaction between his work, notably the Macdonald polynomials, and
the work by the authors. We end with some glimpses about Macdonald as a person.
| [
{
"version": "v1",
"created": "Thu, 10 Oct 2024 13:03:27 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 11:36:34 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Heckman",
"Gert",
""
],
[
"Koornwinder",
"Tom",
""
],
[
"Opdam",
"Eric",
""
]
] |
2410.08075 | Joshua Maglione | Joshua Maglione, Christopher Voll | Hall-Littlewood polynomials, affine Schubert series, and lattice
enumeration | 41 pages and a 3-paged appendix of examples | null | null | null | math.CO math.GR math.NT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We introduce multivariate rational generating series called
Hall-Littlewood-Schubert ($\mathsf{HLS}_n$) series. They are defined in terms
of polynomials related to Hall-Littlewood polynomials and semistandard Young
tableaux. We show that $\mathsf{HLS}_n$ series provide solutions to a range of
enumeration problems upon judicious substitutions of their variables. These
include the problem to enumerate sublattices of a $p$-adic lattice according to
the elementary divisor types of their intersections with the members of a
complete flag of reference in the ambient lattice. This is an affine analog of
the stratification of Grassmannians by Schubert varieties. Other substitutions
of $\mathsf{HLS}_n$ series yield new formulae for Hecke series and $p$-adic
integrals associated with symplectic $p$-adic groups, and combinatorially
defined quiver representation zeta functions. $\mathsf{HLS}_n$ series are
$q$-analogs of Hilbert series of Stanley-Reisner rings associated with posets
arising from parabolic quotients of Coxeter groups of type $\mathsf{B}$ with
the Bruhat order. Special values of coarsened $\mathsf{HLS}_n$ series yield
analogs of the classical Littlewood identity for the generating functions of
Schur polynomials.
| [
{
"version": "v1",
"created": "Thu, 10 Oct 2024 16:11:57 GMT"
},
{
"version": "v2",
"created": "Thu, 24 Oct 2024 15:08:26 GMT"
},
{
"version": "v3",
"created": "Fri, 25 Apr 2025 12:59:28 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Maglione",
"Joshua",
""
],
[
"Voll",
"Christopher",
""
]
] |
2410.09164 | The CMS Collaboration | CMS Collaboration | Search for heavy long-lived charged particles with large ionization
energy loss in proton-proton collisions at $\sqrt{s}$ = 13 TeV | Replaced with the published version. Added the journal reference and
the DOI. All the figures and tables, including additional supplementary
figurews, can be found at
http://cms-results.web.cern.ch/cms-results/public-results/publications/EXO-18-002
(CMS Public Pages) | JHEP 04 (2025) 109 | 10.1007/JHEP04(2025)109 | CMS-EXO-18-002, CERN-EP-2024-254 | hep-ex | http://creativecommons.org/licenses/by/4.0/ | A search for heavy, long-lived, charged particles with large ionization
energy loss within the silicon tracker of the CMS experiment is presented. A
data set of proton-proton collisions at a center of mass energy at $\sqrt{s}$ =
13 TeV, collected in 2017 and 2018 at the CERN LHC, corresponding to an
integrated luminosity of 101 fb$^{-1}$, is used in this analysis. Two different
approaches for the search are taken. A new method exploits the independence of
the silicon pixel and strips measurements, while the second method improves on
previous techniques using ionization to determine a mass selection. No
significant excess of events above the background expectation is observed. The
results are interpreted in the context of the pair production of supersymmetric
particles, namely gluinos, top squarks, and tau sleptons, and of the Drell-Yan
pair production of fourth generation ($\tau'$) leptons with an electric charge
equal to or twice the absolute value of the electron charge ($e$). An
interpretation of a Z$'$ boson decaying to two $\tau'$ leptons with an electric
charge equal to 2$e$ is presented for the first time. The 95% confidence upper
limits on the production cross section are extracted for each of these
hypothetical particles.
| [
{
"version": "v1",
"created": "Fri, 11 Oct 2024 18:12:37 GMT"
},
{
"version": "v2",
"created": "Thu, 24 Apr 2025 20:40:41 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"CMS Collaboration",
"",
""
]
] |
2410.09387 | Ashok Vudayagiri | Satyam Prakash, Ashok S Vudayagiri | Ionization of Rydberg atoms embedded in Ultracold Plasma due to
electron-atom interaction | 10 pages, 10 figures | null | 10.1063/5.0260474 | null | physics.atom-ph | http://creativecommons.org/licenses/by/4.0/ | When ultracold plasma is generated using photonization of laser cooled atoms,
some atoms reach only upto Rydberg states. These in turn interact with the free
electrons of the plasma and get ionized further. We study the interaction of
electron-Rydberg atom using potential scattering technique in quantum
mechanical domain and compute the associated cross sections for Cesium atoms,
analytically. We notice a close agreement with the experimental data of
ionization of Rydberg atoms as reported in Phys. Rev. A 71, 013416 (2005). The
experiments showed a rapid increase in ionization above a specific Rydberg
state. Our theory supports the same, and also indicates that this is due to the
relation between scattering length and the radius of the orbit.
| [
{
"version": "v1",
"created": "Sat, 12 Oct 2024 06:35:37 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Prakash",
"Satyam",
""
],
[
"Vudayagiri",
"Ashok S",
""
]
] |
2410.11041 | Federico Nocentini | Federico Nocentini, Thomas Besnier, Claudio Ferrari, Sylvain
Arguillere, Mohamed Daoudi, Stefano Berretti | Beyond Fixed Topologies: Unregistered Training and Comprehensive
Evaluation Metrics for 3D Talking Heads | https://fedenoce.github.io/scantalk/ | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Generating speech-driven 3D talking heads presents numerous challenges; among
those is dealing with varying mesh topologies where no point-wise
correspondence exists across all meshes the model can animate. While
simplifying the problem, it limits applicability as unseen meshes must adhere
to the training topology. This work presents a framework capable of animating
3D faces in arbitrary topologies, including real scanned data. Our approach
relies on a model leveraging heat diffusion to predict features robust to the
mesh topology. We explore two training settings: a registered one, in which
meshes in a training sequences share a fixed topology but any mesh can be
animated at test time, and an fully unregistered one, which allows effective
training with varying mesh structures. Additionally, we highlight the
limitations of current evaluation metrics and propose new metrics for better
lip-syncing evaluation between speech and facial movements. Our extensive
evaluation shows our approach performs favorably compared to fixed topology
techniques, setting a new benchmark by offering a versatile and high-fidelity
solution for 3D talking head generation where the topology constraint is
dropped.
| [
{
"version": "v1",
"created": "Mon, 14 Oct 2024 19:42:09 GMT"
},
{
"version": "v2",
"created": "Thu, 24 Apr 2025 18:21:08 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Nocentini",
"Federico",
""
],
[
"Besnier",
"Thomas",
""
],
[
"Ferrari",
"Claudio",
""
],
[
"Arguillere",
"Sylvain",
""
],
[
"Daoudi",
"Mohamed",
""
],
[
"Berretti",
"Stefano",
""
]
] |
2410.11557 | Boning Meng | Boning Meng, Juqiu Wang and Mingji Xia | P-time Algorithms for Typical #EO Problems | null | null | null | null | cs.CC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this article, we study the computational complexity of counting weighted
Eulerian orientations, denoted as \#\textsf{EO}. This problem is considered a
pivotal scenario in the complexity classification for \textsf{Holant}, a
counting framework of great significance. Our results consist of three parts.
First, we prove a complexity dichotomy theorem for \#\textsf{EO} defined by a
set of binary and quaternary signatures, which generalizes the previous
dichotomy for the six-vertex model. Second, we prove a dichotomy for
\#\textsf{EO} defined by a set of so-called pure signatures, which possess the
closure property under gadget construction. Finally, we present a
polynomial-time algorithm for \#\textsf{EO} defined by specific rebalancing
signatures, which extends the algorithm for pure signatures to a broader range
of problems, including \#\textsf{EO} defined by non-pure signatures such as
$f_{40}$. We also construct a signature $f_{56}$ that is not rebalancing, and
whether $\#\textsf{EO}(f_{56})$ is computable in polynomial time remains open.
| [
{
"version": "v1",
"created": "Tue, 15 Oct 2024 12:47:07 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 11:11:39 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Meng",
"Boning",
""
],
[
"Wang",
"Juqiu",
""
],
[
"Xia",
"Mingji",
""
]
] |
2410.12060 | Adailton Ara\'ujo Filho | A. A. Ara\'ujo Filho | Analysis of a nonlinear electromagnetic generalization of the
Reissner-Nordstr\"om black hole | 55 pages, 26 figures, and 12 tables -- accepted for publication in
The European Physical Journal C | Eur. Phys. J. C (2025) 85:454 | 10.1140/epjc/s10052-025-14182-1 | null | gr-qc hep-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this work, we investigate the gravitational signatures of a nonlinear
electromagnetic extension of the Reissner-Nordstr\"om solution. We conduct an
analysis of light propagation, focusing on the photon sphere, shadow formation,
and geodesic trajectories in this spacetime. The constraints on the parameter
$\xi$, which characterizes the nonlinear extension of the Reissner-Nordstr\"om
black hole, are derived from observational data provided by the Event Horizon
Telescope (EHT). The time delay effects are also considered. In the
thermodynamic analysis, we examine the Hawking temperature, entropy, heat
capacity, and the emission of Hawking radiation via the tunneling process. The
remnant mass and evaporation time of the black hole at its final stage are
estimated. In addition, we compute the quasinormal modes using the WKB
approximation, taking into account the characteristic oscillations of the
system under scalar, vector, and tensor perturbations. Additionally, the
time-domain solution is analyzed for all these perturbations to examine their
evolution over time.
| [
{
"version": "v1",
"created": "Tue, 15 Oct 2024 20:56:07 GMT"
},
{
"version": "v2",
"created": "Thu, 10 Apr 2025 12:42:59 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Filho",
"A. A. Araújo",
""
]
] |
2410.12881 | Syeda Nahida Akter | Syeda Nahida Akter, Shrimai Prabhumoye, John Kamalu, Sanjeev Satheesh,
Eric Nyberg, Mostofa Patwary, Mohammad Shoeybi, Bryan Catanzaro | MIND: Math Informed syNthetic Dialogues for Pretraining LLMs | 31 pages, 5 figures, 14 tables | null | null | null | cs.AI cs.CL | http://creativecommons.org/licenses/by/4.0/ | The utility of synthetic data to enhance pretraining data quality and hence
to improve downstream task accuracy has been widely explored in recent large
language models (LLMs). Yet, these approaches fall inadequate in complex,
multi-hop and mathematical reasoning tasks as the synthetic data typically
fails to add complementary knowledge to the existing raw corpus. In this work,
we propose a novel large-scale and diverse Math Informed syNthetic Dialogue
(MIND) generation method that improves the mathematical reasoning ability of
LLMs. Specifically, using MIND, we generate synthetic conversations based on
OpenWebMath (OWM), resulting in a new math corpus, MIND-OWM. Our experiments
with different conversational settings reveal that incorporating knowledge gaps
between dialog participants is essential for generating high-quality math data.
We further identify an effective way to format and integrate synthetic and raw
data during pretraining to maximize the gain in mathematical reasoning,
emphasizing the need to restructure raw data rather than use it as-is. Compared
to pretraining just on raw data, a model pretrained on MIND-OWM shows
significant boost in mathematical reasoning (GSM8K: +13.42%, MATH: +2.30%),
including superior performance in specialized knowledge (MMLU: +4.55%,
MMLU-STEM: +4.28%) and general purpose reasoning tasks (GENERAL REASONING:
+2.51%).
| [
{
"version": "v1",
"created": "Tue, 15 Oct 2024 18:25:53 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 03:14:33 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Akter",
"Syeda Nahida",
""
],
[
"Prabhumoye",
"Shrimai",
""
],
[
"Kamalu",
"John",
""
],
[
"Satheesh",
"Sanjeev",
""
],
[
"Nyberg",
"Eric",
""
],
[
"Patwary",
"Mostofa",
""
],
[
"Shoeybi",
"Mohammad",
""
],
[
"Catanzaro",
"Bryan",
""
]
] |
2410.13807 | Junhao Gu | Junhao Gu, Peng-Tao Jiang, Hao Zhang, Mi Zhou, Jinwei Chen, Wenming
Yang and Bo Li | Improving Consistency in Diffusion Models for Image Super-Resolution | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Recent methods exploit the powerful text-to-image (T2I) diffusion models for
real-world image super-resolution (Real-ISR) and achieve impressive results
compared to previous models. However, we observe two kinds of inconsistencies
in diffusion-based methods which hinder existing models from fully exploiting
diffusion priors. The first is the semantic inconsistency arising from
diffusion guidance. T2I generation focuses on semantic-level consistency with
text prompts, while Real-ISR emphasizes pixel-level reconstruction from
low-quality (LQ) images, necessitating more detailed semantic guidance from LQ
inputs. The second is the training-inference inconsistency stemming from the
DDPM, which improperly assumes high-quality (HQ) latent corrupted by Gaussian
noise as denoising inputs for each timestep. To address these issues, we
introduce ConsisSR to handle both semantic and training-inference
consistencies. On the one hand, to address the semantic inconsistency, we
proposed a Hybrid Prompt Adapter (HPA). Instead of text prompts with
coarse-grained classification information, we leverage the more powerful CLIP
image embeddings to explore additional color and texture guidance. On the other
hand, we introduce Time-Aware Latent Augmentation (TALA) to bridge the
training-inference inconsistency. Based on the probability function p(t), we
accordingly enhance the SDSR training strategy. With LQ latent with Gaussian
noise as inputs, our TALA not only focuses on diffusion noise but also refine
the LQ latent towards the HQ counterpart. Our method demonstrates
state-of-the-art performance among existing diffusion models. The code will be
made publicly available.
| [
{
"version": "v1",
"created": "Thu, 17 Oct 2024 17:41:52 GMT"
},
{
"version": "v2",
"created": "Thu, 24 Apr 2025 18:57:21 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Gu",
"Junhao",
""
],
[
"Jiang",
"Peng-Tao",
""
],
[
"Zhang",
"Hao",
""
],
[
"Zhou",
"Mi",
""
],
[
"Chen",
"Jinwei",
""
],
[
"Yang",
"Wenming",
""
],
[
"Li",
"Bo",
""
]
] |
2410.14048 | Hauke Sandhaus | Hauke Sandhaus, Quiquan Gu, Maria Teresa Parreira, Wendy Ju | Co-Designing with Algorithms: Unpacking the Complex Role of GenAI in
Interactive System Design Education | Conditionally accepted to DIS'25 | null | null | null | cs.HC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Generative Artificial Intelligence (GenAI) is transforming Human-Computer
Interaction (HCI) education and technology design, yet its impact remains
poorly understood. This study explores how graduate students in an applied HCI
course used GenAI tools during interactive device design. Despite no
encouragement, all groups integrated GenAI into their workflows. Through 12
post-class group interviews, we identified how GenAI co-design behaviors
present both benefits, such as enhanced creativity and faster design
iterations, and risks, including shallow learning and reflection. Benefits were
most evident during the execution phases, while the discovery and reflection
phases showed limited gains. A taxonomy of usage patterns revealed that
students' outcomes depended more on how they used GenAI than the specific tasks
performed. These findings highlight the need for HCI education to adapt to
GenAI's role and offer recommendations for curricula to better prepare future
designers for effective creative co-design.
| [
{
"version": "v1",
"created": "Thu, 17 Oct 2024 21:44:58 GMT"
},
{
"version": "v2",
"created": "Thu, 24 Apr 2025 19:29:57 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Sandhaus",
"Hauke",
""
],
[
"Gu",
"Quiquan",
""
],
[
"Parreira",
"Maria Teresa",
""
],
[
"Ju",
"Wendy",
""
]
] |
2410.14376 | Rongjun Huang | Rongjun Huang, Aditi Vijayan, Mark R. Krumholz | Quokka-based understanding of outflows (QED) -- II. X-ray metallicity
gradients as a signature of galactic wind metal loading | The paper was published ino MNRAS. 15 pages, 13 figures | null | 10.1093/mnras/staf593 | null | astro-ph.GA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Supernova-driven galactic outflows play a vital but still poorly-understood
role in galactic chemical evolution, and one of the largest uncertainties about
them is the extent to which they consist of supernova ejecta that are unmixed,
or only poorly-mixed, with the remainder of the interstellar medium (ISM).
Simulations of wind launching make a range of predictions about the extent of
mixing between the wind and the ISM, but thus far these have proven challenging
to test observationally. In this study, we post-process high-resolution
simulations of outflows from the QED simulation suite to generate synthetic
X-ray spectra from galactic winds, which we then analyse using standard
observational procedures, in order to search for detectable markers of wind
mixing. Our synthetic observations reveal that partially-mixed winds show
significant and detectable metallicity gradients when viewed edge-on, with
metallicity decreasing away from the central galactic disc. We explore how this
signature results from imperfect mixing and the extent to which measurements of
it can be used to diagnose the level of mixing in winds. We determine the
signal-to-noise ratio (SNR) requirements for such measurements to be reliable,
and provide a simple quantitative model that can be used to connect metallicity
gradients to mixing between the hot ($T>10^{6}$ K) and cold ($T<10^{4}$ K)
phases in observations that reach the required SNR, providing a framework to
interpret current and future observations.
| [
{
"version": "v1",
"created": "Fri, 18 Oct 2024 11:06:36 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 05:09:38 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Huang",
"Rongjun",
""
],
[
"Vijayan",
"Aditi",
""
],
[
"Krumholz",
"Mark R.",
""
]
] |
2410.14935 | Danhua Song | Danhua Song | Extended Cartan homotopy formula for higher
Chern-Simons-Antoniadis-Savvidy theory | null | Physics Letters B Volume 865, June 2025, 139471 | 10.1016/j.physletb.2025.139471 | null | math-ph math.MP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We consider extended Cartan homotopy formula (ECHF) for higher gauge theory.
Firstly, we construct an oriented simplex based on 2-connections and present
differential and integral forms of the higher ECHF. Then, we study the higher
Chern-Simons-Antoniadis-Savvidy (ChSAS) theory and prove that the higher ECHF
can reproduce the higher Chern-Weil theorem and give higher triangle equation.
We finally conclude from the higher ECHF that a higher transgression form can
be written as the difference of two higher ChSAS forms minus an exact form.
| [
{
"version": "v1",
"created": "Sat, 19 Oct 2024 01:52:03 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 13:35:33 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Song",
"Danhua",
""
]
] |
2410.15422 | Pascu Catalin Moca | Csan\'ad Hajd\'u, C\u{a}t\u{a}lin Pa\c{s}cu Moca, Bal\'azs D\'ora,
Ireneusz Weymann, Gergely Zar\'and | Kondo Compensation in a Pseudogap Phase: a Renormalization Group Study | 8 pages, 8 figures | Physical Review B 111, 155125 (2025) | 10.1103/PhysRevB.111.155125 | null | cond-mat.str-el | http://creativecommons.org/licenses/by/4.0/ | We investigate the critical behavior of the Kondo compensation in the
presence of a power-law pseudogap in the density of states,
$\varrho(\omega)\sim |\omega|^\epsilon$. For $\epsilon<1$, this model exhibits
a quantum phase transition from a partially screened doublet ground state to a
fully screened many-body singlet ground state with increasing Kondo coupling,
$j$. At the critical point, $j_c$, the Kondo compensation is found to scale as
$\kappa(j<j_c) = 1- g(j)$ with the local $g$-factor vanishing as $g \sim
|j-j_c|^\beta$. We combine perturbative drone fermion method with
non-perturbative NRG computations to determine the critical exponent $\beta
(\epsilon)$, which exhibits a non-monotonous behavior as a function of
$\epsilon$. Our results confirm that the Kondo cloud builds up continuously in
the presence of a weak pseudogap as one approaches the phase transition.
| [
{
"version": "v1",
"created": "Sun, 20 Oct 2024 15:38:08 GMT"
},
{
"version": "v2",
"created": "Tue, 10 Dec 2024 13:52:11 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Hajdú",
"Csanád",
""
],
[
"Moca",
"Cătălin Paşcu",
""
],
[
"Dóra",
"Balázs",
""
],
[
"Weymann",
"Ireneusz",
""
],
[
"Zaránd",
"Gergely",
""
]
] |
2410.15546 | Vincent Corlay | Tania Alhajj and Vincent Corlay | Improved Contact Graph Routing in Delay Tolerant Networks with Capacity
and Buffer Constraints | null | null | null | null | cs.NI cs.IT math.IT | http://creativecommons.org/licenses/by/4.0/ | Satellite communications present challenging characteristics. Continuous
end-to-end connectivity may not be available due to the large distances between
satellites. Moreover, resources such as link capacity and buffer memory may be
limited. Routing in satellite networks is therefore both complex and crucial to
avoid packet losses and long delays. The Delay Tolerant Network (DTN) paradigm
has emerged as an efficient solution for managing these challenging networks.
Contact Graph Routing (CGR), a deterministic routing algorithm, is one of the
most popular DTN algorithms. CGR is compatible with the ``store, carry, and
forward" principle, whereby a node receives a message and stores it in its
buffer until a transmission opportunity becomes available. However, CGR relies
on simplified models to incorporate potential constraints in the route search.
For instance, the linear volume assumption is often used to consider capacity
constraints. Moreover, capacity management and buffer management are mostly
performed during the forwarding phase, once an issue has occurred. In this
paper, we propose taking measures before or during the route search in order to
find routes that respect both contact-capacity and node-buffer limits. We
introduce the contact splitting and edge pruning operations to effectively
account for the routing constraints. This ensures that CGR outputs the optimal
solution among the subset of valid solutions. The proposed approach can also be
used to book resources to be used in case of issues during the forwarding
phase.
| [
{
"version": "v1",
"created": "Mon, 21 Oct 2024 00:19:17 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 09:28:27 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Alhajj",
"Tania",
""
],
[
"Corlay",
"Vincent",
""
]
] |
2410.16781 | ATLAS Collaboration | ATLAS Collaboration | Search for a new scalar decaying into new spin-1 bosons in four-lepton
final states with the ATLAS detector | 36 pages in total, author list starting page 19, 6 figures, 1 table,
published in Phys. Lett. B. All figures including auxiliary figures are
available at
http://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/HDBS-2021-13 | Phys. Lett. B 865 (2025) 139472 | 10.1016/j.physletb.2025.139472 | CERN-EP-2024-248 | hep-ex | http://creativecommons.org/licenses/by/4.0/ | A search is conducted for a new scalar boson $S$, with a mass distinct from
that of the Higgs boson, decaying into four leptons ($\ell =$ $e$, $\mu$) via
an intermediate state containing two on-shell, promptly decaying new spin-1
bosons $Z_\text{d}$: $S \rightarrow Z_\text{d}Z_\text{d} \rightarrow 4\ell$,
where the $Z_\text{d}$ boson has a mass between 15 and 300 GeV, and the $S$
boson has a mass between either 30 and 115 GeV or 130 and 800 GeV. The search
uses proton-proton collision data collected with the ATLAS detector at the
Large Hadron Collider with an integrated luminosity of 139 fb$^{-1}$ at a
centre-of-mass energy of $\sqrt{s}=13$ TeV. No significant excess above the
Standard Model background expectation is observed. Upper limits at 95%
confidence level are set on the production cross-section times branching ratio,
$\sigma(gg \to S) \times \mathcal{B}(S\rightarrow Z_\text{d}Z_\text{d}
\rightarrow 4\ell)$, as a function of the mass of both particles, $m_S$ and
$m_{Z\text{d}}$.
| [
{
"version": "v1",
"created": "Tue, 22 Oct 2024 07:54:09 GMT"
},
{
"version": "v2",
"created": "Fri, 25 Apr 2025 07:01:43 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"ATLAS Collaboration",
"",
""
]
] |
2410.17390 | Emiliano De Cristofaro | Alessandro Galeazzi, Pujan Paudel, Mauro Conti, Emiliano De
Cristofaro, Gianluca Stringhini | Revealing The Secret Power: How Algorithms Can Influence Content
Visibility on Social Media | null | null | null | null | cs.SI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In recent years, the opaque design and the limited public understanding of
social networks' recommendation algorithms have raised concerns about potential
manipulation of information exposure. While reducing content visibility, aka
shadow banning, may help limit harmful content, it can also be used to suppress
dissenting voices. This prompts the need for greater transparency and a better
understanding of this practice.
In this paper, we investigate the presence of visibility alterations through
a large-scale quantitative analysis of two Twitter/X datasets comprising over
40 million tweets from more than 9 million users, focused on discussions
surrounding the Ukraine-Russia conflict and the 2024 US Presidential Elections.
We use view counts to detect patterns of reduced or inflated visibility and
examine how these correlate with user opinions, social roles, and narrative
framings. Our analysis shows that the algorithm systematically penalizes tweets
containing links to external resources, reducing their visibility by up to a
factor of eight, regardless of the ideological stance or source reliability.
Rather, content visibility may be penalized or favored depending on the
specific accounts producing it, as observed when comparing tweets from the Kyiv
Independent and RT.com or tweets by Donald Trump and Kamala Harris. Overall,
our work highlights the importance of transparency in content moderation and
recommendation systems in protecting the integrity of public discourse and
ensuring equitable access to online platforms.
| [
{
"version": "v1",
"created": "Tue, 22 Oct 2024 19:58:56 GMT"
},
{
"version": "v2",
"created": "Thu, 24 Apr 2025 21:19:57 GMT"
}
] | 2025-04-28T00:00:00 | [
[
"Galeazzi",
"Alessandro",
""
],
[
"Paudel",
"Pujan",
""
],
[
"Conti",
"Mauro",
""
],
[
"De Cristofaro",
"Emiliano",
""
],
[
"Stringhini",
"Gianluca",
""
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.