id
stringlengths
9
16
submitter
stringlengths
1
64
authors
stringlengths
3
62.8k
title
stringlengths
1
382
comments
stringlengths
1
1.15k
journal-ref
stringlengths
1
557
doi
stringlengths
7
153
report-no
stringlengths
1
509
categories
stringlengths
5
125
license
stringclasses
9 values
abstract
stringlengths
6
6.09k
versions
listlengths
1
187
update_date
timestamp[s]date
2007-05-23 00:00:00
2025-04-25 00:00:00
authors_parsed
sequencelengths
1
2.83k
2411.16328
Frederic Teppe
K. Dinar, J. Delgado-Notario, C. Bray, K. Maussang, E. Perez-Martin, B. Benhamou-Bui, C. Consejo, S. Ruffenach, S. S. Krishtopenko, L. Bonnet, M. Paillet, J. Torres, Y. M. Meziani, I. Rozhansky, B. Jouault, S. Nanot, F. Teppe
Spin-dependent photovoltage in graphene/MoS2-based field-effect transistors
23 pages, 6 figures in the main text and 6 in the supplementary materials
Phys. Rev. Applied 23, 044043 (2025)
10.1103/PhysRevApplied.23.044043
null
cond-mat.mes-hall cond-mat.mtrl-sci cond-mat.other
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
It has recently been shown that Terahertz sensors can effectively detect the spin resonances of Dirac fermions in graphene. The associated photovoltaic measurement technique allows for the investigation of the intrinsic spin-orbit coupling in graphene as well as its topological properties from microwave to Terahertz frequencies. In this work, using graphene/MoS2-based Field-Effect Transistors, we observed a magnetic resonance photovoltage signal in the Gigahertz range that is independent of the gate bias. The dispersion of the associated spin-flip transitions remains intriguingly unaffected by the MoS2 layer. In parallel, the spin-related signal consistently appears as a drop in photovoltage, regardless of the signal's polarity or origin, whether it arises from plasma wave rectification or thermoelectric effects. This behavior is interpreted as a decrease in the system's spin polarization due to spin-dependent recombination or scattering of photocarriers. Understanding the various photovoltaic signals in highly sensitive Gigahertz/Terahertz sensors paves the way for exploring spin-dependent mechanisms in two-dimensional quantum materials, influenced by proximity effects such as spin-orbit coupling, topology, and magnetism.
[ { "version": "v1", "created": "Mon, 25 Nov 2024 12:23:44 GMT" } ]
2025-04-24T00:00:00
[ [ "Dinar", "K.", "" ], [ "Delgado-Notario", "J.", "" ], [ "Bray", "C.", "" ], [ "Maussang", "K.", "" ], [ "Perez-Martin", "E.", "" ], [ "Benhamou-Bui", "B.", "" ], [ "Consejo", "C.", "" ], [ "Ruffenach", "S.", "" ], [ "Krishtopenko", "S. S.", "" ], [ "Bonnet", "L.", "" ], [ "Paillet", "M.", "" ], [ "Torres", "J.", "" ], [ "Meziani", "Y. M.", "" ], [ "Rozhansky", "I.", "" ], [ "Jouault", "B.", "" ], [ "Nanot", "S.", "" ], [ "Teppe", "F.", "" ] ]
2411.17163
Jingkai Wang
Jingkai Wang, Jue Gong, Lin Zhang, Zheng Chen, Xing Liu, Hong Gu, Yutong Liu, Yulun Zhang, Xiaokang Yang
OSDFace: One-Step Diffusion Model for Face Restoration
Accepted to CVPR 2025. The code and model will be available at https://github.com/jkwang28/OSDFace
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Diffusion models have demonstrated impressive performance in face restoration. Yet, their multi-step inference process remains computationally intensive, limiting their applicability in real-world scenarios. Moreover, existing methods often struggle to generate face images that are harmonious, realistic, and consistent with the subject's identity. In this work, we propose OSDFace, a novel one-step diffusion model for face restoration. Specifically, we propose a visual representation embedder (VRE) to better capture prior information and understand the input face. In VRE, low-quality faces are processed by a visual tokenizer and subsequently embedded with a vector-quantized dictionary to generate visual prompts. Additionally, we incorporate a facial identity loss derived from face recognition to further ensure identity consistency. We further employ a generative adversarial network (GAN) as a guidance model to encourage distribution alignment between the restored face and the ground truth. Experimental results demonstrate that OSDFace surpasses current state-of-the-art (SOTA) methods in both visual quality and quantitative metrics, generating high-fidelity, natural face images with high identity consistency. The code and model will be released at https://github.com/jkwang28/OSDFace.
[ { "version": "v1", "created": "Tue, 26 Nov 2024 07:07:48 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 14:42:19 GMT" } ]
2025-04-24T00:00:00
[ [ "Wang", "Jingkai", "" ], [ "Gong", "Jue", "" ], [ "Zhang", "Lin", "" ], [ "Chen", "Zheng", "" ], [ "Liu", "Xing", "" ], [ "Gu", "Hong", "" ], [ "Liu", "Yutong", "" ], [ "Zhang", "Yulun", "" ], [ "Yang", "Xiaokang", "" ] ]
2411.18203
Jingdi Lei
Di Zhang, Junxian Li, Jingdi Lei, Xunzhi Wang, Yujie Liu, Zonglin Yang, Jiatong Li, Weida Wang, Suorong Yang, Jianbo Wu, Peng Ye, Wanli Ouyang, Dongzhan Zhou
Critic-V: VLM Critics Help Catch VLM Errors in Multimodal Reasoning
16 pages, 11 figures
null
null
null
cs.CV cs.CL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Vision-language models (VLMs) have shown remarkable advancements in multimodal reasoning tasks. However, they still often generate inaccurate or irrelevant responses due to issues like hallucinated image understandings or unrefined reasoning paths. To address these challenges, we introduce Critic-V, a novel framework inspired by the Actor-Critic paradigm to boost the reasoning capability of VLMs. This framework decouples the reasoning process and critic process by integrating two independent components: the Reasoner, which generates reasoning paths based on visual and textual inputs, and the Critic, which provides constructive critique to refine these paths. In this approach, the Reasoner generates reasoning responses according to text prompts, which can evolve iteratively as a policy based on feedback from the Critic. This interaction process was theoretically driven by a reinforcement learning framework where the Critic offers natural language critiques instead of scalar rewards, enabling more nuanced feedback to boost the Reasoner's capability on complex reasoning tasks. The Critic model is trained using Direct Preference Optimization (DPO), leveraging a preference dataset of critiques ranked by Rule-based Reward~(RBR) to enhance its critic capabilities. Evaluation results show that the Critic-V framework significantly outperforms existing methods, including GPT-4V, on 5 out of 8 benchmarks, especially regarding reasoning accuracy and efficiency. Combining a dynamic text-based policy for the Reasoner and constructive feedback from the preference-optimized Critic enables a more reliable and context-sensitive multimodal reasoning process. Our approach provides a promising solution to enhance the reliability of VLMs, improving their performance in real-world reasoning-heavy multimodal applications such as autonomous driving and embodied intelligence.
[ { "version": "v1", "created": "Wed, 27 Nov 2024 10:28:57 GMT" }, { "version": "v2", "created": "Mon, 2 Dec 2024 05:00:19 GMT" }, { "version": "v3", "created": "Mon, 16 Dec 2024 08:12:17 GMT" }, { "version": "v4", "created": "Tue, 11 Mar 2025 15:46:15 GMT" }, { "version": "v5", "created": "Wed, 23 Apr 2025 17:46:47 GMT" } ]
2025-04-24T00:00:00
[ [ "Zhang", "Di", "" ], [ "Li", "Junxian", "" ], [ "Lei", "Jingdi", "" ], [ "Wang", "Xunzhi", "" ], [ "Liu", "Yujie", "" ], [ "Yang", "Zonglin", "" ], [ "Li", "Jiatong", "" ], [ "Wang", "Weida", "" ], [ "Yang", "Suorong", "" ], [ "Wu", "Jianbo", "" ], [ "Ye", "Peng", "" ], [ "Ouyang", "Wanli", "" ], [ "Zhou", "Dongzhan", "" ] ]
2411.18349
Lie-Wen Chen
Jun-Ting Ye, Rui Wang, Si-Pei Wang, Lie-Wen Chen
High density symmetry energy: A key to the solution of the hyperon puzzle
21 pages, 5 figures, 2 tables. Presentation improved and discussions significantly expanded, especially on the implications of a symmetry energy soft at intermediate densities but stiff at high densities. Accepted version to appear in ApJ
null
null
null
nucl-th astro-ph.HE hep-ph nucl-ex
http://creativecommons.org/licenses/by/4.0/
The recently developed nuclear effective interaction based on the so-called N3LO Skyrme pseudopotential is extended to include the hyperon-nucleon and hyperon-hyperon interactions by assuming the similar density, momentum, and isospin dependence as for the nucleon-nucleon interaction. The parameters in these interactions are determined from either experimental information if any or chiral effective field theory or lattice QCD calculations of the hyperon potentials in nuclear matter around nuclear saturation density $\rho_0$. We find that varying the high density behavior of the symmetry energy $E_{\rm sym}(\rho)$ can significantly change the critical density for hyperon appearance in the neutron stars and thus the maximum mass $M_{\rm TOV}$ of static hyperon stars. In particular, a symmetry energy which is soft around $2-3\rho_0$ but stiff above about $4\rho_0$, can lead to $M_{\rm TOV} \gtrsim 2M_\odot$ for hyperon stars and simultaneously be compatible with (1) the constraints on the equation of state of symmetric nuclear matter at suprasaturation densities obtained from flow data in heavy-ion collisions; (2) the microscopic calculations of the equation of state for pure neutron matter; (3) the star tidal deformability extracted from gravitational wave signal GW170817; (4) the mass-radius relations of PSR J0030+0451, PSR J0740+6620 and PSR J0437-4715 measured from NICER; (5) the observation of the unusually low mass and small radius in the central compact object of HESS J1731-347. Furthermore, the sound speed squared of the hyperon star matter naturally displays a strong peak structure around baryon density of $3-4\rho_0$, consistent with the model-independent analysis on the multimessenger data. Our results suggest that the high density symmetry energy could be a key to the solution of the hyperon puzzle in neutron star physics.
[ { "version": "v1", "created": "Wed, 27 Nov 2024 13:52:59 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 00:53:19 GMT" } ]
2025-04-24T00:00:00
[ [ "Ye", "Jun-Ting", "" ], [ "Wang", "Rui", "" ], [ "Wang", "Si-Pei", "" ], [ "Chen", "Lie-Wen", "" ] ]
2411.18414
Laurids Jeppe
Laurids Jeppe (for the CMS collaboration)
Search for heavy scalar or pseudoscalar states in $\mathrm{t \bar{t}}$ events at CMS
6 pages, 2 figures. Talk at the 17th International Workshop on Top Quark Physics (Top2024), 22-27 September 2024
null
null
CMS CR-2024/311
hep-ex
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A search for scalar or pseudoscalar states decaying to a top quark-antiquark pair ($\mathrm{t \bar{t}}$), using $138\,\mathrm{fb}^{-1}$ of pp collision data taken at $\sqrt{s} = 13\,\mathrm{TeV}$ using the CMS detector, is presented. Events with one or two leptons are analyzed using the invariant $\mathrm{t \bar{t}}$ mass ($m_{\mathrm{t \bar{t}}}$) as well as angular and spin correlation observables. An excess in the data is observed for low values of $m_{\mathrm{t \bar{t}}}$, preferring a pseudoscalar over a scalar hypothesis. It is interpreted in terms of a generic model of (pseudo)scalar boson production, as well as a simplified model of a $\mathrm{t \bar{t}}$ bound state ($\eta_{\mathrm{t}}$), yielding good agreement with the data. Moreover, limits on the couplings of additional (pseudo)scalar bosons to top quarks are set.
[ { "version": "v1", "created": "Wed, 27 Nov 2024 14:58:30 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 14:04:33 GMT" } ]
2025-04-24T00:00:00
[ [ "Jeppe", "Laurids", "", "for the CMS collaboration" ] ]
2411.18909
Atsunori Sakurai
Atsunori Sakurai, Shota Takahashi, Tatsuto Mochizuki, and Toshiki Sugimoto
Tip-Enhanced Sum Frequency Generation for Molecular Vibrational Nanospectroscopy
The manuscript includes Supporting Information detailing the experimental procedures and data analysis
Nano Letters 25, 6390-6398 (2025)
10.1021/acs.nanolett.4c06065
null
physics.optics cond-mat.mes-hall physics.chem-ph
http://creativecommons.org/licenses/by/4.0/
Vibrational sum frequency generation (SFG) is a nonlinear spectroscopic technique widely used to study the molecular structure and dynamics of surface systems. However, the spatial resolution achieved by far-field observations is constrained by the diffraction limit, obscuring molecular details in inhomogeneous structures smaller than the wavelength of light. To overcome this limitation, we developed a system for tip-enhanced SFG (TE-SFG) spectroscopy based on a scanning tunneling microscope. We successfully detected vibrational TE-SFG signals from adsorbed molecules on a gold substrate under ambient conditions. The phase analysis of interferometric SFG spectra provided information on molecular orientation. Furthermore, the observed TE-SFG signal was confirmed to originate from a highly localized region within a gap between the tip apex and the sample substrate. This method offers a novel platform for nonlinear optical nanospectroscopy, paving the way for the investigation of surface molecular systems beyond the diffraction limit.
[ { "version": "v1", "created": "Thu, 28 Nov 2024 04:51:01 GMT" } ]
2025-04-24T00:00:00
[ [ "Sakurai", "Atsunori", "" ], [ "Takahashi", "Shota", "" ], [ "Mochizuki", "Tatsuto", "" ], [ "Sugimoto", "Toshiki", "" ] ]
2411.19252
Mariana Dias
Mariana L. S. Dias, Ant\^onio F. B. da Cunha, Carlos A. P. Bengaly, Rodrigo S. Gon\c{c}alves, Jonathan Morais
Non-parametric reconstructions of cosmic curvature: current constraints and forecasts
7 pages, 3 figures and 1 appendix. Accepted for publication on EPJC
null
10.1140/epjc/s10052-025-14159-0
null
astro-ph.CO gr-qc
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The assumption of a flat Universe that follows the cosmological principle, i.e., that the universe is statistically homogeneous and isotropic at large scales, comprises one of the core foundations of the standard cosmological model -- namely, the $\Lambda$CDM paradigm. Nevertheless, it has been rarely tested in the literature. In this work, we assess the validity of this hypothesis by reconstructing the cosmic curvature with currently available observations, such as Type Ia Supernova and Cosmic Chronometers. We do so by means of null tests, given by consistency relations within the standard model scenario, using a non-parametric method -- which allows us to circumvent prior assumptions on the underlying cosmology. We find no statistically significant departure from the cosmological principle and null curvature in our analysis. In addition, we show that future cosmological observations, specifically those expected from Hubble parameter measurements from redshift surveys, along with gravitational wave observations as standard sirens, will be able to significantly reduce the uncertainties of current reconstructions.
[ { "version": "v1", "created": "Thu, 28 Nov 2024 16:41:31 GMT" }, { "version": "v2", "created": "Mon, 7 Apr 2025 19:47:20 GMT" } ]
2025-04-24T00:00:00
[ [ "Dias", "Mariana L. S.", "" ], [ "da Cunha", "Antônio F. B.", "" ], [ "Bengaly", "Carlos A. P.", "" ], [ "Gonçalves", "Rodrigo S.", "" ], [ "Morais", "Jonathan", "" ] ]
2411.19320
Haotian Zhang
Haotian Zhang, Li Li, Dong Liu
Generalized Gaussian Model for Learned Image Compression
19 pages, 16 figures
vol. 34, pp. 1950-1965, 2025
10.1109/TIP.2025.3550013
null
eess.IV cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In learned image compression, probabilistic models play an essential role in characterizing the distribution of latent variables. The Gaussian model with mean and scale parameters has been widely used for its simplicity and effectiveness. Probabilistic models with more parameters, such as the Gaussian mixture models, can fit the distribution of latent variables more precisely, but the corresponding complexity is higher. To balance the compression performance and complexity, we extend the Gaussian model to the generalized Gaussian family for more flexible latent distribution modeling, introducing only one additional shape parameter beta than the Gaussian model. To enhance the performance of the generalized Gaussian model by alleviating the train-test mismatch, we propose improved training methods, including beta-dependent lower bounds for scale parameters and gradient rectification. Our proposed generalized Gaussian model, coupled with the improved training methods, is demonstrated to outperform the Gaussian and Gaussian mixture models on a variety of learned image compression networks.
[ { "version": "v1", "created": "Thu, 28 Nov 2024 18:51:55 GMT" }, { "version": "v2", "created": "Tue, 4 Mar 2025 07:19:38 GMT" } ]
2025-04-24T00:00:00
[ [ "Zhang", "Haotian", "" ], [ "Li", "Li", "" ], [ "Liu", "Dong", "" ] ]
2411.19584
Hemal Mahmud
Hemal Mahmud, Hasan Mahmud and Mohammad Rifat Ahmmad Rashid
Enhancing Sentiment Analysis in Bengali Texts: A Hybrid Approach Using Lexicon-Based Algorithm and Pretrained Language Model Bangla-BERT
13 pages, 12 figures
null
null
null
cs.LG
http://creativecommons.org/licenses/by/4.0/
Sentiment analysis (SA) is a process of identifying the emotional tone or polarity within a given text and aims to uncover the user's complex emotions and inner feelings. While sentiment analysis has been extensively studied for languages like English, research in Bengali, remains limited, particularly for fine-grained sentiment categorization. This work aims to connect this gap by developing a novel approach that integrates rule-based algorithms with pre-trained language models. We developed a dataset from scratch, comprising over 15,000 manually labeled reviews. Next, we constructed a Lexicon Data Dictionary, assigning polarity scores to the reviews. We developed a novel rule based algorithm Bangla Sentiment Polarity Score (BSPS), an approach capable of generating sentiment scores and classifying reviews into nine distinct sentiment categories. To assess the performance of this method, we evaluated the classified sentiments using BanglaBERT, a pre-trained transformer-based language model. We also performed sentiment classification directly with BanglaBERT on the original data and evaluated this model's results. Our analysis revealed that the BSPS + BanglaBERT hybrid approach outperformed the standalone BanglaBERT model, achieving higher accuracy, precision, and nuanced classification across the nine sentiment categories. The results of our study emphasize the value and effectiveness of combining rule-based and pre-trained language model approaches for enhanced sentiment analysis in Bengali and suggest pathways for future research and application in languages with similar linguistic complexities.
[ { "version": "v1", "created": "Fri, 29 Nov 2024 09:57:11 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 17:18:21 GMT" } ]
2025-04-24T00:00:00
[ [ "Mahmud", "Hemal", "" ], [ "Mahmud", "Hasan", "" ], [ "Rashid", "Mohammad Rifat Ahmmad", "" ] ]
2412.01552
Gu Wang
Xingyu Liu, Gu Wang, Chengxi Li, Yingyue Li, Chenyangguang Zhang, Ziqin Huang, Xiangyang Ji
GFreeDet: Exploiting Gaussian Splatting and Foundation Models for Model-free Unseen Object Detection in the BOP Challenge 2024
CVPR 2025 CV4MR Workshop (citation style changed)
null
null
null
cs.CV cs.RO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present GFreeDet, an unseen object detection approach that leverages Gaussian splatting and vision Foundation models under model-free setting. Unlike existing methods that rely on predefined CAD templates, GFreeDet reconstructs objects directly from reference videos using Gaussian splatting, enabling robust detection of novel objects without prior 3D models. Evaluated on the BOP-H3 benchmark, GFreeDet achieves comparable performance to CAD-based methods, demonstrating the viability of model-free detection for mixed reality (MR) applications. Notably, GFreeDet won the best overall method and the best fast method awards in the model-free 2D detection track at BOP Challenge 2024.
[ { "version": "v1", "created": "Mon, 2 Dec 2024 14:38:26 GMT" }, { "version": "v2", "created": "Tue, 3 Dec 2024 04:28:06 GMT" }, { "version": "v3", "created": "Sun, 20 Apr 2025 13:15:29 GMT" }, { "version": "v4", "created": "Wed, 23 Apr 2025 05:48:54 GMT" } ]
2025-04-24T00:00:00
[ [ "Liu", "Xingyu", "" ], [ "Wang", "Gu", "" ], [ "Li", "Chengxi", "" ], [ "Li", "Yingyue", "" ], [ "Zhang", "Chenyangguang", "" ], [ "Huang", "Ziqin", "" ], [ "Ji", "Xiangyang", "" ] ]
2412.01892
Micha{\l} Eckstein
Clelia Altomonte, Alan J. Barr, Micha{\l} Eckstein, Pawe{\l} Horodecki and Kazuki Sakurai
Prospects for quantum process tomography at high energies
37 pages, 3 figures, v2: improved presentation
null
null
null
hep-ph hep-ex hep-th quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In quantum information theory, the evolution of an open quantum system -- a unitary evolution followed by a measurement -- is described by a quantum channel or, more generally, a quantum instrument. In this work, we formulate spin and flavour measurements in collider experiments as quantum instruments. We demonstrate that the Choi matrix, which completely determines input-output transitions, can be both theoretically computed from a given model and experimentally reconstructed from a set of final state measurements (quantum state tomography) using varied input states. The experimental reconstruction of the Choi matrix, known as quantum process tomography, offers a powerful new approach for probing potential extensions of the Standard Model within the quantum field theory framework and, at the same time, constitutes a new foundational test of quantum mechanics itself. As an example, we outline the quantum process tomography approach applied to the $e^+ e^- \to t \bar{t}$ process at a polarized lepton collider.
[ { "version": "v1", "created": "Mon, 2 Dec 2024 19:00:00 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 17:56:23 GMT" } ]
2025-04-24T00:00:00
[ [ "Altomonte", "Clelia", "" ], [ "Barr", "Alan J.", "" ], [ "Eckstein", "Michał", "" ], [ "Horodecki", "Paweł", "" ], [ "Sakurai", "Kazuki", "" ] ]
2412.02170
Hong-Jian Wang
Hong-Jian Wang, Pei-Rong Li, Xiao-Rui Lyu, Jusak Tandean, Hai-Bo Li
Remarks on strong phase shifts in weak nonleptonic baryon decays
null
Science Bulletin 2025;70(8):1183-1185
10.1016/j.scib.2025.02.030
null
hep-ph hep-ex
http://creativecommons.org/licenses/by/4.0/
A sizable strong-interaction phase shift in weak two-body nonleptonic baryon decay would enhance the possibility of discovering charge-conjugation parity ($CP$) violation in the baryon sector, which might help in the quest for understanding the matter-antimatter asymmetry in the universe. Over the past 60 years, empirical analyses involving different types of instruments, including fixed-target experiments and $e^+e^-$ colliders, have indicated that the phase shifts in nonleptonic hyperon decays are relatively small, below order ten degrees in size. A large phase shift, however, has been observed by BESIII in the decay of a charmed baryon into a hyperon and kaon, $\Lambda_c^+\to \Xi^0K^+$. In various experimental and theoretical studies on hyperon, charmed-baryon, and bottomed-baryon decays, different conventions have been adopted for defining the strong phases. It is important to be aware of this situation when obtaining global averages from different measurements and applying the results to future investigations on $CP$ violation among baryons. This paper gives an overview of the conventions employed in the literature for the strong phases and suggests a unified parameterization form applicable to the different alternatives. Numerical results under the unified parameterization form are also provided, which can serve as useful inputs to further pursuits of baryon $CP$ violation.
[ { "version": "v1", "created": "Tue, 3 Dec 2024 04:57:07 GMT" }, { "version": "v2", "created": "Tue, 25 Feb 2025 08:44:19 GMT" } ]
2025-04-24T00:00:00
[ [ "Wang", "Hong-Jian", "" ], [ "Li", "Pei-Rong", "" ], [ "Lyu", "Xiao-Rui", "" ], [ "Tandean", "Jusak", "" ], [ "Li", "Hai-Bo", "" ] ]
2412.02501
Matthieu Mangeat
Matthieu Mangeat, Swarnajit Chatterjee, Jae Dong Noh, Heiko Rieger
Emergent complex phases in a discrete flocking model with reciprocal and non-reciprocal interactions
30 pages, 17 figures
null
null
null
cond-mat.stat-mech
http://creativecommons.org/licenses/by-nc-nd/4.0/
There is growing interest in multi-species active matter systems with reciprocal and non-reciprocal interactions. While such interactions have been explored in continuous symmetry models, less is known about multi-species discrete-symmetry systems. To address this, we study the two-species active Ising model (TSAIM), a discrete counterpart of the two-species Vicsek model. Our investigation explores both inter-species reciprocal and non-reciprocal interactions, along with the possibility of species interconversion. In the reciprocal TSAIM, we observe the emergence of a high-density parallel flocking state, a feature not seen in previous flocking models. With species interconversion, the TSAIM corresponds to an active extension of the Ashkin-Teller model and exhibits rich state diagrams. In the non-reciprocal TSAIM, a run-and-chase dynamics emerge. We also find that the system is metastable due to droplet excitation and exhibits spontaneous motility-induced interface pinning. A hydrodynamic theory validates our numerical simulations and confirms the phase diagrams.
[ { "version": "v1", "created": "Tue, 3 Dec 2024 15:27:48 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 15:44:55 GMT" } ]
2025-04-24T00:00:00
[ [ "Mangeat", "Matthieu", "" ], [ "Chatterjee", "Swarnajit", "" ], [ "Noh", "Jae Dong", "" ], [ "Rieger", "Heiko", "" ] ]
2412.02599
Felix Kurtz
Felix Kurtz, Gevin von Witte, Lukas Jehn, Alp Akbiyik, Igor Vinograd, Matthieu Le Tacon, Amir A. Haghighirad, Dong Chen, Chandra Shekhar, Claudia Felser, and Claus Ropers
Evidence for reduced periodic lattice distortion within the Sb-terminated surface layer of the kagome metal CsV$_3$Sb$_5$
9 pages, 6 figures
Physical Review B 111.14 (2025): L140101
10.1103/PhysRevB.111.L140101
null
cond-mat.str-el
http://creativecommons.org/licenses/by/4.0/
The discovery of the kagome metal CsV$_3$Sb$_5$ sparked broad interest, due to the coexistence of a charge density wave (CDW) phase and possible unconventional superconductivity in the material. In this study, we use low-energy electron diffraction (LEED) with a $\mu$m-sized electron beam to explore the periodic lattice distortion at the antimony-terminated surface in the CDW phase. We recorded high-quality backscattering diffraction patterns in ultrahigh vacuum from multiple cleaved samples. Unexpectedly, we did not find superstructure reflexes at intensity levels predicted from dynamical LEED calculations for the reported $2 \times 2 \times 2$ bulk structure. Our results suggest that in CsV$_3$Sb$_5$ the periodic lattice distortion accompanying the CDW is less pronounced at Sb-terminated surfaces than in the bulk.
[ { "version": "v1", "created": "Tue, 3 Dec 2024 17:30:45 GMT" } ]
2025-04-24T00:00:00
[ [ "Kurtz", "Felix", "" ], [ "von Witte", "Gevin", "" ], [ "Jehn", "Lukas", "" ], [ "Akbiyik", "Alp", "" ], [ "Vinograd", "Igor", "" ], [ "Tacon", "Matthieu Le", "" ], [ "Haghighirad", "Amir A.", "" ], [ "Chen", "Dong", "" ], [ "Shekhar", "Chandra", "" ], [ "Felser", "Claudia", "" ], [ "Ropers", "Claus", "" ] ]
2412.02604
Emmanouil Kariotakis
Emmanouil Kariotakis, Nicholas D. Sidiropoulos, Aritra Konar
Fairness-Aware Dense Subgraph Discovery
null
null
null
null
cs.SI
http://creativecommons.org/licenses/by/4.0/
Dense subgraph discovery (DSD) is a key graph mining primitive with myriad applications including finding densely connected communities which are diverse in their vertex composition. In such a context, it is desirable to extract a dense subgraph that provides fair representation of the diverse subgroups that constitute the vertex set while incurring a small loss in terms of subgraph density. Existing methods for promoting fairness in DSD have important limitations - the associated formulations are NP-hard in the worst case and they do not provide flexible notions of fairness, making it non-trivial to analyze the inherent trade-off between density and fairness. In this paper, we introduce two tractable formulations for fair DSD, each offering a different notion of fairness. Our methods provide a structured and flexible approach to incorporate fairness, accommodating varying fairness levels. We introduce the fairness-induced relative loss in subgraph density as a price of fairness measure to quantify the associated trade-off. We are the first to study such a notion in the context of detecting fair dense subgraphs. Extensive experiments on real-world datasets demonstrate that our methods not only match but frequently outperform existing solutions, sometimes incurring even less than half the subgraph density loss compared to prior art, while achieving the target fairness levels. Importantly, they excel in scenarios that previous methods fail to adequately handle, i.e., those with extreme subgroup imbalances, highlighting their effectiveness in extracting fair and dense solutions.
[ { "version": "v1", "created": "Tue, 3 Dec 2024 17:34:29 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 09:34:13 GMT" } ]
2025-04-24T00:00:00
[ [ "Kariotakis", "Emmanouil", "" ], [ "Sidiropoulos", "Nicholas D.", "" ], [ "Konar", "Aritra", "" ] ]
2412.02747
Damiano Francesco Giuseppe Fiorillo
Damiano F. G. Fiorillo, Georg G. Raffelt
Theory of neutrino slow flavor evolution. Part I. Homogeneous medium
32 pages, 4 figures; version accepted for publication in JHEP. Title changed to match the series of papers with arXiv:2501.16423. Typos fixed in the text
JHEP 04 (2025) 146
10.1007/JHEP04(2025)146
null
hep-ph astro-ph.HE
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Dense neutrino gases can exhibit collective flavor instabilities, triggering large flavor conversions that are driven primarily by neutrino-neutrino refraction. One broadly distinguishes between fast instabilities that exist in the limit of vanishing neutrino masses, and slow ones, that require neutrino mass splittings. In a related series of papers, we have shown that fast instabilities result from the resonant growth of flavor waves, in the same way as turbulent electric fields in an unstable plasma. Here we extend this framework to slow instabilities, focusing on the simplest case of an infinitely homogeneous medium with axisymmetric neutrino distribution. The relevant length and time scales are defined by three parameters: the vacuum oscillation frequency $\omega_E=\delta m^2/2E$, the scale of neutrino-neutrino refraction energy $\mu=\sqrt{2}G_F(n_\nu+n_{\overline\nu})$, and the ratio between lepton and particle number $\epsilon=(n_\nu-n_{\overline\nu})/(n_\nu+n_{\overline\nu})$. We distinguish between two very different regimes: (i) For $\omega_E\ll \mu \epsilon^2$, instabilities occur at small spatial scales of order $(\mu\epsilon)^{-1}$ with a time scale of order $\epsilon \omega_E^{-1}$. This novel branch of slow instability arises from resonant interactions with neutrinos moving along the axis of symmetry. (ii) For $\mu \epsilon^2\ll \omega_E\ll \mu$, the instability is strongly non-resonant, with typical time and length scales of order $1/\sqrt{\omega_E \mu}$. Unstable modes interact with all neutrino directions at once, recovering the characteristic scaling of the traditional studies of slow instabilities. In the inner regions of supernovae and neutron-star mergers, the first regime may be more likely to appear, meaning that slow instabilities in this region may have an entirely different character than usually envisaged.
[ { "version": "v1", "created": "Tue, 3 Dec 2024 19:00:01 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 15:49:58 GMT" } ]
2025-04-24T00:00:00
[ [ "Fiorillo", "Damiano F. G.", "" ], [ "Raffelt", "Georg G.", "" ] ]
2412.04421
Molly Smith
M. C. Smith, A. D. Leu, K. Miyanishi, M. F. Gely, D. M. Lucas
Single-qubit gates with errors at the $10^{-7}$ level
null
null
null
null
quant-ph
http://creativecommons.org/licenses/by/4.0/
We report the achievement of single-qubit gates with sub-part-per-million error rates, in a trapped-ion $^{43}$Ca$^{+}$ hyperfine clock qubit. We explore the speed/fidelity trade-off for gate times $4.4\leq t_{g}\leq35~\mu$s, and benchmark a minimum error per Clifford gate of $1.5(4) \times 10^{-7}$. Calibration errors are suppressed to $< 10^{-8}$, leaving qubit decoherence ($T_{2}\approx 70$ s), leakage, and measurement as the dominant error contributions. The ion is held above a microfabricated surface-electrode trap which incorporates a chip-integrated microwave resonator for electronic qubit control; the trap is operated at room temperature without magnetic shielding.
[ { "version": "v1", "created": "Thu, 5 Dec 2024 18:45:29 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 16:09:26 GMT" } ]
2025-04-24T00:00:00
[ [ "Smith", "M. C.", "" ], [ "Leu", "A. D.", "" ], [ "Miyanishi", "K.", "" ], [ "Gely", "M. F.", "" ], [ "Lucas", "D. M.", "" ] ]
2412.04712
Omori Takumi
Takumi Omori, Takashi Iida, Nobuo Hinohara, Kotaro Takahashi, Ken-Ichi Fushimi, Azusa Gando, Keishi Hosokawa, Shotaro Ishidate, Motonao Ishigami, Kei Kamada, Keita Mizukoshi, Yasuhiro Shoji, Hisanori Suzuki, and Masao Yoshino
Simulation Tool Development and Sensitivity Analysis of 160Gd Double Beta Decay Search by the PIKACHU Project
18 pages, 12 figures
null
null
null
hep-ex nucl-ex
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Neutrinoless double beta decay (0v2b) has been investigated as a physical process that can provide evidence for the Majorana nature of neutrinos. The theoretical predictions of the 0v2b rate are subject to significant uncertainty, primarily due to nuclear matrix elements (NME). To reduce this uncertainty, experimental measurements of the half-lives of two-neutrino double beta decay (2v2b) in various nuclei are essential as a benchmark for NME calculations. The PIKACHU (Pure Inorganic scintillator experiment in KAmioka for CHallenging Underground sciences) project searches for the previously unobserved 2v2b decay of 160Gd, employing Ce-doped Gd3Ga3Al2O12 (GAGG) single crystals. In the Phase 1 experiment, we aim to improve the current lower limit on the 2v2b half-life of 160Gd by a prior study using a Ce-doped Gd2SiO5 (GSO) crystal. Ultimately, in Phase 2, the project seeks to achieve a sensitivity surpassing the theoretical prediction of 7.4 x 10^20 years, enabling the potential discovery of the 160Gd 2v2b decay. In this paper, we describe the development of background models based on GEANT4 simulations. The modeled backgrounds are contributions from uranium and thorium decay chains, 40K present in GAGG, and 40K gamma-rays from outside of GAGG. Additionally, we developed models for both 2v2b and 0v2b decay by implementing the theoretical kinematics of two-electron emission in double beta decay in the GEANT4 simulation. As a result, our background models successfully reproduced the measured background spectrum through fitting. By generating pseudo background spectra expected in Phase 1 and analyzing them with the combined background and 2v2b models, we evaluated the 2v2b sensitivity of Phase 1 to be 2.78 x 10^19 years (90% C.L.). This paper presents the development of these simulation models and the expected sensitivities for both Phase 1 and Phase 2 based on the pseudo data analyses.
[ { "version": "v1", "created": "Fri, 6 Dec 2024 02:05:07 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 01:00:49 GMT" } ]
2025-04-24T00:00:00
[ [ "Omori", "Takumi", "" ], [ "Iida", "Takashi", "" ], [ "Hinohara", "Nobuo", "" ], [ "Takahashi", "Kotaro", "" ], [ "Fushimi", "Ken-Ichi", "" ], [ "Gando", "Azusa", "" ], [ "Hosokawa", "Keishi", "" ], [ "Ishidate", "Shotaro", "" ], [ "Ishigami", "Motonao", "" ], [ "Kamada", "Kei", "" ], [ "Mizukoshi", "Keita", "" ], [ "Shoji", "Yasuhiro", "" ], [ "Suzuki", "Hisanori", "" ], [ "Yoshino", "Masao", "" ] ]
2412.05038
Boyang Yu
Joan Sim\'on and Boyang Yu
BMS$_3$ fermionic localization
26 pages
null
null
null
hep-th
http://creativecommons.org/licenses/by/4.0/
We consider the geometric action formulation for 3d pure gravity with vanishing cosmological constant. We use fermionic localization to compute the exact torus partition function for a constant representative coadjoint orbit of $\widehat{\text{BMS}}_3$. This allows us to discuss its 1-loop exactness.
[ { "version": "v1", "created": "Fri, 6 Dec 2024 13:44:42 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 09:56:27 GMT" } ]
2025-04-24T00:00:00
[ [ "Simón", "Joan", "" ], [ "Yu", "Boyang", "" ] ]
2412.05053
Kaizhen Sun
Kaizhen Sun, Jinghang Li, Kuan Dai, Bangyan Liao, Wei Xiong, Yi Zhou
EvTTC: An Event Camera Dataset for Time-to-Collision Estimation
10 pages, 7 figures, 5 tables
null
null
null
cs.RO cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Time-to-Collision (TTC) estimation lies in the core of the forward collision warning (FCW) functionality, which is key to all Automatic Emergency Braking (AEB) systems. Although the success of solutions using frame-based cameras (e.g., Mobileye's solutions) has been witnessed in normal situations, some extreme cases, such as the sudden variation in the relative speed of leading vehicles and the sudden appearance of pedestrians, still pose significant risks that cannot be handled. This is due to the inherent imaging principles of frame-based cameras, where the time interval between adjacent exposures introduces considerable system latency to AEB. Event cameras, as a novel bio-inspired sensor, offer ultra-high temporal resolution and can asynchronously report brightness changes at the microsecond level. To explore the potential of event cameras in the above-mentioned challenging cases, we propose EvTTC, which is, to the best of our knowledge, the first multi-sensor dataset focusing on TTC tasks under high-relative-speed scenarios. EvTTC consists of data collected using standard cameras and event cameras, covering various potential collision scenarios in daily driving and involving multiple collision objects. Additionally, LiDAR and GNSS/INS measurements are provided for the calculation of ground-truth TTC. Considering the high cost of testing TTC algorithms on full-scale mobile platforms, we also provide a small-scale TTC testbed for experimental validation and data augmentation. All the data and the design of the testbed are open sourced, and they can serve as a benchmark that will facilitate the development of vision-based TTC techniques.
[ { "version": "v1", "created": "Fri, 6 Dec 2024 14:08:08 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 05:06:08 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 13:49:32 GMT" } ]
2025-04-24T00:00:00
[ [ "Sun", "Kaizhen", "" ], [ "Li", "Jinghang", "" ], [ "Dai", "Kuan", "" ], [ "Liao", "Bangyan", "" ], [ "Xiong", "Wei", "" ], [ "Zhou", "Yi", "" ] ]
2412.06412
Cunshi Wang
Cunshi Wang, Xinjie Hu, Yu Zhang, Xunhao Chen, Pengliang Du, Yiming Mao, Rui Wang, Yuyang Li, Ying Wu, Hang Yang, Yansong Li, Beichuan Wang, Haiyang Mu, Zheng Wang, Jianfeng Tian, Liang Ge, Yongna Mao, Shengming Li, Xiaomeng Lu, Jinhang Zou, Yang Huang, Ningchen Sun, Jie Zheng, Min He, Yu Bai, Junjie Jin, Hong Wu, Jifeng Liu
StarWhisper Telescope: Agent-Based Observation Assistant System to Approach AI Astrophysicist
36 pages
null
null
null
astro-ph.IM cs.AI cs.CL
http://creativecommons.org/licenses/by/4.0/
With the rapid advancements in Large Language Models (LLMs), LLM-based agents have introduced convenient and user-friendly methods for leveraging tools across various domains. In the field of astronomical observation, the construction of new telescopes has significantly increased astronomers' workload. Deploying LLM-powered agents can effectively alleviate this burden and reduce the costs associated with training personnel. Within the Nearby Galaxy Supernovae Survey (NGSS) project, which encompasses eight telescopes across three observation sites, aiming to find the transients from the galaxies in 50 mpc, we have developed the \textbf{StarWhisper Telescope System} to manage the entire observation process. This system automates tasks such as generating observation lists, conducting observations, analyzing data, and providing feedback to the observer. Observation lists are customized for different sites and strategies to ensure comprehensive coverage of celestial objects. After manual verification, these lists are uploaded to the telescopes via the agents in the system, which initiates observations upon neutral language. The observed images are analyzed in real-time, and the transients are promptly communicated to the observer. The agent modifies them into a real-time follow-up observation proposal and send to the Xinglong observatory group chat, then add them to the next-day observation lists. Additionally, the integration of AI agents within the system provides online accessibility, saving astronomers' time and encouraging greater participation from amateur astronomers in the NGSS project.
[ { "version": "v1", "created": "Mon, 9 Dec 2024 11:40:06 GMT" }, { "version": "v2", "created": "Thu, 10 Apr 2025 07:39:57 GMT" } ]
2025-04-24T00:00:00
[ [ "Wang", "Cunshi", "" ], [ "Hu", "Xinjie", "" ], [ "Zhang", "Yu", "" ], [ "Chen", "Xunhao", "" ], [ "Du", "Pengliang", "" ], [ "Mao", "Yiming", "" ], [ "Wang", "Rui", "" ], [ "Li", "Yuyang", "" ], [ "Wu", "Ying", "" ], [ "Yang", "Hang", "" ], [ "Li", "Yansong", "" ], [ "Wang", "Beichuan", "" ], [ "Mu", "Haiyang", "" ], [ "Wang", "Zheng", "" ], [ "Tian", "Jianfeng", "" ], [ "Ge", "Liang", "" ], [ "Mao", "Yongna", "" ], [ "Li", "Shengming", "" ], [ "Lu", "Xiaomeng", "" ], [ "Zou", "Jinhang", "" ], [ "Huang", "Yang", "" ], [ "Sun", "Ningchen", "" ], [ "Zheng", "Jie", "" ], [ "He", "Min", "" ], [ "Bai", "Yu", "" ], [ "Jin", "Junjie", "" ], [ "Wu", "Hong", "" ], [ "Liu", "Jifeng", "" ] ]
2412.06482
Jiayang Li
Lei Guo and Jiayang Li and Yu Marco Nie and Jun Xie
A Cardinality-Constrained Approach to Combinatorial Bilevel Congestion Pricing
null
null
null
null
math.OC cs.GT cs.SY eess.SY
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Combinatorial bilevel congestion pricing (CBCP), a variant of the mixed (continuous/discrete) network design problems, seeks to minimize the total travel time experienced by all travelers in a road network, by strategically selecting toll locations and determining toll charges. Conventional wisdom suggests that these problems are intractable since they have to be formulated and solved with a significant number of integer variables. Here, we devise a scalable local algorithm for the CBCP problem that guarantees convergence to an approximate Karush-Kuhn-Tucker point. Our approach is novel in that it eliminates the use of integer variables altogether, instead introducing a cardinality constraint that limits the number of toll locations to a user-specified upper bound. The resulting bilevel program with the cardinality constraint is then transformed into a block-separable, single-level optimization problem that can be solved efficiently after penalization and decomposition. We are able to apply the algorithm to solve, in about 20 minutes, a CBCP instance with up to 3,000 links. To the best of our knowledge, no existing algorithm can solve CBCP problems at such a scale while providing any assurance of convergence.
[ { "version": "v1", "created": "Mon, 9 Dec 2024 13:31:32 GMT" }, { "version": "v2", "created": "Thu, 12 Dec 2024 00:03:11 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 13:53:30 GMT" } ]
2025-04-24T00:00:00
[ [ "Guo", "Lei", "" ], [ "Li", "Jiayang", "" ], [ "Nie", "Yu Marco", "" ], [ "Xie", "Jun", "" ] ]
2412.06498
Jinsung Park
Jinsung Park
Maximal discs of Weil-Petersson class in $\mathbb{A}\mathrm{d}\mathbb{S}^{2,1}$
31 pages
null
null
null
math.SG math-ph math.DG math.GT math.MP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We introduce maximal discs of Weil-Petersson class in the 3-dimensional Anti-de Sitter space $\mathbb{A}\mathrm{d}\mathbb{S}^{2,1}$, whose parametrization space can be identified with the cotangent bundle $T^*T_0(1)$ of Weil-Petersson universal Teichm\"uller space $T_0(1)$. We prove that the Mess map defines a symplectic diffeomorphism from $T^*T_0(1)$ to $T_0(1)\times T_0(1)$, with respect to the canonical symplectic form on $T^*T_0(1)$ and the difference of pullbacks of the Weil-Petersson symplectic forms from each factor of $T_0(1)\times T_0(1)$. Furthermore, we show that the functional given by the anti-holomorphic energies of the induced Gauss maps associated with maximal discs of Weil-Petersson class serves as a K\"ahler potential for the restriction of the canonical symplectic form to certain submanifolds $T_0(1)^\pm \subset T^*T_0(1)$, which bijectively parametrize the space of maximal discs of Weil-Petersson class in $\mathbb{A}\mathrm{d}\mathbb{S}^{2,1}$.
[ { "version": "v1", "created": "Mon, 9 Dec 2024 13:55:54 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 07:04:08 GMT" } ]
2025-04-24T00:00:00
[ [ "Park", "Jinsung", "" ] ]
2412.06770
Viktor Rudnev
Viktor Rudnev, Gereon Fox, Mohamed Elgharib, Christian Theobalt, Vladislav Golyanik
Dynamic EventNeRF: Reconstructing General Dynamic Scenes from Multi-view RGB and Event Streams
17 pages, 13 figures, 7 tables; CVPRW 2025
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Volumetric reconstruction of dynamic scenes is an important problem in computer vision. It is especially challenging in poor lighting and with fast motion. This is partly due to limitations of RGB cameras: To capture frames under low lighting, the exposure time needs to be increased, which leads to more motion blur. In contrast, event cameras, which record changes in pixel brightness asynchronously, are much less dependent on lighting, making them more suitable for recording fast motion. We hence propose the first method to spatiotemporally reconstruct a scene from sparse multi-view event streams and sparse RGB frames. We train a sequence of cross-faded time-conditioned NeRF models, one per short recording segment. The individual segments are supervised with a set of event- and RGB-based losses and sparse-view regularisation. We assemble a real-world multi-view camera rig with six static event cameras around the object and record a benchmark multi-view event stream dataset of challenging motions. Our work outperforms RGB-based baselines, producing state-of-the-art results, and opens up the topic of multi-view event-based reconstruction as a new path for fast scene capture beyond RGB cameras. The code and the data will be released soon at https://4dqv.mpi-inf.mpg.de/DynEventNeRF/
[ { "version": "v1", "created": "Mon, 9 Dec 2024 18:56:18 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 20:42:42 GMT" } ]
2025-04-24T00:00:00
[ [ "Rudnev", "Viktor", "" ], [ "Fox", "Gereon", "" ], [ "Elgharib", "Mohamed", "" ], [ "Theobalt", "Christian", "" ], [ "Golyanik", "Vladislav", "" ] ]
2412.06845
Pu Zhao
Pu Zhao, Xuan Shen, Zhenglun Kong, Yixin Shen, Sung-En Chang, Timothy Rupprecht, Lei Lu, Enfu Nan, Changdi Yang, Yumei He, Weiyan Shi, Xingchen Xu, Yu Huang, Wei Jiang, Wei Wang, Yue Chen, Yong He, Yanzhi Wang
7B Fully Open Source Moxin-LLM -- From Pretraining to GRPO-based Reinforcement Learning Enhancement
null
null
null
null
cs.CL cs.AI cs.LG
http://creativecommons.org/licenses/by/4.0/
Recently, Large Language Models (LLMs) have undergone a significant transformation, marked by a rapid rise in both their popularity and capabilities. Leading this evolution are proprietary LLMs like GPT-4 and GPT-o1, which have captured widespread attention in the AI community due to their remarkable performance and versatility. Simultaneously, open-source LLMs, such as LLaMA, have made great contributions to the ever-increasing popularity of LLMs due to the ease to customize and deploy the models across diverse applications. Although open-source LLMs present unprecedented opportunities for innovation and research, the commercialization of LLMs has raised concerns about transparency, reproducibility, and safety. Many open-source LLMs fail to meet fundamental transparency requirements by withholding essential components like training code and data, which may hinder further innovations on LLMs. To mitigate this issue, we introduce Moxin 7B, a fully open-source LLM developed, adhering to principles of open science, open source, open data, and open access. We release the pre-training code and configurations, training and fine-tuning datasets, and intermediate and final checkpoints, aiming to make continuous commitments to fully open-source LLMs. After pre-training and obtaining the base model, we finetune the Moxin Base model with SOTA post-training framework and instruction data to obtain Moxin Instruct model. To improve the reasoning capability, we further finetune our Instruct model with chain-of-thought data distilled from DeepSeek R1, and then use Group Relative Policy Optimization (GRPO), an efficient and effective reinforcement learning algorithm following DeepSeek R1, to finetune our model, leading to the Moxin Reasoning model. Experiments show that our models achieve superior performance in various evaluations such as zero-shot evaluation, few-shot evaluation, and CoT evaluation.
[ { "version": "v1", "created": "Sun, 8 Dec 2024 02:01:46 GMT" }, { "version": "v2", "created": "Wed, 11 Dec 2024 19:03:58 GMT" }, { "version": "v3", "created": "Thu, 10 Apr 2025 19:05:16 GMT" }, { "version": "v4", "created": "Wed, 23 Apr 2025 01:38:02 GMT" } ]
2025-04-24T00:00:00
[ [ "Zhao", "Pu", "" ], [ "Shen", "Xuan", "" ], [ "Kong", "Zhenglun", "" ], [ "Shen", "Yixin", "" ], [ "Chang", "Sung-En", "" ], [ "Rupprecht", "Timothy", "" ], [ "Lu", "Lei", "" ], [ "Nan", "Enfu", "" ], [ "Yang", "Changdi", "" ], [ "He", "Yumei", "" ], [ "Shi", "Weiyan", "" ], [ "Xu", "Xingchen", "" ], [ "Huang", "Yu", "" ], [ "Jiang", "Wei", "" ], [ "Wang", "Wei", "" ], [ "Chen", "Yue", "" ], [ "He", "Yong", "" ], [ "Wang", "Yanzhi", "" ] ]
2412.07400
Naoya Egawa
Naoya Egawa, Kaoru Mizuta, Joji Nasu
Controlling discrete time crystals via single-site operations in zero-field diamond quantum simulators
16 pages, 3 figures
Phys. Rev. B 111, 144311 (2025)
10.1103/PhysRevB.111.144311
null
cond-mat.stat-mech quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Discrete time crystals (DTCs) have emerged as novel nonequilibrium phases of matter that spontaneously break discrete time-translation symmetry in periodically driven systems. Rigorous experimental validation of DTCs, which requires highly controllable quantum simulators, has stimulated extensive research across diverse fields in condensed matter physics and quantum information technologies. Among these advances, DTCs were demonstrated in a hybrid spin register within diamond, comprising a processor spin and surrounding memory spins. However, in conventional strategies involving a bias magnetic field, the field application effectively restricts the controllability of the processor spin. This limitation can be a significant barrier to the next goal of DTCs: achieving multifunctionality through enhanced local controllability. In this study, we theoretically propose multiple DTC protocols through the design of specific single-site control within the entire system. To this end, we consider a concrete model of a diamond-based quantum simulator operating without a bias magnetic field, thereby eliminating the restrictions on the processor spin. Our findings demonstrate that single-site operations enable access to DTCs with multiple distinct features in terms of periodicity and lifetime. Therefore, this approach provides a promising platform for creating diverse DTCs induced by single-site operations.
[ { "version": "v1", "created": "Tue, 10 Dec 2024 10:45:35 GMT" } ]
2025-04-24T00:00:00
[ [ "Egawa", "Naoya", "" ], [ "Mizuta", "Kaoru", "" ], [ "Nasu", "Joji", "" ] ]
2412.07999
Kexin Zhang
Holden Lee, Kexin Zhang
Fast Mixing of Data Augmentation Algorithms: Bayesian Probit, Logit, and Lasso Regression
47 pages, 7 figures; added simulations
null
null
null
math.ST math.PR stat.ML stat.TH
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Despite the widespread use of the data augmentation (DA) algorithm, the theoretical understanding of its convergence behavior remains incomplete. We prove the first non-asymptotic polynomial upper bounds on mixing times of three important DA algorithms: DA algorithm for Bayesian Probit regression (Albert and Chib, 1993, ProbitDA), Bayesian Logit regression (Polson, Scott, and Windle, 2013, LogitDA), and Bayesian Lasso regression (Park and Casella, 2008, Rajaratnam et al., 2015, LassoDA). Concretely, we demonstrate that with $\eta$-warm start, parameter dimension $d$, and sample size $n$, the ProbitDA and LogitDA require $\mathcal{O}\left(nd\log \left(\frac{\log \eta}{\epsilon}\right)\right)$ steps to obtain samples with at most $\epsilon$ TV error, whereas the LassoDA requires $\mathcal{O}\left(d^2(d\log d +n \log n)^2 \log \left(\frac{\eta}{\epsilon}\right)\right)$ steps. The results are generally applicable to settings with large $n$ and large $d$, including settings with highly imbalanced response data in the Probit and Logit regression. The proofs are based on the Markov chain conductance and isoperimetric inequalities. Assuming that data are independently generated from either a bounded, sub-Gaussian, or log-concave distribution, we improve the guarantees for ProbitDA and LogitDA to $\tilde{\mathcal{O}}(n+d)$ with high probability, and compare it with the best known guarantees of Langevin Monte Carlo and Metropolis Adjusted Langevin Algorithm. We also discuss the mixing times of the three algorithms under feasible initialization.
[ { "version": "v1", "created": "Wed, 11 Dec 2024 00:48:04 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 18:00:02 GMT" } ]
2025-04-24T00:00:00
[ [ "Lee", "Holden", "" ], [ "Zhang", "Kexin", "" ] ]
2412.08004
Douglas Gingrich Mr.
Douglas M. Gingrich and Saeed Rastgoo
Geometry of a generalized uncertainty-inspired spacetime
31 pages, 10 figures; version accepted by PRD
null
null
null
gr-qc astro-ph.HE hep-th
http://creativecommons.org/licenses/by/4.0/
We examine the geometry of a generalized uncertainty-inspired quantum black hole. The diagonal line element is not $t$-$r$ symmetric, i.e. $g_{00} \ne -1/g_{11}$, which leads to an interesting approach to resolving the classical curvature singularity. In this paper, we show, in Schwarzschild coordinates, the $r = 0$ coordinate location is a null surface which is not a transition surface or leads to a black bounce. We find the expansion of null geodesic congruences in the interior turn around then vanishes at $r = 0$, and the energy conditions are predominately violated indicating a repulsive gravitational core. In addition, we show that the line element admits a wormhole solution which is not traversable, and the black hole at its vanishing horizon radius could be interpreted as a remnant.
[ { "version": "v1", "created": "Wed, 11 Dec 2024 01:15:29 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 16:56:09 GMT" } ]
2025-04-24T00:00:00
[ [ "Gingrich", "Douglas M.", "" ], [ "Rastgoo", "Saeed", "" ] ]
2412.08855
Dvij Kalaria
Dvij Kalaria, Chinmay Maheshwari, Shankar Sastry
{\alpha}-RACER: Real-Time Algorithm for Game-Theoretic Motion Planning and Control in Autonomous Racing using Near-Potential Function
null
null
null
null
cs.RO cs.GT
http://creativecommons.org/licenses/by/4.0/
Autonomous racing extends beyond the challenge of controlling a racecar at its physical limits. Professional racers employ strategic maneuvers to outwit other competing opponents to secure victory. While modern control algorithms can achieve human-level performance by computing offline racing lines for single-car scenarios, research on real-time algorithms for multi-car autonomous racing is limited. To bridge this gap, we develop game-theoretic modeling framework that incorporates the competitive aspect of autonomous racing like overtaking and blocking through a novel policy parametrization, while operating the car at its limit. Furthermore, we propose an algorithmic approach to compute the (approximate) Nash equilibrium strategy, which represents the optimal approach in the presence of competing agents. Specifically, we introduce an algorithm inspired by recently introduced framework of dynamic near-potential function, enabling real-time computation of the Nash equilibrium. Our approach comprises two phases: offline and online. During the offline phase, we use simulated racing data to learn a near-potential function that approximates utility changes for agents. This function facilitates the online computation of approximate Nash equilibria by maximizing its value. We evaluate our method in a head-to-head 3-car racing scenario, demonstrating superior performance compared to several existing baselines.
[ { "version": "v1", "created": "Thu, 12 Dec 2024 01:29:01 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 00:41:27 GMT" } ]
2025-04-24T00:00:00
[ [ "Kalaria", "Dvij", "" ], [ "Maheshwari", "Chinmay", "" ], [ "Sastry", "Shankar", "" ] ]
2412.09027
Manuel Goimil-Garc\'ia
Damiano F. G. Fiorillo and Manuel Goimil-Garc\'ia and Georg G. Raffelt
Fast Flavor Pendulum: Instability Condition
17 pages, 7 figures. Matches version published in Phys. Rev. D
Phys.Rev.D. 111 (2025) 8, 083028
10.1103/PhysRevD.111.083028
null
hep-ph astro-ph.HE
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Even in the absence of neutrino masses, a neutrino gas can exhibit a homogeneous flavor instability that leads to a periodic motion known as the fast flavor pendulum. A well-known necessary condition is a crossing of the angular flavor lepton distribution. In an earlier work, some of us showed that homogeneous flavor instabilities also obey a Nyquist criterion, inspired by plasma physics. This condition, while more restrictive than the angular crossing, is only sufficient if the unstable branch of the dispersion relation is bounded by critical points that both lie under the light cone (points with subluminal phase velocity). While the lepton-number angle distribution, assumed to be axially symmetric, easily allows one to determine the real-valued branch of the dispersion relation and to recognize if instead superluminal critical points exist, this graphical method does not translate into a simple instability condition. We discuss the homogeneous mode in the more general context of the dispersion relation for modes with arbitrary wave number and stress that it plays no special role on this continuum, except for its regular but fragile long-term behavior, owed to its many symmetries.
[ { "version": "v1", "created": "Thu, 12 Dec 2024 07:43:06 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 15:35:21 GMT" } ]
2025-04-24T00:00:00
[ [ "Fiorillo", "Damiano F. G.", "" ], [ "Goimil-García", "Manuel", "" ], [ "Raffelt", "Georg G.", "" ] ]
2412.09167
Richard Long
Richard J. Long
Constraining Schwarzschild Models with Orbit Classifications
Published, 15 pages, 3 figures, 9 tables, minor typos update
null
null
null
astro-ph.GA
http://creativecommons.org/licenses/by/4.0/
A simple orbit classification constraint extension to stellar dynamical modeling using Schwarzschild's method is demonstrated. The classification scheme used is the existing `orbit circularity' scheme (lambda_z) where orbits are split into four groups - hot, warm, cold and counter rotating orbits. Other schemes which can be related to the orbit weights are expected to be viable as well. The results show that the classification constraint works well in modeling. However, given that orbits in external galaxies are not observable, it is not clear how the orbit classification for any particular galaxy may be determined. Perhaps range constraints for different types of galaxies determined from cosmological simulations may offer a way forward.
[ { "version": "v1", "created": "Thu, 12 Dec 2024 10:54:58 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 07:30:16 GMT" } ]
2025-04-24T00:00:00
[ [ "Long", "Richard J.", "" ] ]
2412.09743
Tao Pang
Huaijiang Zhu, Tong Zhao, Xinpei Ni, Jiuguang Wang, Kuan Fang, Ludovic Righetti, Tao Pang
Should We Learn Contact-Rich Manipulation Policies from Sampling-Based Planners?
null
null
null
null
cs.RO
http://creativecommons.org/licenses/by/4.0/
The tremendous success of behavior cloning (BC) in robotic manipulation has been largely confined to tasks where demonstrations can be effectively collected through human teleoperation. However, demonstrations for contact-rich manipulation tasks that require complex coordination of multiple contacts are difficult to collect due to the limitations of current teleoperation interfaces. We investigate how to leverage model-based planning and optimization to generate training data for contact-rich dexterous manipulation tasks. Our analysis reveals that popular sampling-based planners like rapidly exploring random tree (RRT), while efficient for motion planning, produce demonstrations with unfavorably high entropy. This motivates modifications to our data generation pipeline that prioritizes demonstration consistency while maintaining solution diversity. Combined with a diffusion-based goal-conditioned BC approach, our method enables effective policy learning and zero-shot transfer to hardware for two challenging contact-rich manipulation tasks.
[ { "version": "v1", "created": "Thu, 12 Dec 2024 22:19:27 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 17:54:20 GMT" } ]
2025-04-24T00:00:00
[ [ "Zhu", "Huaijiang", "" ], [ "Zhao", "Tong", "" ], [ "Ni", "Xinpei", "" ], [ "Wang", "Jiuguang", "" ], [ "Fang", "Kuan", "" ], [ "Righetti", "Ludovic", "" ], [ "Pang", "Tao", "" ] ]
2412.09911
Dongwon Kim
Dongwon Kim (for the ATLAS Collaboration)
ATLAS EFT Results in the Top Quark Sector
6 pages, 6 figures, 1 table. Talk at the 17th International Workshop on Top Quark Physics (Top2024), 22-27 September 2024
null
null
null
hep-ex hep-ph
http://creativecommons.org/licenses/by/4.0/
With no direct evidence for new physics at the TeV scale, deviations from the Standard Model (SM) can be explored systematically through Effective Field Theories (EFTs) such as the Standard Model EFT (SMEFT). SMEFT extends the SM by introducing higher-dimensional operators parametrized by Wilson coefficients, offering a framework to probe beyond the SM (BSM) effects. This contribution highlights three recent analyses using the ATLAS Run-2 dataset at a center-of-mass energy of $\sqrt{s}$ = 13 TeV with an integrated luminosity of 140 $\text{fb}^{-1}$. Combined measurements improve the sensitivity to Wilson coefficients by reducing degeneracies and tightening constraints, exploring the potential of SMEFT in the top quark sector.
[ { "version": "v1", "created": "Fri, 13 Dec 2024 06:58:50 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 13:32:48 GMT" } ]
2025-04-24T00:00:00
[ [ "Kim", "Dongwon", "", "for the ATLAS Collaboration" ] ]
2412.10102
Johann Reger
Tom Kaufmann, Johann Reger
Indirect Adaptive Control Using a Static Update Law
Accepted at IFAC NOLCOS
null
null
null
math.OC cs.SY eess.SY
http://creativecommons.org/licenses/by-nc-nd/4.0/
The update law in the indirect adaptive control scheme can be extended to include feedthrough of an error term. This reduces undesired oscillations of the calculated weights. When the ${\sigma}$-modification is used for achieving robustness against unstructured uncertainties, the gain of the feedthrough in the update law cannot be chosen arbitrarily. Compared to our previous result, we show stability of the closed loop for a larger parameter-range for the gain of the feedthrough in the update law. This parameter-range includes a configuration for which the influence of the integration in the update law diminishes over time, i.e. for which the adaptation for large times is governed solely by the feedthrough in the update law. By initializing at zero, this allows for removing the integration from the update law, resulting in a static update law. For the purely linear case, the adaptation acts like a disturbance observer. Frequency-domain analysis of the closed loop with a second order plant shows that removing the integration from the update law with ${\sigma}$-modification and feedthrough affects how precisely disturbances in the low-frequency band are observed. If the damping injected into the adaptation process by the ${\sigma}$-modification exceeds certain bounds, then the precision is increased by using the static update law.
[ { "version": "v1", "created": "Fri, 13 Dec 2024 12:41:29 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 12:06:50 GMT" } ]
2025-04-24T00:00:00
[ [ "Kaufmann", "Tom", "" ], [ "Reger", "Johann", "" ] ]
2412.10248
Simon Urbainczyk
Jonas Latz, Aretha L. Teckentrup, Simon Urbainczyk
Deep Gaussian Process Priors for Bayesian Image Reconstruction
null
null
null
null
math.NA cs.NA stat.CO
http://creativecommons.org/licenses/by/4.0/
In image reconstruction, an accurate quantification of uncertainty is of great importance for informed decision making. Here, the Bayesian approach to inverse problems can be used: the image is represented through a random function that incorporates prior information which is then updated through Bayes' formula. However, finding a prior is difficult, as images often exhibit non-stationary effects and multi-scale behaviour. Thus, usual Gaussian process priors are not suitable. Deep Gaussian processes, on the other hand, encode non-stationary behaviour in a natural way through their hierarchical structure. To apply Bayes' formula, one commonly employs a Markov chain Monte Carlo (MCMC) method. In the case of deep Gaussian processes, sampling is especially challenging in high dimensions: the associated covariance matrices are large, dense, and changing from sample to sample. A popular strategy towards decreasing computational complexity is to view Gaussian processes as the solutions to a fractional stochastic partial differential equation (SPDE). In this work, we investigate efficient computational strategies to solve the fractional SPDEs occurring in deep Gaussian process sampling, as well as MCMC algorithms to sample from the posterior. Namely, we combine rational approximation and a determinant-free sampling approach to achieve sampling via the fractional SPDE. We test our techniques in standard Bayesian image reconstruction problems: upsampling, edge detection, and computed tomography. In these examples, we show that choosing a non-stationary prior such as the deep GP over a stationary GP can improve the reconstruction. Moreover, our approach enables us to compare results for a range of fractional and non-fractional regularity parameter values.
[ { "version": "v1", "created": "Fri, 13 Dec 2024 16:20:24 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 14:38:55 GMT" } ]
2025-04-24T00:00:00
[ [ "Latz", "Jonas", "" ], [ "Teckentrup", "Aretha L.", "" ], [ "Urbainczyk", "Simon", "" ] ]
2412.10497
Sebasti\'an Urrutia Quiroga
Vincenzo Cirigliano, Wouter Dekens, Sebasti\'an Urrutia Quiroga
Neutrinoless double beta decay with light sterile neutrinos: the contact terms
26 + 2 pages, 6 figures. Matches the accepted version in JHEP
JHEP04(2025)181
null
INT-PUB-24-064
hep-ph nucl-th
http://creativecommons.org/licenses/by/4.0/
We study neutrinoless double-beta decay in extensions of the Standard Model that include $n$ right-handed neutrino singlets, with masses $m_s$ below the GeV scale. Generalizing recently developed matching methods, we determine the $m_s$ dependence of the short-range $nn \to pp$ couplings that appear to leading order in the chiral effective field theory description of neutrinoless double beta decay. We focus on two scenarios, corresponding to the minimal $\nu$SM and left-right symmetric models. We illustrate the impact of our new results in the case of the $\nu$SM, showing a significant impact on the neutrinoless double-beta decay half-life when $m_s$ is in the 200-800 MeV range.
[ { "version": "v1", "created": "Fri, 13 Dec 2024 19:00:01 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 15:50:39 GMT" } ]
2025-04-24T00:00:00
[ [ "Cirigliano", "Vincenzo", "" ], [ "Dekens", "Wouter", "" ], [ "Quiroga", "Sebastián Urrutia", "" ] ]
2412.10896
No\"el Hallemans
No\"el Hallemans, Nicola E. Courtier, Colin P. Please, Brady Planden, Rishit Dhoot, Robert Timms, S. Jon chapman, David Howey, Stephen R. Duncan
Physics-based battery model parametrisation from impedance data
null
null
null
null
eess.SY cond-mat.mtrl-sci cs.SY
http://creativecommons.org/licenses/by/4.0/
Non-invasive parametrisation of physics-based battery models can be performed by fitting the model to electrochemical impedance spectroscopy (EIS) data containing features related to the different physical processes. However, this requires an impedance model to be derived, which may be complex to obtain analytically. We have developed the open-source software PyBaMM-EIS that provides a fast method to compute the impedance of any PyBaMM model at any operating point using automatic differentiation. Using PyBaMM-EIS, we investigate the impedance of the single particle model, single particle model with electrolyte (SPMe), and Doyle-Fuller-Newman model, and identify the SPMe as a parsimonious option that shows the typical features of measured lithium-ion cell impedance data. We provide a grouped parameter SPMe and analyse the features in the impedance related to each parameter. Using the open-source software PyBOP, we estimate 18 grouped parameters both from simulated impedance data and from measured impedance data from a LG M50LT lithium-ion battery. The parameters that directly affect the response of the SPMe can be accurately determined and assigned to the correct electrode. Crucially, parameter fitting must be done simultaneously to data across a wide range of states-of-charge. Overall, this work presents a practical way to find the parameters of physics-based models.
[ { "version": "v1", "created": "Sat, 14 Dec 2024 17:01:31 GMT" }, { "version": "v2", "created": "Wed, 18 Dec 2024 16:06:06 GMT" }, { "version": "v3", "created": "Thu, 30 Jan 2025 18:33:14 GMT" }, { "version": "v4", "created": "Wed, 23 Apr 2025 14:05:04 GMT" } ]
2025-04-24T00:00:00
[ [ "Hallemans", "Noël", "" ], [ "Courtier", "Nicola E.", "" ], [ "Please", "Colin P.", "" ], [ "Planden", "Brady", "" ], [ "Dhoot", "Rishit", "" ], [ "Timms", "Robert", "" ], [ "chapman", "S. Jon", "" ], [ "Howey", "David", "" ], [ "Duncan", "Stephen R.", "" ] ]
2412.11074
Ji Zhao
Baocai Yin, Ji Zhao, Huajie Jiang, Ningning Hou, Yongli Hu, Amin Beheshti, Ming-Hsuan Yang, Yuankai Qi
Adapter-Enhanced Semantic Prompting for Continual Learning
This work has been submitted to the IEEE for possible publication
null
null
null
cs.CV cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Continual learning (CL) enables models to adapt to evolving data streams. A major challenge of CL is catastrophic forgetting, where new knowledge will overwrite previously acquired knowledge. Traditional methods usually retain the past data for replay or add additional branches in the model to learn new knowledge, which has high memory requirements. In this paper, we propose a novel lightweight CL framework, Adapter-Enhanced Semantic Prompting (AESP), which integrates prompt tuning and adapter techniques. Specifically, we design semantic-guided prompts to enhance the generalization ability of visual features and utilize adapters to efficiently fuse the semantic information, aiming to learn more adaptive features for the continual learning task. Furthermore, to choose the right task prompt for feature adaptation, we have developed a novel matching mechanism for prompt selection. Extensive experiments on three CL datasets demonstrate that our approach achieves favorable performance across multiple metrics, showing its potential for advancing CL.
[ { "version": "v1", "created": "Sun, 15 Dec 2024 06:14:55 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 14:44:27 GMT" } ]
2025-04-24T00:00:00
[ [ "Yin", "Baocai", "" ], [ "Zhao", "Ji", "" ], [ "Jiang", "Huajie", "" ], [ "Hou", "Ningning", "" ], [ "Hu", "Yongli", "" ], [ "Beheshti", "Amin", "" ], [ "Yang", "Ming-Hsuan", "" ], [ "Qi", "Yuankai", "" ] ]
2412.11631
Yuyang Tao
Yuyang Tao and Shufei Ge
A Mapper Algorithm with implicit intervals and its optimization
null
null
null
null
cs.LG stat.ML
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The Mapper algorithm is an essential tool for visualizing complex, high dimensional data in topology data analysis (TDA) and has been widely used in biomedical research. It outputs a combinatorial graph whose structure implies the shape of the data. However,the need for manual parameter tuning and fixed intervals, along with fixed overlapping ratios may impede the performance of the standard Mapper algorithm. Variants of the standard Mapper algorithms have been developed to address these limitations, yet most of them still require manual tuning of parameters. Additionally, many of these variants, including the standard version found in the literature, were built within a deterministic framework and overlooked the uncertainty inherent in the data. To relax these limitations, in this work, we introduce a novel framework that implicitly represents intervals through a hidden assignment matrix, enabling automatic parameter optimization via stochastic gradient descent. In this work, we develop a soft Mapper framework based on a Gaussian mixture model(GMM) for flexible and implicit interval construction. We further illustrate the robustness of the soft Mapper algorithm by introducing the Mapper graph mode as a point estimation for the output graph. Moreover, a stochastic gradient descent algorithm with a specific topological loss function is proposed for optimizing parameters in the model. Both simulation and application studies demonstrate its effectiveness in capturing the underlying topological structures. In addition, the application to an RNA expression dataset obtained from the Mount Sinai/JJ Peters VA Medical Center Brain Bank (MSBB) successfully identifies a distinct subgroup of Alzheimer's Disease.
[ { "version": "v1", "created": "Mon, 16 Dec 2024 10:16:54 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 09:34:45 GMT" } ]
2025-04-24T00:00:00
[ [ "Tao", "Yuyang", "" ], [ "Ge", "Shufei", "" ] ]
2412.11756
Elisa Davoli
Elisa Davoli, Emanuele Tasso
Non-local non-homogeneous phase transitions: regularity of optimal profiles and sharp-interface limit
null
null
null
null
math.AP
http://creativecommons.org/licenses/by/4.0/
We provide a novel sharp-interface analysis via Gamma-convergence for a non-local and non-homogeneous diffuse-interface model for phase transitions, featuring an interplay between a non-local interaction kernel and a spatially dependent double-well potential. This interaction requires the development of new strategies both for the Gamma-liminf inequality and for the construction of recovery sequences. A key element of our approach is an asymptotic calibration, used to establish the Gamma-liminf lower bound. The study of the optimality of the lower bound hinges upon a novel analysis of the regularity dependence of one-dimensional optimal profiles on a family of parameters. In particular, we show how such regularity is influenced by the singularity of the interaction kernel at the origin, providing a precise and previously unexplored link between the two. Our results rely solely on the assumption of H\"older continuity for the moving wells, and also account for the compactness of sequences with equibounded energies.
[ { "version": "v1", "created": "Mon, 16 Dec 2024 13:21:29 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 11:48:09 GMT" } ]
2025-04-24T00:00:00
[ [ "Davoli", "Elisa", "" ], [ "Tasso", "Emanuele", "" ] ]
2412.11761
Timoth\'ee Anne
Timoth\'ee Anne, Noah Syrkis, Meriem Elhosni, Florian Turati, Franck Legendre, Alain Jaquier, and Sebastian Risi
Harnessing Language for Coordination: A Framework and Benchmark for LLM-Driven Multi-Agent Control
null
null
10.1109/TG.2025.3564042
null
cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Large Language Models (LLMs) have demonstrated remarkable performance across various tasks. Their potential to facilitate human coordination with many agents is a promising but largely under-explored area. Such capabilities would be helpful in disaster response, urban planning, and real-time strategy scenarios. In this work, we introduce (1) a real-time strategy game benchmark designed to evaluate these abilities and (2) a novel framework we term HIVE. HIVE empowers a single human to coordinate swarms of up to 2,000 agents through a natural language dialog with an LLM. We present promising results on this multi-agent benchmark, with our hybrid approach solving tasks such as coordinating agent movements, exploiting unit weaknesses, leveraging human annotations, and understanding terrain and strategic points. Our findings also highlight critical limitations of current models, including difficulties in processing spatial visual information and challenges in formulating long-term strategic plans. This work sheds light on the potential and limitations of LLMs in human-swarm coordination, paving the way for future research in this area. The HIVE project page, hive.syrkis.com, includes videos of the system in action.
[ { "version": "v1", "created": "Mon, 16 Dec 2024 13:25:42 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 11:24:23 GMT" } ]
2025-04-24T00:00:00
[ [ "Anne", "Timothée", "" ], [ "Syrkis", "Noah", "" ], [ "Elhosni", "Meriem", "" ], [ "Turati", "Florian", "" ], [ "Legendre", "Franck", "" ], [ "Jaquier", "Alain", "" ], [ "Risi", "Sebastian", "" ] ]
2412.11789
Shun Maeta
Shun Maeta
Triviality, Rotational Symmetry, and Classification of Complete Expanding Gradient Yamabe Solitons
9 pages
null
null
null
math.DG
http://creativecommons.org/publicdomain/zero/1.0/
In this paper, we rigorously analyze the scalar curvature of complete expanding gradient Yamabe solitons. We show that if the scalar curvature is less than the soliton constant by an arbitrarily small positive amount, then the soliton is trivial. Additionally, we show that if the scalar curvature is greater than the soliton constant by an arbitrarily small positive amount, then the soliton is rotationally symmetric. Furthermore, we completely classify nontrivial complete expanding gradient Yamabe solitons in both cases: when the scalar curvature is greater than the soliton constant and when it is less than the soliton constant.
[ { "version": "v1", "created": "Mon, 16 Dec 2024 14:00:47 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 14:44:34 GMT" } ]
2025-04-24T00:00:00
[ [ "Maeta", "Shun", "" ] ]
2412.12161
Yi Gu
Bao-Bing Li, Yi Gu, Shao-Feng Wu
Discover physical concepts and equations with machine learning
null
null
null
null
cs.LG cond-mat.dis-nn cs.AI physics.comp-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Machine learning can uncover physical concepts or physical equations when prior knowledge from the other is available. However, these two aspects are often intertwined and cannot be discovered independently. We extend SciNet, which is a neural network architecture that simulates the human physical reasoning process for physics discovery, by proposing a model that combines Variational Autoencoders (VAE) with Neural Ordinary Differential Equations (Neural ODEs). This allows us to simultaneously discover physical concepts and governing equations from simulated experimental data across various physical systems. We apply the model to several examples inspired by the history of physics, including Copernicus' heliocentrism, Newton's law of gravity, Schr\"odinger's wave mechanics, and Pauli's spin-magnetic formulation. The results demonstrate that the correct physical theories can emerge in the neural network.
[ { "version": "v1", "created": "Wed, 11 Dec 2024 15:30:21 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 22:11:42 GMT" } ]
2025-04-24T00:00:00
[ [ "Li", "Bao-Bing", "" ], [ "Gu", "Yi", "" ], [ "Wu", "Shao-Feng", "" ] ]
2412.12210
Jainendra Kumar Singh Dr.
Akanksha Singh, Shaily, J. K. Singh, Ertan G\"udekli
Cosmic reverberations on a constrained $ f(Q,T) $-model of the Universe
19 pages, 18 figures
null
null
null
gr-qc astro-ph.CO
http://creativecommons.org/licenses/by/4.0/
In this paper, we construct an isotropic cosmological model in the $ f(Q, T) $ theory of gravity in the frame of a flat FLRW spacetime being $ Q $ the non-metricity tensor and $ T $ the trace of the energy-momentum tensor. The gravity function is taken to be a quadratic equation, $ f(Q, T)=\zeta Q^2 + \gamma T $, where $ \zeta<0 $ and $ \gamma $ are the arbitrary constants. We constrain the model parameters $ \alpha $ and $ H_0 $ using the recent observational datasets: the Hubble dataset (OHD), the $ Pantheon $ dataset of $ 1048 $ points, and the joint dataset (OHD + $ Pantheon $). The universe model transitions from an early deceleration state to an acceleration in late times. This model also provides the ekpyrotic phase of the universe on the redshift $ z>12.32 $. In this model, the Big Bang is described as a collision of branes, and thus, the Big Bang is not the beginning of time. Before the Big Bang, there is an ekpyrotic phase with the equation of state $ \omega >> 1 $. In late times, the undeviating Hubble measurements reduce the $ H_0 $ tension in the reconstructed $ f(Q, T) $ function. Additionally, we study various physical parameters of the model. Finally, our model describes a quintessence dark energy model at later times.
[ { "version": "v1", "created": "Sun, 15 Dec 2024 19:29:16 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 07:23:26 GMT" } ]
2025-04-24T00:00:00
[ [ "Singh", "Akanksha", "" ], [ "Shaily", "", "" ], [ "Singh", "J. K.", "" ], [ "Güdekli", "Ertan", "" ] ]
2412.12661
Hritik Bansal
Hritik Bansal, Daniel Israel, Siyan Zhao, Shufan Li, Tung Nguyen, Aditya Grover
MedMax: Mixed-Modal Instruction Tuning for Training Biomedical Assistants
29 pages
null
null
null
cs.AI cs.CL cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Recent advancements in mixed-modal generative have opened new avenues for developing unified biomedical assistants capable of analyzing biomedical images, answering complex questions about them, and generating multimodal patient reports. However, existing datasets face challenges such as small sizes, limited coverage of biomedical tasks and domains, and a reliance on narrow sources. To address these gaps, we present MedMax, a large-scale multimodal biomedical instruction-tuning dataset for mixed-modal foundation models. With 1.47 million instances, MedMax encompasses a diverse range of tasks, including interleaved image-text generation, biomedical image captioning and generation, visual chat, and report understanding. These tasks span knowledge across diverse biomedical domains, including radiology and histopathology, grounded in medical papers and YouTube videos. Subsequently, we fine-tune a mixed-modal foundation model on the MedMax dataset, achieving significant performance improvements: a 26% gain over the Chameleon model and an 18.3% improvement over GPT-4o across 12 downstream biomedical visual question-answering tasks. Finally, we introduce a unified evaluation suite for biomedical tasks to guide the development of mixed-modal biomedical AI assistants. The data, model, and code is available at https://mint-medmax.github.io/.
[ { "version": "v1", "created": "Tue, 17 Dec 2024 08:30:00 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 06:29:51 GMT" } ]
2025-04-24T00:00:00
[ [ "Bansal", "Hritik", "" ], [ "Israel", "Daniel", "" ], [ "Zhao", "Siyan", "" ], [ "Li", "Shufan", "" ], [ "Nguyen", "Tung", "" ], [ "Grover", "Aditya", "" ] ]
2412.12864
Yoontae Hwang
Yoontae Hwang, Yongjae Lee
Geodesic Flow Kernels for Semi-Supervised Learning on Mixed-Variable Tabular Dataset
AAAI-25
In Proceedings of the AAAI Conference on Artificial Intelligence (Vol. 39, No. 17, pp. 17537-17545) 2025
10.1609/aaai.v39i17.33928
null
cs.LG
http://creativecommons.org/licenses/by/4.0/
Tabular data poses unique challenges due to its heterogeneous nature, combining both continuous and categorical variables. Existing approaches often struggle to effectively capture the underlying structure and relationships within such data. We propose GFTab (Geodesic Flow Kernels for Semi- Supervised Learning on Mixed-Variable Tabular Dataset), a semi-supervised framework specifically designed for tabular datasets. GFTab incorporates three key innovations: 1) Variable-specific corruption methods tailored to the distinct properties of continuous and categorical variables, 2) A Geodesic flow kernel based similarity measure to capture geometric changes between corrupted inputs, and 3) Tree-based embedding to leverage hierarchical relationships from available labeled data. To rigorously evaluate GFTab, we curate a comprehensive set of 21 tabular datasets spanning various domains, sizes, and variable compositions. Our experimental results show that GFTab outperforms existing ML/DL models across many of these datasets, particularly in settings with limited labeled data.
[ { "version": "v1", "created": "Tue, 17 Dec 2024 12:47:53 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 11:52:59 GMT" } ]
2025-04-24T00:00:00
[ [ "Hwang", "Yoontae", "" ], [ "Lee", "Yongjae", "" ] ]
2412.13612
Xuemei Tang
Xuemei Tang, Xufeng Duan, Zhenguang G. Cai
Large Language Models for Automated Literature Review: An Evaluation of Reference Generation, Abstract Writing, and Review Composition
12 pages, 5 figures, 5 tables
null
null
null
cs.CL cs.AI
http://creativecommons.org/licenses/by/4.0/
Large language models (LLMs) have emerged as a potential solution to automate the complex processes involved in writing literature reviews, such as literature collection, organization, and summarization. However, it is yet unclear how good LLMs are at automating comprehensive and reliable literature reviews. This study introduces a framework to automatically evaluate the performance of LLMs in three key tasks of literature writing: reference generation, literature summary, and literature review composition. We introduce multidimensional evaluation metrics that assess the hallucination rates in generated references and measure the semantic coverage and factual consistency of the literature summaries and compositions against human-written counterparts. The experimental results reveal that even the most advanced models still generate hallucinated references, despite recent progress. Moreover, we observe that the performance of different models varies across disciplines when it comes to writing literature reviews. These findings highlight the need for further research and development to improve the reliability of LLMs in automating academic literature reviews.
[ { "version": "v1", "created": "Wed, 18 Dec 2024 08:42:25 GMT" }, { "version": "v2", "created": "Tue, 14 Jan 2025 14:16:45 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 07:09:06 GMT" } ]
2025-04-24T00:00:00
[ [ "Tang", "Xuemei", "" ], [ "Duan", "Xufeng", "" ], [ "Cai", "Zhenguang G.", "" ] ]
2412.13894
Antony Lewis
Antony Lewis and Ewan Chamberlain
Understanding acoustic scale observations: the one-sided fight against $\Lambda$
11 pages, 7 Figures. v3: Updated for DESI DR2 data and new references, main results unchanged. Accepted by JCAP
null
null
null
astro-ph.CO
http://creativecommons.org/licenses/by/4.0/
The cosmic microwave background (CMB) and baryon acoustic oscillations (BAO) provide precise measurements of the cosmic expansion history through the comoving acoustic scale. The CMB angular scale measurement $\theta_*$ is particularly robust, constraining the ratio of the sound horizon to the angular diameter distance to last scattering independently of the late-time cosmological model. For models with standard early-universe physics, this measurement strongly constrains possible deviations from $\Lambda$CDM at late times. We show that the null energy condition imposes strict inequalities on the BAO observables $D_H(z)$, $D_M(z)$, $D_V(z)$ and $F_{\rm AP}(z)$ relative to $\Lambda$CDM predictions. These inequalities demonstrate that certain deviations from $\Lambda$CDM are impossible for any physical non-interacting dark energy model that respects the null energy condition within the context of FRW cosmological models. We also identify the regions of parameter space in the CPL parameterization $w(a) = w_0 + w_a(1-a)$ that can give predictions consistent with both the null energy condition and the observed CMB scale. While current DESI DR2 BAO measurements exhibit some joint-constraint parameter tensions with $\Lambda$CDM, this tension arises primarily in directions that are inconsistent with the null-energy condition, so $\Lambda$CDM is favoured by current acoustic scale measurements unless the null-energy condition is violated.
[ { "version": "v1", "created": "Wed, 18 Dec 2024 14:35:07 GMT" }, { "version": "v2", "created": "Thu, 27 Feb 2025 10:16:25 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 12:33:02 GMT" } ]
2025-04-24T00:00:00
[ [ "Lewis", "Antony", "" ], [ "Chamberlain", "Ewan", "" ] ]
2412.14112
Md Sayed Tanveer Azam
Md Sayed Tanveer, Dhruvik Patel, Hunter E. Schweiger, Kwaku Dad Abu-Bonsrah, Brad Watmuff, Azin Azadi, Sergey Pryshchep, Karthikeyan Narayanan, Christopher Puleo, Kannathal Natarajan, Mohammed A. Mostajo-Radji, Brett J. Kagan, Ge Wang
Starting a Synthetic Biological Intelligence Lab from Scratch
null
null
10.1016/j.patter.2025.101232
null
q-bio.NC
http://creativecommons.org/licenses/by/4.0/
With the recent advancements in artificial intelligence, researchers and industries are deploying gigantic models trained on billions of samples. While training these models consumes a huge amount of energy, human brains produce similar outputs (along with other capabilities) with massively lower data and energy requirements. For this reason, more researchers are increasingly considering alternatives. One of these alternatives is known as synthetic biological intelligence, which involves training \textit{in vitro} neurons for goal-directed tasks. This multidisciplinary field requires knowledge of tissue engineering, bio-materials, digital signal processing, computer programming, neuroscience, and even artificial intelligence. The multidisciplinary requirements make starting synthetic biological intelligence research highly non-trivial and time-consuming. Generally, most labs either specialize in the biological aspects or the computational ones. Here, we propose how a lab focusing on computational aspects, including machine learning and device interfacing, can start working on synthetic biological intelligence, including organoid intelligence. We will also discuss computational aspects, which can be helpful for labs that focus on biological research. To facilitate synthetic biological intelligence research, we will describe such a general process step by step, including risks and precautions that could lead to substantial delay or additional cost.
[ { "version": "v1", "created": "Wed, 18 Dec 2024 17:58:26 GMT" } ]
2025-04-24T00:00:00
[ [ "Tanveer", "Md Sayed", "" ], [ "Patel", "Dhruvik", "" ], [ "Schweiger", "Hunter E.", "" ], [ "Abu-Bonsrah", "Kwaku Dad", "" ], [ "Watmuff", "Brad", "" ], [ "Azadi", "Azin", "" ], [ "Pryshchep", "Sergey", "" ], [ "Narayanan", "Karthikeyan", "" ], [ "Puleo", "Christopher", "" ], [ "Natarajan", "Kannathal", "" ], [ "Mostajo-Radji", "Mohammed A.", "" ], [ "Kagan", "Brett J.", "" ], [ "Wang", "Ge", "" ] ]
2412.14309
Maram Sakr
Maram Sakr, H.F. Machiel Van der Loos, Dana Kulic and Elizabeth Croft
Consistency Matters: Defining Demonstration Data Quality Metrics in Robot Learning from Demonstration
null
null
null
null
cs.RO cs.HC
http://creativecommons.org/licenses/by-nc-sa/4.0/
Learning from Demonstration (LfD) empowers robots to acquire new skills through human demonstrations, making it feasible for everyday users to teach robots. However, the success of learning and generalization heavily depends on the quality of these demonstrations. Consistency is often used to indicate quality in LfD, yet the factors that define this consistency remain underexplored. In this paper, we evaluate a comprehensive set of motion data characteristics to determine which consistency measures best predict learning performance. By ensuring demonstration consistency prior to training, we enhance models' predictive accuracy and generalization to novel scenarios. We validate our approach with two user studies involving participants with diverse levels of robotics expertise. In the first study (N = 24), users taught a PR2 robot to perform a button-pressing task in a constrained environment, while in the second study (N = 30), participants trained a UR5 robot on a pick-and-place task. Results show that demonstration consistency significantly impacts success rates in both learning and generalization, with 70% and 89% of task success rates in the two studies predicted using our consistency metrics. Moreover, our metrics estimate generalized performance success rates with 76% and 91% accuracy. These findings suggest that our proposed measures provide an intuitive, practical way to assess demonstration data quality before training, without requiring expert data or algorithm-specific modifications. Our approach offers a systematic way to evaluate demonstration quality, addressing a critical gap in LfD by formalizing consistency metrics that enhance the reliability of robot learning from human demonstrations.
[ { "version": "v1", "created": "Wed, 18 Dec 2024 20:22:47 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 06:45:17 GMT" } ]
2025-04-24T00:00:00
[ [ "Sakr", "Maram", "" ], [ "Van der Loos", "H. F. Machiel", "" ], [ "Kulic", "Dana", "" ], [ "Croft", "Elizabeth", "" ] ]
2412.14513
Yingzhou Mou
Yingzhou Mou, Yukio Hayashi
Vulnerable Connectivity Caused by Local Communities in Spatial Networks
Modified from the first version
null
null
null
cs.SI physics.soc-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Local communities by concentration of nodes connected with short links are widely observed in spatial networks. However, how such structure affects robustness of connectivity against malicious attacks remains unclear. This study investigates the impact of local communities on the robustness by modeling planar infrastructure reveals that the robustness is weakened by strong local communities in spatial networks. These results highlight the potential of long-distance links in mitigating the negative effects of local community on the robustness.
[ { "version": "v1", "created": "Thu, 19 Dec 2024 04:26:11 GMT" }, { "version": "v2", "created": "Thu, 30 Jan 2025 08:29:49 GMT" }, { "version": "v3", "created": "Mon, 3 Feb 2025 06:45:17 GMT" }, { "version": "v4", "created": "Wed, 23 Apr 2025 04:44:12 GMT" } ]
2025-04-24T00:00:00
[ [ "Mou", "Yingzhou", "" ], [ "Hayashi", "Yukio", "" ] ]
2412.14640
Marco Zullich
Eric Brouwer, Jan Erik van Woerden, Gertjan Burghouts, Matias Valdenegro-Toro and Marco Zullich
Adaptive Prompt Tuning: Vision Guided Prompt Tuning with Cross-Attention for Fine-Grained Few-Shot Learning
null
null
10.5220/0013163700003912
null
cs.CV cs.AI cs.LG
http://creativecommons.org/licenses/by-nc-sa/4.0/
Few-shot, fine-grained classification in computer vision poses significant challenges due to the need to differentiate subtle class distinctions with limited data. This paper presents a novel method that enhances the Contrastive Language-Image Pre-Training (CLIP) model through adaptive prompt tuning, guided by real-time visual inputs. Unlike existing techniques such as Context Optimization (CoOp) and Visual Prompt Tuning (VPT), which are constrained by static prompts or visual token reliance, the proposed approach leverages a cross-attention mechanism to dynamically refine text prompts for the image at hand. This enables an image-specific alignment of textual features with image patches extracted from the Vision Transformer, making the model more effective for datasets with high intra-class variance and low inter-class differences. The method is evaluated on several datasets, including CUBirds, Oxford Flowers, and FGVC Aircraft, showing significant performance gains over static prompt tuning approaches. To ensure these performance gains translate into trustworthy predictions, we integrate Monte-Carlo Dropout in our approach to improve the reliability of the model predictions and uncertainty estimates. This integration provides valuable insights into the model's predictive confidence, helping to identify when predictions can be trusted and when additional verification is necessary. This dynamic approach offers a robust solution, advancing the state-of-the-art for few-shot fine-grained classification.
[ { "version": "v1", "created": "Thu, 19 Dec 2024 08:51:01 GMT" }, { "version": "v2", "created": "Wed, 1 Jan 2025 18:00:00 GMT" } ]
2025-04-24T00:00:00
[ [ "Brouwer", "Eric", "" ], [ "van Woerden", "Jan Erik", "" ], [ "Burghouts", "Gertjan", "" ], [ "Valdenegro-Toro", "Matias", "" ], [ "Zullich", "Marco", "" ] ]
2412.15410
Edoardo Allegrini
Edoardo Allegrini, Edoardo Di Paolo, Marinella Petrocchi, Angelo Spognardi
Deciphering Social Behaviour: a Novel Biological Approach For Social Users Classification
Accepted at 40th ACM/SIGAPP Symposium On Applied Computing 2025
null
null
null
cs.SI
http://creativecommons.org/licenses/by-nc-nd/4.0/
Social media platforms continue to struggle with the growing presence of social bots-automated accounts that can influence public opinion and facilitate the spread of disinformation. Over time, these social bots have advanced significantly, making them increasingly difficult to distinguish from genuine users. Recently, new groups of bots have emerged, utilizing Large Language Models to generate content for posting, further complicating detection efforts. This paper proposes a novel approach that uses algorithms to measure the similarity between DNA strings, commonly used in biological contexts, to classify social users as bots or not. Our approach begins by clustering social media users into distinct macro species based on the similarities (and differences) observed in their timelines. These macro species are subsequently classified as either bots or genuine users, using a novel metric we developed that evaluates their behavioral characteristics in a way that mirrors biological comparison methods. This study extends beyond past approaches that focus solely on identical behaviors via analyses of the accounts' timelines. By incorporating new metrics, our approach systematically classifies non-trivial accounts into appropriate categories, effectively peeling back layers to reveal non-obvious species.
[ { "version": "v1", "created": "Thu, 19 Dec 2024 21:33:51 GMT" } ]
2025-04-24T00:00:00
[ [ "Allegrini", "Edoardo", "" ], [ "Di Paolo", "Edoardo", "" ], [ "Petrocchi", "Marinella", "" ], [ "Spognardi", "Angelo", "" ] ]
2412.16330
Alex Wright
Francisco Arana-Herrera and Alex Wright
The geometry of totally geodesic subvarieties of moduli spaces of Riemann surfaces
54 pages; comments welcome; v2 is a significant update and will be the version submitted for publication
null
null
null
math.GT math.DS math.GR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We prove a semisimplicity result for the boundary, in the corresponding Deligne-Mumford compactification, of a totally geodesic subvariety of a moduli space of Riemann surfaces. At the level of Teichm\"uller space, this semisimplicity theorem gives that each component of the boundary is a product of simple factors, each of which behaves metrically like a diagonal embedding. Building on this result, we also show that the associated totally geodesic submanifolds of Teichm\"uller space and orbifold fundamental groups are hierarchically hyperbolic. The proof intertwines in a novel way results and perspectives originating in dynamics, algebraic geometry, geometric group theory, and both classical and modern Teichm\"uller theory. It establishes both new rigidity and new flexibility for totally geodesic submanifolds and their associated varieties and orbifold fundamental groups and provides a rich set of new tools for the study of these objects.
[ { "version": "v1", "created": "Fri, 20 Dec 2024 20:38:22 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 11:27:15 GMT" } ]
2025-04-24T00:00:00
[ [ "Arana-Herrera", "Francisco", "" ], [ "Wright", "Alex", "" ] ]
2412.17876
Sherif Elgammal Ismail Mohamed
S. Elgammal
Spin identification of the mono-Z$^{\prime}$ resonance in muon-pair production at the ILC with simulated electron-positron collisions at $\sqrt{s}$ = 500 GeV
arXiv admin note: text overlap with arXiv:2311.13924
null
null
null
hep-ph
http://creativecommons.org/licenses/by/4.0/
In this analysis, we investigate the angular distribution of low-mass dimuon pairs produced in simulated electron-positron collisions at the proposed International Linear Collider (ILC), which operates at a center of mass energy of 500 GeV and an integrated luminosity of 1000 fb\(^{-1}\). We focus on the cos\(\theta_{\text{CS}}\) variable, defined in the Collins-Soper frame. In the Standard Model, the production of low-mass dimuon pairs is primarily driven by the Drell-Yan process, which exhibits a pronounced forward-backward asymmetry. However, many scenarios beyond the Standard Model predict different shapes for the cos\(\theta_{\text{CS}}\) distribution. This angular distribution can be instrumental in distinguishing between these models in the event of excess observations beyond the Standard Model. We have used the mono-Z\(^{\prime}\) model to interpret the simulated data for our analysis. In the absence of any discoveries of new physics, we establish upper limits at the 95\% confidence level on the masses of various particles in the model, including the spin-1 \(Z^{\prime}\) boson, as well as fermionic dark matter.
[ { "version": "v1", "created": "Sun, 22 Dec 2024 13:22:46 GMT" }, { "version": "v2", "created": "Thu, 30 Jan 2025 13:31:10 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 11:23:52 GMT" } ]
2025-04-24T00:00:00
[ [ "Elgammal", "S.", "" ] ]
2412.18008
Zijin Wan
Zijin Wan, Xiaojun Dong, Letong Wang, Enzuo Zhu, Yan Gu, Yihan Sun
Parallel Contraction Hierarchies Can Be Efficient and Scalable
null
null
10.1145/3721145.3725744
null
cs.DS cs.DC
http://creativecommons.org/licenses/by/4.0/
Contraction Hierarchies (CH) (Geisberger et al., 2008) is one of the most widely used algorithms for shortest-path queries on road networks. Compared to Dijkstra's algorithm, CH enables orders of magnitude faster query performance through a preprocessing phase, which iteratively categorizes vertices into hierarchies and adds shortcuts. However, constructing a CH is an expensive task. Existing solutions, including parallel ones, may suffer from long construction time. Especially, in our experiments, we observe that existing parallel solutions demonstrate unsatisfactory scalability, and have performance close to sequential algorithms. We present SPoCH (Scalable Parallelization of Contraction Hierarchies), an efficient and scalable CH construction algorithm in parallel. To address the challenges in previous work, our improvements focus on both redesigning the algorithm and leveraging parallel data structures. We compare SPoCH with the state-of-the-art sequential and parallel implementations on 16 graphs of various types. Our experiments show that SPoCH achieves speedups of 11 to 68 times over the best sequential baseline and 3.8 to 41 times over the best parallel baseline in CH construction, while maintaining competitive query performance and CH graph size. We have released our code and all datasets used in this paper.
[ { "version": "v1", "created": "Mon, 23 Dec 2024 22:03:14 GMT" }, { "version": "v2", "created": "Mon, 21 Apr 2025 05:26:49 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 08:40:41 GMT" } ]
2025-04-24T00:00:00
[ [ "Wan", "Zijin", "" ], [ "Dong", "Xiaojun", "" ], [ "Wang", "Letong", "" ], [ "Zhu", "Enzuo", "" ], [ "Gu", "Yan", "" ], [ "Sun", "Yihan", "" ] ]
2412.19240
Shantanu Desai
Shubham Barua, Shantanu Desai
Effect of Peak Absolute Magnitude of Type Ia Supernovae and Sound Horizon Values on Hubble Tension using DESI results
13 pages, 1 figure. Accepted for publication in EPJC
null
null
null
astro-ph.CO
http://creativecommons.org/licenses/by/4.0/
We apply data-motivated priors on the peak absolute magnitude of Type Ia supernovae ($M$) and the sound horizon at the drag epoch ($r_d$), to study how the $M-r_d$ degeneracy affects low redshift measurements of the Hubble constant, and then compare these estimates to the Planck estimated value of the Hubble constant. We use the data from Pantheon$+$, Cosmic Chronometers, and the Dark Energy Spectroscopic Instrument Data Release 1 (DESI DR1) Baryon Acoustic Oscillations (BAO) results for this purpose. We reaffirm the fact that there is a degeneracy between $M$ and $r_d$, and modifying the $r_d$ values to reconcile the discrepancy in Hubble constant values also requires a change in the peak absolute magnitude $M$. For certain $M$ and $r_d$ priors, the discrepancy is found to reduce to be as low as (1.2-2) $\sigma$ when considering the spatially flat $\Lambda$CDM model. We also notice that for our datasets considered, the Gaussian prior combination of $M \in \mathcal{N} (-19.253,0.027)$ (obtained from SH0ES) and $r_d \in \mathcal{N} (147.05,0.3)$ Mpc (determined from Planck CMB measurements) is least favored as compared to other prior combinations for the $\Lambda$CDM model.
[ { "version": "v1", "created": "Thu, 26 Dec 2024 14:51:09 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 01:47:03 GMT" } ]
2025-04-24T00:00:00
[ [ "Barua", "Shubham", "" ], [ "Desai", "Shantanu", "" ] ]
2412.19319
Yong-Geun Oh
Hyun-Seok Do, Yong-Geun Oh
Thermodynamic reduction of contact dynamics
35 pages, v2) 41 pages, one more appendix added, references updated, subsection 9.2 rewritten
null
null
null
math.DS math.SG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A universal algorithm to derive a macroscopic dynamics from the microscopic dynamical system via the averaging process and symplecto-contact reduction was introduced by Jin-wook Lim and the second-named author in [LO23]. They apply the algorithm to derive non-equilibrium thermodynamics from the statistical mechanics utilizing the relative information entropy as a generating function of the associated thermodynamic equilibrium. In the present paper, we apply this algorithm to the contact Hamiltonian dynamical systems. We describe a procedure of obtaining a discrete set of dynamical invariants of the given contact Hamiltonian system, or more generally of a contact multi-Hamiltonian system in a canonical way by deriving a (finite-dimensional non-equilibrium) thermodynamic system. We call this reduction the thermodynamic reduction of contact dynamics.
[ { "version": "v1", "created": "Thu, 26 Dec 2024 18:42:11 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 04:43:22 GMT" } ]
2025-04-24T00:00:00
[ [ "Do", "Hyun-Seok", "" ], [ "Oh", "Yong-Geun", "" ] ]
2501.00798
Jakub Breier
Leonard Pu\v{s}k\'a\v{c}, Marek Benovi\v{c}, Jakub Breier, Xiaolu Hou
Make Shuffling Great Again: A Side-Channel Resistant Fisher-Yates Algorithm for Protecting Neural Networks
null
null
null
null
cs.CR cs.AI
http://creativecommons.org/licenses/by/4.0/
Neural network models implemented in embedded devices have been shown to be susceptible to side-channel attacks (SCAs), allowing recovery of proprietary model parameters, such as weights and biases. There are already available countermeasure methods currently used for protecting cryptographic implementations that can be tailored to protect embedded neural network models. Shuffling, a hiding-based countermeasure that randomly shuffles the order of computations, was shown to be vulnerable to SCA when the Fisher-Yates algorithm is used. In this paper, we propose a design of an SCA-secure version of the Fisher-Yates algorithm. By integrating the masking technique for modular reduction and Blakely's method for modular multiplication, we effectively remove the vulnerability in the division operation that led to side-channel leakage in the original version of the algorithm. We experimentally evaluate that the countermeasure is effective against SCA by implementing a correlation power analysis attack on an embedded neural network model implemented on ARM Cortex-M4. Compared to the original proposal, the memory overhead is $2\times$ the biggest layer of the network, while the time overhead varies from $4\%$ to $0.49\%$ for a layer with $100$ and $1000$ neurons, respectively.
[ { "version": "v1", "created": "Wed, 1 Jan 2025 10:46:22 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 07:49:47 GMT" } ]
2025-04-24T00:00:00
[ [ "Puškáč", "Leonard", "" ], [ "Benovič", "Marek", "" ], [ "Breier", "Jakub", "" ], [ "Hou", "Xiaolu", "" ] ]
2501.01201
George Wood
G. D. A. Wood, J. R. Stewart, D. A. Mayoh, J. A. M. Paddison, J. Bouaziz, S. M. Tobin, O. A. Petrenko, M. R. Lees, P. Manuel, J. B. Staunton and G. Balakrishnan
A Magnon Band Analysis of GdRu2Si2 in the Field-Polarized State
null
npj Quantum Mater. 10, 39 (2025)
10.1038/s41535-025-00755-6
null
cond-mat.str-el
http://creativecommons.org/licenses/by/4.0/
Understanding the formation of skyrmions in centrosymmetric materials is a problem of fundamental and technological interest. GdRu2Si2 is one such candidate material which has been shown to host a variety of multi-Q magnetic structures, including in zero-field. Here, inelastic neutron scattering is used to measure the spin excitations in the field-polarized phase of GdRu2Si2. Linear spin wave theory and a method of interaction invariant path analysis are used to derive a Hamiltonian accounting for the observed spectra, and comparisons to \textit{ab initio} calculations are made. No evidence for anisotropic or higher order-exchange terms beyond bilinear Heisenberg exchange is found. This is discussed in the context of the multi-Q states existing at lower fields, for which these types of terms have previously been conceived to be significant in the formation of multi-Q ground states.
[ { "version": "v1", "created": "Thu, 2 Jan 2025 11:23:52 GMT" } ]
2025-04-24T00:00:00
[ [ "Wood", "G. D. A.", "" ], [ "Stewart", "J. R.", "" ], [ "Mayoh", "D. A.", "" ], [ "Paddison", "J. A. M.", "" ], [ "Bouaziz", "J.", "" ], [ "Tobin", "S. M.", "" ], [ "Petrenko", "O. A.", "" ], [ "Lees", "M. R.", "" ], [ "Manuel", "P.", "" ], [ "Staunton", "J. B.", "" ], [ "Balakrishnan", "G.", "" ] ]
2501.02261
Vitalii Shpakivskyi
Vitalii Shpakivskyi
Vieta's Formulas for Quaternionic Polynomials
null
null
null
null
math.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The paper presents analogues of some Vieta formulas for quaternionic polynomials of the form $R_n(w)=\sum\limits_{m=0}^{n}A_mx^m$. A criterion for the sphericity of the root (zero) of a polynomial $R_n(w)$ is established.
[ { "version": "v1", "created": "Sat, 4 Jan 2025 11:31:11 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 19:06:21 GMT" } ]
2025-04-24T00:00:00
[ [ "Shpakivskyi", "Vitalii", "" ] ]
2501.03309
Jillian Bellovary
Jillian Bellovary
Little Red Dots are Tidal Disruption Events in Runaway-Collapsing Clusters
5 pages, 2 figures, replaced with version accepted to ApJL
null
10.3847/2041-8213/adce6c
null
astro-ph.GA astro-ph.HE
http://creativecommons.org/licenses/by/4.0/
I hypothesize a physical explanation for the "Little Red Dots" (LRDs) discovered by the James Webb Space Telescope (JWST). The first star formation in the universe occurs in dense clusters, some of which may undergo runaway collapse and form an intermediate mass black hole. This process would appear as a very dense stellar system, with recurring tidal disruption events (TDEs) as stellar material is accreted by the black hole. Such a system would be compact, UV-emitting, and exhibit broad H-alpha emission. If runaway collapse is the primary mechanism for forming massive black hole seeds, this process could be fairly common and explain the large volume densities of LRDs. In order to match the predicted number density of runaway collapse clusters, the tidal disruption rate must be on the order of 10^-4 per year. A top-heavy stellar initial mass function may be required to match observations without exceeding the predicted LambdaCDM mass function. The TDE LRD hypothesis can be verified with followup JWST observations looking for TDE-like variability.
[ { "version": "v1", "created": "Mon, 6 Jan 2025 19:00:00 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 21:10:53 GMT" } ]
2025-04-24T00:00:00
[ [ "Bellovary", "Jillian", "" ] ]
2501.03578
Ryoji Miyazaki
Ryoji Miyazaki and Tsuyoshi Yamamoto
Four-body coupler for superconducting qubits based on Josephson parametric oscillators
null
null
null
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We theoretically propose a circuit of the four-body coupler for superconducting qubits based on Josephson parametric oscillators (JPOs). Our coupler for the four-body interaction has a superconducting loop, similar to a capacitively shunted flux qubit, where an external magnetic flux set to half a flux quantum is threaded. This coupler circuit is a specific setup of the circuit called superconducting nonlinear asymmetric inductive elements (SNAIL) and also is a generalization of the previously proposed one for the four-body interaction of JPOs. We clarify roles of circuit parameters in the four-body interaction and, in particular, show that the four-body coupling constant in our circuit can be significantly increased by tuning capacitance of the coupler or the area ratio of the Josephson junctions of the coupler.
[ { "version": "v1", "created": "Tue, 7 Jan 2025 07:07:34 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 05:42:16 GMT" } ]
2025-04-24T00:00:00
[ [ "Miyazaki", "Ryoji", "" ], [ "Yamamoto", "Tsuyoshi", "" ] ]
2501.03865
Yiting Hu
Yiting Hu, Lingjie Duan
Truthful mechanisms for linear bandit games with private contexts
Accepted by AAMAS 2025
null
null
null
cs.LG cs.GT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The contextual bandit problem, where agents arrive sequentially with personal contexts and the system adapts its arm allocation decisions accordingly, has recently garnered increasing attention for enabling more personalized outcomes. However, in many healthcare and recommendation applications, agents have private profiles and may misreport their contexts to gain from the system. For example, in adaptive clinical trials, where hospitals sequentially recruit volunteers to test multiple new treatments and adjust plans based on volunteers' reported profiles such as symptoms and interim data, participants may misreport severe side effects like allergy and nausea to avoid perceived suboptimal treatments. We are the first to study this issue of private context misreporting in a stochastic contextual bandit game between the system and non-repeated agents. We show that traditional low-regret algorithms, such as UCB family algorithms and Thompson sampling, fail to ensure truthful reporting and can result in linear regret in the worst case, while traditional truthful algorithms like explore-then-commit (ETC) and $\epsilon$-greedy algorithm incur sublinear but high regret. We propose a mechanism that uses a linear program to ensure truthfulness while minimizing deviation from Thompson sampling, yielding an $O(\ln T)$ frequentist regret. Our numerical experiments further demonstrate strong performance in multiple contexts and across other distribution families.
[ { "version": "v1", "created": "Tue, 7 Jan 2025 15:24:53 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 16:57:17 GMT" } ]
2025-04-24T00:00:00
[ [ "Hu", "Yiting", "" ], [ "Duan", "Lingjie", "" ] ]
2501.03993
Adil Rengim Cetingoz
Adil Rengim Cetingoz and Charles-Albert Lehalle
Synthetic Data for Portfolios: A Throw of the Dice Will Never Abolish Chance
null
null
null
null
q-fin.PM q-fin.RM stat.ML
http://creativecommons.org/licenses/by/4.0/
Simulation methods have always been instrumental in finance, and data-driven methods with minimal model specification, commonly referred to as generative models, have attracted increasing attention, especially after the success of deep learning in a broad range of fields. However, the adoption of these models in financial applications has not matched the growing interest, probably due to the unique complexities and challenges of financial markets. This paper contributes to a deeper understanding of the limitations of generative models, particularly in portfolio and risk management. To this end, we begin by presenting theoretical results on the importance of initial sample size, and point out the potential pitfalls of generating far more data than originally available. We then highlight the inseparable nature of model development and the desired uses by touching on a paradox: usual generative models inherently care less about what is important for constructing portfolios (in particular the long-short ones). Based on these findings, we propose a pipeline for the generation of multivariate returns that meets conventional evaluation standards on a large universe of US equities while being compliant with stylized facts observed in asset returns and turning around the pitfalls we previously identified. Moreover, we insist on the need for more accurate evaluation methods, and suggest, through an example of mean-reversion strategies, a method designed to identify poor models for a given application based on regurgitative training, i.e. retraining the model using the data it has itself generated, which is commonly referred to in statistics as identifiability.
[ { "version": "v1", "created": "Tue, 7 Jan 2025 18:50:24 GMT" }, { "version": "v2", "created": "Mon, 13 Jan 2025 14:54:15 GMT" }, { "version": "v3", "created": "Thu, 16 Jan 2025 13:33:03 GMT" }, { "version": "v4", "created": "Sat, 25 Jan 2025 15:02:38 GMT" }, { "version": "v5", "created": "Wed, 23 Apr 2025 16:50:47 GMT" } ]
2025-04-24T00:00:00
[ [ "Cetingoz", "Adil Rengim", "" ], [ "Lehalle", "Charles-Albert", "" ] ]
2501.04606
Yangfan He
Yangfan He, Sida Li, Jianhui Wang, Kun Li, Xinyuan Song, Xinhang Yuan, Keqin Li, Kuan Lu, Menghao Huo, Jiaqi Chen, Miao Zhang, Xueqian Wang
Enhancing Low-Cost Video Editing with Lightweight Adaptors and Temporal-Aware Inversion
null
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Recent advancements in text-to-image (T2I) generation using diffusion models have enabled cost-effective video-editing applications by leveraging pre-trained models, eliminating the need for resource-intensive training. However, the frame-independence of T2I generation often results in poor temporal consistency. Existing methods address this issue through temporal layer fine-tuning or inference-based temporal propagation, but these approaches suffer from high training costs or limited temporal coherence. To address these challenges, we propose a General and Efficient Adapter (GE-Adapter) that integrates temporal-spatial and semantic consistency with Baliteral DDIM inversion. This framework introduces three key components: (1) Frame-based Temporal Consistency Blocks (FTC Blocks) to capture frame-specific features and enforce smooth inter-frame transitions via temporally-aware loss functions; (2) Channel-dependent Spatial Consistency Blocks (SCD Blocks) employing bilateral filters to enhance spatial coherence by reducing noise and artifacts; and (3) Token-based Semantic Consistency Module (TSC Module) to maintain semantic alignment using shared prompt tokens and frame-specific tokens. Our method significantly improves perceptual quality, text-image alignment, and temporal coherence, as demonstrated on the MSR-VTT dataset. Additionally, it achieves enhanced fidelity and frame-to-frame coherence, offering a practical solution for T2V editing.
[ { "version": "v1", "created": "Wed, 8 Jan 2025 16:41:31 GMT" }, { "version": "v2", "created": "Mon, 21 Apr 2025 05:14:31 GMT" }, { "version": "v3", "created": "Tue, 22 Apr 2025 18:14:08 GMT" } ]
2025-04-24T00:00:00
[ [ "He", "Yangfan", "" ], [ "Li", "Sida", "" ], [ "Wang", "Jianhui", "" ], [ "Li", "Kun", "" ], [ "Song", "Xinyuan", "" ], [ "Yuan", "Xinhang", "" ], [ "Li", "Keqin", "" ], [ "Lu", "Kuan", "" ], [ "Huo", "Menghao", "" ], [ "Chen", "Jiaqi", "" ], [ "Zhang", "Miao", "" ], [ "Wang", "Xueqian", "" ] ]
2501.04617
Zu-En Su
Zu-En Su and Dan Cogan and Ido Schwartz and Ayal Beck and David Gershoni
Eliminating the confined dark-exciton qubit precession using an externally applied magnetic field
6 pages, 4 figures, 1 table
Phys. Rev. B 111, L161302 (2025)
10.1103/PhysRevB.111.L161302
null
cond-mat.mes-hall quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We investigate experimentally and theoretically the behavior of the confined dark exciton in an InAs/GaAs semiconductor quantum dot, under the application of an external magnetic field in Voigt configuration. We show that by varying the magnitude and direction of the external field one can accurately control the dark-exciton fine-structure splitting. In addition, we show that the dark-exciton spin state is approximately polarized along the cubic crystallographic directions [100] or equivalents. By comparing our experimental results with a model for the exchange and Zeeman interactions, we find the conditions for nullifying the fine-structure splitting between the two eigenstates of the dark exciton, thereby stopping its qubit precession.
[ { "version": "v1", "created": "Wed, 8 Jan 2025 16:58:08 GMT" } ]
2025-04-24T00:00:00
[ [ "Su", "Zu-En", "" ], [ "Cogan", "Dan", "" ], [ "Schwartz", "Ido", "" ], [ "Beck", "Ayal", "" ], [ "Gershoni", "David", "" ] ]
2501.04622
C\'edric Lorc\'e
C\'edric Lorc\'e (Ecole Polytechnique, CPHT) and Peter Schweitzer (Connecticut U.)
Pressure inside hadrons: criticism, conjectures, and all that
28 pages, 2 figures. Submitted to Acta Physica Polonica B special volume dedicated to Dmitry Diakonov, Victor Petrov and Maxim Polyakov
Acta Physica Polonica B 56, 3-A17 (2025)
10.5506/APhysPolB.56.3-A17
null
hep-ph nucl-th
http://creativecommons.org/licenses/by/4.0/
The interpretation of the energy-momentum tensor form factor $D(t)$ of hadrons in terms of pressure and shear force distributions is discussed, concerns raised in the literature are reviewed, and ways to reconcile the concerns with the interpretation are indicated.
[ { "version": "v1", "created": "Wed, 8 Jan 2025 17:09:42 GMT" } ]
2025-04-24T00:00:00
[ [ "Lorcé", "Cédric", "", "Ecole Polytechnique, CPHT" ], [ "Schweitzer", "Peter", "", "Connecticut U." ] ]
2501.04791
Tobias R\"ospel
Tobias R\"ospel, Adrian Schlosser, Bj\"orn Malte Sch\"afer
Approximating non-Gaussian Bayesian partitions with normalising flows: statistics, inference and application to cosmology
null
null
10.33232/001c.137057
null
astro-ph.CO astro-ph.IM
http://creativecommons.org/licenses/by/4.0/
Subject of this paper is the simplification of Markov chain Monte Carlo sampling as used in Bayesian statistical inference by means of normalising flows, a machine learning method which is able to construct an invertible and differentiable transformation between Gaussian and non-Gaussian random distributions. We use normalising flows to compute Bayesian partition functions for non-Gaussian distributions and show how normalising flows can be employed in finding analytical expressions for posterior distributions beyond the Gaussian limit. Flows offer advantages for the numerical evaluation of the partition function itself, as well as for cumulants and for the information entropy. We demonstrate how normalising flows in conjunction with Bayes partitions can be used in inference problems in cosmology and apply them to the posterior distribution for the matter density $\Omega_m$ and a dark energy equation of state parameter $w_0$ on the basis of supernova data.
[ { "version": "v1", "created": "Wed, 8 Jan 2025 19:14:22 GMT" }, { "version": "v2", "created": "Thu, 16 Jan 2025 14:50:04 GMT" }, { "version": "v3", "created": "Tue, 22 Apr 2025 16:55:24 GMT" } ]
2025-04-24T00:00:00
[ [ "Röspel", "Tobias", "" ], [ "Schlosser", "Adrian", "" ], [ "Schäfer", "Björn Malte", "" ] ]
2501.05850
Marina Tvalavadze Dr
Tianran Hua, Ekaterina Napedenina, Marina Tvalavadze
Partially Alternative Algebras
18 pages in total
null
10.46298/cm.15406
null
math.RA
http://creativecommons.org/licenses/by/4.0/
In this paper, we introduce a novel generalization of the classical property of algebras known as "being alternative," which we term "partially alternative." This new concept broadens the scope of alternative algebras, offering a fresh perspective on their structural properties. We showed that partially alternative algebras exist in any even dimension. Then we classified middle $\mathbb C$-associative (noncommutative) algebras satisfying partial alternativity condition. We demonstrated that for any four-dimensional partially alternative real division algebra, one can select a basis that significantly simplifies its multiplication table. Furthermore, we established that every four-dimensional partially alternative real division algebra naturally gives rise to a real Lie algebra, thereby bridging these two important algebraic frameworks. Our work culminates in a description of all Lie algebras arising from such partially alternative algebras. These results extend our understanding of algebraic structures and reveal new connections between different types of algebras.
[ { "version": "v1", "created": "Fri, 10 Jan 2025 10:43:37 GMT" }, { "version": "v2", "created": "Sat, 22 Mar 2025 20:43:40 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 12:32:57 GMT" } ]
2025-04-24T00:00:00
[ [ "Hua", "Tianran", "" ], [ "Napedenina", "Ekaterina", "" ], [ "Tvalavadze", "Marina", "" ] ]
2501.06018
Jan Trlifaj
Kate\v{r}ina Fukov\'a and Jan Trlifaj
Multiplicative bases and commutative semiartinian von Neumann regular algebras
Revised version. The section on multiplicative bases substantially extended, proving, e.g., that no non-completely reducible von Neumann regular self-injective ring has a bounded basis
null
null
null
math.RA
http://creativecommons.org/licenses/by-nc-nd/4.0/
Let $R$ be a semiartinian (von Neumann) regular ring with primitive factors artinian. The dimension sequence $\mathcal D _R$ is an invariant that captures the various skew-fields and dimensions occurring in the layers of the socle sequence of $R$. Though $\mathcal D _R$ does not determine $R$ up to an isomorphism even for rings of Loewy length $2$, we prove that it does so when $R$ is a commutative semiartinian regular $K$-algebra of countable type over a field $K$. The proof is constructive: given the sequence $\mathcal D$, we construct the unique $K$-algebra of countable type $R = B_{\alpha,n}$ such that $\mathcal D = \mathcal D _R$ by a transfinite iterative construction from the base case of the $K$-algebra $R(\aleph_0,K)$ consisting of all eventually constant sequences in $K^{\aleph_0}$. Moreover, we prove that the $K$-algebras $B_{\alpha,n}$ possess conormed strong multiplicative bases despite the fact that the ambient $K$-algebras $K^{\kappa}$ do not even have any bounded bases for any infinite cardinal $\kappa$. Recently, a study of the number of limit models in AECs of modules [1] has raised interest in the question of existence of strictly $\lambda$-injective modules for arbitrary infinite cardinals $\lambda$. In the final section, we construct examples of such modules over the $K$-algebra $R(\kappa,K)$ for each cardinal $\kappa \geq \lambda$. [1] M. Mazari-Armida, On limit models and parametrized noetherian rings, J. Algebra 669(2025), 58--74.
[ { "version": "v1", "created": "Fri, 10 Jan 2025 14:57:02 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 14:56:27 GMT" } ]
2025-04-24T00:00:00
[ [ "Fuková", "Kateřina", "" ], [ "Trlifaj", "Jan", "" ] ]
2501.06413
Demao Kong
Demao Kong, Hai-Bo Yu
Probing Signals of Self-Interacting Dark Matter Core Collapse in HI-Rich Galaxies
9 pages, 8 figures, accepted for publication in Physics of the Dark Universe
null
null
null
astro-ph.GA hep-ph
http://creativecommons.org/licenses/by/4.0/
We analyze rotation curves of five HI-rich galaxies recently discovered with MeerKAT. These galaxies exhibit sharply rising rotation curves, while their baryonic components are not dynamically dominant, suggesting that their dark matter halos have high inner densities. When fitting the standard Navarro-Frenk-White (NFW) halo model, four galaxies require extremely high halo concentrations, exceeding the cosmological median by $5\sigma$. In contrast, self-interacting dark matter (SIDM) halos in the core-collapse phase naturally account for the high densities in these galaxies. For halos with masses around $10^{11}~{\rm M_\odot}$, those in cosmic filaments exhibit concentrations consistent with the cosmological average, while halos in cosmic nodes show relatively higher concentrations that align with the SIDM fits but remain insufficient for the NFW fits. Our analysis indicates that these HI-rich galaxies may have formed in cosmic nodes of dark matter with significant self-interactions.
[ { "version": "v1", "created": "Sat, 11 Jan 2025 02:52:44 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 15:45:10 GMT" } ]
2025-04-24T00:00:00
[ [ "Kong", "Demao", "" ], [ "Yu", "Hai-Bo", "" ] ]
2501.07169
Alessandro Manacorda
Yiwei Zhang, Alessandro Manacorda and \'Etienne Fodor
Species interconversion of deformable particles yields transient phase separation
17 pages, 7 figures
null
10.1088/1367-2630/adccf1
null
cond-mat.soft cond-mat.stat-mech
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We consider a dense assembly of repulsive particles whose fluctuating sizes are subject to a landscape that defines three species: particles with finite size, either of type $A$ or of type $B$, and point particles $\varnothing$. We show that the nonequilibrium synchronization of sizes systematically leads to a homogeneous configuration associated with the survival of a single species. Remarkably, the relaxation towards such a configuration features a transient phase separation. By delineating and analyzing the dominant kinetic factors at play during relaxation, we recapitulate the phase diagram of species survival in terms of the parameters of the size landscape. Finally, we obtain a hydrodynamic mapping to equilibrium by coarse-graining the microscopic dynamics, which leads to predicting the nature of the transitions between various regimes where distinct species survive.
[ { "version": "v1", "created": "Mon, 13 Jan 2025 09:54:39 GMT" } ]
2025-04-24T00:00:00
[ [ "Zhang", "Yiwei", "" ], [ "Manacorda", "Alessandro", "" ], [ "Fodor", "Étienne", "" ] ]
2501.07294
Tri Kurniawan Wijaya
Tri Kurniawan Wijaya, Edoardo D'Amico, and Xinyang Shao
Dataset-Agnostic Recommender Systems
null
null
null
null
cs.IR cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Recommender systems have become a cornerstone of personalized user experiences, yet their development typically involves significant manual intervention, including dataset-specific feature engineering, hyperparameter tuning, and configuration. To this end, we introduce a novel paradigm: Dataset-Agnostic Recommender Systems (DAReS) that aims to enable a single codebase to autonomously adapt to various datasets without the need for fine-tuning, for a given recommender system task. Central to this approach is the Dataset Description Language (DsDL), a structured format that provides metadata about the dataset's features and labels, and allow the system to understand dataset's characteristics, allowing it to autonomously manage processes like feature selection, missing values imputation, noise removal, and hyperparameter optimization. By reducing the need for domain-specific expertise and manual adjustments, DAReS offers a more efficient and scalable solution for building recommender systems across diverse application domains. It addresses critical challenges in the field, such as reusability, reproducibility, and accessibility for non-expert users or entry-level researchers.
[ { "version": "v1", "created": "Mon, 13 Jan 2025 13:01:00 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 08:52:50 GMT" } ]
2025-04-24T00:00:00
[ [ "Wijaya", "Tri Kurniawan", "" ], [ "D'Amico", "Edoardo", "" ], [ "Shao", "Xinyang", "" ] ]
2501.07360
Daniel Steininger
Daniel Steininger, Julia Simon, Andreas Trondl, Markus Murschitz
TimberVision: A Multi-Task Dataset and Framework for Log-Component Segmentation and Tracking in Autonomous Forestry Operations
Accepted at Winter Conference on Applications of Computer Vision (WACV) 2025. Code and dataset available at https://github.com/timbervision/timbervision
null
10.1109/WACV61041.2025.00547
null
cs.CV cs.LG
http://creativecommons.org/licenses/by-nc-sa/4.0/
Timber represents an increasingly valuable and versatile resource. However, forestry operations such as harvesting, handling and measuring logs still require substantial human labor in remote environments posing significant safety risks. Progressively automating these tasks has the potential of increasing their efficiency as well as safety, but requires an accurate detection of individual logs as well as live trees and their context. Although initial approaches have been proposed for this challenging application domain, specialized data and algorithms are still too scarce to develop robust solutions. To mitigate this gap, we introduce the TimberVision dataset, consisting of more than 2k annotated RGB images containing a total of 51k trunk components including cut and lateral surfaces, thereby surpassing any existing dataset in this domain in terms of both quantity and detail by a large margin. Based on this data, we conduct a series of ablation experiments for oriented object detection and instance segmentation and evaluate the influence of multiple scene parameters on model performance. We introduce a generic framework to fuse the components detected by our models for both tasks into unified trunk representations. Furthermore, we automatically derive geometric properties and apply multi-object tracking to further enhance robustness. Our detection and tracking approach provides highly descriptive and accurate trunk representations solely from RGB image data, even under challenging environmental conditions. Our solution is suitable for a wide range of application scenarios and can be readily combined with other sensor modalities.
[ { "version": "v1", "created": "Mon, 13 Jan 2025 14:30:01 GMT" } ]
2025-04-24T00:00:00
[ [ "Steininger", "Daniel", "" ], [ "Simon", "Julia", "" ], [ "Trondl", "Andreas", "" ], [ "Murschitz", "Markus", "" ] ]
2501.08623
Ratul Mahanta
Andrew R. Frey and Ratul Mahanta
Dimensional Reduction and K\"ahler Metric for Metric Moduli in Imaginary Self-Dual Flux
v2. Extended version: added clarifications, references, additional review, examples of complex structure flat directions, discussion of connection to 4D SUGRA (K\"ahler potential, F-flatness conditions). 35 pages + Appendices
null
null
null
hep-th
http://creativecommons.org/licenses/by/4.0/
Understanding which effective field theories are consistent with an ultraviolet completion in quantum gravity is an important theoretical question. Therefore, it is important to know the structure of the 4D effective theory associated with a given compactification of string theory. We present a first-principles derivation of the low-energy 4D effective theory of geometric moduli in a warped Calabi-Yau compactification of type IIB string theory with imaginary self-dual 3-form flux. This completes the derivation of the metric on K\"ahler moduli space from the 10D equations of motion. We also give the first derivation of an effective action for flat directions in the complex structure moduli space of the Calabi-Yau (which generically mix with the axiodilaton) and work out explicit examples of complex structure flat directions in toroidal compactifications. Finally, we outline applications to a variety of settings, including precision string phenomenology and the tadpole conjecture.
[ { "version": "v1", "created": "Wed, 15 Jan 2025 06:58:01 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 04:30:23 GMT" } ]
2025-04-24T00:00:00
[ [ "Frey", "Andrew R.", "" ], [ "Mahanta", "Ratul", "" ] ]
2501.09466
Hualie Jiang
Hualie Jiang, Zhiqiang Lou, Laiyan Ding, Rui Xu, Minglang Tan, Wenjie Jiang, Rui Huang
DEFOM-Stereo: Depth Foundation Model Based Stereo Matching
https://insta360-research-team.github.io/DEFOM-Stereo/
CVPR 2025
null
null
cs.CV
http://creativecommons.org/licenses/by-nc-sa/4.0/
Stereo matching is a key technique for metric depth estimation in computer vision and robotics. Real-world challenges like occlusion and non-texture hinder accurate disparity estimation from binocular matching cues. Recently, monocular relative depth estimation has shown remarkable generalization using vision foundation models. Thus, to facilitate robust stereo matching with monocular depth cues, we incorporate a robust monocular relative depth model into the recurrent stereo-matching framework, building a new framework for depth foundation model-based stereo-matching, DEFOM-Stereo. In the feature extraction stage, we construct the combined context and matching feature encoder by integrating features from conventional CNNs and DEFOM. In the update stage, we use the depth predicted by DEFOM to initialize the recurrent disparity and introduce a scale update module to refine the disparity at the correct scale. DEFOM-Stereo is verified to have much stronger zero-shot generalization compared with SOTA methods. Moreover, DEFOM-Stereo achieves top performance on the KITTI 2012, KITTI 2015, Middlebury, and ETH3D benchmarks, ranking $1^{st}$ on many metrics. In the joint evaluation under the robust vision challenge, our model simultaneously outperforms previous models on the individual benchmarks, further demonstrating its outstanding capabilities.
[ { "version": "v1", "created": "Thu, 16 Jan 2025 10:59:29 GMT" }, { "version": "v2", "created": "Thu, 3 Apr 2025 01:15:43 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 10:38:09 GMT" } ]
2025-04-24T00:00:00
[ [ "Jiang", "Hualie", "" ], [ "Lou", "Zhiqiang", "" ], [ "Ding", "Laiyan", "" ], [ "Xu", "Rui", "" ], [ "Tan", "Minglang", "" ], [ "Jiang", "Wenjie", "" ], [ "Huang", "Rui", "" ] ]
2501.09961
Jing Zhou
Jing Zhou, Shuqin Pang, and Wenyi Zhang
A High-Resolution Analysis of Receiver Quantization in Communication
Accepted by IEEE International Symposium on Information Theory (ISIT), Ann Arbor, MI, USA, June 2025
null
null
null
cs.IT math.IT
http://creativecommons.org/licenses/by-nc-nd/4.0/
We investigate performance limits and design of communication in the presence of uniform output quantization with moderate to high resolution. Under independent and identically distributed (i.i.d.) complex Gaussian codebook and nearest neighbor decoding rule, an achievable rate is derived in an analytical form by the generalized mutual information (GMI). The gain control before quantization is shown to be increasingly important as the resolution decreases, due to the fact that the loading factor (normalized one-sided quantization range) has increasing impact on performance. The impact of imperfect gain control in the high-resolution regime is characterized by two asymptotic results: 1) the rate loss due to overload distortion decays exponentially as the loading factor increases, and 2) the rate loss due to granular distortion decays quadratically as the step size vanishes. For a $2K$-level uniform quantizer, we prove that the optimal loading factor that maximizes the achievable rate scales like $2\sqrt{\ln (2K)}$ as the resolution increases. An asymptotically tight estimate of the optimal loading factor is further given, which is also highly accurate for finite resolutions.
[ { "version": "v1", "created": "Fri, 17 Jan 2025 05:33:21 GMT" }, { "version": "v2", "created": "Wed, 26 Feb 2025 13:49:01 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 02:15:07 GMT" } ]
2025-04-24T00:00:00
[ [ "Zhou", "Jing", "" ], [ "Pang", "Shuqin", "" ], [ "Zhang", "Wenyi", "" ] ]
2501.10138
Pengcheng Xu
Pengcheng Xu, Timothy Roscoe
The NIC should be part of the OS
Camera ready for HotOS'25
null
10.1145/3713082.3730388
null
cs.OS cs.AR cs.NI
http://creativecommons.org/licenses/by/4.0/
The network interface adapter (NIC) is a critical component of a cloud server occupying a unique position. Not only is network performance vital to efficient operation of the machine, but unlike compute accelerators like GPUs, the network subsystem must react to unpredictable events like the arrival of a network packet and communicate with the appropriate application end point with minimal latency. Current approaches to server stacks navigate a trade-off between flexibility, efficiency, and performance: the fastest kernel-bypass approaches dedicate cores to applications, busy-wait on receive queues, etc. while more flexible approaches appropriate to more dynamic workload mixes incur much greater software overhead on the data path. However, we reject this trade-off, which we ascribe to an arbitrary (and sub-optimal) split in system state between the OS and the NIC. Instead, by exploiting the properties of cache-coherent interconnects and integrating the NIC closely with the OS kernel, we can achieve something surprising: performance for RPC workloads better than the fastest kernelbypass approaches without sacrificing the robustness and dynamic adaptation of kernel-based network subsystems.
[ { "version": "v1", "created": "Fri, 17 Jan 2025 12:01:28 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 10:48:52 GMT" } ]
2025-04-24T00:00:00
[ [ "Xu", "Pengcheng", "" ], [ "Roscoe", "Timothy", "" ] ]
2501.10535
Harrison Katz
Harrison Katz, Erica Savage, Peter Coles
Lead Times in Flux: Analyzing Airbnb Booking Dynamics During Global Upheavals (2018-2022)
null
null
null
null
stat.AP q-fin.ST
http://creativecommons.org/licenses/by-sa/4.0/
Short-term shifts in booking behaviors can disrupt forecasting in the travel and hospitality industry, especially during global crises. Traditional metrics like average or median lead times often overlook important distribution changes. This study introduces a normalized L1 (Manhattan) distance to assess Airbnb booking lead time divergences from 2018 to 2022, focusing on the COVID-19 pandemic across four major U.S. cities. We identify a two-phase disruption: an abrupt change at the pandemic's onset followed by partial recovery with persistent deviations from pre-2018 patterns. Our method reveals changes in travelers' planning horizons that standard statistics miss, highlighting the need to analyze the entire lead-time distribution for more accurate demand forecasting and pricing strategies. The normalized L1 metric provides valuable insights for tourism stakeholders navigating ongoing market volatility.
[ { "version": "v1", "created": "Fri, 17 Jan 2025 20:16:32 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 18:33:40 GMT" } ]
2025-04-24T00:00:00
[ [ "Katz", "Harrison", "" ], [ "Savage", "Erica", "" ], [ "Coles", "Peter", "" ] ]
2501.11474
Xian-Hui Ge
Ming-Hui Yu, Shu-Yi Lin, Xian-Hui Ge
Replica Wormholes, Modular Entropy, and Capacity of Entanglement in JT Gravity
46 pages, 11 figures, 2 tables, version 2,references added
null
null
null
hep-th gr-qc quant-ph
http://creativecommons.org/licenses/by/4.0/
By employing the replica trick we study the impact of the replica parameter $n$ on the modular entropy and the capacity of entanglement in the End of the World (EoW) model and the island model, respectively. For the EoW model, we present $n$-dependent evolution curves of the modular entropy and the capacity of entanglement under both microcanonical and canonical ensembles. In particular, in the canonical ensemble, all quantities decrease as $n$ increases at late times. For the island model, we develop the replica geometry for finite $n$ and re-evaluate the modular entropy and the capacity of entanglement in a two-sided eternal Jackiw-Teitelboim black hole coupled with a thermal bath. In the case of a single island configuration, the modular entropy and capacity of entanglement closely resemble the thermal entropy and the heat capacity, respectively, yielding results analogous to those obtained in the canonical ensemble for the EoW model. The analysis of the results from these two models strongly indicates that in geometries with a greater number of $n$ copies, more connected geometries effectively purify thermal Hawking radiation. In addition, we compare these findings with statistical mechanics and provide an interpretation for the replica parameter $n$. Finally, we generalize the island formula to accommodate the finite $n$ case under this interpretation.
[ { "version": "v1", "created": "Mon, 20 Jan 2025 13:03:37 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 00:54:45 GMT" } ]
2025-04-24T00:00:00
[ [ "Yu", "Ming-Hui", "" ], [ "Lin", "Shu-Yi", "" ], [ "Ge", "Xian-Hui", "" ] ]
2501.11515
Zixuan Chen
Zixuan Chen, Yujin Wang, Xin Cai, Zhiyuan You, Zheming Lu, Fan Zhang, Shi Guo, Tianfan Xue
UltraFusion: Ultra High Dynamic Imaging using Exposure Fusion
Accepted by CVPR 2025. Project Page: https://openimaginglab.github.io/UltraFusion
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Capturing high dynamic range (HDR) scenes is one of the most important issues in camera design. Majority of cameras use exposure fusion, which fuses images captured by different exposure levels, to increase dynamic range. However, this approach can only handle images with limited exposure difference, normally 3-4 stops. When applying to very high dynamic range scenes where a large exposure difference is required, this approach often fails due to incorrect alignment or inconsistent lighting between inputs, or tone mapping artifacts. In this work, we propose \model, the first exposure fusion technique that can merge inputs with 9 stops differences. The key idea is that we model exposure fusion as a guided inpainting problem, where the under-exposed image is used as a guidance to fill the missing information of over-exposed highlights in the over-exposed region. Using an under-exposed image as a soft guidance, instead of a hard constraint, our model is robust to potential alignment issue or lighting variations. Moreover, by utilizing the image prior of the generative model, our model also generates natural tone mapping, even for very high-dynamic range scenes. Our approach outperforms HDR-Transformer on latest HDR benchmarks. Moreover, to test its performance in ultra high dynamic range scenes, we capture a new real-world exposure fusion benchmark, UltraFusion dataset, with exposure differences up to 9 stops, and experiments show that UltraFusion can generate beautiful and high-quality fusion results under various scenarios. Code and data will be available at https://openimaginglab.github.io/UltraFusion.
[ { "version": "v1", "created": "Mon, 20 Jan 2025 14:45:07 GMT" }, { "version": "v2", "created": "Sat, 1 Mar 2025 09:44:03 GMT" }, { "version": "v3", "created": "Sun, 13 Apr 2025 16:07:07 GMT" }, { "version": "v4", "created": "Wed, 23 Apr 2025 11:55:41 GMT" } ]
2025-04-24T00:00:00
[ [ "Chen", "Zixuan", "" ], [ "Wang", "Yujin", "" ], [ "Cai", "Xin", "" ], [ "You", "Zhiyuan", "" ], [ "Lu", "Zheming", "" ], [ "Zhang", "Fan", "" ], [ "Guo", "Shi", "" ], [ "Xue", "Tianfan", "" ] ]
2501.11569
Sk Jeesun
Sk Jeesun
Blazar Boosted ALP and vector portal Dark matter confronting light mediator searches
15 pages, 6 figures, 2 tables, Accepted in PRD
null
null
null
hep-ph hep-ex
http://creativecommons.org/licenses/by/4.0/
The trouble in detecting low mass dark matter due to its low kinetic energy can be ameliorated in the boosted dark matter framework, where a sub-population of galactic dark matter attains very high energy after being up-scattered by energetic standard model particles. However, in such a scenario the upper limits on the cross-section obtained hitherto are typically large. Hence in the minimal extension of standard model where new mediators act as a portal between the dark and visible sectors, the direct detection limits for sub-GeV dark matter might lie within the exclusion region of other ground based searches of the mediator. To evade this deadlock, we allude to blazar boosted dark matter electron scattering in multi-ton neutrino detector Super kamiokande. We consider minimal models such as axion like particle (ALP) and vector portal dark matter being upscattered by high energy blazar jet and analyse the interesting parameter reaches from Super kamiokande in the parameter space of the mediator, surpassing the existing constraints. Besides, this scenario exhibits stronger limits for previously unexplored ALP mediated sub-MeV dark matter search which is difficult due to associated momentum suppression.
[ { "version": "v1", "created": "Mon, 20 Jan 2025 16:18:51 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 17:57:49 GMT" } ]
2025-04-24T00:00:00
[ [ "Jeesun", "Sk", "" ] ]
2501.11963
Hoang V. Dong
Hoang V. Dong, Yuan Fang, Hady W. Lauw
A Contrastive Framework with User, Item and Review Alignment for Recommendation
null
null
null
null
cs.IR
http://creativecommons.org/licenses/by/4.0/
Learning effective latent representations for users and items is the cornerstone of recommender systems. Traditional approaches rely on user-item interaction data to map users and items into a shared latent space, but the sparsity of interactions often poses challenges. While leveraging user reviews could mitigate this sparsity, existing review-aware recommendation models often exhibit two key limitations. First, they typically rely on reviews as additional features, but reviews are not universal, with many users and items lacking them. Second, such approaches do not integrate reviews into the user-item space, leading to potential divergence or inconsistency among user, item, and review representations. To overcome these limitations, our work introduces a Review-centric Contrastive Alignment Framework for Recommendation (ReCAFR), which incorporates reviews into the core learning process, ensuring alignment among user, item, and review representations within a unified space. Specifically, we leverage two self-supervised contrastive strategies that not only exploit review-based augmentation to alleviate sparsity, but also align the tripartite representations to enhance robustness. Empirical studies on public benchmark datasets demonstrate the effectiveness and robustness of ReCAFR.
[ { "version": "v1", "created": "Tue, 21 Jan 2025 08:21:45 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 10:17:20 GMT" } ]
2025-04-24T00:00:00
[ [ "Dong", "Hoang V.", "" ], [ "Fang", "Yuan", "" ], [ "Lauw", "Hady W.", "" ] ]
2501.12113
Yun-Peng Li
Yun-Peng Li and Hans-Andrea Loeliger
Dual NUP Representations and Min-Maximization in Factor Graphs
null
null
null
null
stat.ML cs.LG cs.SY eess.SP eess.SY
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Normals with unknown parameters (NUP) can be used to convert nontrivial model-based estimation problems into iterations of linear least-squares or Gaussian estimation problems. In this paper, we extend this approach by augmenting factor graphs with convex-dual variables and pertinent NUP representations. In particular, in a state space setting, we propose a new iterative forward-backward algorithm that is dual to a recently proposed backward-forward algorithm.
[ { "version": "v1", "created": "Tue, 21 Jan 2025 13:17:16 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 09:42:32 GMT" } ]
2025-04-24T00:00:00
[ [ "Li", "Yun-Peng", "" ], [ "Loeliger", "Hans-Andrea", "" ] ]
2501.12186
Frederik Ritter
Frederik Ritter, Jonathan Mandelbaum, Alexander Fengler, Holger J\"akel, Laurent Schmalen
Removal of Small Weight Stopping Sets for Asynchronous Unsourced Multiple Access
Submitted to IEEE
null
null
null
cs.IT math.IT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we analyze the formation of small stopping sets in joint factor graphs describing a frame-asynchronous two-user transmission. Furthermore, we propose an algorithm to completely avoid small stopping sets in the joint factor graph over the entire range of symbol delays. The error floor caused by these stopping sets is completely mitigated. Our key observation is that, while the order of bits in the codeword is irrelevant in a single-user environment, it turns out to be crucial in an asynchronous, unsourced two-user system. Subsequently, our algorithm finds a reordering of variable nodes which avoids the smallest stopping set in the joint graph. We show that further improvements can be achieved when girth optimization of the single-user graphs by progressive edge growth (PEG) is used in combination with our proposed algorithm. Starting with a randomized code construction with optimized degree distribution, our simulation results show that PEG followed by the proposed algorithm can improve the average per user probability of error in a noiseless channel by almost two orders of magnitude for a broad range of frame delays.
[ { "version": "v1", "created": "Tue, 21 Jan 2025 14:46:09 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 10:49:18 GMT" } ]
2025-04-24T00:00:00
[ [ "Ritter", "Frederik", "" ], [ "Mandelbaum", "Jonathan", "" ], [ "Fengler", "Alexander", "" ], [ "Jäkel", "Holger", "" ], [ "Schmalen", "Laurent", "" ] ]
2501.12589
Wang Ruiqi
Ruiqi Wang, Tongyu Song, Jing Ren, Xiong Wang, Shizhong Xu, Sheng Wang
D-LoRa: a Distributed Parameter Adaptation Scheme for LoRa Network
null
null
null
null
cs.NI cs.DC
http://creativecommons.org/licenses/by-nc-sa/4.0/
The deployment of LoRa networks necessitates joint performance optimization, including packet delivery rate, energy efficiency, and throughput. Additionally, multiple LoRa parameters for packet transmission must be dynamically configured to tailor the performance metrics prioritization across varying channel environments. Because of the coupling relationship between LoRa parameters and metrics, existing works have opted to focus on certain parameters or specific metrics to circumvent the intricate coupling relationship, leading to limited adaptability. Therefore, we propose D-LoRa, a distributed parameter adaptation scheme, based on reinforcement learning towards network performance. We decompose the joint performance optimization problem into multiple independent Multi-Armed Bandit (MAB) problems with different reward functions. We have also built a comprehensive analytical model for the LoRa network that considers path loss, quasi-orthogonality of spreading factor, and packet collision. Experimental results show that our scheme can increase packet delivery rate by up to 28.8% and demonstrates superior adaptability across different performance metrics.
[ { "version": "v1", "created": "Wed, 22 Jan 2025 02:29:37 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 08:57:56 GMT" } ]
2025-04-24T00:00:00
[ [ "Wang", "Ruiqi", "" ], [ "Song", "Tongyu", "" ], [ "Ren", "Jing", "" ], [ "Wang", "Xiong", "" ], [ "Xu", "Shizhong", "" ], [ "Wang", "Sheng", "" ] ]
2501.13579
Yi Zhang
Yi Zhang and Yiwen Zhang
MixRec: Individual and Collective Mixing Empowers Data Augmentation for Recommender Systems
Accepted by WWW'25
null
10.1145/3696410.3714565
null
cs.IR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The core of the general recommender systems lies in learning high-quality embedding representations of users and items to investigate their positional relations in the feature space. Unfortunately, data sparsity caused by difficult-to-access interaction data severely limits the effectiveness of recommender systems. Faced with such a dilemma, various types of self-supervised learning methods have been introduced into recommender systems in an attempt to alleviate the data sparsity through distribution modeling or data augmentation. However, most data augmentation relies on elaborate manual design, which is not only not universal, but the bloated and redundant augmentation process may significantly slow down model training progress. To tackle these limitations, we propose a novel Dual Mixing-based Recommendation Framework (MixRec) to empower data augmentation as we wish. Specifically, we propose individual mixing and collective mixing, respectively. The former aims to provide a new positive sample that is unique to the target (user or item) and to make the pair-wise recommendation loss benefit from it, while the latter aims to portray a new sample that contains group properties in a batch. The two mentioned mixing mechanisms allow for data augmentation with only one parameter that does not need to be set multiple times and can be done in linear time complexity. Besides, we propose the dual-mixing contrastive learning to maximize the utilization of these new-constructed samples to enhance the consistency between pairs of positive samples. Experimental results on four real-world datasets demonstrate the advantages of MixRec in terms of effectiveness, simplicity, efficiency, and scalability.
[ { "version": "v1", "created": "Thu, 23 Jan 2025 11:38:00 GMT" }, { "version": "v2", "created": "Thu, 30 Jan 2025 00:29:20 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 05:15:42 GMT" } ]
2025-04-24T00:00:00
[ [ "Zhang", "Yi", "" ], [ "Zhang", "Yiwen", "" ] ]
2501.14620
Han Wu
Han Wu and Hamdi Joudeh
Strong Converse Exponent for Remote Lossy Source Coding
Accepted for presentation at 2025 IEEE International Symposium on Information Theory (ISIT)
null
null
null
cs.IT math.IT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Past works on remote lossy source coding studied the rate under average distortion and the error exponent of excess distortion probability. In this work, we look into how fast the excess distortion probability converges to 1 at small rates, also known as exponential strong converse. We characterize its exponent by establishing matched upper and lower bounds. From the exponent, we also recover two previous results on lossy source coding and biometric authentication.
[ { "version": "v1", "created": "Fri, 24 Jan 2025 16:40:07 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 15:16:16 GMT" } ]
2025-04-24T00:00:00
[ [ "Wu", "Han", "" ], [ "Joudeh", "Hamdi", "" ] ]
2501.15414
Weixuan Chen
Weixuan Chen, Qianqian Yang, Yuhao Chen, Chongwen Huang, Qian Wang, Zehui Xiong, Zhaoyang Zhang
Semantic Communication with Entropy-and-Channel-Adaptive Rate Control over Multi-User MIMO Fading Channels
null
null
null
null
eess.IV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Although significant improvements in transmission efficiency have been achieved, existing semantic communication (SemCom) methods typically use a fixed transmission rate for varying channel conditions and transmission contents, leading to performance degradation under harsh channel conditions. To address these challenges, we propose a novel SemCom method for wireless image transmission that integrates entropy-andchannel-adaptive rate control mechanism, specifically designed for multi-user multiple-input multiple-output (MU-MIMO) fading channels. Unlike existing methods, our system dynamically adjusts transmission rates by leveraging the entropy of feature maps, channel state information (CSI), and signal-to-noise ratio (SNR), ensuring optimal communication resource usage. It incorporates feature map pruning, channel attention, spatial attention, and multi-head self-attention (MHSA) to effectively prioritize critical semantic features while minimizing unnecessary transmission overhead. Experimental results demonstrate that the proposed system outperforms separated source and channel coding and deep joint source and channel coding (Deep JSCC), in terms of rate-distortion performance, flexibility, and robustness, particularly in challenging scenarios such as low SNR, imperfect CSI, and inter-user interference.
[ { "version": "v1", "created": "Sun, 26 Jan 2025 06:08:41 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 05:51:55 GMT" } ]
2025-04-24T00:00:00
[ [ "Chen", "Weixuan", "" ], [ "Yang", "Qianqian", "" ], [ "Chen", "Yuhao", "" ], [ "Huang", "Chongwen", "" ], [ "Wang", "Qian", "" ], [ "Xiong", "Zehui", "" ], [ "Zhang", "Zhaoyang", "" ] ]
2501.15669
Alexey Taichenachev
V. I. Yudin, A. V. Taichenachev, O. N. Prudnikov, M. Yu. Basalaev, A. N. Goncharov, S. V. Chepurov, V. G. Pal'chikov
Optical clock based on two-photon spectroscopy of the nuclear transition in ion $^{229}$Th in a monochromatic field
8 pages, 2 figures
JETP Letters, Vol.121, 345 (2025)
10.1134/S0021364025600090
null
physics.atom-ph
http://creativecommons.org/licenses/by/4.0/
For the isotope $^{229}$Th we investigate the possibility of two-photon laser spectroscopy of the nuclear clock transition (148.38 nm) using intense monochromatic laser field at twice the wavelength (296.76 nm). Our estimates show that due to the electron bridge process in the doubly ionized ion $^{229}$Th$^{2+}$ the sufficient intensity of a continuous laser field is about 10-100 kW/cm$^2$, which is within the reach of modern laser systems. This unique possibility is an result of the presence in the electronic spectrum of the ion $^{229}$Th$^{2+}$ of an exceptionally close intermediate (for the two-photon transition) energy level, forming a strong dipole ($E1$) transition with the ground state at the wavelength of 297.86 nm, which differs from the probe field wavelength (296.76 nm) by only 1.1 nm. The obtained results can be used for the practical creation of ultra-precise nuclear optical clocks based on thorium-229 ions. Moreover, we develop an alternative approach to the description of the electron bridge phenomenon in an isolated ion (atom) using the hyperfine interaction operator, that is important for the general quantum theory of an atom. In particular, this approach shows that the contribution to the electron bridge from the nuclear quadrupole moment can be comparable to the contribution from the nuclear magnetic moment.
[ { "version": "v1", "created": "Sun, 26 Jan 2025 20:46:19 GMT" }, { "version": "v2", "created": "Mon, 10 Feb 2025 17:26:03 GMT" }, { "version": "v3", "created": "Thu, 27 Feb 2025 17:34:25 GMT" }, { "version": "v4", "created": "Wed, 23 Apr 2025 10:06:46 GMT" } ]
2025-04-24T00:00:00
[ [ "Yudin", "V. I.", "" ], [ "Taichenachev", "A. V.", "" ], [ "Prudnikov", "O. N.", "" ], [ "Basalaev", "M. Yu.", "" ], [ "Goncharov", "A. N.", "" ], [ "Chepurov", "S. V.", "" ], [ "Pal'chikov", "V. G.", "" ] ]
2501.16632
Haidong Liu
Chen Jiang, Haidong Liu and Jie Liu
Optimal upper bound for degrees of canonical Fano threefolds of Picard number one
16 pages, 4 tables. Comments are welcome! ver2: 17 pages, 5 tables
null
null
null
math.AG
http://creativecommons.org/licenses/by/4.0/
We show that for a $\mathbb Q$-factorial canonical Fano $3$-fold $X$ of Picard number $1$, $(-K_X)^3\leq 72$. The main tool is a Kawamata--Miyaoka type inequality which relates $(-K_X)^3$ with $\hat{c}_2(X)\cdot c_1(X)$, where $\hat{c}_2(X)$ is the generalized second Chern class.
[ { "version": "v1", "created": "Tue, 28 Jan 2025 02:13:38 GMT" }, { "version": "v2", "created": "Wed, 23 Apr 2025 06:42:16 GMT" } ]
2025-04-24T00:00:00
[ [ "Jiang", "Chen", "" ], [ "Liu", "Haidong", "" ], [ "Liu", "Jie", "" ] ]
2501.16898
Willian Massashi Hisano Natori
Weslei B. Fontana and Fabrizio G. Oliviero and Rodrigo G. Pereira and Willian M. H. Natori
The spin-orbital Kitaev model: from kagome spin ice to classical fractons
13 pages, 8 figures
null
null
null
cond-mat.str-el
http://creativecommons.org/licenses/by/4.0/
We study an exactly solvable spin-orbital model that can be regarded as a classical analogue of the celebrated Kitaev honeycomb model and describes interactions between Rydberg atoms on the ruby lattice. We leverage its local and nonlocal symmetries to determine the exact partition function and the static structure factor. A mapping between $S=3/2$ models on the honeycomb lattice and kagome spin Hamiltonians allows us to interpret the thermodynamic properties in terms of a classical kagome spin ice. Partially lifting the symmetries associated with line operators, we obtain a model characterized by immobile excitations, called classical fractons, and a ground state degeneracy that increases exponentially with the length of the system. We formulate a continuum theory that reveals the underlying gauge structure and conserved charges. Extensions of our theory to other lattices and higher-spin systems are suggested.
[ { "version": "v1", "created": "Tue, 28 Jan 2025 12:32:58 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 19:52:52 GMT" } ]
2025-04-24T00:00:00
[ [ "Fontana", "Weslei B.", "" ], [ "Oliviero", "Fabrizio G.", "" ], [ "Pereira", "Rodrigo G.", "" ], [ "Natori", "Willian M. H.", "" ] ]
2501.16933
Mathieu Even
Mathieu Even, Julie Josse
Rethinking the Win Ratio: A Causal Framework for Hierarchical Outcome Analysis
null
null
null
null
stat.ME math.ST stat.AP stat.TH
http://creativecommons.org/licenses/by/4.0/
Quantifying causal effects in the presence of complex and multivariate outcomes is a key challenge to evaluate treatment effects. For hierarchical multivarariates outcomes, the FDA recommends the Win Ratio and Generalized Pairwise Comparisons approaches. However, as far as we know, these empirical methods lack causal or statistical foundations to justify their broader use in recent studies. To address this gap, we establish causal foundations for hierarchical comparison methods. We define related causal effect measures, and highlight that depending on the methodology used to compute Win Ratios or Net Benefits of treatments, the causal estimand targeted can be different, as proved by our consistency results. Quite dramatically, it appears that the causal estimand related to the historical estimation approach can yield reversed and incorrect treatment recommendations in heterogeneous populations, as we illustrate through striking examples. In order to compensate for this fallacy, we introduce a novel, individual-level yet identifiable causal effect measure that better approximates the ideal, non-identifiable individual-level estimand. We prove that computing Win Ratio or Net Benefits using a Nearest Neighbor pairing approach between treated and controlled patients, an approach that can be seen as an extreme form of stratification, leads to estimating this new causal estimand measure. We extend our methods to observational settings via propensity weighting, distributional regression to address the curse of dimensionality, and a doubly robust framework. We prove the consistency of our methods, and the double robustness of our augmented estimator. Finally, we validate our approach using synthetic data and on CRASH-3, a major clinical trial focused on assessing the effects of tranexamic acid in patients with traumatic brain injury.
[ { "version": "v1", "created": "Tue, 28 Jan 2025 13:23:11 GMT" }, { "version": "v2", "created": "Mon, 17 Mar 2025 15:47:16 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 11:20:04 GMT" } ]
2025-04-24T00:00:00
[ [ "Even", "Mathieu", "" ], [ "Josse", "Julie", "" ] ]
2501.17292
Sahar Ghoflsaz Ghinani
Sahar Ghoflsaz Ghinani, Jingyao Zhang, Elaheh Sadredini
Enabling Low-Cost Secure Computing on Untrusted In-Memory Architectures
14 pages, 19 figures
null
null
null
cs.CR
http://creativecommons.org/licenses/by/4.0/
Modern computing systems are limited in performance by the memory bandwidth available to processors, a problem known as the memory wall. Processing-in-Memory (PIM) promises to substantially improve this problem by moving processing closer to the data, improving effective data bandwidth, and leading to superior performance on memory-intensive workloads. However, integrating PIM modules within a secure computing system raises an interesting challenge: unencrypted data has to move off-chip to the PIM, exposing the data to attackers and breaking assumptions on Trusted Computing Bases (TCBs). To tackle this challenge, this paper leverages multi-party computation (MPC) techniques, specifically arithmetic secret sharing and Yao's garbled circuits, to outsource bandwidth-intensive computation securely to PIM. Additionally, we leverage precomputation optimization to prevent the CPU's portion of the MPC from becoming a bottleneck. We evaluate our approach using the UPMEM PIM system over various applications such as Deep Learning Recommendation Model inference and Logistic Regression. Our evaluations demonstrate up to a $14.66\times$ speedup compared to a secure CPU configuration while maintaining data confidentiality and integrity when outsourcing linear and/or nonlinear computation.
[ { "version": "v1", "created": "Tue, 28 Jan 2025 20:48:14 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 23:53:32 GMT" } ]
2025-04-24T00:00:00
[ [ "Ghinani", "Sahar Ghoflsaz", "" ], [ "Zhang", "Jingyao", "" ], [ "Sadredini", "Elaheh", "" ] ]
2501.17367
Haotian Su
Haotian Su, Yuan-Mau Lee, Tara Pe\~na, Sydney Fultz-Waters, Jimin Kang, \c{C}a\u{g}{\i}l K\"oro\u{g}lu, Sumaiya Wahid, Christina J. Newcomb, Young Suh Song, H.-S. Philip Wong, Shan X. Wang, Eric Pop
High-field Breakdown and Thermal Characterization of Indium Tin Oxide Transistors
null
ACS Nano (2025)
10.1021/acsnano.5c01572
null
physics.app-ph cond-mat.mes-hall cond-mat.mtrl-sci
http://creativecommons.org/licenses/by/4.0/
Amorphous oxide semiconductors are gaining interest for logic and memory transistors compatible with low-temperature fabrication. However, their low thermal conductivity and heterogeneous interfaces suggest that their performance may be severely limited by self-heating, especially at higher power and device densities. Here, we investigate the high-field breakdown of ultrathin (~4 nm) amorphous indium tin oxide (ITO) transistors with scanning thermal microscopy (SThM) and multiphysics simulations. The ITO devices break irreversibly at channel temperatures of ~180 {\deg}C and ~340 {\deg}C on SiO${_2}$ and HfO${_2}$ substrates, respectively, with failure primarily caused by thermally-induced compressive strain near the device contacts. Combining SThM measurements with simulations allows us to estimate a thermal boundary conductance (TBC) of 35 ${\pm}$ 12 MWm${^-}$${^2}$K${^-}$${^1}$ for ITO on SiO${_2}$, and 51 ${\pm}$ 14 MWm${^-}$${^2}$K${^-}$${^1}$ for ITO on HfO${_2}$. The latter also enables significantly higher breakdown power due to better heat dissipation and closer thermal expansion matching. These findings provide insights into the thermo-mechanical limitations of indium-based amorphous oxide transistors, which are important for more reliable and high-performance logic and memory applications.
[ { "version": "v1", "created": "Wed, 29 Jan 2025 01:32:28 GMT" }, { "version": "v2", "created": "Tue, 22 Apr 2025 21:14:29 GMT" } ]
2025-04-24T00:00:00
[ [ "Su", "Haotian", "" ], [ "Lee", "Yuan-Mau", "" ], [ "Peña", "Tara", "" ], [ "Fultz-Waters", "Sydney", "" ], [ "Kang", "Jimin", "" ], [ "Köroğlu", "Çağıl", "" ], [ "Wahid", "Sumaiya", "" ], [ "Newcomb", "Christina J.", "" ], [ "Song", "Young Suh", "" ], [ "Wong", "H. -S. Philip", "" ], [ "Wang", "Shan X.", "" ], [ "Pop", "Eric", "" ] ]
2501.17843
Dimitrios K. Papoulias
Valentina De Romeri, Dimitrios K. Papoulias, Gonzalo Sanchez Garcia
Implications of the first CONUS+ measurement of coherent elastic neutrino-nucleus scattering
V1: 27 pages, 12 figures, 2 tables, V2: Updated analysis according to the latest data release from the CONUS+ Collaboration. Main conclusions unchanged, V3: matches the published version
Phys.Rev.D 111 (2025) 7, 075025
10.1103/PhysRevD.111.075025
null
hep-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The CONUS+ collaboration has reported their first observation of coherent elastic neutrino-nucleus scattering (CE$\nu$NS). The experiment uses reactor electron antineutrinos and germanium detectors with recoil thresholds as low as $160~\mathrm{eV_\text{ee}}$. With an exposure of $327$ kg $\times$ d, the measurement was made with a statistical significance of $3.7 \sigma$. We explore several physics implications of this observation, both within the standard model and in the context of new physics. We focus on a determination of the weak mixing angle, nonstandard and generalized neutrino interactions both with heavy and light mediators, neutrino magnetic moments, and the up-scattering of neutrinos into sterile fermions through the sterile dipole portal and new mediators. Our results highlight the role of reactor-based \cevns~experiments in probing a vast array of neutrino properties and new physics models.
[ { "version": "v1", "created": "Wed, 29 Jan 2025 18:46:43 GMT" }, { "version": "v2", "created": "Thu, 6 Feb 2025 15:17:01 GMT" }, { "version": "v3", "created": "Wed, 23 Apr 2025 16:11:01 GMT" } ]
2025-04-24T00:00:00
[ [ "De Romeri", "Valentina", "" ], [ "Papoulias", "Dimitrios K.", "" ], [ "Garcia", "Gonzalo Sanchez", "" ] ]
2501.18044
Xuan Li
Xuan Li
Recent open heavy flavor studies for the Electron-Ion Collider
7 pages, 5 figures, conference proceedings for the 10th International Conference on Quarks and Nuclear Physics (QNP2024)
PoS(QNP2024)113
10.22323/1.465.0113
LA-UR-24-31401
nucl-ex hep-ex nucl-th physics.ins-det
http://creativecommons.org/licenses/by/4.0/
The future Electron-Ion Collider (EIC) will operate a series of high-luminosity high-energy electron+proton ($e+p$) and electron+nucleus ($\textit{e + A}$) collisions to study several fundamental questions in the high energy and nuclear physics field. Heavy flavor hadron and jet production at the EIC plays an important role in exploring both potential modification on the initial-state nuclear parton distribution functions (nPDFs) and final-state parton propagation and hadronization processes under different nuclear medium conditions. The current design of the EIC ePIC detector has good performance of vertex and track reconstruction, particle identification and energy determination in the pseudorapidity region of $-3.5<\eta<3.5$, which will enable a series of high precision heavy flavor hadron and jet measurements. Latest simulation studies of the projected nuclear modification factor $R_{eA}$ of heavy flavor jets and heavy flavor hadron inside jets in $e+p$ and $\textit{e + Au}$ collisions at $\sqrt{s} =$ 28.6 GeV and 63.2 GeV as well as the projected statistical accuracy of inclusive and differential charm baryon over meson ratio measurements in $e+p$ collisions will be presented. The impacts of these proposed EIC measurements on constraining the heavy quark propagation properties in cold nuclear medium and exploring the heavy quark hadronization process will be discussed.
[ { "version": "v1", "created": "Wed, 29 Jan 2025 23:15:39 GMT" } ]
2025-04-24T00:00:00
[ [ "Li", "Xuan", "" ] ]
2501.18480
Alexander Jackson
Alexander Jackson
The Representations of Automorphism Groups of $\mathfrak{o}$-modules of type $(\ell,1^n)$
14 pages, comments welcome
null
null
null
math.RT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Let $\mathfrak{o}$ be the valuation ring of a non-Archimedean local field with finite residue field. We give a procedure to find the representation zeta polynomial of $\mathrm{Aut}_\mathfrak{o}(\mathfrak{o}_\ell\oplus\mathfrak{o}_1^{\oplus n})$ by induction on $n$. In particular, we show that the dimensions of the representations are given by evaluating finitely many polynomials at $q=|\mathfrak{o}_1|$.
[ { "version": "v1", "created": "Thu, 30 Jan 2025 16:55:14 GMT" }, { "version": "v2", "created": "Wed, 19 Mar 2025 14:59:38 GMT" }, { "version": "v3", "created": "Tue, 22 Apr 2025 22:50:05 GMT" } ]
2025-04-24T00:00:00
[ [ "Jackson", "Alexander", "" ] ]
2501.18484
Steffen Wolf
Sebastian Milster, Joachim Dzubiella, Gerhard Stock, Steffen Wolf
Nonequilibrium friction and free energy estimates for kinetic coarse-graining -- Driven particles in responsive media
Seven Figures. This preprint is the unedited version of a manuscript that has been sent to a scientific publisher for consideration as an article in a peer-reviewed journal. Copyright with the authors and the publisher after publication
J. Chem. Phys. 162, 154113 (2025)
10.1063/5.0261459
null
cond-mat.soft cond-mat.stat-mech physics.app-ph physics.comp-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Predicting the molecular friction and energy landscapes under nonequilibrium conditions is key to coarse-graining the dynamics of selective solute transport through complex, fluctuating and responsive media, e.g., polymeric materials such as hydrogels, cellular membranes or ion channels. The analysis of equilibrium ensembles already allows such a coarse-graining for very mild nonequilibrium conditions. Yet in the presence of stronger external driving and/or inhomogeneous setups, the transport process is governed apart from a potential of mean force also by a nontrivial position- and velocity-dependent friction. It is therefore important to find suitable and efficient methods to estimate the mean force and the friction landscape, which then can be used in a low-dimensional, coarse-grained Langevin framework to predict the system's transport properties and timescales. In this work, we evaluate different coarse-graining approaches based on constant-velocity constraint simulations for generating such estimates using two model systems, which are a 1D responsive barrier as a minimalistic model and a single tracer driven through a 3D bead-spring polymer membrane as a more sophisticated problem. Finally, we demonstrate that the estimates from 3D constant-velocity simulations yield the correct velocity-dependent friction, which can be directly utilized for coarse-grained (1D) Langevin simulations with constant external driving forces.
[ { "version": "v1", "created": "Thu, 30 Jan 2025 16:57:30 GMT" } ]
2025-04-24T00:00:00
[ [ "Milster", "Sebastian", "" ], [ "Dzubiella", "Joachim", "" ], [ "Stock", "Gerhard", "" ], [ "Wolf", "Steffen", "" ] ]