id
string | submitter
string | authors
string | title
string | comments
string | journal-ref
string | doi
string | report-no
string | categories
string | license
string | abstract
string | versions
list | update_date
timestamp[s] | authors_parsed
list |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2509.03108
|
Shota Iwamatsu
|
Shota Iwamatsu, Koichi Ito, Takafumi Aoki
|
Backdoor Poisoning Attack Against Face Spoofing Attack Detection Methods
|
2025 Asia Pacific Signal and Information Processing Association Annual Summit and Conference (APSIPA ASC)
| null | null | null |
cs.CV
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Face recognition systems are robust against environmental changes and noise, and thus may be vulnerable to illegal authentication attempts using user face photos, such as spoofing attacks. To prevent such spoofing attacks, it is crucial to discriminate whether the input image is a live user image or a spoofed image prior to the face recognition process. Most existing spoofing attack detection methods utilize deep learning, which necessitates a substantial amount of training data. Consequently, if malicious data is injected into a portion of the training dataset, a specific spoofing attack may be erroneously classified as live, leading to false positives.In this paper, we propose a novel backdoor poisoning attack method to demonstrate the latent threat of backdoor poisoning within face anti-spoofing detection. The proposed method enables certain spoofing attacks to bypass detection by embedding features extracted from the spoofing attack's face image into a live face image without inducing any perceptible visual alterations.Through experiments conducted on public datasets, we demonstrate that the proposed method constitutes a realistic threat to existing spoofing attack detection systems.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:05:36 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Iwamatsu",
"Shota",
""
],
[
"Ito",
"Koichi",
""
],
[
"Aoki",
"Takafumi",
""
]
] |
2509.03109
|
Paolo Cascini
|
Paolo Cascini and Calum Spicer
|
On base point freeness for rank one foliations
|
12 pages
| null | null | null |
math.AG
|
http://creativecommons.org/licenses/by/4.0/
|
We prove the base point free theorem for log canonical foliated pairs of rank one on a Q-factorial projective klt threefold. Moreover, we show abundance in the case of numerically trivial log canonical foliated pairs of rank one in any dimension.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:05:49 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Cascini",
"Paolo",
""
],
[
"Spicer",
"Calum",
""
]
] |
2509.03110
|
Yunfei Teng
|
Yunfei Teng, Sixin Zhang
|
LSAM: Asynchronous Distributed Training with Landscape-Smoothed Sharpness-Aware Minimization
| null | null | null | null |
cs.LG stat.ML
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
While Sharpness-Aware Minimization (SAM) improves generalization in deep neural networks by minimizing both loss and sharpness, it suffers from inefficiency in distributed large-batch training. We present Landscape-Smoothed SAM (LSAM), a novel optimizer that preserves SAM's generalization advantages while offering superior efficiency. LSAM integrates SAM's adversarial steps with an asynchronous distributed sampling strategy, generating an asynchronous distributed sampling scheme, producing a smoothed sharpness-aware loss landscape for optimization. This design eliminates synchronization bottlenecks, accelerates large-batch convergence, and delivers higher final accuracy compared to data-parallel SAM.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:07:43 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Teng",
"Yunfei",
""
],
[
"Zhang",
"Sixin",
""
]
] |
2509.03111
|
Hao Yang
|
Hao Yang, Guang Ouyang
|
Handwriting Imagery EEG Classification based on Convolutional Neural Networks
| null | null | null | null |
eess.SP
|
http://creativecommons.org/licenses/by/4.0/
|
Handwriting imagery has emerged as a promising paradigm for brain-computer interfaces (BCIs) aimed at translating brain activity into text output. Compared with invasively recorded electroencephalography (EEG), non-invasive recording offers a more practical and feasible approach to capturing brain signals for BCI. This study explores the limit of decoding non-invasive EEG associated with handwriting imagery into English letters using deep neural networks. To this end, five participants were instructed to imagine writing the 26 English letters with their EEG being recorded from the scalp. A measurement of EEG similarity across letters was conducted to investigate letter-specific patterns in the dataset. Subsequently, four convolutional neural network (CNN) models were trained for EEG classification. Descriptively, the EEG data clearly exhibited letter-specific patterns serving as a proof-of-concept for EEG-to-text translation. Under the chance level of accuracy at 3.85%, the CNN classifiers trained on each participant reached the highest limit of around 20%. This study marks the first attempt to decode non-invasive EEG associated with handwriting imagery. Although the achieved accuracy is not sufficient for a usable brain-to-text BCI, the model's performance is noteworthy in revealing the potential for translating non-invasively recorded brain signals into text outputs and establishing a baseline for future research.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:08:59 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Yang",
"Hao",
""
],
[
"Ouyang",
"Guang",
""
]
] |
2509.03112
|
Jialu Li
|
Jialu Li, Chen Wu, Meiqi Hu
|
Information transmission: Inferring change area from change moment in time series remote sensing images
| null | null | null | null |
cs.CV cs.AI
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Time series change detection is a critical task for exploring ecosystem dynamics using time series remote sensing images, because it can simultaneously indicate where and when change occur. While deep learning has shown excellent performance in this domain, it continues to approach change area detection and change moment identification as distinct tasks. Given that change area can be inferred from change moment, we propose a time series change detection network, named CAIM-Net (Change Area Inference from Moment Network), to ensure consistency between change area and change moment results. CAIM-Net infers change area from change moment based on the intrinsic relationship between time series analysis and spatial change detection. The CAIM-Net comprises three key steps: Difference Extraction and Enhancement, Coarse Change Moment Extraction, and Fine Change Moment Extraction and Change Area Inference. In the Difference Extraction and Enhancement, a lightweight encoder with batch dimension stacking is designed to rapidly extract difference features. Subsequently, boundary enhancement convolution is applied to amplify these difference features. In the Coarse Change Moment Extraction, the enhanced difference features from the first step are used to spatiotemporal correlation analysis, and then two distinct methods are employed to determine coarse change moments. In the Fine Change Moment Extraction and Change Area Inference, a multiscale temporal Class Activation Mapping (CAM) module first increases the weight of the change-occurring moment from coarse change moments. Then the weighted change moment is used to infer change area based on the fact that pixels with the change moment must have undergone a change.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:10:30 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Li",
"Jialu",
""
],
[
"Wu",
"Chen",
""
],
[
"Hu",
"Meiqi",
""
]
] |
2509.03113
|
Shan Wang
|
Shan Wang, Maying Shen, Nadine Chang, Chuong Nguyen, Hongdong Li, Jose M. Alvarez
|
Mitigating Multimodal Hallucinations via Gradient-based Self-Reflection
| null | null | null | null |
cs.CV cs.CL
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Hallucinations in multimodal large language model are caused by the text-visual bias and the co-occurrence bias. The former reflects an over-reliance on text information in the decision-making process, while the latter arises from the statistical object-pairing patterns abstracted from the training data. Existing mitigation methods heuristically address these biases without understanding the fluctuating bias level across the instances. We first propose estimating the influence of respective token types (visual, prompt, and previous outputs) using a gradient-based self-reflection method. The estimated token influence further enables the detection of object-related visual tokens and their integration into an influence-aware contrastive decoding framework to mitigate both types of biases simultaneously. Our method operates without the need for additional resources, such as costly fine-tuning, extra models, or data statistics. Extensive experiments show it effectively reduces hallucinations, achieving up to a 92% accuracy increase on LLaVA-QA90.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:13:52 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Wang",
"Shan",
""
],
[
"Shen",
"Maying",
""
],
[
"Chang",
"Nadine",
""
],
[
"Nguyen",
"Chuong",
""
],
[
"Li",
"Hongdong",
""
],
[
"Alvarez",
"Jose M.",
""
]
] |
2509.03114
|
Miao Xu
|
Miao Xu, Xiangyu Zhu, Xusheng Liang, Zidu Wang, Jinlin Wu, Zhen Lei
|
Towards Realistic Hand-Object Interaction with Gravity-Field Based Diffusion Bridge
| null | null | null | null |
cs.CV
|
http://creativecommons.org/licenses/by/4.0/
|
Existing reconstruction or hand-object pose estimation methods are capable of producing coarse interaction states. However, due to the complex and diverse geometry of both human hands and objects, these approaches often suffer from interpenetration or leave noticeable gaps in regions that are supposed to be in contact. Moreover, the surface of a real human hand undergoes non-negligible deformations during interaction, which are difficult to capture and represent with previous methods. To tackle these challenges, we formulate hand-object interaction as an attraction-driven process and propose a Gravity-Field Based Diffusion Bridge (GravityDB) to simulate interactions between a deformable hand surface and rigid objects. Our approach effectively resolves the aforementioned issues by generating physically plausible interactions that are free of interpenetration, ensure stable grasping, and capture realistic hand deformations. Furthermore, we incorporate semantic information from textual descriptions to guide the construction of the gravitational field, enabling more semantically meaningful interaction regions. Extensive qualitative and quantitative experiments on multiple datasets demonstrate the effectiveness of our method.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:15:19 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Xu",
"Miao",
""
],
[
"Zhu",
"Xiangyu",
""
],
[
"Liang",
"Xusheng",
""
],
[
"Wang",
"Zidu",
""
],
[
"Wu",
"Jinlin",
""
],
[
"Lei",
"Zhen",
""
]
] |
2509.03115
|
Christian Bauer
|
Christian Bauer and Claus Wagner
|
Relaminarization of turbulent pipe flow induced by streamwise traveling wave wall transpiration and its scaling
|
submitted to Acta Mechanica
| null | null | null |
physics.flu-dyn
|
http://creativecommons.org/licenses/by/4.0/
|
In technical applications, more than 90\% of the energy required to pump the fluids through pipes is dissipated by turbulence near the wall. In this respect, streamwise traveling waves of wall blowing and suction have been used to relaminarize turbulent pipe flow at a low friction Reynolds number of $\mathrm{Re}_\tau=110$, considerably reducing friction losses and energy consumption. Here, we demonstrate that streamwise traveling waves of wall blowing and suction applied to initially turbulent pipe flow can trigger relaminarization up to friction Reynolds numbers of $\mathrm{Re}_\tau=720$. Furthermore, we perform a parametric study comprising both upstream traveling waves (UTWs, $c<0$) and downstream traveling waves (DTWs, $c>0$) by varying the traveling wave amplitude $a$, celerity $c$, and wavelength $\lambda$ at $\mathrm{Re}_\tau=180$ and $\mathrm{Re}_\tau=360$ in order to investigate the scaling of the maximum drag reduction and of the net energy saving rate in direct numerical simulations. Consistent with channel flow studies in the literature, we found that UTWs destabilize the flow, while generating sublaminar drag due to the pumping effect. However, only low-speed UTWs with large amplitudes were discovered to decisively reduce energy consumption. For DTWs, a large range of wave parameters lead to a conspicuous drag reduction. Nevertheless, only a subgroup of these wave parameters are associated with siginificant net energy savings, i.e. $0.067U_{c,lam} \lesssim a \lesssim0.1U_{c,lam}$, $c \approx U_{c,lam}$, and $\lambda\approx 360\delta_\nu$, independent of the Reynolds number. Here, $U_{c,lam}=1/2\mathrm{Re}_\tau u_\tau$ is the centerline velocity of the corresponding laminar flow, and $\delta_\nu = \nu/u_\tau$ is the viscous length scale.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:18:28 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Bauer",
"Christian",
""
],
[
"Wagner",
"Claus",
""
]
] |
2509.03116
|
Hauke Licht
|
Hauke Licht, Rupak Sarkar, Patrick Y. Wu, Pranav Goel, Niklas Stoehr, Elliott Ash, and Alexander Miserlis Hoyle
|
Measuring Scalar Constructs in Social Science with LLMs
|
Accepted to EMNLP 2025 (Main)
| null | null | null |
cs.CL
|
http://creativecommons.org/licenses/by/4.0/
|
Many constructs that characterize language, like its complexity or emotionality, have a naturally continuous semantic structure; a public speech is not just "simple" or "complex," but exists on a continuum between extremes. Although large language models (LLMs) are an attractive tool for measuring scalar constructs, their idiosyncratic treatment of numerical outputs raises questions of how to best apply them. We address these questions with a comprehensive evaluation of LLM-based approaches to scalar construct measurement in social science. Using multiple datasets sourced from the political science literature, we evaluate four approaches: unweighted direct pointwise scoring, aggregation of pairwise comparisons, token-probability-weighted pointwise scoring, and finetuning. Our study yields actionable findings for applied researchers. First, LLMs prompted to generate pointwise scores directly from texts produce discontinuous distributions with bunching at arbitrary numbers. The quality of the measurements improves with pairwise comparisons made by LLMs, but it improves even more by taking pointwise scores and weighting them by token probability. Finally, finetuning smaller models with as few as 1,000 training pairs can match or exceed the performance of prompted LLMs.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:19:13 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Licht",
"Hauke",
""
],
[
"Sarkar",
"Rupak",
""
],
[
"Wu",
"Patrick Y.",
""
],
[
"Goel",
"Pranav",
""
],
[
"Stoehr",
"Niklas",
""
],
[
"Ash",
"Elliott",
""
],
[
"Hoyle",
"Alexander Miserlis",
""
]
] |
2509.03117
|
Yuchen Yang
|
Yuchen Yang, Yiming Li, Hongwei Yao, Enhao Huang, Shuo Shao, Bingrun Yang, Zhibo Wang, Dacheng Tao, Zhan Qin
|
PromptCOS: Towards System Prompt Copyright Auditing for LLMs via Content-level Output Similarity
| null | null | null | null |
cs.CR
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
The rapid progress of large language models (LLMs) has greatly enhanced reasoning tasks and facilitated the development of LLM-based applications. A critical factor in improving LLM-based applications is the design of effective system prompts, which significantly impact the behavior and output quality of LLMs. However, system prompts are susceptible to theft and misuse, which could undermine the interests of prompt owners. Existing methods protect prompt copyrights through watermark injection and verification but face challenges due to their reliance on intermediate LLM outputs (e.g., logits), which limits their practical feasibility.
In this paper, we propose PromptCOS, a method for auditing prompt copyright based on content-level output similarity. It embeds watermarks by optimizing the prompt while simultaneously co-optimizing a special verification query and content-level signal marks. This is achieved by leveraging cyclic output signals and injecting auxiliary tokens to ensure reliable auditing in content-only scenarios. Additionally, it incorporates cover tokens to protect the watermark from malicious deletion. For copyright verification, PromptCOS identifies unauthorized usage by comparing the similarity between the suspicious output and the signal mark. Experimental results demonstrate that our method achieves high effectiveness (99.3% average watermark similarity), strong distinctiveness (60.8% greater than the best baseline), high fidelity (accuracy degradation of no more than 0.58%), robustness (resilience against three types of potential attacks), and computational efficiency (up to 98.1% reduction in computational cost). Our code is available at GitHub https://github.com/LianPing-cyber/PromptCOS.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:19:40 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Yang",
"Yuchen",
""
],
[
"Li",
"Yiming",
""
],
[
"Yao",
"Hongwei",
""
],
[
"Huang",
"Enhao",
""
],
[
"Shao",
"Shuo",
""
],
[
"Yang",
"Bingrun",
""
],
[
"Wang",
"Zhibo",
""
],
[
"Tao",
"Dacheng",
""
],
[
"Qin",
"Zhan",
""
]
] |
2509.03118
|
Hankang Gu
|
Hankang Gu, Yuli Zhang, Chengming Wang, Ruiyuan Jiang, Ziheng Qiao, Pengfei Fan, Dongyao Jia
|
A Hierarchical Deep Reinforcement Learning Framework for Traffic Signal Control with Predictable Cycle Planning
| null | null | null | null |
cs.LG cs.AI cs.MA
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Deep reinforcement learning (DRL) has become a popular approach in traffic signal control (TSC) due to its ability to learn adaptive policies from complex traffic environments. Within DRL-based TSC methods, two primary control paradigms are ``choose phase" and ``switch" strategies. Although the agent in the choose phase paradigm selects the next active phase adaptively, this paradigm may result in unexpected phase sequences for drivers, disrupting their anticipation and potentially compromising safety at intersections. Meanwhile, the switch paradigm allows the agent to decide whether to switch to the next predefined phase or extend the current phase. While this structure maintains a more predictable order, it can lead to unfair and inefficient phase allocations, as certain movements may be extended disproportionately while others are neglected. In this paper, we propose a DRL model, named Deep Hierarchical Cycle Planner (DHCP), to allocate the traffic signal cycle duration hierarchically. A high-level agent first determines the split of the total cycle time between the North-South (NS) and East-West (EW) directions based on the overall traffic state. Then, a low-level agent further divides the allocated duration within each major direction between straight and left-turn movements, enabling more flexible durations for the two movements. We test our model on both real and synthetic road networks, along with multiple sets of real and synthetic traffic flows. Empirical results show our model achieves the best performance over all datasets against baselines.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:20:06 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Gu",
"Hankang",
""
],
[
"Zhang",
"Yuli",
""
],
[
"Wang",
"Chengming",
""
],
[
"Jiang",
"Ruiyuan",
""
],
[
"Qiao",
"Ziheng",
""
],
[
"Fan",
"Pengfei",
""
],
[
"Jia",
"Dongyao",
""
]
] |
2509.03119
|
Yash Vyas
|
Yash Vyas and Matteo Bottin
|
Forbal: Force Balanced 2-5 Degree of Freedom Robot Manipulator Built from a Five Bar Linkage
| null | null | null | null |
cs.RO cs.SY eess.SY
|
http://creativecommons.org/licenses/by/4.0/
|
A force balanced manipulator design based on the closed chain planar five bar linkage is developed and experimentally validated. We present 2 variants as a modular design: Forbal-2, a planar 2-DOF manipulator, and its extension to 5-DOF spatial motion called Forbal-5. The design considerations in terms of geometric, kinematic, and dynamic design that fulfill the force balance conditions while maximizing workspace are discussed. Then, the inverse kinematics of both variants are derived from geometric principles.
We validate the improvements from force balancing the manipulator through comparative experiments with counter mass balanced and unbalanced configurations. The results show how the balanced configuration yields a reduction in the average reaction moments of up to 66\%, a reduction of average joint torques of up to 79\%, as well as a noticeable reduction in position error for Forbal-2. For Forbal-5, which has a higher end effector payload mass, the joint torques are reduced up to 84\% for the balanced configuration. Experimental results validate that the balanced manipulator design is suitable for applications where the reduction of joint torques and reaction forces/moments helps achieve millimeter level precision.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:20:55 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Vyas",
"Yash",
""
],
[
"Bottin",
"Matteo",
""
]
] |
2509.03120
|
Sayali Kulkarni
|
Sayali Kulkarni, H\'ector V\'azquez Rami\'o, Carlos L\'opez-SanJuan, Alessandro Ederoclite, Stylianos Pyrzas
|
J-VAR: Analysis of RR Lyrae light curves in seven optical bands
| null | null | null | null |
astro-ph.SR astro-ph.GA
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Context. RR Lyrae stars are key distance indicators and tracers of old stellar populations in the Milky Way and its satellites. Accurate period and amplitude measurements are essential for constraining stellar evolution and mapping Galactic structure. The Javalambre VARiability (J-VAR) survey provides valuable time-series data across seven optical bands, including gri and four medium and narrow bands. Aims. Our goal is to construct and analyze light curves for RR Lyrae stars identified in the first data release (DR1) of the J-VAR survey using the Gaia DR3 variable stars catalog as a reference. Methods. The light curves of 315 RR Lyrae were analyzed by fitting templates from the Sloan Digital Sky Survey (SDSS) multiband template library. The periods and amplitudes for the seven bands in J-VAR were independently obtained from the best-fitted templates. Results. The J-VAR periods show strong agreement with Gaia DR3 values, which confirms the reliability of the applied methodology. The Bailey diagram for each J-VAR filter reveals the expected trend for RRab and RRc stars, with larger pulsation amplitudes at bluer wavelengths. After normalizing by the r-band amplitude, an exponential trend is found, with the bluer J-VAR filter centered at 395 nm having twice the amplitude of the reddest J-VAR passband at 861 nm. The normalized amplitudes of the RR Lyrae stars from Gaia and the Zwicky Transient Facility (ZTF) are consistent with the J-VAR trend. Finally, the SDSS templates derived from broadbands also provide a proper description for the medium and narrow band light curves. Conclusions. The J-VAR RR Lyrae catalog offers reliable pulsation parameters and light curves in seven optical filters, allowing the systematic study of amplitude trends from 395 to 860 nm and offering a unique benchmark for theoretical models.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:21:29 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Kulkarni",
"Sayali",
""
],
[
"Ramió",
"Héctor Vázquez",
""
],
[
"López-SanJuan",
"Carlos",
""
],
[
"Ederoclite",
"Alessandro",
""
],
[
"Pyrzas",
"Stylianos",
""
]
] |
2509.03121
|
David Wood
|
David R. Wood
|
Expansion of gap-planar graphs
| null | null | null | null |
math.CO cs.DM
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
A graph is $k$-gap-planar if it has a drawing in the plane such that every crossing can be charged to one of the two edges involved so that at most $k$ crossings are charged to each edge. We show this class of graphs has linear expansion. In particular, every $r$-shallow minor of a $k$-gap-planar graph has density $O(rk)$. Several extensions of this result are proved: for topological minors, for $k$-cover-planar graphs, for $k$-gap-cover-planar graphs, and for drawings on any surface. Application to graph colouring are presented.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:22:02 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Wood",
"David R.",
""
]
] |
2509.03122
|
Yue Li
|
Yue Li, Xin Yi, Dongsheng Shi, Yongyi Cui, Gerard de Melo, Xiaoling Wang, Linlin Wang
|
From Evaluation to Defense: Constructing Persistent Edit-Based Fingerprints for Large Language Models
|
preprint
| null | null | null |
cs.CL cs.AI cs.LG
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
The intellectual property (IP) protection of Large Language Models (LLMs) is increasingly critical. Injecting specialized fingerprints into LLMs through instruction tuning is a common IP protection technique. However, this may significantly degrade model performance, requires substantial computational resources, and exhibits poor persistence under model modifications. We argue that knowledge editing offers a lightweight alternative that is more suitable for fingerprint injection. Accordingly, we apply knowledge editing to fingerprint injection for the first time and demonstrate its strong capability. Despite using scrambled text as fingerprints to prevent them from being overwritten during fine-tuning, degradation still occurs under large-scale fine-tuning. To address this, we propose Fingerprint Subspace-aware Fine-Tuning (FSFT), which reduces fingerprint degradation by constraining the update of the fingerprint subspace. The performance of FSFT exceeds fine-tuning by 10% even in the worst-case scenario. Additionally, we observe that the fingerprint-injected models struggle to distinguish between fingerprints and similar texts due to the high similarity of their features. This finding underscores the urgent need for more robust and fine-grained fingerprinting injection methods for LLMs.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:22:04 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Li",
"Yue",
""
],
[
"Yi",
"Xin",
""
],
[
"Shi",
"Dongsheng",
""
],
[
"Cui",
"Yongyi",
""
],
[
"de Melo",
"Gerard",
""
],
[
"Wang",
"Xiaoling",
""
],
[
"Wang",
"Linlin",
""
]
] |
2509.03123
|
Wei Xu
|
Wei Xu, Hui Zhu, Yandong Zheng, Song Bian, Ning Sun, Hao Yuan, Dengguo Feng, and Hui Li
|
Kangaroo: A Private and Amortized Inference Framework over WAN for Large-Scale Decision Tree Evaluation
| null | null |
10.14722/ndss.2026.230892
| null |
cs.CR
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
With the rapid adoption of Models-as-a-Service, concerns about data and model privacy have become increasingly critical. To solve these problems, various privacy-preserving inference schemes have been proposed. In particular, due to the efficiency and interpretability of decision trees, private decision tree evaluation (PDTE) has garnered significant attention. However, existing PDTE schemes suffer from significant limitations: their communication and computation costs scale with the number of trees, the number of nodes, or the tree depth, which makes them inefficient for large-scale models, especially over WAN networks. To address these issues, we propose Kangaroo, a private and amortized decision tree inference framework build upon packed homomorphic encryption. Specifically, we design a novel model hiding and encoding scheme, together with secure feature selection, oblivious comparison, and secure path evaluation protocols, enabling full amortization of the overhead as the number of nodes or trees scales. Furthermore, we enhance the performance and functionality of the framework through optimizations, including same-sharing-for-same-model, latency-aware, and adaptive encoding adjustment strategies. Kangaroo achieves a $14\times$ to $59\times$ performance improvement over state-of-the-art (SOTA) one-round interactive schemes in WAN environments. For large-scale decision tree inference tasks, it delivers a $3\times$ to $44\times$ speedup compared to existing schemes. Notably, Kangaroo enables the evaluation of a random forest with $969$ trees and $411825$ nodes in approximately $60$ ms per tree (amortized) under WAN environments.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:22:20 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Xu",
"Wei",
""
],
[
"Zhu",
"Hui",
""
],
[
"Zheng",
"Yandong",
""
],
[
"Bian",
"Song",
""
],
[
"Sun",
"Ning",
""
],
[
"Yuan",
"Hao",
""
],
[
"Feng",
"Dengguo",
""
],
[
"Li",
"Hui",
""
]
] |
2509.03124
|
Mohamed, Alfaki ABOUBACRINE ASSADEK
|
Mohamed Alfaki Aboubacrine Assadek (MATHSTIC, LAREMA)
|
Exponential ergodicity of mean-field Langevin dynamics by synchronous coupling
| null | null | null | null |
math.AP math-ph math.CA math.FA math.HO math.MP
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
As an example of the nonlinear Fokker-Planck equation, the mean field Langevin dynamics recently attracts attention due to its connection to (noisy) gradient descent on infinitely wide neural networks in the mean field regime, and hence the convergence property of the dynamics is of great theoretical interest. In this paper, In the continuity of [1, 2], we are interested by the long-time behavior and uniform in time propagation of chaos by synchronous coupling for mean-field Langevin dynamics (over- and under-damped).
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:25:35 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Assadek",
"Mohamed Alfaki Aboubacrine",
"",
"MATHSTIC, LAREMA"
]
] |
2509.03125
|
Lei Zhang
|
Bo Bi and Lei Zhang
|
Hyperbolic Keller-Segel equations with weak dissipation in Besov spaces: Global well-posedness and blow-up criteria
| null | null | null | null |
math.AP
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
This paper considers the Cauchy problem for weakly dissipative hyperbolic Keller-Segel (HKS) equations in both non-critical and critical inhomogeneous Besov spaces. We first show that the problem admits a unique global strong solution if either the dissipation parameter $\lambda$ is sufficiently large or the initial data norm is sufficiently small. This provides a partial affirmative answer to the open question of global well-posedness in Besov spaces left by \cite{Zhang2022,Zhou2021,Meng2024}. An interesting observation is that these results can be extended to HKS equations with time-dependent parameters involving the weakly dissipative HKS equations as a special case, where global solvability depends solely on the $L^1$-integrability of the variable coefficients. Furthermore, we derive two types of blow-up criteria for strong solutions in both critical and non-critical Besov spaces, and explicitly characterize the lower bound of blow-up time. These findings partly clarify how time-dependent parameters (especially, the dissipation parameter $\lambda$) guarantee global existence of solutions.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:25:53 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Bi",
"Bo",
""
],
[
"Zhang",
"Lei",
""
]
] |
2509.03126
|
Christian Doh Dinga
|
Christian Doh Dinga, Sander van Rijn, Laurens de Vries, Milos Cvetkovic
|
On the Smart Coordination of Flexibility Scheduling in Multi-carrier Integrated Energy Systems
| null | null | null | null |
eess.SY cs.SY econ.GN math.OC q-fin.EC
|
http://creativecommons.org/licenses/by/4.0/
|
Coordinating the interactions between flexibility assets in multi-carrier integrated energy systems (MIES) can lead to an efficient integration of variable renewable energy resources, and a cost-efficient energy transition. However, the proliferation of flexibility assets and their participation in active demand response increases the complexity of coordinating these interactions. This paper introduces different approaches to model the coordination of flexibility scheduling in MIES. We propose a market auction-inspired model coupling approach to address the challenges of preserving the autonomy and privacy of flexibility providers, and the issue of scalability. We benchmark our approach against co-optimization and an iterative price-response method by conducting experiments with varying problem sizes and computing infrastructure. We show that our approach scales well and is suitable for modeling flexibility in large-scale energy systems in a more realistic way. From an optimality standpoint, the flexibility dispatch schedules and electricity prices are ``near-optimal". Our methodology is implemented as a new open-source software, which offers several practical applications. For example, flexibility providers and network operators can couple their models to simulate the interaction between their systems without disclosing confidential information; policy regulators can use it to investigate new market design and regulations to optimize the utilization of flexibility in MIES.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:27:01 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Dinga",
"Christian Doh",
""
],
[
"van Rijn",
"Sander",
""
],
[
"de Vries",
"Laurens",
""
],
[
"Cvetkovic",
"Milos",
""
]
] |
2509.03127
|
Jan W\'ojcik
|
Antoni W\'ojcik and Jan W\'ojcik
|
Simple explanation of apparent Bell nonlocality of unentangled photons
| null | null | null | null |
quant-ph
|
http://creativecommons.org/licenses/by/4.0/
|
Wang et al. [Science Advances, 1 Aug 2025 Vol 11, Issue 31] recently reported an experiment that they interpret as demonstrating a violation of Bell's inequality using unentangled photons. Such a claim is highly controversial, since it is well established that product states cannot surpass the bounds set by local hidden variable models. In this manuscript, we analyze the essential features of the experiment through simplified, idealized scenarios. Our analysis shows that the apparent violation of Bell's inequality originates from two key elements: postselection and an unconventional normalization procedure. These steps produce quantities that formally mimic Bell-type correlations but lack the operational meaning required in a genuine Bell test. We therefore argue that the reported violation does not demonstrate nonlocality without entanglement, but rather reflects a misinterpretation of otherwise valid and interesting multiphoton interference effects.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:27:20 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Wójcik",
"Antoni",
""
],
[
"Wójcik",
"Jan",
""
]
] |
2509.03128
|
Zichang Ren
|
Zichang Ren, Chunhang Zheng, Dou Li, Yuping Zhao
|
Successive Cancellation Decoding For General Monotone Chain Polar Codes
| null | null | null | null |
cs.IT math.IT
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Monotone chain polar codes generalize classical polar codes to multivariate settings, offering a flexible approach for achieving the entire admissible rate region in the distributed lossless coding problem. However, this flexibility also introduces significant challenges for existing successive cancellation (SC) based decoding schemes. Motivated by the need for a general SC decoding solution, we present a comprehensive decoding strategy for monotone chain polar codes that can handle arbitrary numbers of terminals, non-binary alphabets, and decoding along arbitrary monotone chains. Specifically, we formulate the SC decoding task as a series of inference subtasks over the polar transform and propose a computational graph framework based on probability propagation principles. This approach highlights the impact of variable switching during decoding and shows that time complexity varies between $O(N\log{N})$ and $O(N^2)$, depending on the specific chain structure. Moreover, we demonstrate that the widely used $O(N)$ space optimization is not universally applicable to monotone chain polar codes, which prompts us to introduce a constant-time decoder forking strategy based on the proposed logical computation graphs. This strategy enables time-efficient list decoding without relying on $O(N)$-space techniques. Numerical results verify the superior performance of the proposed scheme compared with the classical lazy-copy scheme.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:28:20 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Ren",
"Zichang",
""
],
[
"Zheng",
"Chunhang",
""
],
[
"Li",
"Dou",
""
],
[
"Zhao",
"Yuping",
""
]
] |
2509.03129
|
Priyavrat Deshpande
|
Priyavrat Deshpande, Aditya Karnataki, Pratiksha Shingavekar
|
Unveiling Arithmetic Statistics of Congruent Number Elliptic Curves via Data Science and Machine Learning
|
35 pages, 32 figures. Comments are welcome
| null | null | null |
math.NT
|
http://creativecommons.org/licenses/by/4.0/
|
This article presents a comprehensive data-scientific investigation into the arithmetic statistics of congruent number elliptic curves, leveraging a dataset of square-free integers up to $3$ million. We analyze the Mordell-Weil ranks, 2-Selmer ranks, and 3-Selmer ranks of the corresponding elliptic curves $E_D: y^2 = x^3 - D^2x$, where $D$ is a square-free number. Our study empirically examines the Heath-Brown heuristics, which predict the distribution of $2$-Selmer ranks as well as congruent numbers based on their residue modulo $8$. In particular, offering statistical insights into the proportion of numbers whose associated elliptic curves have positive rank. We provide a rigorous verification of Goldfeld's Conjecture in this context, analyzing the distribution of analytic ranks and demonstrating their alignment with the conjectured $50/50$ split for ranks $0$ and $1$. Furthermore, we explore the conjectural asymptotic distribution of $2-$ and $3$-torsion part of the Tate-Shafarevich group of these curves. Based on empirical evidence, we also suggest potential statistical distribution of $3$-Selmer and Mordell-Weil ranks. We also examine the averages of Frobenius traces and observe that they tend to zero without exhibiting any murmuration-like patterns.
In addition to these number-theoretic analyses, we apply machine learning techniques to classify and predict congruent numbers, exploring the efficacy of computational methods in distinguishing congruent from non-congruent numbers based on the arithmetic properties of elliptic curves. This interdisciplinary approach blends advanced number theory with modern data science, providing empirical support for conjectures as well as discovery of new patterns.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:29:30 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Deshpande",
"Priyavrat",
""
],
[
"Karnataki",
"Aditya",
""
],
[
"Shingavekar",
"Pratiksha",
""
]
] |
2509.03130
|
Yunqi Mi
|
Yunqi Mi, Boyang Yan, Guoshuai Zhao, Jialie Shen, Xueming Qian
|
A Plug-and-play Model-agnostic Embedding Enhancement Approach for Explainable Recommendation
| null | null | null | null |
cs.IR
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Existing multimedia recommender systems provide users with suggestions of media by evaluating the similarities, such as games and movies. To enhance the semantics and explainability of embeddings, it is a consensus to apply additional information (e.g., interactions, contexts, popularity). However, without systematic consideration of representativeness and value, the utility and explainability of embedding drops drastically. Hence, we introduce RVRec, a plug-and-play model-agnostic embedding enhancement approach that can improve both personality and explainability of existing systems. Specifically, we propose a probability-based embedding optimization method that uses a contrastive loss based on negative 2-Wasserstein distance to learn to enhance the representativeness of the embeddings. In addtion, we introduce a reweighing method based on multivariate Shapley values strategy to evaluate and explore the value of interactions and embeddings. Extensive experiments on multiple backbone recommenders and real-world datasets show that RVRec can improve the personalization and explainability of existing recommenders, outperforming state-of-the-art baselines.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:32:20 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Mi",
"Yunqi",
""
],
[
"Yan",
"Boyang",
""
],
[
"Zhao",
"Guoshuai",
""
],
[
"Shen",
"Jialie",
""
],
[
"Qian",
"Xueming",
""
]
] |
2509.03131
|
Sashuai Zhou
|
Sashuai Zhou, Weinan Gan, Qijiong Liu, Ke Lei, Jieming Zhu, Hai Huang, Yan Xia, Ruiming Tang, Zhenhua Dong, Zhou Zhao
|
RecBase: Generative Foundation Model Pretraining for Zero-Shot Recommendation
| null |
EMNLP 2025
| null | null |
cs.IR cs.LG
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Recent advances in LLM-based recommendation have shown promise, yet their cross-domain generalization is hindered by a fundamental mismatch between language-centric pretraining and the recommendation task. Existing methods, relying on language-level knowledge, fail to capture dynamic, item-level user interests across domains. To bridge this gap, we propose RecBase, a domain-agnostic foundational model pretrained with a recommendation-oriented objective. RecBase leverages a large-scale, heterogeneous, cross-domain corpus with unified textual representations and feature mappings to enhance cross-domain generalization. To further align item semantics across domains, we introduce a unified item tokenizer that encodes items into hierarchical concept identifiers, enabling structured representation and efficient vocabulary sharing. The model is trained using an autoregressive objective to capture complex item-level sequential patterns. On eight real-world datasets, our 1.5B-parameter model matches or surpasses the performance of LLM baselines up to 7B parameters in zero-shot and cross-domain recommendation tasks.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:33:43 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Zhou",
"Sashuai",
""
],
[
"Gan",
"Weinan",
""
],
[
"Liu",
"Qijiong",
""
],
[
"Lei",
"Ke",
""
],
[
"Zhu",
"Jieming",
""
],
[
"Huang",
"Hai",
""
],
[
"Xia",
"Yan",
""
],
[
"Tang",
"Ruiming",
""
],
[
"Dong",
"Zhenhua",
""
],
[
"Zhao",
"Zhou",
""
]
] |
2509.03132
|
Ian Le Meur
|
Matthias R. Gaberdiel and Ian Le Meur
|
The Triplet Perturbation of the Symmetric Orbifold
| null | null | null | null |
hep-th
|
http://creativecommons.org/licenses/by/4.0/
|
The perturbation of the symmetric orbifold of $\mathbb{T}^4$ under the triplet of exactly marginal operators from the $2$-cycle twisted sector is studied in perturbation theory. We show that the structure of the triplet perturbation is very similar to that of the previously studied singlet perturbation, and in particular, that the theory remains also integrable in this case. Furthermore, using the various symmetries of the problem, we identify the dual supergravity interpretation of these deformations.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:34:48 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Gaberdiel",
"Matthias R.",
""
],
[
"Meur",
"Ian Le",
""
]
] |
2509.03133
|
Gabriele Romolini
|
LHCb collaboration: R. Aaij, A.S.W. Abdelmotteleb, C. Abellan Beteta, F. Abudin\'en, T. Ackernley, A. A. Adefisoye, B. Adeva, M. Adinolfi, P. Adlarson, C. Agapopoulou, C.A. Aidala, Z. Ajaltouni, S. Akar, K. Akiba, P. Albicocco, J. Albrecht, R. Aleksiejunas, F. Alessio, P. Alvarez Cartelle, R. Amalric, S. Amato, J.L. Amey, Y. Amhis, L. An, L. Anderlini, M. Andersson, P. Andreola, M. Andreotti, S. Andres Estrada, A. Anelli, D. Ao, C. Arata, F. Archilli, Z Areg, M. Argenton, S. Arguedas Cuendis, L. Arnone, A. Artamonov, M. Artuso, E. Aslanides, R. Ata\'ide Da Silva, M. Atzeni, B. Audurier, J. A. Authier, D. Bacher, I. Bachiller Perea, S. Bachmann, M. Bachmayer, J.J. Back, P. Baladron Rodriguez, V. Balagura, A. Balboni, W. Baldini, Z. Baldwin, L. Balzani, H. Bao, J. Baptista de Souza Leite, C. Barbero Pretel, M. Barbetti, I. R. Barbosa, R.J. Barlow, M. Barnyakov, S. Barsuk, W. Barter, J. Bartz, S. Bashir, B. Batsukh, P. B. Battista, A. Bay, A. Beck, M. Becker, F. Bedeschi, I.B. Bediaga, N. A. Behling, S. Belin, A. Bellavista, K. Belous, I. Belov, I. Belyaev, G. Benane, G. Bencivenni, E. Ben-Haim, A. Berezhnoy, R. Bernet, S. Bernet Andres, A. Bertolin, C. Betancourt, F. Betti, J. Bex, Ia. Bezshyiko, O. Bezshyyko, J. Bhom, M.S. Bieker, N.V. Biesuz, P. Billoir, A. Biolchini, M. Birch, F.C.R. Bishop, A. Bitadze, A. Bizzeti, T. Blake, F. Blanc, J.E. Blank, S. Blusk, V. Bocharnikov, J.A. Boelhauve, O. Boente Garcia, T. Boettcher, A. Bohare, A. Boldyrev, C.S. Bolognani, R. Bolzonella, R. B. Bonacci, N. Bondar, A. Bordelius, F. Borgato, S. Borghi, M. Borsato, J.T. Borsuk, E. Bottalico, S.A. Bouchiba, M. Bovill, T.J.V. Bowcock, A. Boyer, C. Bozzi, J. D. Brandenburg, A. Brea Rodriguez, N. Breer, J. Brodzicka, A. Brossa Gonzalo, J. Brown, D. Brundu, E. Buchanan, M. Burgos Marcos, A.T. Burke, C. Burr, C. Buti, J.S. Butter, J. Buytaert, W. Byczynski, S. Cadeddu, H. Cai, Y. Cai, A. Caillet, R. Calabrese, S. Calderon Ramirez, L. Calefice, S. Cali, M. Calvi, M. Calvo Gomez, P. Camargo Magalhaes, J. I. Cambon Bouzas, P. Campana, D.H. Campora Perez, A.F. Campoverde Quezada, S. Capelli, M. Caporale, L. Capriotti, R. Caravaca-Mora, A. Carbone, L. Carcedo Salgado, R. Cardinale, A. Cardini, P. Carniti, L. Carus, A. Casais Vidal, R. Caspary, G. Casse, M. Cattaneo, G. Cavallero, V. Cavallini, S. Celani, I. Celestino, S. Cesare, A.J. Chadwick, I. Chahrour, H. Chang, M. Charles, Ph. Charpentier, E. Chatzianagnostou, R. Cheaib, M. Chefdeville, C. Chen, J. Chen, S. Chen, Z. Chen, M. Cherif, A. Chernov, S. Chernyshenko, X. Chiotopoulos, V. Chobanova, M. Chrzaszcz, A. Chubykin, V. Chulikov, P. Ciambrone, X. Cid Vidal, G. Ciezarek, P. Cifra, P.E.L. Clarke, M. Clemencic, H.V. Cliff, J. Closier, C. Cocha Toapaxi, V. Coco, J. Cogan, E. Cogneras, L. Cojocariu, S. Collaviti, P. Collins, T. Colombo, M. Colonna, A. Comerma-Montells, L. Congedo, J. Connaughton, A. Contu, N. Cooke, G. Cordova, C. Coronel, I. Corredoira, A. Correia, G. Corti, J. Cottee Meldrum, B. Couturier, D.C. Craik, M. Cruz Torres, E. Curras Rivera, R. Currie, C.L. Da Silva, S. Dadabaev, L. Dai, X. Dai, E. Dall'Occo, J. Dalseno, C. D'Ambrosio, J. Daniel, P. d'Argent, G. Darze, A. Davidson, J.E. Davies, O. De Aguiar Francisco, C. De Angelis, F. De Benedetti, J. de Boer, K. De Bruyn, S. De Capua, M. De Cian, U. De Freitas Carneiro Da Graca, E. De Lucia, J.M. De Miranda, L. De Paula, M. De Serio, P. De Simone, F. De Vellis, J.A. de Vries, F. Debernardis, D. Decamp, S. Dekkers, L. Del Buono, B. Delaney, H.-P. Dembinski, J. Deng, V. Denysenko, O. Deschamps, F. Dettori, B. Dey, P. Di Nezza, I. Diachkov, S. Didenko, S. Ding, Y. Ding, L. Dittmann, V. Dobishuk, A. D. Docheva, A. Doheny, C. Dong, A.M. Donohoe, F. Dordei, A.C. dos Reis, A. D. Dowling, L. Dreyfus, W. Duan, P. Duda, L. Dufour, V. Duk, P. Durante, M. M. Duras, J.M. Durham, O. D. Durmus, A. Dziurda, A. Dzyuba, S. Easo, E. Eckstein, U. Egede, A. Egorychev, V. Egorychev, S. Eisenhardt, E. Ejopu, L. Eklund, M. Elashri, J. Ellbracht, S. Ely, A. Ene, J. Eschle, S. Esen, T. Evans, F. Fabiano, S. Faghih, L.N. Falcao, B. Fang, R. Fantechi, L. Fantini, M. Faria, K. Farmer, D. Fazzini, L. Felkowski, M. Feng, M. Feo, A. Fernandez Casani, M. Fernandez Gomez, A.D. Fernez, F. Ferrari, F. Ferreira Rodrigues, M. Ferrillo, M. Ferro-Luzzi, S. Filippov, R.A. Fini, M. Fiorini, M. Firlej, K.L. Fischer, D.S. Fitzgerald, C. Fitzpatrick, T. Fiutowski, F. Fleuret, A. Fomin, M. Fontana, L. F. Foreman, R. Forty, D. Foulds-Holt, V. Franco Lima, M. Franco Sevilla, M. Frank, E. Franzoso, G. Frau, C. Frei, D.A. Friday, J. Fu, Q. F\"uhring, T. Fulghesu, G. Galati, M.D. Galati, A. Gallas Torreira, D. Galli, S. Gambetta, M. Gandelman, P. Gandini, B. Ganie, H. Gao, R. Gao, T.Q. Gao, Y. Gao, Y. Gao, Y. Gao, L.M. Garcia Martin, P. Garcia Moreno, J. Garc\'ia Pardi\~nas, P. Gardner, K. G. Garg, L. Garrido, C. Gaspar, A. Gavrikov, L.L. Gerken, E. Gersabeck, M. Gersabeck, T. Gershon, S. Ghizzo, Z. Ghorbanimoghaddam, L. Giambastiani, F. I. Giasemis, V. Gibson, H.K. Giemza, A.L. Gilman, M. Giovannetti, A. Giovent\`u, L. Girardey, M.A. Giza, F.C. Glaser, V.V. Gligorov, C. G\"obel, L. Golinka-Bezshyyko, E. Golobardes, D. Golubkov, A. Golutvin, S. Gomez Fernandez, W. Gomulka, I. Gon\c{c}ales Vaz, F. Goncalves Abrantes, M. Goncerz, G. Gong, J. A. Gooding, I.V. Gorelov, C. Gotti, E. Govorkova, J.P. Grabowski, L.A. Granado Cardoso, E. Graug\'es, E. Graverini, L. Grazette, G. Graziani, A. T. Grecu, L.M. Greeven, N.A. Grieser, L. Grillo, S. Gromov, C. Gu, M. Guarise, L. Guerry, V. Guliaeva, P. A. G\"unther, A.-K. Guseinov, E. Gushchin, Y. Guz, T. Gys, K. Habermann, T. Hadavizadeh, C. Hadjivasiliou, G. Haefeli, C. Haen, S. Haken, G. Hallett, P.M. Hamilton, J. Hammerich, Q. Han, X. Han, S. Hansmann-Menzemer, L. Hao, N. Harnew, T. H. Harris, M. Hartmann, S. Hashmi, J. He, A. Hedes, F. Hemmer, C. Henderson, R. Henderson, R.D.L. Henderson, A.M. Hennequin, K. Hennessy, L. Henry, J. Herd, P. Herrero Gascon, J. Heuel, A. Hicheur, G. Hijano Mendizabal, J. Horswill, R. Hou, Y. Hou, D. C. Houston, N. Howarth, J. Hu, W. Hu, X. Hu, W. Hulsbergen, R.J. Hunter, M. Hushchyn, D. Hutchcroft, M. Idzik, D. Ilin, P. Ilten, A. Iniukhin, A. Iohner, A. Ishteev, K. Ivshin, H. Jage, S.J. Jaimes Elles, S. Jakobsen, E. Jans, B.K. Jashal, A. Jawahery, C. Jayaweera, V. Jevtic, Z. Jia, E. Jiang, X. Jiang, Y. Jiang, Y. J. Jiang, E. Jimenez Moya, N. Jindal, M. John, A. John Rubesh Rajan, D. Johnson, C.R. Jones, S. Joshi, B. Jost, J. Juan Castella, N. Jurik, I. Juszczak, D. Kaminaris, S. Kandybei, M. Kane, Y. Kang, C. Kar, M. Karacson, A. Kauniskangas, J.W. Kautz, M.K. Kazanecki, F. Keizer, M. Kenzie, T. Ketel, B. Khanji, A. Kharisova, S. Kholodenko, G. Khreich, T. Kirn, V.S. Kirsebom, O. Kitouni, S. Klaver, N. Kleijne, D. K. Klekots, K. Klimaszewski, M.R. Kmiec, T. Knospe, S. Koliiev, L. Kolk, A. Konoplyannikov, P. Kopciewicz, P. Koppenburg, A. Korchin, M. Korolev, I. Kostiuk, O. Kot, S. Kotriakhova, E. Kowalczyk, A. Kozachuk, P. Kravchenko, L. Kravchuk, O. Kravcov, M. Kreps, P. Krokovny, W. Krupa, W. Krzemien, O. Kshyvanskyi, S. Kubis, M. Kucharczyk, V. Kudryavtsev, E. Kulikova, A. Kupsc, V. Kushnir, B. Kutsenko, J. Kvapil, I. Kyryllin, D. Lacarrere, P. Laguarta Gonzalez, A. Lai, A. Lampis, D. Lancierini, C. Landesa Gomez, J.J. Lane, G. Lanfranchi, C. Langenbruch, J. Langer, O. Lantwin, T. Latham, F. Lazzari, C. Lazzeroni, R. Le Gac, H. Lee, R. Lef\`evre, A. Leflat, S. Legotin, M. Lehuraux, E. Lemos Cid, O. Leroy, T. Lesiak, E. D. Lesser, B. Leverington, A. Li, C. Li, C. Li, H. Li, J. Li, K. Li, L. Li, M. Li, P. Li, P.-R. Li, Q. Li, T. Li, T. Li, Y. Li, Y. Li, Y. Li, Z. Lian, Q. Liang, X. Liang, Z. Liang, S. Libralon, A. L. Lightbody, C. Lin, T. Lin, R. Lindner, H. Linton, R. Litvinov, D. Liu, F. L. Liu, G. Liu, K. Liu, S. Liu, W. Liu, Y. Liu, Y. Liu, Y. L. Liu, G. Loachamin Ordonez, A. Lobo Salvia, A. Loi, T. Long, F. C. L. Lopes, J.H. Lopes, A. Lopez Huertas, C. Lopez Iribarnegaray, S. L\'opez Soli\~no, Q. Lu, C. Lucarelli, D. Lucchesi, M. Lucio Martinez, Y. Luo, A. Lupato, E. Luppi, K. Lynch, X.-R. Lyu, G. M. Ma, S. Maccolini, F. Machefert, F. Maciuc, B. Mack, I. Mackay, L. M. Mackey, L.R. Madhan Mohan, M. J. Madurai, D. Magdalinski, D. Maisuzenko, J.J. Malczewski, S. Malde, L. Malentacca, A. Malinin, T. Maltsev, G. Manca, G. Mancinelli, C. Mancuso, R. Manera Escalero, F. M. Manganella, D. Manuzzi, D. Marangotto, J.F. Marchand, R. Marchevski, U. Marconi, E. Mariani, S. Mariani, C. Marin Benito, J. Marks, A.M. Marshall, L. Martel, G. Martelli, G. Martellotti, L. Martinazzoli, M. Martinelli, D. Martinez Gomez, D. Martinez Santos, F. Martinez Vidal, A. Martorell i Granollers, A. Massafferri, R. Matev, A. Mathad, V. Matiunin, C. Matteuzzi, K.R. Mattioli, A. Mauri, E. Maurice, J. Mauricio, P. Mayencourt, J. Mazorra de Cos, M. Mazurek, M. McCann, T.H. McGrath, N.T. McHugh, A. McNab, R. McNulty, B. Meadows, G. Meier, D. Melnychuk, D. Mendoza Granada, P. Menendez Valdes Perez, F. M. Meng, M. Merk, A. Merli, L. Meyer Garcia, D. Miao, H. Miao, M. Mikhasenko, D.A. Milanes, A. Minotti, E. Minucci, T. Miralles, B. Mitreska, D.S. Mitzel, A. Modak, L. Moeser, R.D. Moise, E. F. Molina Cardenas, T. Momb\"acher, M. Monk, S. Monteil, A. Morcillo Gomez, G. Morello, M.J. Morello, M.P. Morgenthaler, A. Moro, J. Moron, W. Morren, A.B. Morris, A.G. Morris, R. Mountain, H. Mu, Z. M. Mu, E. Muhammad, F. Muheim, M. Mulder, K. M\"uller, F. Mu\~noz-Rojas, R. Murta, V. Mytrochenko, P. Naik, T. Nakada, R. Nandakumar, T. Nanut, I. Nasteva, M. Needham, E. Nekrasova, N. Neri, S. Neubert, N. Neufeld, P. Neustroev, J. Nicolini, D. Nicotra, E.M. Niel, N. Nikitin, L. Nisi, Q. Niu, P. Nogarolli, P. Nogga, C. Normand, J. Novoa Fernandez, G. Nowak, C. Nunez, H. N. Nur, A. Oblakowska-Mucha, V. Obraztsov, T. Oeser, A. Okhotnikov, O. Okhrimenko, R. Oldeman, F. Oliva, E. Olivart Pino, M. Olocco, C.J.G. Onderwater, R.H. O'Neil, J.S. Ordonez Soto, D. Osthues, J.M. Otalora Goicochea, P. Owen, A. Oyanguren, O. Ozcelik, F. Paciolla, A. Padee, K.O. Padeken, B. Pagare, T. Pajero, A. Palano, M. Palutan, C. Pan, X. Pan, S. Panebianco, G. Panshin, L. Paolucci, A. Papanestis, M. Pappagallo, L.L. Pappalardo, C. Pappenheimer, C. Parkes, D. Parmar, B. Passalacqua, G. Passaleva, D. Passaro, A. Pastore, M. Patel, J. Patoc, C. Patrignani, A. Paul, C.J. Pawley, A. Pellegrino, J. Peng, X. Peng, M. Pepe Altarelli, S. Perazzini, D. Pereima, H. Pereira Da Costa, M. Pereira Martinez, A. Pereiro Castro, C. Perez, P. Perret, A. Perrevoort, A. Perro, M.J. Peters, K. Petridis, A. Petrolini, S. Pezzulo, J. P. Pfaller, H. Pham, L. Pica, M. Piccini, L. Piccolo, B. Pietrzyk, G. Pietrzyk, R. N. Pilato, D. Pinci, F. Pisani, M. Pizzichemi, V. M. Placinta, M. Plo Casasus, T. Poeschl, F. Polci, M. Poli Lener, A. Poluektov, N. Polukhina, I. Polyakov, E. Polycarpo, S. Ponce, D. Popov, S. Poslavskii, K. Prasanth, C. Prouve, D. Provenzano, V. Pugatch, G. Punzi, J.R. Pybus, S. Qasim, Q. Q. Qian, W. Qian, N. Qin, S. Qu, R. Quagliani, R.I. Rabadan Trejo, R. Racz, J.H. Rademacker, M. Rama, M. Ram\'irez Garc\'ia, V. Ramos De Oliveira, M. Ramos Pernas, M.S. Rangel, F. Ratnikov, G. Raven, M. Rebollo De Miguel, F. Redi, J. Reich, F. Reiss, Z. Ren, P.K. Resmi, M. Ribalda Galvez, R. Ribatti, G. Ricart, D. Riccardi, S. Ricciardi, K. Richardson, M. Richardson-Slipper, K. Rinnert, P. Robbe, G. Robertson, E. Rodrigues, A. Rodriguez Alvarez, E. Rodriguez Fernandez, J.A. Rodriguez Lopez, E. Rodriguez Rodriguez, J. Roensch, A. Rogachev, A. Rogovskiy, D.L. Rolf, P. Roloff, V. Romanovskiy, A. Romero Vidal, G. Romolini, F. Ronchetti, T. Rong, M. Rotondo, S. R. Roy, M.S. Rudolph, M. Ruiz Diaz, R.A. Ruiz Fernandez, J. Ruiz Vidal, J. J. Saavedra-Arias, J.J. Saborido Silva, S. E. R. Sacha Emile R., N. Sagidova, D. Sahoo, N. Sahoo, B. Saitta, M. Salomoni, I. Sanderswood, R. Santacesaria, C. Santamarina Rios, M. Santimaria, L. Santoro, E. Santovetti, A. Saputi, D. Saranin, A. Sarnatskiy, G. Sarpis, M. Sarpis, C. Satriano, A. Satta, M. Saur, D. Savrina, H. Sazak, F. Sborzacchi, A. Scarabotto, S. Schael, S. Scherl, M. Schiller, H. Schindler, M. Schmelling, B. Schmidt, N. Schmidt, S. Schmitt, H. Schmitz, O. Schneider, A. Schopper, N. Schulte, M.H. Schune, G. Schwering, B. Sciascia, A. Sciuccati, G. Scriven, I. Segal, S. Sellam, A. Semennikov, T. Senger, M. Senghi Soares, A. Sergi, N. Serra, L. Sestini, A. Seuthe, B. Sevilla Sanjuan, Y. Shang, D.M. Shangase, M. Shapkin, R. S. Sharma, I. Shchemerov, L. Shchutska, T. Shears, L. Shekhtman, Z. Shen, S. Sheng, V. Shevchenko, B. Shi, Q. Shi, W. S. Shi, Y. Shimizu, E. Shmanin, R. Shorkin, J.D. Shupperd, R. Silva Coutinho, G. Simi, S. Simone, M. Singha, N. Skidmore, T. Skwarnicki, M.W. Slater, E. Smith, K. Smith, M. Smith, L. Soares Lavra, M.D. Sokoloff, F.J.P. Soler, A. Solomin, A. Solovev, K. Solovieva, N. S. Sommerfeld, R. Song, Y. Song, Y. Song, Y. S. Song, F.L. Souza De Almeida, B. Souza De Paula, K.M. Sowa, E. Spadaro Norella, E. Spedicato, J.G. Speer, P. Spradlin, V. Sriskaran, F. Stagni, M. Stahl, S. Stahl, S. Stanislaus, M. Stefaniak, E.N. Stein, O. Steinkamp, H. Stevens, D. Strekalina, Y. Su, F. Suljik, J. Sun, J. Sun, L. Sun, D. Sundfeld, W. Sutcliffe, V. Svintozelskyi, K. Swientek, F. Swystun, A. Szabelski, T. Szumlak, Y. Tan, Y. Tang, Y. T. Tang, M.D. Tat, J. A. Teijeiro Jimenez, A. Terentev, F. Terzuoli, F. Teubert, E. Thomas, D.J.D. Thompson, A. R. Thomson-Strong, H. Tilquin, V. Tisserand, S. T'Jampens, M. Tobin, T. T. Todorov, L. Tomassetti, G. Tonani, X. Tong, T. Tork, D. Torres Machado, L. Toscano, D.Y. Tou, C. Trippl, G. Tuci, N. Tuning, L.H. Uecker, A. Ukleja, D.J. Unverzagt, A. Upadhyay, B. Urbach, A. Usachov, A. Ustyuzhanin, U. Uwer, V. Vagnoni, V. Valcarce Cadenas, G. Valenti, N. Valls Canudas, J. van Eldik, H. Van Hecke, E. van Herwijnen, C.B. Van Hulse, R. Van Laak, M. van Veghel, G. Vasquez, R. Vazquez Gomez, P. Vazquez Regueiro, C. V\'azquez Sierra, S. Vecchi, J. Velilla Serna, J.J. Velthuis, M. Veltri, A. Venkateswaran, M. Verdoglia, M. Vesterinen, W. Vetens, D. Vico Benet, P. Vidrier Villalba, M. Vieites Diaz, X. Vilasis-Cardona, E. Vilella Figueras, A. Villa, P. Vincent, B. Vivacqua, F.C. Volle, D. vom Bruch, N. Voropaev, K. Vos, C. Vrahas, J. Wagner, J. Walsh, E.J. Walton, G. Wan, A. Wang, B. Wang, C. Wang, G. Wang, H. Wang, J. Wang, J. Wang, J. Wang, J. Wang, M. Wang, N. W. Wang, R. Wang, X. Wang, X. Wang, X. W. Wang, Y. Wang, Y. Wang, Y. H. Wang, Z. Wang, Z. Wang, Z. Wang, J.A. Ward, M. Waterlaat, N.K. Watson, D. Websdale, Y. Wei, Z. Weida, J. Wendel, B.D.C. Westhenry, C. White, M. Whitehead, E. Whiter, A.R. Wiederhold, D. Wiedner, M. A. Wiegertjes, C. Wild, G. Wilkinson, M.K. Wilkinson, M. Williams, M. J. Williams, M.R.J. Williams, R. Williams, S. Williams, Z. Williams, F.F. Wilson, M. Winn, W. Wislicki, M. Witek, L. Witola, T. Wolf, E. Wood, G. Wormser, S.A. Wotton, H. Wu, J. Wu, X. Wu, Y. Wu, Z. Wu, K. Wyllie, S. Xian, Z. Xiang, Y. Xie, T. X. Xing, A. Xu, L. Xu, L. Xu, M. Xu, Z. Xu, Z. Xu, Z. Xu, K. Yang, X. Yang, Y. Yang, Z. Yang, V. Yeroshenko, H. Yeung, H. Yin, X. Yin, C. Y. Yu, J. Yu, X. Yuan, Y Yuan, E. Zaffaroni, J. A. Zamora Saa, M. Zavertyaev, M. Zdybal, F. Zenesini, C. Zeng, M. Zeng, C. Zhang, D. Zhang, J. Zhang, L. Zhang, R. Zhang, S. Zhang, S. Zhang, Y. Zhang, Y. Z. Zhang, Z. Zhang, Y. Zhao, A. Zhelezov, S. Z. Zheng, X. Z. Zheng, Y. Zheng, T. Zhou, X. Zhou, Y. Zhou, V. Zhovkovska, L. Z. Zhu, X. Zhu, X. Zhu, Y. Zhu, V. Zhukov, J. Zhuo, Q. Zou, D. Zuliani, G. Zunica
|
Amplitude analysis of $B^0 \rightarrow \eta_c(1S) K^+ \pi^- $ decays
|
All figures and tables, along with machine-readable versions and any supplementary material and additional information, are available at https://lbfence.cern.ch/alcm/public/analysis/full-details/4255/ (LHCb public pages)
| null | null |
LHCb-PAPER-2025-027, CERN-EP-2025-185
|
hep-ex
|
http://creativecommons.org/licenses/by/4.0/
|
An amplitude analysis of the $B^0 \rightarrow \eta_{c}(1S) K^+ \pi^- $ decays with $\eta_{c}(1S) \to p \bar{p}$ is performed using a sample corresponding to an integrated luminosity of 9$\text{fb}^{-1}$ of $pp$ collision data collected by the LHCb detector at centre-of-mass energies of $\sqrt{s}$ = 7, 8 and 13TeV. The data are described with a model including only intermediate contributions from known $K^{0\star}$ resonances. Evidence for an exotic resonance in the $\eta_{c}(1S) \pi^{-} $ system, reported in a previous analysis of this decay channel, is not confirmed. The inclusive branching fraction of the $B^0 \rightarrow \eta_{c}(1S) K^+ \pi^- $ decays is measured to be \begin{align*} \mathcal{B}(B^0 \rightarrow \eta_{c}(1S) K^+ \pi^- ) = (5.82 \pm 0.20 \pm 0.23 \pm 0.55) \times 10^{-4}, \end{align*} where the first uncertainty is statistical, the second systematic, and the third arises from the limited knowledge of external branching fractions.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:35:07 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"LHCb collaboration",
"",
""
],
[
"Aaij",
"R.",
""
],
[
"Abdelmotteleb",
"A. S. W.",
""
],
[
"Beteta",
"C. Abellan",
""
],
[
"Abudinén",
"F.",
""
],
[
"Ackernley",
"T.",
""
],
[
"Adefisoye",
"A. A.",
""
],
[
"Adeva",
"B.",
""
],
[
"Adinolfi",
"M.",
""
],
[
"Adlarson",
"P.",
""
],
[
"Agapopoulou",
"C.",
""
],
[
"Aidala",
"C. A.",
""
],
[
"Ajaltouni",
"Z.",
""
],
[
"Akar",
"S.",
""
],
[
"Akiba",
"K.",
""
],
[
"Albicocco",
"P.",
""
],
[
"Albrecht",
"J.",
""
],
[
"Aleksiejunas",
"R.",
""
],
[
"Alessio",
"F.",
""
],
[
"Cartelle",
"P. Alvarez",
""
],
[
"Amalric",
"R.",
""
],
[
"Amato",
"S.",
""
],
[
"Amey",
"J. L.",
""
],
[
"Amhis",
"Y.",
""
],
[
"An",
"L.",
""
],
[
"Anderlini",
"L.",
""
],
[
"Andersson",
"M.",
""
],
[
"Andreola",
"P.",
""
],
[
"Andreotti",
"M.",
""
],
[
"Estrada",
"S. Andres",
""
],
[
"Anelli",
"A.",
""
],
[
"Ao",
"D.",
""
],
[
"Arata",
"C.",
""
],
[
"Archilli",
"F.",
""
],
[
"Areg",
"Z",
""
],
[
"Argenton",
"M.",
""
],
[
"Cuendis",
"S. Arguedas",
""
],
[
"Arnone",
"L.",
""
],
[
"Artamonov",
"A.",
""
],
[
"Artuso",
"M.",
""
],
[
"Aslanides",
"E.",
""
],
[
"Da Silva",
"R. Ataíde",
""
],
[
"Atzeni",
"M.",
""
],
[
"Audurier",
"B.",
""
],
[
"Authier",
"J. A.",
""
],
[
"Bacher",
"D.",
""
],
[
"Perea",
"I. Bachiller",
""
],
[
"Bachmann",
"S.",
""
],
[
"Bachmayer",
"M.",
""
],
[
"Back",
"J. J.",
""
],
[
"Rodriguez",
"P. Baladron",
""
],
[
"Balagura",
"V.",
""
],
[
"Balboni",
"A.",
""
],
[
"Baldini",
"W.",
""
],
[
"Baldwin",
"Z.",
""
],
[
"Balzani",
"L.",
""
],
[
"Bao",
"H.",
""
],
[
"Leite",
"J. Baptista de Souza",
""
],
[
"Pretel",
"C. Barbero",
""
],
[
"Barbetti",
"M.",
""
],
[
"Barbosa",
"I. R.",
""
],
[
"Barlow",
"R. J.",
""
],
[
"Barnyakov",
"M.",
""
],
[
"Barsuk",
"S.",
""
],
[
"Barter",
"W.",
""
],
[
"Bartz",
"J.",
""
],
[
"Bashir",
"S.",
""
],
[
"Batsukh",
"B.",
""
],
[
"Battista",
"P. B.",
""
],
[
"Bay",
"A.",
""
],
[
"Beck",
"A.",
""
],
[
"Becker",
"M.",
""
],
[
"Bedeschi",
"F.",
""
],
[
"Bediaga",
"I. B.",
""
],
[
"Behling",
"N. A.",
""
],
[
"Belin",
"S.",
""
],
[
"Bellavista",
"A.",
""
],
[
"Belous",
"K.",
""
],
[
"Belov",
"I.",
""
],
[
"Belyaev",
"I.",
""
],
[
"Benane",
"G.",
""
],
[
"Bencivenni",
"G.",
""
],
[
"Ben-Haim",
"E.",
""
],
[
"Berezhnoy",
"A.",
""
],
[
"Bernet",
"R.",
""
],
[
"Andres",
"S. Bernet",
""
],
[
"Bertolin",
"A.",
""
],
[
"Betancourt",
"C.",
""
],
[
"Betti",
"F.",
""
],
[
"Bex",
"J.",
""
],
[
"Bezshyiko",
"Ia.",
""
],
[
"Bezshyyko",
"O.",
""
],
[
"Bhom",
"J.",
""
],
[
"Bieker",
"M. S.",
""
],
[
"Biesuz",
"N. V.",
""
],
[
"Billoir",
"P.",
""
],
[
"Biolchini",
"A.",
""
],
[
"Birch",
"M.",
""
],
[
"Bishop",
"F. C. R.",
""
],
[
"Bitadze",
"A.",
""
],
[
"Bizzeti",
"A.",
""
],
[
"Blake",
"T.",
""
],
[
"Blanc",
"F.",
""
],
[
"Blank",
"J. E.",
""
],
[
"Blusk",
"S.",
""
],
[
"Bocharnikov",
"V.",
""
],
[
"Boelhauve",
"J. A.",
""
],
[
"Garcia",
"O. Boente",
""
],
[
"Boettcher",
"T.",
""
],
[
"Bohare",
"A.",
""
],
[
"Boldyrev",
"A.",
""
],
[
"Bolognani",
"C. S.",
""
],
[
"Bolzonella",
"R.",
""
],
[
"Bonacci",
"R. B.",
""
],
[
"Bondar",
"N.",
""
],
[
"Bordelius",
"A.",
""
],
[
"Borgato",
"F.",
""
],
[
"Borghi",
"S.",
""
],
[
"Borsato",
"M.",
""
],
[
"Borsuk",
"J. T.",
""
],
[
"Bottalico",
"E.",
""
],
[
"Bouchiba",
"S. A.",
""
],
[
"Bovill",
"M.",
""
],
[
"Bowcock",
"T. J. V.",
""
],
[
"Boyer",
"A.",
""
],
[
"Bozzi",
"C.",
""
],
[
"Brandenburg",
"J. D.",
""
],
[
"Rodriguez",
"A. Brea",
""
],
[
"Breer",
"N.",
""
],
[
"Brodzicka",
"J.",
""
],
[
"Gonzalo",
"A. Brossa",
""
],
[
"Brown",
"J.",
""
],
[
"Brundu",
"D.",
""
],
[
"Buchanan",
"E.",
""
],
[
"Marcos",
"M. Burgos",
""
],
[
"Burke",
"A. T.",
""
],
[
"Burr",
"C.",
""
],
[
"Buti",
"C.",
""
],
[
"Butter",
"J. S.",
""
],
[
"Buytaert",
"J.",
""
],
[
"Byczynski",
"W.",
""
],
[
"Cadeddu",
"S.",
""
],
[
"Cai",
"H.",
""
],
[
"Cai",
"Y.",
""
],
[
"Caillet",
"A.",
""
],
[
"Calabrese",
"R.",
""
],
[
"Ramirez",
"S. Calderon",
""
],
[
"Calefice",
"L.",
""
],
[
"Cali",
"S.",
""
],
[
"Calvi",
"M.",
""
],
[
"Gomez",
"M. Calvo",
""
],
[
"Magalhaes",
"P. Camargo",
""
],
[
"Bouzas",
"J. I. Cambon",
""
],
[
"Campana",
"P.",
""
],
[
"Perez",
"D. H. Campora",
""
],
[
"Quezada",
"A. F. Campoverde",
""
],
[
"Capelli",
"S.",
""
],
[
"Caporale",
"M.",
""
],
[
"Capriotti",
"L.",
""
],
[
"Caravaca-Mora",
"R.",
""
],
[
"Carbone",
"A.",
""
],
[
"Salgado",
"L. Carcedo",
""
],
[
"Cardinale",
"R.",
""
],
[
"Cardini",
"A.",
""
],
[
"Carniti",
"P.",
""
],
[
"Carus",
"L.",
""
],
[
"Vidal",
"A. Casais",
""
],
[
"Caspary",
"R.",
""
],
[
"Casse",
"G.",
""
],
[
"Cattaneo",
"M.",
""
],
[
"Cavallero",
"G.",
""
],
[
"Cavallini",
"V.",
""
],
[
"Celani",
"S.",
""
],
[
"Celestino",
"I.",
""
],
[
"Cesare",
"S.",
""
],
[
"Chadwick",
"A. J.",
""
],
[
"Chahrour",
"I.",
""
],
[
"Chang",
"H.",
""
],
[
"Charles",
"M.",
""
],
[
"Charpentier",
"Ph.",
""
],
[
"Chatzianagnostou",
"E.",
""
],
[
"Cheaib",
"R.",
""
],
[
"Chefdeville",
"M.",
""
],
[
"Chen",
"C.",
""
],
[
"Chen",
"J.",
""
],
[
"Chen",
"S.",
""
],
[
"Chen",
"Z.",
""
],
[
"Cherif",
"M.",
""
],
[
"Chernov",
"A.",
""
],
[
"Chernyshenko",
"S.",
""
],
[
"Chiotopoulos",
"X.",
""
],
[
"Chobanova",
"V.",
""
],
[
"Chrzaszcz",
"M.",
""
],
[
"Chubykin",
"A.",
""
],
[
"Chulikov",
"V.",
""
],
[
"Ciambrone",
"P.",
""
],
[
"Vidal",
"X. Cid",
""
],
[
"Ciezarek",
"G.",
""
],
[
"Cifra",
"P.",
""
],
[
"Clarke",
"P. E. L.",
""
],
[
"Clemencic",
"M.",
""
],
[
"Cliff",
"H. V.",
""
],
[
"Closier",
"J.",
""
],
[
"Toapaxi",
"C. Cocha",
""
],
[
"Coco",
"V.",
""
],
[
"Cogan",
"J.",
""
],
[
"Cogneras",
"E.",
""
],
[
"Cojocariu",
"L.",
""
],
[
"Collaviti",
"S.",
""
],
[
"Collins",
"P.",
""
],
[
"Colombo",
"T.",
""
],
[
"Colonna",
"M.",
""
],
[
"Comerma-Montells",
"A.",
""
],
[
"Congedo",
"L.",
""
],
[
"Connaughton",
"J.",
""
],
[
"Contu",
"A.",
""
],
[
"Cooke",
"N.",
""
],
[
"Cordova",
"G.",
""
],
[
"Coronel",
"C.",
""
],
[
"Corredoira",
"I.",
""
],
[
"Correia",
"A.",
""
],
[
"Corti",
"G.",
""
],
[
"Meldrum",
"J. Cottee",
""
],
[
"Couturier",
"B.",
""
],
[
"Craik",
"D. C.",
""
],
[
"Torres",
"M. Cruz",
""
],
[
"Rivera",
"E. Curras",
""
],
[
"Currie",
"R.",
""
],
[
"Da Silva",
"C. L.",
""
],
[
"Dadabaev",
"S.",
""
],
[
"Dai",
"L.",
""
],
[
"Dai",
"X.",
""
],
[
"Dall'Occo",
"E.",
""
],
[
"Dalseno",
"J.",
""
],
[
"D'Ambrosio",
"C.",
""
],
[
"Daniel",
"J.",
""
],
[
"d'Argent",
"P.",
""
],
[
"Darze",
"G.",
""
],
[
"Davidson",
"A.",
""
],
[
"Davies",
"J. E.",
""
],
[
"Francisco",
"O. De Aguiar",
""
],
[
"De Angelis",
"C.",
""
],
[
"De Benedetti",
"F.",
""
],
[
"de Boer",
"J.",
""
],
[
"De Bruyn",
"K.",
""
],
[
"De Capua",
"S.",
""
],
[
"De Cian",
"M.",
""
],
[
"Da Graca",
"U. De Freitas Carneiro",
""
],
[
"De Lucia",
"E.",
""
],
[
"De Miranda",
"J. M.",
""
],
[
"De Paula",
"L.",
""
],
[
"De Serio",
"M.",
""
],
[
"De Simone",
"P.",
""
],
[
"De Vellis",
"F.",
""
],
[
"de Vries",
"J. A.",
""
],
[
"Debernardis",
"F.",
""
],
[
"Decamp",
"D.",
""
],
[
"Dekkers",
"S.",
""
],
[
"Del Buono",
"L.",
""
],
[
"Delaney",
"B.",
""
],
[
"Dembinski",
"H. -P.",
""
],
[
"Deng",
"J.",
""
],
[
"Denysenko",
"V.",
""
],
[
"Deschamps",
"O.",
""
],
[
"Dettori",
"F.",
""
],
[
"Dey",
"B.",
""
],
[
"Di Nezza",
"P.",
""
],
[
"Diachkov",
"I.",
""
],
[
"Didenko",
"S.",
""
],
[
"Ding",
"S.",
""
],
[
"Ding",
"Y.",
""
],
[
"Dittmann",
"L.",
""
],
[
"Dobishuk",
"V.",
""
],
[
"Docheva",
"A. D.",
""
],
[
"Doheny",
"A.",
""
],
[
"Dong",
"C.",
""
],
[
"Donohoe",
"A. M.",
""
],
[
"Dordei",
"F.",
""
],
[
"Reis",
"A. C. dos",
""
],
[
"Dowling",
"A. D.",
""
],
[
"Dreyfus",
"L.",
""
],
[
"Duan",
"W.",
""
],
[
"Duda",
"P.",
""
],
[
"Dufour",
"L.",
""
],
[
"Duk",
"V.",
""
],
[
"Durante",
"P.",
""
],
[
"Duras",
"M. M.",
""
],
[
"Durham",
"J. M.",
""
],
[
"Durmus",
"O. D.",
""
],
[
"Dziurda",
"A.",
""
],
[
"Dzyuba",
"A.",
""
],
[
"Easo",
"S.",
""
],
[
"Eckstein",
"E.",
""
],
[
"Egede",
"U.",
""
],
[
"Egorychev",
"A.",
""
],
[
"Egorychev",
"V.",
""
],
[
"Eisenhardt",
"S.",
""
],
[
"Ejopu",
"E.",
""
],
[
"Eklund",
"L.",
""
],
[
"Elashri",
"M.",
""
],
[
"Ellbracht",
"J.",
""
],
[
"Ely",
"S.",
""
],
[
"Ene",
"A.",
""
],
[
"Eschle",
"J.",
""
],
[
"Esen",
"S.",
""
],
[
"Evans",
"T.",
""
],
[
"Fabiano",
"F.",
""
],
[
"Faghih",
"S.",
""
],
[
"Falcao",
"L. N.",
""
],
[
"Fang",
"B.",
""
],
[
"Fantechi",
"R.",
""
],
[
"Fantini",
"L.",
""
],
[
"Faria",
"M.",
""
],
[
"Farmer",
"K.",
""
],
[
"Fazzini",
"D.",
""
],
[
"Felkowski",
"L.",
""
],
[
"Feng",
"M.",
""
],
[
"Feo",
"M.",
""
],
[
"Casani",
"A. Fernandez",
""
],
[
"Gomez",
"M. Fernandez",
""
],
[
"Fernez",
"A. D.",
""
],
[
"Ferrari",
"F.",
""
],
[
"Rodrigues",
"F. Ferreira",
""
],
[
"Ferrillo",
"M.",
""
],
[
"Ferro-Luzzi",
"M.",
""
],
[
"Filippov",
"S.",
""
],
[
"Fini",
"R. A.",
""
],
[
"Fiorini",
"M.",
""
],
[
"Firlej",
"M.",
""
],
[
"Fischer",
"K. L.",
""
],
[
"Fitzgerald",
"D. S.",
""
],
[
"Fitzpatrick",
"C.",
""
],
[
"Fiutowski",
"T.",
""
],
[
"Fleuret",
"F.",
""
],
[
"Fomin",
"A.",
""
],
[
"Fontana",
"M.",
""
],
[
"Foreman",
"L. F.",
""
],
[
"Forty",
"R.",
""
],
[
"Foulds-Holt",
"D.",
""
],
[
"Lima",
"V. Franco",
""
],
[
"Sevilla",
"M. Franco",
""
],
[
"Frank",
"M.",
""
],
[
"Franzoso",
"E.",
""
],
[
"Frau",
"G.",
""
],
[
"Frei",
"C.",
""
],
[
"Friday",
"D. A.",
""
],
[
"Fu",
"J.",
""
],
[
"Führing",
"Q.",
""
],
[
"Fulghesu",
"T.",
""
],
[
"Galati",
"G.",
""
],
[
"Galati",
"M. D.",
""
],
[
"Torreira",
"A. Gallas",
""
],
[
"Galli",
"D.",
""
],
[
"Gambetta",
"S.",
""
],
[
"Gandelman",
"M.",
""
],
[
"Gandini",
"P.",
""
],
[
"Ganie",
"B.",
""
],
[
"Gao",
"H.",
""
],
[
"Gao",
"R.",
""
],
[
"Gao",
"T. Q.",
""
],
[
"Gao",
"Y.",
""
],
[
"Gao",
"Y.",
""
],
[
"Gao",
"Y.",
""
],
[
"Martin",
"L. M. Garcia",
""
],
[
"Moreno",
"P. Garcia",
""
],
[
"Pardiñas",
"J. García",
""
],
[
"Gardner",
"P.",
""
],
[
"Garg",
"K. G.",
""
],
[
"Garrido",
"L.",
""
],
[
"Gaspar",
"C.",
""
],
[
"Gavrikov",
"A.",
""
],
[
"Gerken",
"L. L.",
""
],
[
"Gersabeck",
"E.",
""
],
[
"Gersabeck",
"M.",
""
],
[
"Gershon",
"T.",
""
],
[
"Ghizzo",
"S.",
""
],
[
"Ghorbanimoghaddam",
"Z.",
""
],
[
"Giambastiani",
"L.",
""
],
[
"Giasemis",
"F. I.",
""
],
[
"Gibson",
"V.",
""
],
[
"Giemza",
"H. K.",
""
],
[
"Gilman",
"A. L.",
""
],
[
"Giovannetti",
"M.",
""
],
[
"Gioventù",
"A.",
""
],
[
"Girardey",
"L.",
""
],
[
"Giza",
"M. A.",
""
],
[
"Glaser",
"F. C.",
""
],
[
"Gligorov",
"V. V.",
""
],
[
"Göbel",
"C.",
""
],
[
"Golinka-Bezshyyko",
"L.",
""
],
[
"Golobardes",
"E.",
""
],
[
"Golubkov",
"D.",
""
],
[
"Golutvin",
"A.",
""
],
[
"Fernandez",
"S. Gomez",
""
],
[
"Gomulka",
"W.",
""
],
[
"Vaz",
"I. Gonçales",
""
],
[
"Abrantes",
"F. Goncalves",
""
],
[
"Goncerz",
"M.",
""
],
[
"Gong",
"G.",
""
],
[
"Gooding",
"J. A.",
""
],
[
"Gorelov",
"I. V.",
""
],
[
"Gotti",
"C.",
""
],
[
"Govorkova",
"E.",
""
],
[
"Grabowski",
"J. P.",
""
],
[
"Cardoso",
"L. A. Granado",
""
],
[
"Graugés",
"E.",
""
],
[
"Graverini",
"E.",
""
],
[
"Grazette",
"L.",
""
],
[
"Graziani",
"G.",
""
],
[
"Grecu",
"A. T.",
""
],
[
"Greeven",
"L. M.",
""
],
[
"Grieser",
"N. A.",
""
],
[
"Grillo",
"L.",
""
],
[
"Gromov",
"S.",
""
],
[
"Gu",
"C.",
""
],
[
"Guarise",
"M.",
""
],
[
"Guerry",
"L.",
""
],
[
"Guliaeva",
"V.",
""
],
[
"Günther",
"P. A.",
""
],
[
"Guseinov",
"A. -K.",
""
],
[
"Gushchin",
"E.",
""
],
[
"Guz",
"Y.",
""
],
[
"Gys",
"T.",
""
],
[
"Habermann",
"K.",
""
],
[
"Hadavizadeh",
"T.",
""
],
[
"Hadjivasiliou",
"C.",
""
],
[
"Haefeli",
"G.",
""
],
[
"Haen",
"C.",
""
],
[
"Haken",
"S.",
""
],
[
"Hallett",
"G.",
""
],
[
"Hamilton",
"P. M.",
""
],
[
"Hammerich",
"J.",
""
],
[
"Han",
"Q.",
""
],
[
"Han",
"X.",
""
],
[
"Hansmann-Menzemer",
"S.",
""
],
[
"Hao",
"L.",
""
],
[
"Harnew",
"N.",
""
],
[
"Harris",
"T. H.",
""
],
[
"Hartmann",
"M.",
""
],
[
"Hashmi",
"S.",
""
],
[
"He",
"J.",
""
],
[
"Hedes",
"A.",
""
],
[
"Hemmer",
"F.",
""
],
[
"Henderson",
"C.",
""
],
[
"Henderson",
"R.",
""
],
[
"Henderson",
"R. D. L.",
""
],
[
"Hennequin",
"A. M.",
""
],
[
"Hennessy",
"K.",
""
],
[
"Henry",
"L.",
""
],
[
"Herd",
"J.",
""
],
[
"Gascon",
"P. Herrero",
""
],
[
"Heuel",
"J.",
""
],
[
"Hicheur",
"A.",
""
],
[
"Mendizabal",
"G. Hijano",
""
],
[
"Horswill",
"J.",
""
],
[
"Hou",
"R.",
""
],
[
"Hou",
"Y.",
""
],
[
"Houston",
"D. C.",
""
],
[
"Howarth",
"N.",
""
],
[
"Hu",
"J.",
""
],
[
"Hu",
"W.",
""
],
[
"Hu",
"X.",
""
],
[
"Hulsbergen",
"W.",
""
],
[
"Hunter",
"R. J.",
""
],
[
"Hushchyn",
"M.",
""
],
[
"Hutchcroft",
"D.",
""
],
[
"Idzik",
"M.",
""
],
[
"Ilin",
"D.",
""
],
[
"Ilten",
"P.",
""
],
[
"Iniukhin",
"A.",
""
],
[
"Iohner",
"A.",
""
],
[
"Ishteev",
"A.",
""
],
[
"Ivshin",
"K.",
""
],
[
"Jage",
"H.",
""
],
[
"Elles",
"S. J. Jaimes",
""
],
[
"Jakobsen",
"S.",
""
],
[
"Jans",
"E.",
""
],
[
"Jashal",
"B. K.",
""
],
[
"Jawahery",
"A.",
""
],
[
"Jayaweera",
"C.",
""
],
[
"Jevtic",
"V.",
""
],
[
"Jia",
"Z.",
""
],
[
"Jiang",
"E.",
""
],
[
"Jiang",
"X.",
""
],
[
"Jiang",
"Y.",
""
],
[
"Jiang",
"Y. J.",
""
],
[
"Moya",
"E. Jimenez",
""
],
[
"Jindal",
"N.",
""
],
[
"John",
"M.",
""
],
[
"Rajan",
"A. John Rubesh",
""
],
[
"Johnson",
"D.",
""
],
[
"Jones",
"C. R.",
""
],
[
"Joshi",
"S.",
""
],
[
"Jost",
"B.",
""
],
[
"Castella",
"J. Juan",
""
],
[
"Jurik",
"N.",
""
],
[
"Juszczak",
"I.",
""
],
[
"Kaminaris",
"D.",
""
],
[
"Kandybei",
"S.",
""
],
[
"Kane",
"M.",
""
],
[
"Kang",
"Y.",
""
],
[
"Kar",
"C.",
""
],
[
"Karacson",
"M.",
""
],
[
"Kauniskangas",
"A.",
""
],
[
"Kautz",
"J. W.",
""
],
[
"Kazanecki",
"M. K.",
""
],
[
"Keizer",
"F.",
""
],
[
"Kenzie",
"M.",
""
],
[
"Ketel",
"T.",
""
],
[
"Khanji",
"B.",
""
],
[
"Kharisova",
"A.",
""
],
[
"Kholodenko",
"S.",
""
],
[
"Khreich",
"G.",
""
],
[
"Kirn",
"T.",
""
],
[
"Kirsebom",
"V. S.",
""
],
[
"Kitouni",
"O.",
""
],
[
"Klaver",
"S.",
""
],
[
"Kleijne",
"N.",
""
],
[
"Klekots",
"D. K.",
""
],
[
"Klimaszewski",
"K.",
""
],
[
"Kmiec",
"M. R.",
""
],
[
"Knospe",
"T.",
""
],
[
"Koliiev",
"S.",
""
],
[
"Kolk",
"L.",
""
],
[
"Konoplyannikov",
"A.",
""
],
[
"Kopciewicz",
"P.",
""
],
[
"Koppenburg",
"P.",
""
],
[
"Korchin",
"A.",
""
],
[
"Korolev",
"M.",
""
],
[
"Kostiuk",
"I.",
""
],
[
"Kot",
"O.",
""
],
[
"Kotriakhova",
"S.",
""
],
[
"Kowalczyk",
"E.",
""
],
[
"Kozachuk",
"A.",
""
],
[
"Kravchenko",
"P.",
""
],
[
"Kravchuk",
"L.",
""
],
[
"Kravcov",
"O.",
""
],
[
"Kreps",
"M.",
""
],
[
"Krokovny",
"P.",
""
],
[
"Krupa",
"W.",
""
],
[
"Krzemien",
"W.",
""
],
[
"Kshyvanskyi",
"O.",
""
],
[
"Kubis",
"S.",
""
],
[
"Kucharczyk",
"M.",
""
],
[
"Kudryavtsev",
"V.",
""
],
[
"Kulikova",
"E.",
""
],
[
"Kupsc",
"A.",
""
],
[
"Kushnir",
"V.",
""
],
[
"Kutsenko",
"B.",
""
],
[
"Kvapil",
"J.",
""
],
[
"Kyryllin",
"I.",
""
],
[
"Lacarrere",
"D.",
""
],
[
"Gonzalez",
"P. Laguarta",
""
],
[
"Lai",
"A.",
""
],
[
"Lampis",
"A.",
""
],
[
"Lancierini",
"D.",
""
],
[
"Gomez",
"C. Landesa",
""
],
[
"Lane",
"J. J.",
""
],
[
"Lanfranchi",
"G.",
""
],
[
"Langenbruch",
"C.",
""
],
[
"Langer",
"J.",
""
],
[
"Lantwin",
"O.",
""
],
[
"Latham",
"T.",
""
],
[
"Lazzari",
"F.",
""
],
[
"Lazzeroni",
"C.",
""
],
[
"Gac",
"R. Le",
""
],
[
"Lee",
"H.",
""
],
[
"Lefèvre",
"R.",
""
],
[
"Leflat",
"A.",
""
],
[
"Legotin",
"S.",
""
],
[
"Lehuraux",
"M.",
""
],
[
"Cid",
"E. Lemos",
""
],
[
"Leroy",
"O.",
""
],
[
"Lesiak",
"T.",
""
],
[
"Lesser",
"E. D.",
""
],
[
"Leverington",
"B.",
""
],
[
"Li",
"A.",
""
],
[
"Li",
"C.",
""
],
[
"Li",
"C.",
""
],
[
"Li",
"H.",
""
],
[
"Li",
"J.",
""
],
[
"Li",
"K.",
""
],
[
"Li",
"L.",
""
],
[
"Li",
"M.",
""
],
[
"Li",
"P.",
""
],
[
"Li",
"P. -R.",
""
],
[
"Li",
"Q.",
""
],
[
"Li",
"T.",
""
],
[
"Li",
"T.",
""
],
[
"Li",
"Y.",
""
],
[
"Li",
"Y.",
""
],
[
"Li",
"Y.",
""
],
[
"Lian",
"Z.",
""
],
[
"Liang",
"Q.",
""
],
[
"Liang",
"X.",
""
],
[
"Liang",
"Z.",
""
],
[
"Libralon",
"S.",
""
],
[
"Lightbody",
"A. L.",
""
],
[
"Lin",
"C.",
""
],
[
"Lin",
"T.",
""
],
[
"Lindner",
"R.",
""
],
[
"Linton",
"H.",
""
],
[
"Litvinov",
"R.",
""
],
[
"Liu",
"D.",
""
],
[
"Liu",
"F. L.",
""
],
[
"Liu",
"G.",
""
],
[
"Liu",
"K.",
""
],
[
"Liu",
"S.",
""
],
[
"Liu",
"W.",
""
],
[
"Liu",
"Y.",
""
],
[
"Liu",
"Y.",
""
],
[
"Liu",
"Y. L.",
""
],
[
"Ordonez",
"G. Loachamin",
""
],
[
"Salvia",
"A. Lobo",
""
],
[
"Loi",
"A.",
""
],
[
"Long",
"T.",
""
],
[
"Lopes",
"F. C. L.",
""
],
[
"Lopes",
"J. H.",
""
],
[
"Huertas",
"A. Lopez",
""
],
[
"Iribarnegaray",
"C. Lopez",
""
],
[
"Soliño",
"S. López",
""
],
[
"Lu",
"Q.",
""
],
[
"Lucarelli",
"C.",
""
],
[
"Lucchesi",
"D.",
""
],
[
"Martinez",
"M. Lucio",
""
],
[
"Luo",
"Y.",
""
],
[
"Lupato",
"A.",
""
],
[
"Luppi",
"E.",
""
],
[
"Lynch",
"K.",
""
],
[
"Lyu",
"X. -R.",
""
],
[
"Ma",
"G. M.",
""
],
[
"Maccolini",
"S.",
""
],
[
"Machefert",
"F.",
""
],
[
"Maciuc",
"F.",
""
],
[
"Mack",
"B.",
""
],
[
"Mackay",
"I.",
""
],
[
"Mackey",
"L. M.",
""
],
[
"Mohan",
"L. R. Madhan",
""
],
[
"Madurai",
"M. J.",
""
],
[
"Magdalinski",
"D.",
""
],
[
"Maisuzenko",
"D.",
""
],
[
"Malczewski",
"J. J.",
""
],
[
"Malde",
"S.",
""
],
[
"Malentacca",
"L.",
""
],
[
"Malinin",
"A.",
""
],
[
"Maltsev",
"T.",
""
],
[
"Manca",
"G.",
""
],
[
"Mancinelli",
"G.",
""
],
[
"Mancuso",
"C.",
""
],
[
"Escalero",
"R. Manera",
""
],
[
"Manganella",
"F. M.",
""
],
[
"Manuzzi",
"D.",
""
],
[
"Marangotto",
"D.",
""
],
[
"Marchand",
"J. F.",
""
],
[
"Marchevski",
"R.",
""
],
[
"Marconi",
"U.",
""
],
[
"Mariani",
"E.",
""
],
[
"Mariani",
"S.",
""
],
[
"Benito",
"C. Marin",
""
],
[
"Marks",
"J.",
""
],
[
"Marshall",
"A. M.",
""
],
[
"Martel",
"L.",
""
],
[
"Martelli",
"G.",
""
],
[
"Martellotti",
"G.",
""
],
[
"Martinazzoli",
"L.",
""
],
[
"Martinelli",
"M.",
""
],
[
"Gomez",
"D. Martinez",
""
],
[
"Santos",
"D. Martinez",
""
],
[
"Vidal",
"F. Martinez",
""
],
[
"Granollers",
"A. Martorell i",
""
],
[
"Massafferri",
"A.",
""
],
[
"Matev",
"R.",
""
],
[
"Mathad",
"A.",
""
],
[
"Matiunin",
"V.",
""
],
[
"Matteuzzi",
"C.",
""
],
[
"Mattioli",
"K. R.",
""
],
[
"Mauri",
"A.",
""
],
[
"Maurice",
"E.",
""
],
[
"Mauricio",
"J.",
""
],
[
"Mayencourt",
"P.",
""
],
[
"de Cos",
"J. Mazorra",
""
],
[
"Mazurek",
"M.",
""
],
[
"McCann",
"M.",
""
],
[
"McGrath",
"T. H.",
""
],
[
"McHugh",
"N. T.",
""
],
[
"McNab",
"A.",
""
],
[
"McNulty",
"R.",
""
],
[
"Meadows",
"B.",
""
],
[
"Meier",
"G.",
""
],
[
"Melnychuk",
"D.",
""
],
[
"Granada",
"D. Mendoza",
""
],
[
"Perez",
"P. Menendez Valdes",
""
],
[
"Meng",
"F. M.",
""
],
[
"Merk",
"M.",
""
],
[
"Merli",
"A.",
""
],
[
"Garcia",
"L. Meyer",
""
],
[
"Miao",
"D.",
""
],
[
"Miao",
"H.",
""
],
[
"Mikhasenko",
"M.",
""
],
[
"Milanes",
"D. A.",
""
],
[
"Minotti",
"A.",
""
],
[
"Minucci",
"E.",
""
],
[
"Miralles",
"T.",
""
],
[
"Mitreska",
"B.",
""
],
[
"Mitzel",
"D. S.",
""
],
[
"Modak",
"A.",
""
],
[
"Moeser",
"L.",
""
],
[
"Moise",
"R. D.",
""
],
[
"Cardenas",
"E. F. Molina",
""
],
[
"Mombächer",
"T.",
""
],
[
"Monk",
"M.",
""
],
[
"Monteil",
"S.",
""
],
[
"Gomez",
"A. Morcillo",
""
],
[
"Morello",
"G.",
""
],
[
"Morello",
"M. J.",
""
],
[
"Morgenthaler",
"M. P.",
""
],
[
"Moro",
"A.",
""
],
[
"Moron",
"J.",
""
],
[
"Morren",
"W.",
""
],
[
"Morris",
"A. B.",
""
],
[
"Morris",
"A. G.",
""
],
[
"Mountain",
"R.",
""
],
[
"Mu",
"H.",
""
],
[
"Mu",
"Z. M.",
""
],
[
"Muhammad",
"E.",
""
],
[
"Muheim",
"F.",
""
],
[
"Mulder",
"M.",
""
],
[
"Müller",
"K.",
""
],
[
"Muñoz-Rojas",
"F.",
""
],
[
"Murta",
"R.",
""
],
[
"Mytrochenko",
"V.",
""
],
[
"Naik",
"P.",
""
],
[
"Nakada",
"T.",
""
],
[
"Nandakumar",
"R.",
""
],
[
"Nanut",
"T.",
""
],
[
"Nasteva",
"I.",
""
],
[
"Needham",
"M.",
""
],
[
"Nekrasova",
"E.",
""
],
[
"Neri",
"N.",
""
],
[
"Neubert",
"S.",
""
],
[
"Neufeld",
"N.",
""
],
[
"Neustroev",
"P.",
""
],
[
"Nicolini",
"J.",
""
],
[
"Nicotra",
"D.",
""
],
[
"Niel",
"E. M.",
""
],
[
"Nikitin",
"N.",
""
],
[
"Nisi",
"L.",
""
],
[
"Niu",
"Q.",
""
],
[
"Nogarolli",
"P.",
""
],
[
"Nogga",
"P.",
""
],
[
"Normand",
"C.",
""
],
[
"Fernandez",
"J. Novoa",
""
],
[
"Nowak",
"G.",
""
],
[
"Nunez",
"C.",
""
],
[
"Nur",
"H. N.",
""
],
[
"Oblakowska-Mucha",
"A.",
""
],
[
"Obraztsov",
"V.",
""
],
[
"Oeser",
"T.",
""
],
[
"Okhotnikov",
"A.",
""
],
[
"Okhrimenko",
"O.",
""
],
[
"Oldeman",
"R.",
""
],
[
"Oliva",
"F.",
""
],
[
"Pino",
"E. Olivart",
""
],
[
"Olocco",
"M.",
""
],
[
"Onderwater",
"C. J. G.",
""
],
[
"O'Neil",
"R. H.",
""
],
[
"Soto",
"J. S. Ordonez",
""
],
[
"Osthues",
"D.",
""
],
[
"Goicochea",
"J. M. Otalora",
""
],
[
"Owen",
"P.",
""
],
[
"Oyanguren",
"A.",
""
],
[
"Ozcelik",
"O.",
""
],
[
"Paciolla",
"F.",
""
],
[
"Padee",
"A.",
""
],
[
"Padeken",
"K. O.",
""
],
[
"Pagare",
"B.",
""
],
[
"Pajero",
"T.",
""
],
[
"Palano",
"A.",
""
],
[
"Palutan",
"M.",
""
],
[
"Pan",
"C.",
""
],
[
"Pan",
"X.",
""
],
[
"Panebianco",
"S.",
""
],
[
"Panshin",
"G.",
""
],
[
"Paolucci",
"L.",
""
],
[
"Papanestis",
"A.",
""
],
[
"Pappagallo",
"M.",
""
],
[
"Pappalardo",
"L. L.",
""
],
[
"Pappenheimer",
"C.",
""
],
[
"Parkes",
"C.",
""
],
[
"Parmar",
"D.",
""
],
[
"Passalacqua",
"B.",
""
],
[
"Passaleva",
"G.",
""
],
[
"Passaro",
"D.",
""
],
[
"Pastore",
"A.",
""
],
[
"Patel",
"M.",
""
],
[
"Patoc",
"J.",
""
],
[
"Patrignani",
"C.",
""
],
[
"Paul",
"A.",
""
],
[
"Pawley",
"C. J.",
""
],
[
"Pellegrino",
"A.",
""
],
[
"Peng",
"J.",
""
],
[
"Peng",
"X.",
""
],
[
"Altarelli",
"M. Pepe",
""
],
[
"Perazzini",
"S.",
""
],
[
"Pereima",
"D.",
""
],
[
"Da Costa",
"H. Pereira",
""
],
[
"Martinez",
"M. Pereira",
""
],
[
"Castro",
"A. Pereiro",
""
],
[
"Perez",
"C.",
""
],
[
"Perret",
"P.",
""
],
[
"Perrevoort",
"A.",
""
],
[
"Perro",
"A.",
""
],
[
"Peters",
"M. J.",
""
],
[
"Petridis",
"K.",
""
],
[
"Petrolini",
"A.",
""
],
[
"Pezzulo",
"S.",
""
],
[
"Pfaller",
"J. P.",
""
],
[
"Pham",
"H.",
""
],
[
"Pica",
"L.",
""
],
[
"Piccini",
"M.",
""
],
[
"Piccolo",
"L.",
""
],
[
"Pietrzyk",
"B.",
""
],
[
"Pietrzyk",
"G.",
""
],
[
"Pilato",
"R. N.",
""
],
[
"Pinci",
"D.",
""
],
[
"Pisani",
"F.",
""
],
[
"Pizzichemi",
"M.",
""
],
[
"Placinta",
"V. M.",
""
],
[
"Casasus",
"M. Plo",
""
],
[
"Poeschl",
"T.",
""
],
[
"Polci",
"F.",
""
],
[
"Lener",
"M. Poli",
""
],
[
"Poluektov",
"A.",
""
],
[
"Polukhina",
"N.",
""
],
[
"Polyakov",
"I.",
""
],
[
"Polycarpo",
"E.",
""
],
[
"Ponce",
"S.",
""
],
[
"Popov",
"D.",
""
],
[
"Poslavskii",
"S.",
""
],
[
"Prasanth",
"K.",
""
],
[
"Prouve",
"C.",
""
],
[
"Provenzano",
"D.",
""
],
[
"Pugatch",
"V.",
""
],
[
"Punzi",
"G.",
""
],
[
"Pybus",
"J. R.",
""
],
[
"Qasim",
"S.",
""
],
[
"Qian",
"Q. Q.",
""
],
[
"Qian",
"W.",
""
],
[
"Qin",
"N.",
""
],
[
"Qu",
"S.",
""
],
[
"Quagliani",
"R.",
""
],
[
"Trejo",
"R. I. Rabadan",
""
],
[
"Racz",
"R.",
""
],
[
"Rademacker",
"J. H.",
""
],
[
"Rama",
"M.",
""
],
[
"García",
"M. Ramírez",
""
],
[
"De Oliveira",
"V. Ramos",
""
],
[
"Pernas",
"M. Ramos",
""
],
[
"Rangel",
"M. S.",
""
],
[
"Ratnikov",
"F.",
""
],
[
"Raven",
"G.",
""
],
[
"De Miguel",
"M. Rebollo",
""
],
[
"Redi",
"F.",
""
],
[
"Reich",
"J.",
""
],
[
"Reiss",
"F.",
""
],
[
"Ren",
"Z.",
""
],
[
"Resmi",
"P. K.",
""
],
[
"Galvez",
"M. Ribalda",
""
],
[
"Ribatti",
"R.",
""
],
[
"Ricart",
"G.",
""
],
[
"Riccardi",
"D.",
""
],
[
"Ricciardi",
"S.",
""
],
[
"Richardson",
"K.",
""
],
[
"Richardson-Slipper",
"M.",
""
],
[
"Rinnert",
"K.",
""
],
[
"Robbe",
"P.",
""
],
[
"Robertson",
"G.",
""
],
[
"Rodrigues",
"E.",
""
],
[
"Alvarez",
"A. Rodriguez",
""
],
[
"Fernandez",
"E. Rodriguez",
""
],
[
"Lopez",
"J. A. Rodriguez",
""
],
[
"Rodriguez",
"E. Rodriguez",
""
],
[
"Roensch",
"J.",
""
],
[
"Rogachev",
"A.",
""
],
[
"Rogovskiy",
"A.",
""
],
[
"Rolf",
"D. L.",
""
],
[
"Roloff",
"P.",
""
],
[
"Romanovskiy",
"V.",
""
],
[
"Vidal",
"A. Romero",
""
],
[
"Romolini",
"G.",
""
],
[
"Ronchetti",
"F.",
""
],
[
"Rong",
"T.",
""
],
[
"Rotondo",
"M.",
""
],
[
"Roy",
"S. R.",
""
],
[
"Rudolph",
"M. S.",
""
],
[
"Diaz",
"M. Ruiz",
""
],
[
"Fernandez",
"R. A. Ruiz",
""
],
[
"Vidal",
"J. Ruiz",
""
],
[
"Saavedra-Arias",
"J. J.",
""
],
[
"Silva",
"J. J. Saborido",
""
],
[
"R.",
"S. E. R. Sacha Emile",
""
],
[
"Sagidova",
"N.",
""
],
[
"Sahoo",
"D.",
""
],
[
"Sahoo",
"N.",
""
],
[
"Saitta",
"B.",
""
],
[
"Salomoni",
"M.",
""
],
[
"Sanderswood",
"I.",
""
],
[
"Santacesaria",
"R.",
""
],
[
"Rios",
"C. Santamarina",
""
],
[
"Santimaria",
"M.",
""
],
[
"Santoro",
"L.",
""
],
[
"Santovetti",
"E.",
""
],
[
"Saputi",
"A.",
""
],
[
"Saranin",
"D.",
""
],
[
"Sarnatskiy",
"A.",
""
],
[
"Sarpis",
"G.",
""
],
[
"Sarpis",
"M.",
""
],
[
"Satriano",
"C.",
""
],
[
"Satta",
"A.",
""
],
[
"Saur",
"M.",
""
],
[
"Savrina",
"D.",
""
],
[
"Sazak",
"H.",
""
],
[
"Sborzacchi",
"F.",
""
],
[
"Scarabotto",
"A.",
""
],
[
"Schael",
"S.",
""
],
[
"Scherl",
"S.",
""
],
[
"Schiller",
"M.",
""
],
[
"Schindler",
"H.",
""
],
[
"Schmelling",
"M.",
""
],
[
"Schmidt",
"B.",
""
],
[
"Schmidt",
"N.",
""
],
[
"Schmitt",
"S.",
""
],
[
"Schmitz",
"H.",
""
],
[
"Schneider",
"O.",
""
],
[
"Schopper",
"A.",
""
],
[
"Schulte",
"N.",
""
],
[
"Schune",
"M. H.",
""
],
[
"Schwering",
"G.",
""
],
[
"Sciascia",
"B.",
""
],
[
"Sciuccati",
"A.",
""
],
[
"Scriven",
"G.",
""
],
[
"Segal",
"I.",
""
],
[
"Sellam",
"S.",
""
],
[
"Semennikov",
"A.",
""
],
[
"Senger",
"T.",
""
],
[
"Soares",
"M. Senghi",
""
],
[
"Sergi",
"A.",
""
],
[
"Serra",
"N.",
""
],
[
"Sestini",
"L.",
""
],
[
"Seuthe",
"A.",
""
],
[
"Sanjuan",
"B. Sevilla",
""
],
[
"Shang",
"Y.",
""
],
[
"Shangase",
"D. M.",
""
],
[
"Shapkin",
"M.",
""
],
[
"Sharma",
"R. S.",
""
],
[
"Shchemerov",
"I.",
""
],
[
"Shchutska",
"L.",
""
],
[
"Shears",
"T.",
""
],
[
"Shekhtman",
"L.",
""
],
[
"Shen",
"Z.",
""
],
[
"Sheng",
"S.",
""
],
[
"Shevchenko",
"V.",
""
],
[
"Shi",
"B.",
""
],
[
"Shi",
"Q.",
""
],
[
"Shi",
"W. S.",
""
],
[
"Shimizu",
"Y.",
""
],
[
"Shmanin",
"E.",
""
],
[
"Shorkin",
"R.",
""
],
[
"Shupperd",
"J. D.",
""
],
[
"Coutinho",
"R. Silva",
""
],
[
"Simi",
"G.",
""
],
[
"Simone",
"S.",
""
],
[
"Singha",
"M.",
""
],
[
"Skidmore",
"N.",
""
],
[
"Skwarnicki",
"T.",
""
],
[
"Slater",
"M. W.",
""
],
[
"Smith",
"E.",
""
],
[
"Smith",
"K.",
""
],
[
"Smith",
"M.",
""
],
[
"Lavra",
"L. Soares",
""
],
[
"Sokoloff",
"M. D.",
""
],
[
"Soler",
"F. J. P.",
""
],
[
"Solomin",
"A.",
""
],
[
"Solovev",
"A.",
""
],
[
"Solovieva",
"K.",
""
],
[
"Sommerfeld",
"N. S.",
""
],
[
"Song",
"R.",
""
],
[
"Song",
"Y.",
""
],
[
"Song",
"Y.",
""
],
[
"Song",
"Y. S.",
""
],
[
"De Almeida",
"F. L. Souza",
""
],
[
"De Paula",
"B. Souza",
""
],
[
"Sowa",
"K. M.",
""
],
[
"Norella",
"E. Spadaro",
""
],
[
"Spedicato",
"E.",
""
],
[
"Speer",
"J. G.",
""
],
[
"Spradlin",
"P.",
""
],
[
"Sriskaran",
"V.",
""
],
[
"Stagni",
"F.",
""
],
[
"Stahl",
"M.",
""
],
[
"Stahl",
"S.",
""
],
[
"Stanislaus",
"S.",
""
],
[
"Stefaniak",
"M.",
""
],
[
"Stein",
"E. N.",
""
],
[
"Steinkamp",
"O.",
""
],
[
"Stevens",
"H.",
""
],
[
"Strekalina",
"D.",
""
],
[
"Su",
"Y.",
""
],
[
"Suljik",
"F.",
""
],
[
"Sun",
"J.",
""
],
[
"Sun",
"J.",
""
],
[
"Sun",
"L.",
""
],
[
"Sundfeld",
"D.",
""
],
[
"Sutcliffe",
"W.",
""
],
[
"Svintozelskyi",
"V.",
""
],
[
"Swientek",
"K.",
""
],
[
"Swystun",
"F.",
""
],
[
"Szabelski",
"A.",
""
],
[
"Szumlak",
"T.",
""
],
[
"Tan",
"Y.",
""
],
[
"Tang",
"Y.",
""
],
[
"Tang",
"Y. T.",
""
],
[
"Tat",
"M. D.",
""
],
[
"Jimenez",
"J. A. Teijeiro",
""
],
[
"Terentev",
"A.",
""
],
[
"Terzuoli",
"F.",
""
],
[
"Teubert",
"F.",
""
],
[
"Thomas",
"E.",
""
],
[
"Thompson",
"D. J. D.",
""
],
[
"Thomson-Strong",
"A. R.",
""
],
[
"Tilquin",
"H.",
""
],
[
"Tisserand",
"V.",
""
],
[
"T'Jampens",
"S.",
""
],
[
"Tobin",
"M.",
""
],
[
"Todorov",
"T. T.",
""
],
[
"Tomassetti",
"L.",
""
],
[
"Tonani",
"G.",
""
],
[
"Tong",
"X.",
""
],
[
"Tork",
"T.",
""
],
[
"Machado",
"D. Torres",
""
],
[
"Toscano",
"L.",
""
],
[
"Tou",
"D. Y.",
""
],
[
"Trippl",
"C.",
""
],
[
"Tuci",
"G.",
""
],
[
"Tuning",
"N.",
""
],
[
"Uecker",
"L. H.",
""
],
[
"Ukleja",
"A.",
""
],
[
"Unverzagt",
"D. J.",
""
],
[
"Upadhyay",
"A.",
""
],
[
"Urbach",
"B.",
""
],
[
"Usachov",
"A.",
""
],
[
"Ustyuzhanin",
"A.",
""
],
[
"Uwer",
"U.",
""
],
[
"Vagnoni",
"V.",
""
],
[
"Cadenas",
"V. Valcarce",
""
],
[
"Valenti",
"G.",
""
],
[
"Canudas",
"N. Valls",
""
],
[
"van Eldik",
"J.",
""
],
[
"Van Hecke",
"H.",
""
],
[
"van Herwijnen",
"E.",
""
],
[
"Van Hulse",
"C. B.",
""
],
[
"Van Laak",
"R.",
""
],
[
"van Veghel",
"M.",
""
],
[
"Vasquez",
"G.",
""
],
[
"Gomez",
"R. Vazquez",
""
],
[
"Regueiro",
"P. Vazquez",
""
],
[
"Sierra",
"C. Vázquez",
""
],
[
"Vecchi",
"S.",
""
],
[
"Serna",
"J. Velilla",
""
],
[
"Velthuis",
"J. J.",
""
],
[
"Veltri",
"M.",
""
],
[
"Venkateswaran",
"A.",
""
],
[
"Verdoglia",
"M.",
""
],
[
"Vesterinen",
"M.",
""
],
[
"Vetens",
"W.",
""
],
[
"Benet",
"D. Vico",
""
],
[
"Villalba",
"P. Vidrier",
""
],
[
"Diaz",
"M. Vieites",
""
],
[
"Vilasis-Cardona",
"X.",
""
],
[
"Figueras",
"E. Vilella",
""
],
[
"Villa",
"A.",
""
],
[
"Vincent",
"P.",
""
],
[
"Vivacqua",
"B.",
""
],
[
"Volle",
"F. C.",
""
],
[
"Bruch",
"D. vom",
""
],
[
"Voropaev",
"N.",
""
],
[
"Vos",
"K.",
""
],
[
"Vrahas",
"C.",
""
],
[
"Wagner",
"J.",
""
],
[
"Walsh",
"J.",
""
],
[
"Walton",
"E. J.",
""
],
[
"Wan",
"G.",
""
],
[
"Wang",
"A.",
""
],
[
"Wang",
"B.",
""
],
[
"Wang",
"C.",
""
],
[
"Wang",
"G.",
""
],
[
"Wang",
"H.",
""
],
[
"Wang",
"J.",
""
],
[
"Wang",
"J.",
""
],
[
"Wang",
"J.",
""
],
[
"Wang",
"J.",
""
],
[
"Wang",
"M.",
""
],
[
"Wang",
"N. W.",
""
],
[
"Wang",
"R.",
""
],
[
"Wang",
"X.",
""
],
[
"Wang",
"X.",
""
],
[
"Wang",
"X. W.",
""
],
[
"Wang",
"Y.",
""
],
[
"Wang",
"Y.",
""
],
[
"Wang",
"Y. H.",
""
],
[
"Wang",
"Z.",
""
],
[
"Wang",
"Z.",
""
],
[
"Wang",
"Z.",
""
],
[
"Ward",
"J. A.",
""
],
[
"Waterlaat",
"M.",
""
],
[
"Watson",
"N. K.",
""
],
[
"Websdale",
"D.",
""
],
[
"Wei",
"Y.",
""
],
[
"Weida",
"Z.",
""
],
[
"Wendel",
"J.",
""
],
[
"Westhenry",
"B. D. C.",
""
],
[
"White",
"C.",
""
],
[
"Whitehead",
"M.",
""
],
[
"Whiter",
"E.",
""
],
[
"Wiederhold",
"A. R.",
""
],
[
"Wiedner",
"D.",
""
],
[
"Wiegertjes",
"M. A.",
""
],
[
"Wild",
"C.",
""
],
[
"Wilkinson",
"G.",
""
],
[
"Wilkinson",
"M. K.",
""
],
[
"Williams",
"M.",
""
],
[
"Williams",
"M. J.",
""
],
[
"Williams",
"M. R. J.",
""
],
[
"Williams",
"R.",
""
],
[
"Williams",
"S.",
""
],
[
"Williams",
"Z.",
""
],
[
"Wilson",
"F. F.",
""
],
[
"Winn",
"M.",
""
],
[
"Wislicki",
"W.",
""
],
[
"Witek",
"M.",
""
],
[
"Witola",
"L.",
""
],
[
"Wolf",
"T.",
""
],
[
"Wood",
"E.",
""
],
[
"Wormser",
"G.",
""
],
[
"Wotton",
"S. A.",
""
],
[
"Wu",
"H.",
""
],
[
"Wu",
"J.",
""
],
[
"Wu",
"X.",
""
],
[
"Wu",
"Y.",
""
],
[
"Wu",
"Z.",
""
],
[
"Wyllie",
"K.",
""
],
[
"Xian",
"S.",
""
],
[
"Xiang",
"Z.",
""
],
[
"Xie",
"Y.",
""
],
[
"Xing",
"T. X.",
""
],
[
"Xu",
"A.",
""
],
[
"Xu",
"L.",
""
],
[
"Xu",
"L.",
""
],
[
"Xu",
"M.",
""
],
[
"Xu",
"Z.",
""
],
[
"Xu",
"Z.",
""
],
[
"Xu",
"Z.",
""
],
[
"Yang",
"K.",
""
],
[
"Yang",
"X.",
""
],
[
"Yang",
"Y.",
""
],
[
"Yang",
"Z.",
""
],
[
"Yeroshenko",
"V.",
""
],
[
"Yeung",
"H.",
""
],
[
"Yin",
"H.",
""
],
[
"Yin",
"X.",
""
],
[
"Yu",
"C. Y.",
""
],
[
"Yu",
"J.",
""
],
[
"Yuan",
"X.",
""
],
[
"Yuan",
"Y",
""
],
[
"Zaffaroni",
"E.",
""
],
[
"Saa",
"J. A. Zamora",
""
],
[
"Zavertyaev",
"M.",
""
],
[
"Zdybal",
"M.",
""
],
[
"Zenesini",
"F.",
""
],
[
"Zeng",
"C.",
""
],
[
"Zeng",
"M.",
""
],
[
"Zhang",
"C.",
""
],
[
"Zhang",
"D.",
""
],
[
"Zhang",
"J.",
""
],
[
"Zhang",
"L.",
""
],
[
"Zhang",
"R.",
""
],
[
"Zhang",
"S.",
""
],
[
"Zhang",
"S.",
""
],
[
"Zhang",
"Y.",
""
],
[
"Zhang",
"Y. Z.",
""
],
[
"Zhang",
"Z.",
""
],
[
"Zhao",
"Y.",
""
],
[
"Zhelezov",
"A.",
""
],
[
"Zheng",
"S. Z.",
""
],
[
"Zheng",
"X. Z.",
""
],
[
"Zheng",
"Y.",
""
],
[
"Zhou",
"T.",
""
],
[
"Zhou",
"X.",
""
],
[
"Zhou",
"Y.",
""
],
[
"Zhovkovska",
"V.",
""
],
[
"Zhu",
"L. Z.",
""
],
[
"Zhu",
"X.",
""
],
[
"Zhu",
"X.",
""
],
[
"Zhu",
"Y.",
""
],
[
"Zhukov",
"V.",
""
],
[
"Zhuo",
"J.",
""
],
[
"Zou",
"Q.",
""
],
[
"Zuliani",
"D.",
""
],
[
"Zunica",
"G.",
""
]
] |
2509.03134
|
Alejandro Su\'arez Mascare\~no
|
A. Su\'arez Mascare\~no, C. del Burgo, J.-B. Delisle, J. I. Gonz\'alez Hern\'andez, N. C. Hara, J. M. Mestre, N. Nari, R. Rebolo, A. K. Stefanov, and J. A. Burt
|
A second low-mass planet orbiting the nearby M-dwarf GJ 536
|
Accepted for publication in A&A. 19 pages, 15 figures. Hopefully planet 6000 :)
| null |
10.1051/0004-6361/202555731
| null |
astro-ph.EP astro-ph.SR
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
GJ 536 is a low-mass star, located 10 pc away from the Sun, that hosts a low-mass planet orbiting with a period of 8.71 days. Based on an analysis of the radial velocity (RV) time series obtained from the available data of the spectrographs HARPS, HARPS-N, CARMENES and HIRES, we announce the discovery of a second low-mass planet orbiting the star. We performed a RV global analysis on RV, spectroscopic activity indicators, and ASAS photometry, within the multidimensional Gaussian process framework, updated the parameters of GJ 536 b, and found significant evidence of the presence of a second planet. GJ 536 c is a low-mass planet ($m_{p} \sin i$ = 5.89 $\pm$ 0.70 M$_{\oplus}$), orbiting with a period of 32.761 $\pm$ 0.015 days, at a distance of 0.1617 $\pm$ 0.0028 au from its parent star. It induces an RV semi-amplitude of 1.80 $\pm$ 0.20 m$\cdot$s$^{-1}$. Given its distance to the star, it receives a flux of 1.692 $\pm$ 0.069 F$_{\oplus}$, for an equilibrium temperature of 290.5 $\pm$ 9.5 K. We update the mass of the planet GJ 536 b to $m_{p} \sin i$ = 6.37 $\pm$ 0.38 M$_{\oplus}$. The orbits of both planets are consistent with circular. We explored the use of statistical Doppler imaging on the photometric and RV data, and find a tentative projected obliquity of the stellar rotation axis of 58$^{+16}_{-19}$ deg. Current evidence does not support the presence of additional planets with masses > 5 M$_{\oplus}$for orbital periods up to 100 days, or > 10 M$_{\oplus}$ for periods up to 1000 days.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:35:16 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Mascareño",
"A. Suárez",
""
],
[
"del Burgo",
"C.",
""
],
[
"Delisle",
"J. -B.",
""
],
[
"Hernández",
"J. I. González",
""
],
[
"Hara",
"N. C.",
""
],
[
"Mestre",
"J. M.",
""
],
[
"Nari",
"N.",
""
],
[
"Rebolo",
"R.",
""
],
[
"Stefanov",
"A. K.",
""
],
[
"Burt",
"J. A.",
""
]
] |
2509.03135
|
Lucas Lacasa
|
Lucas Lacasa
|
Eigendecompositions of temporal networks
| null | null | null | null |
physics.data-an physics.soc-ph
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Temporal networks, defined as sequences of time-aggregated adjacency matrices, sample latent graph dynamics and trace trajectories in graph space. By interpreting each adjacency matrix as a different time snapshot of a scalar field, fluid-mechanics theories can be applied to construct two distinct eigendecompositions of temporal networks. The first builds on the proper orthogonal decomposition (POD) of flowfields and decomposes the evolution of a network in terms of a basis of orthogonal network eigenmodes which are ordered in terms of their relative importance, hence enabling compression of temporal networks as well as their reconstruction from low-dimensional embeddings. The second proposes a numerical approximation of the Koopman operator, a linear operator acting on a suitable observable of the graph space which provides the best linear approximation of the latent graph dynamics. Its eigendecomposition provides a data-driven spectral description of the temporal network dynamics, in terms of dynamic modes which grow, decay or oscillate over time. Both eigendecompositions are illustrated and validated in a suite of synthetic generative models of temporal networks with varying complexity.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:38:24 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Lacasa",
"Lucas",
""
]
] |
2509.03136
|
Jianchun Liu
|
Chenxia Tang, Jianchun Liu, Hongli Xu, Liusheng Huang
|
Adaptive KV-Cache Compression without Manually Setting Budget
| null | null | null | null |
cs.DB cs.AI
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Large language models (LLMs) inference relies heavily on KV-caches to accelerate autoregressive decoding, but the resulting memory footprint grows rapidly with sequence length, posing significant efficiency challenges. Current KV-cache compression methods suffer from a Procrustes' bed problem: they force diverse workloads into fixed compression ratios, leading to suboptimal resource allocation and inference performance. To this end, we present GVote, an adaptive KV-cache compression scheme that eliminates manual budget specification while achieving superior accuracy-efficiency trade-offs. GVote operates on the principle that the important keys are the aggregation of keys required by future queries. The method predicts future query attention demands by Monte-Carlo style sampling potential queries and aggregating selected keys to determine the optimal cache budget without manual specification. Experimental evaluation demonstrates GVote's effectiveness across multiple benchmarks, including GSM8K, RULER and Longbench. Compared to baselines, GVote exhibits 2$\times$ memory reduction while the accuracy maintains higher or comparable.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:38:40 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Tang",
"Chenxia",
""
],
[
"Liu",
"Jianchun",
""
],
[
"Xu",
"Hongli",
""
],
[
"Huang",
"Liusheng",
""
]
] |
2509.03137
|
Qian Yang
|
Li Yi and Qian Yang
|
A Neural Network Approach to Multi-radionuclide TDCR Beta Spectroscopy
|
15 pages, 3 figures
| null | null | null |
cs.LG cs.AI nucl-ex physics.comp-ph physics.ins-det
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Liquid scintillation triple-to-doubly coincident ratio (TDCR) spectroscopy is widely adopted as a standard method for radionuclide quantification because of its inherent advantages such as high precision, self-calibrating capability, and independence from radioactive reference sources. However, multiradionuclide analysis via TDCR faces the challenges of limited automation and reliance on mixture-specific standards, which may not be easily available. Here, we present an Artificial Intelligence (AI) framework that combines numerical spectral simulation and deep learning for standard-free automated analysis. $\beta$ spectra for model training were generated using Geant4 simulations coupled with statistically modeled detector response sampling. A tailored neural network architecture, trained on this dataset covering various nuclei mix ratio and quenching scenarios, enables autonomous resolution of individual radionuclide activities and detecting efficiency through end-to-end learning paradigms. The model delivers consistent high accuracy across tasks: activity proportions (mean absolute error = 0.009), detection efficiencies (mean absolute error = 0.002), and spectral reconstruction (Structural Similarity Index = 0.9998), validating its physical plausibility for quenched $\beta$ spectroscopy. This AI-driven methodology exhibits significant potential for automated safety-compliant multiradionuclide analysis with robust generalization, real-time processing capabilities, and engineering feasibility, particularly in scenarios where reference materials are unavailable or rapid field analysis is required.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:40:02 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Yi",
"Li",
""
],
[
"Yang",
"Qian",
""
]
] |
2509.03138
|
Bikai Gao
|
Bikai Gao, Micha{\l} Marczenko
|
Suppression of dynamical momentum-space shell by chiral symmetry
| null | null | null | null |
nucl-th hep-ph
|
http://creativecommons.org/licenses/by/4.0/
|
We investigate the appearance of quark degrees of freedom in dense isospin-symmetric nuclear matter. We employ the parity doublet model to incorporate chiral dynamics. Specifically, we contrast quarkyonic matter, in which quarks occupy states above the nucleon Fermi surface, with baryquark matter, in which quarks populate states inside the nucleonic Fermi sea. We find that while baryquark matter is generally energetically favored over quarkyonic matter, the self-consistent treatment of the momentum-space shell reveals that purely hadronic matter provides the lowest free energy up to densities well beyond nuclear saturation. Consequently, the contribution of quarks is not relevant within the model's domain of applicability, even though chiral symmetry becomes restored. This demonstrates that the onset of quark degrees of freedom and the restoration of chiral symmetry need not coincide.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:45:02 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Gao",
"Bikai",
""
],
[
"Marczenko",
"Michał",
""
]
] |
2509.03139
|
Anton Bernshteyn
|
Anton Bernshteyn and Joshua Frisch
|
Flows with minimal subdynamics
|
27 pp., 2 figures
| null | null | null |
math.DS math.LO
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Let $\Gamma$ be a countably infinite discrete group. A $\Gamma$-flow $X$ (i.e., a nonempty compact Hausdorff space equipped with a continuous action of $\Gamma$) is called $S$-minimal for a subset $S \subseteq \Gamma$ if the partial orbit $S \cdot x$ is dense for every point $x \in X$. We show that for any countable family $(S_n)_{n \in \mathbb{N}}$ of infinite subsets of $\Gamma$, there exists a free $\Gamma$-flow $X$ that is $S_n$-minimal for all $n \in \mathbb{N}$; additionally, $X$ can be taken to be a subflow of $2^\Gamma$. This vastly generalizes a result of Frisch, Seward, and Zucker, in which each $S_n$ is required to be a normal subgroup of $\Gamma$. As a corollary, we show that for a given Polish $\Gamma$-flow $X$, there exists a free $\Gamma$-flow $Y$ disjoint from $X$ in the sense of Furstenberg if and only if $X$ has no wandering points. This completes a line of inquiry started by Glasner, Tsankov, Weiss, and Zucker. As another application, we strengthen some of the results of Gao, Jackson, Krohne, and Seward on the structure of Borel complete sections. For example, we show that if $B$ is a Borel complete section in the free part of $2^\Gamma$, then every union of sufficiently many shifts of $B$ contains an orbit (previously, this was only known for open sets $B$). Although our main results are purely dynamical, their proofs rely on recently developed machinery from descriptive set-theoretic combinatorics, namely the asymptotic separation index introduced by Conley, Jackson, Marks, Seward, and Tucker-Drob and its links to the Lov\'{a}sz Local Lemma.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:49:32 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Bernshteyn",
"Anton",
""
],
[
"Frisch",
"Joshua",
""
]
] |
2509.03140
|
Dominik Dold
|
Nadezhda Dobreva, Emmanuel Blazquez, Jai Grover, Dario Izzo, Yuzhen Qin, Dominik Dold
|
Decentralised self-organisation of pivoting cube ensembles using geometric deep learning
| null | null | null | null |
cs.NE cs.AI cs.RO
|
http://creativecommons.org/licenses/by/4.0/
|
We present a decentralized model for autonomous reconfiguration of homogeneous pivoting cube modular robots in two dimensions. Each cube in the ensemble is controlled by a neural network that only gains information from other cubes in its local neighborhood, trained using reinforcement learning. Furthermore, using geometric deep learning, we include the grid symmetries of the cube ensemble in the neural network architecture. We find that even the most localized versions succeed in reconfiguring to the target shape, although reconfiguration happens faster the more information about the whole ensemble is available to individual cubes. Near-optimal reconfiguration is achieved with only nearest neighbor interactions by using multiple information passing between cubes, allowing them to accumulate more global information about the ensemble. Compared to standard neural network architectures, using geometric deep learning approaches provided only minor benefits. Overall, we successfully demonstrate mostly local control of a modular self-assembling system, which is transferable to other space-relevant systems with different action spaces, such as sliding cube modular robots and CubeSat swarms.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:50:41 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Dobreva",
"Nadezhda",
""
],
[
"Blazquez",
"Emmanuel",
""
],
[
"Grover",
"Jai",
""
],
[
"Izzo",
"Dario",
""
],
[
"Qin",
"Yuzhen",
""
],
[
"Dold",
"Dominik",
""
]
] |
2509.03141
|
Mattia Litrico
|
Mattia Litrico and Francesco Guarnera and Mario Valerio Giuffrida and Daniele Rav\`i and Sebastiano Battiato
|
Temporally-Aware Diffusion Model for Brain Progression Modelling with Bidirectional Temporal Regularisation
| null | null | null | null |
cs.CV cs.LG
|
http://creativecommons.org/licenses/by/4.0/
|
Generating realistic MRIs to accurately predict future changes in the structure of brain is an invaluable tool for clinicians in assessing clinical outcomes and analysing the disease progression at the patient level. However, current existing methods present some limitations: (i) some approaches fail to explicitly capture the relationship between structural changes and time intervals, especially when trained on age-imbalanced datasets; (ii) others rely only on scan interpolation, which lack clinical utility, as they generate intermediate images between timepoints rather than future pathological progression; and (iii) most approaches rely on 2D slice-based architectures, thereby disregarding full 3D anatomical context, which is essential for accurate longitudinal predictions. We propose a 3D Temporally-Aware Diffusion Model (TADM-3D), which accurately predicts brain progression on MRI volumes. To better model the relationship between time interval and brain changes, TADM-3D uses a pre-trained Brain-Age Estimator (BAE) that guides the diffusion model in the generation of MRIs that accurately reflect the expected age difference between baseline and generated follow-up scans. Additionally, to further improve the temporal awareness of TADM-3D, we propose the Back-In-Time Regularisation (BITR), by training TADM-3D to predict bidirectionally from the baseline to follow-up (forward), as well as from the follow-up to baseline (backward). Although predicting past scans has limited clinical applications, this regularisation helps the model generate temporally more accurate scans. We train and evaluate TADM-3D on the OASIS-3 dataset, and we validate the generalisation performance on an external test set from the NACC dataset. The code will be available upon acceptance.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:51:38 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Litrico",
"Mattia",
""
],
[
"Guarnera",
"Francesco",
""
],
[
"Giuffrida",
"Mario Valerio",
""
],
[
"Ravì",
"Daniele",
""
],
[
"Battiato",
"Sebastiano",
""
]
] |
2509.03142
|
Luca Barbieri
|
Luca Barbieri
|
Self-consistent generation of the ambipolar electric field in collisionless plasmas via multi-mode electrostatics
|
20 pages, 8 figures, accepted in Journal of Plasma Physics
| null | null | null |
physics.plasm-ph astro-ph.SR
|
http://creativecommons.org/licenses/by/4.0/
|
In this work, we investigate the generation of the ambipolar electric field in a gravitationally stratified, collisionless plasma atmosphere. In such environments, gravity tends to separate charged species. To prevent separation an electric field, classically described by the Pannekoek-Rosseland expression, is usually imposed externally. Here, we propose a self-consistent method to recover this field based on a multi-mode Fourier expansion of the electrostatic interaction. We show that, under suitable conditions, this approach naturally leads to the ambipolar electric field and restores charge neutrality. The method is tested in both isothermal and multi-temperature plasma configurations. This framework provides a foundation for future developments that may include collisions, ionization, and asymmetric boundary conditions to model more realistic stellar atmospheres.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:52:48 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Barbieri",
"Luca",
""
]
] |
2509.03143
|
Kaidi L\~oo
|
Kaidi L\~oo, Arvi Tavast, Maria Heitmeier, Harald Baayen
|
An experimental and computational study of an Estonian single-person word naming
| null | null | null | null |
cs.CL
|
http://creativecommons.org/licenses/by/4.0/
|
This study investigates lexical processing in Estonian. A large-scale single-subject experiment is reported that combines the word naming task with eye-tracking. Five response variables (first fixation duration, total fixation duration, number of fixations, word naming latency, and spoken word duration) are analyzed with the generalized additive model. Of central interest is the question of whether measures for lexical processing generated by a computational model of the mental lexicon (the Discriminative Lexicon Model, DLM) are predictive for these response variables, and how they compare to classical predictors such as word frequency, neighborhood size, and inflectional paradigm size. Computational models were implemented both with linear and deep mappings. Central findings are, first, that DLM-based measures are powerful predictors for lexical processing, second, that DLM-measures using deep learning are not necessarily more precise predictors of lexical processing than DLM-measures using linear mappings, third, that classical predictors tend to provide somewhat more precise fits compared to DLM-based predictors (except for total fixation duration, where the two provide equivalent goodness of fit), and fourth, that in the naming task lexical variables are not predictive for first fixation duration and the total number of fixations. As the DLM works with mappings from form to meaning, the predictivity of DLM-based measures for total fixation duration, naming latencies, and spoken word duration indicates that meaning is heavily involved in the present word naming task.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:53:15 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Lõo",
"Kaidi",
""
],
[
"Tavast",
"Arvi",
""
],
[
"Heitmeier",
"Maria",
""
],
[
"Baayen",
"Harald",
""
]
] |
2509.03144
|
Meiqiao Zhang
|
Jiajun Ning, Xian'an Jin, Meiqiao Zhang
|
The burning number conjecture holds for trees of order $n$ with at most $\left\lfloor \sqrt{n-1}\right\rfloor$ degree-2 vertices
| null | null | null | null |
math.CO
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Inspired by the spread of information in social networks and graph-theoretic processes such as Firefighting and graph cleaning, Bonato, Janssen and Roshanbin introduced in 2016 the burning number $b(G)$ of any finite graph $G$. They conjectured that $b(G)\le \lceil n^\frac{1}{2}\rceil$ holds for all connected graphs $G$ of order $n$, and observed that it suffices to prove the conjecture for all trees. In 2024, Murakami confirmed the conjecture for trees without degree-2 vertices. In this paper, we prove that for all trees $T$ of order $n$ with $n_2$ degree-2 vertices, $$b(T)\le \left\lceil \left(n+n_2-\left\lceil\sqrt{n+n_2+0.25}-1.5\right\rceil\right)^{\frac{1}{2}}\right\rceil.$$ Hence, the conjecture holds for all trees of order $n$ with at most $\left\lfloor \sqrt{n-1}\right\rfloor$ degree-2 vertices.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:54:11 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Ning",
"Jiajun",
""
],
[
"Jin",
"Xian'an",
""
],
[
"Zhang",
"Meiqiao",
""
]
] |
2509.03145
|
Pengkun Ren Mr.
|
Pengkun Ren, Hai Dong, Zahir Tari, Pengcheng Zhang
|
Efficient and Secure Sleepy Model for BFT Consensus
|
Accepted to ESORICS 2025, 20 pages, 7 figures
| null | null | null |
cs.DC
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Byzantine Fault Tolerant (BFT) consensus protocols for dynamically available systems face a critical challenge: balancing latency and security in fluctuating node participation. Existing solutions often require multiple rounds of voting per decision, leading to high latency or limited resilience to adversarial behavior. This paper presents a BFT protocol integrating a pre-commit mechanism with publicly verifiable secret sharing (PVSS) into message transmission. By binding users' identities to their messages through PVSS, our approach reduces communication rounds. Compared to other state-of-the-art methods, our protocol typically requires only four network delays (4$\Delta$) in common scenarios while being resilient to up to 1/2 adversarial participants. This integration enhances the efficiency and security of the protocol without compromising integrity. Theoretical analysis demonstrates the robustness of the protocol against Byzantine attacks. Experimental evaluations show that, compared to traditional BFT protocols, our protocol significantly prevents fork occurrences and improves chain stability. Furthermore, compared to longest-chain protocol, our protocol maintains stability and lower latency in scenarios with moderate participation fluctuations.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:54:25 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Ren",
"Pengkun",
""
],
[
"Dong",
"Hai",
""
],
[
"Tari",
"Zahir",
""
],
[
"Zhang",
"Pengcheng",
""
]
] |
2509.03146
|
Ahmed Zubair
|
Md. Faiaad Rahman, Arpan Sur and Ahmed Zubair
|
Hierarchically structured, high-efficiency and thermally robust perovskite solar cells with band-engineered double-hole layers
| null | null | null | null |
physics.optics math-ph math.MP quant-ph
|
http://creativecommons.org/licenses/by-nc-nd/4.0/
|
Despite the promising optoelectronic properties of methylammonium lead iodide (MAPbI3)-based perovskite solar cells (PSCs), their commercial viability is hindered by interfacial energy misalignment, suboptimal light absorption, and thermal instability. Here, we present a comprehensive theoretical framework to enhance the power conversion efficiency (PCE) of MAPbI3 based PSC through integrated electronic and morphological engineering. Firstly, to address interfacial recombination and inefficient hole extraction at the perovskite/HTL junction, we introduced a double hole transport layer (HTL) stack comprising CuO and I2O5-doped Spiro-OMeTAD, which significantly improved energy level alignment and carrier selectivity. Comprehensive multiphysics simulations, combining finite-difference time-domain (FDTD) optical analysis with finite element method (FEM) based electrical and thermal modeling, demonstrated that optimized doping concentrations and thickness parameters within the CuO/Spiro-OMeTAD hole transport layers can enhance the PCE to 22.78%. However, planar architectures, while offering ease of fabrication and scalability, exhibit weak near-UV and near-infrared absorption, whereas nanostructures attain superior light trapping but incur significant fabrication complexity, underscoring the need for balanced design strategies. To address these inherent limitations, we propose a hierarchical ellipsoidal patterned solar cell (HEPSC), wherein a top-layer ellipsoidal nanostructure is introduced across the full device stack. This design enhances broadband light trapping and optical confinement throughout the active layers while maintaining fabrication feasibility through geometrically realistic structuring.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:55:15 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Rahman",
"Md. Faiaad",
""
],
[
"Sur",
"Arpan",
""
],
[
"Zubair",
"Ahmed",
""
]
] |
2509.03147
|
Karl Dilcher
|
Karl Dilcher and Larry Ericksen
|
Colored base-3 partitions, sequences of polynomials, and perfect numbers
| null | null | null | null |
math.CO math.NT
|
http://creativecommons.org/licenses/by/4.0/
|
Motivated by the observation that the counting function of a certain base-3 colored partition contains the even perfect numbers as a subsequence, we begin by defining a sequence of polynomials in four variables and discuss their properties and combinatorial interpretations. We then concentrate on certain subsequences that are related to the Chebyshev polynomials of both kinds. Finally, we consider several sequences of single-variable polynomials that have meaningful combinatorial interpretations as well as interesting zero distributions.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:56:15 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Dilcher",
"Karl",
""
],
[
"Ericksen",
"Larry",
""
]
] |
2509.03148
|
Jannis Vamvas
|
Jannis Vamvas, Ignacio P\'erez Prat, Not Battesta Soliva, Sandra Baltermia-Guetg, Andrina Beeli, Simona Beeli, Madlaina Capeder, Laura Decurtins, Gian Peder Gregori, Flavia Hobi, Gabriela Holderegger, Arina Lazzarini, Viviana Lazzarini, Walter Rosselli, Bettina Vital, Anna Rutkiewicz, Rico Sennrich
|
Expanding the WMT24++ Benchmark with Rumantsch Grischun, Sursilvan, Sutsilvan, Surmiran, Puter, and Vallader
|
Submitted to WMT25 (Open Language Data Initiative Shared Task)
| null | null | null |
cs.CL
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
The Romansh language, spoken in Switzerland, has limited resources for machine translation evaluation. In this paper, we present a benchmark for six varieties of Romansh: Rumantsch Grischun, a supra-regional variety, and five regional varieties: Sursilvan, Sutsilvan, Surmiran, Puter, and Vallader. Our reference translations were created by human translators based on the WMT24++ benchmark, which ensures parallelism with more than 55 other languages. An automatic evaluation of existing MT systems and LLMs shows that translation out of Romansh into German is handled relatively well for all the varieties, but translation into Romansh is still challenging.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 08:57:10 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Vamvas",
"Jannis",
""
],
[
"Prat",
"Ignacio Pérez",
""
],
[
"Soliva",
"Not Battesta",
""
],
[
"Baltermia-Guetg",
"Sandra",
""
],
[
"Beeli",
"Andrina",
""
],
[
"Beeli",
"Simona",
""
],
[
"Capeder",
"Madlaina",
""
],
[
"Decurtins",
"Laura",
""
],
[
"Gregori",
"Gian Peder",
""
],
[
"Hobi",
"Flavia",
""
],
[
"Holderegger",
"Gabriela",
""
],
[
"Lazzarini",
"Arina",
""
],
[
"Lazzarini",
"Viviana",
""
],
[
"Rosselli",
"Walter",
""
],
[
"Vital",
"Bettina",
""
],
[
"Rutkiewicz",
"Anna",
""
],
[
"Sennrich",
"Rico",
""
]
] |
2509.03149
|
Luca Barbieri
|
Luca Barbieri, Simone Landi, Lapo Casetti, Andrea Verdini
|
Extended temporal coarse-graining in a stratified and confined plasma under thermal fluctuations
|
23 pages, 7 figures, accepted in Journal of Plasma Physics
| null | null | null |
physics.plasm-ph astro-ph.SR
|
http://creativecommons.org/licenses/by/4.0/
|
We present an extended investigation of a recently introduced model of gravitationally confined, collisionless plasma (Barbieri et al. 2024a), which showed that rapid temperature fluctuations at the base of the plasma, occurring on timescales much shorter than the electron crossing time, can drive the system into a non-thermal state characterized by anti-correlated temperature and density profiles, commonly referred to as temperature inversion. To describe this phenomenon, a temporal coarse-graining formalism was developed (Barbieri et al. 2024b). In this work, we generalize that approach to cover regimes where the timescales of temperature fluctuations are comparable to or exceed the electron crossing time. We derive a set of kinetic equations that incorporate an additional term arising from the coarse-graining procedure, which was not present in the earlier formulation. Through numerical simulations, we analyze the plasma dynamics under these broader conditions, showing that the electric field influences the system when fluctuation timescales approach the electron crossing time. However, for timescales much larger than the proton crossing time, the electric field becomes negligible. The observed behaviours are interpreted within the framework of the extended temporal coarse-graining theory, and we identify the regimes and conditions in which temperature inversion persists.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:02:33 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Barbieri",
"Luca",
""
],
[
"Landi",
"Simone",
""
],
[
"Casetti",
"Lapo",
""
],
[
"Verdini",
"Andrea",
""
]
] |
2509.03150
|
D\'aniel Garamv\"olgyi
|
D\'aniel Garamv\"olgyi, Bill Jackson, Tibor Jord\'an
|
Sparsity, Stress-Independence and Globally Linked Pairs in Graph Rigidity Theory
| null | null | null | null |
math.CO math.MG
|
http://creativecommons.org/licenses/by/4.0/
|
A graph is $\mathcal{R}_d$-independent (resp. $\mathcal{R}_d$-connected) if its $d$-dimensional generic rigidity matroid is free (resp. connected). A result of Maxwell from 1867 implies that every $\mathcal{R}_d$-independent graph satisfies the sparsity condition $|E(H)|\leq d|V(H)|-\binom{d+1}{2}$ for all subgraphs $H$ with at least $d+1$ vertices. Several other families of graphs $G$ arising naturally in rigidity theory, such as minimally globally $d$-rigid graphs, are known to satisfy the bound $|E(G)|\leq (d+1)|V(G)|-\binom{d+2}{2}$. We unify and extend these results by considering the family of $d$-stress-independent graphs which includes many of these families. We show that every $d$-stress-independent graph is $\mathcal{R}_{d+1}$-independent. A key ingredient in our proofs is the concept of $d$-stress-linked pairs of vertices. We derive a new sufficient condition for $d$-stress linkedness and use it to obtain a similar condition for a pair of vertices of a graph to be globally $d$-linked. This result strengthens a result of Tanigawa on globally $d$-rigid graphs. We also show that every minimally $\mathcal{R}_d$-connected graph $G$ is $\mathcal{R}_{d+1}$-independent and that the only subgraphs of $G$ that can satisfy Maxwell's criterion for $\mathcal{R}_{d+1}$-independence with equality are copies of $K_{d+2}$. Our results give affirmative answers to two conjectures in graph rigidity theory.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:03:24 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Garamvölgyi",
"Dániel",
""
],
[
"Jackson",
"Bill",
""
],
[
"Jordán",
"Tibor",
""
]
] |
2509.03151
|
Xin Huang
|
Xin Huang, Aku Kammonen, Anamika Pandey, Mattias Sandberg, Erik von Schwerin, Anders Szepessy, Ra\'ul Tempone
|
Convergence for adaptive resampling of random Fourier features
|
50 pages, 19 figures
| null | null | null |
math.NA cs.NA stat.ML
|
http://creativecommons.org/licenses/by-nc-nd/4.0/
|
The machine learning random Fourier feature method for data in high dimension is computationally and theoretically attractive since the optimization is based on a convex standard least squares problem and independent sampling of Fourier frequencies. The challenge is to sample the Fourier frequencies well. This work proves convergence of a data adaptive method based on resampling the frequencies asymptotically optimally, as the number of nodes and amount of data tend to infinity. Numerical results based on resampling and adaptive random walk steps together with approximations of the least squares problem by conjugate gradient iterations confirm the analysis for regression and classification problems.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:03:28 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Huang",
"Xin",
""
],
[
"Kammonen",
"Aku",
""
],
[
"Pandey",
"Anamika",
""
],
[
"Sandberg",
"Mattias",
""
],
[
"von Schwerin",
"Erik",
""
],
[
"Szepessy",
"Anders",
""
],
[
"Tempone",
"Raúl",
""
]
] |
2509.03153
|
Yuan Liang
|
Yuan Liang, Guang-Wei Li, Chao-Wei Tsai, Jingwen Wu
|
A comprehensive catalogue of OB cluster candidates in M31 and their association with giant molecular clouds
| null |
MNRAS, 542, 1562-1572 (2025)
|
10.1093/mnras/staf1317
| null |
astro-ph.GA
|
http://creativecommons.org/publicdomain/zero/1.0/
|
We present a new catalogue of 578 OB cluster (OBC) candidates in the Andromeda galaxy (M31), identified using a MeanShift-based algorithm on HST's F275W-band imaging from the PHAT (Dalcanton et al. 2012) and PHAST (Chen et al. 2025) Hubble surveys. These clusters exhibit typical half-light radii of 1-2 pc and strong ultraviolet luminosities indicative of recent massive star formation. Spatial analysis reveals a pronounced north-south asymmetry: clusters in the northern disc show tight associations with giant molecular clouds (GMCs), while southern clusters appear more compact and luminous but less correlated with molecular gas. Two-point correlation functions demonstrate significant clustering of OBC candidates on scales 100 pc and a strong spatial association with GMCs, consistent with hierarchical star formation in dense gas-rich environments. These findings offer new constraints on the early evolution and feedback-driven dispersal of young stellar clusters across galactic discs.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:06:47 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Liang",
"Yuan",
""
],
[
"Li",
"Guang-Wei",
""
],
[
"Tsai",
"Chao-Wei",
""
],
[
"Wu",
"Jingwen",
""
]
] |
2509.03154
|
Karol Szustakowski
|
Karol Szustakowski, Luk Frank, Julia Esser, Jan Gr\"undemann, Marie Piraud
|
Preserving instance continuity and length in segmentation through connectivity-aware loss computation
|
\c{opyright} 2025 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works
| null | null | null |
cs.CV
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
In many biomedical segmentation tasks, the preservation of elongated structure continuity and length is more important than voxel-wise accuracy. We propose two novel loss functions, Negative Centerline Loss and Simplified Topology Loss, that, applied to Convolutional Neural Networks (CNNs), help preserve connectivity of output instances. Moreover, we discuss characteristics of experiment design, such as downscaling and spacing correction, that help obtain continuous segmentation masks. We evaluate our approach on a 3D light-sheet fluorescence microscopy dataset of axon initial segments (AIS), a task prone to discontinuity due to signal dropout. Compared to standard CNNs and existing topology-aware losses, our methods reduce the number of segmentation discontinuities per instance, particularly in regions with missing input signal, resulting in improved instance length calculation in downstream applications. Our findings demonstrate that structural priors embedded in the loss design can significantly enhance the reliability of segmentation for biological applications.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:08:47 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Szustakowski",
"Karol",
""
],
[
"Frank",
"Luk",
""
],
[
"Esser",
"Julia",
""
],
[
"Gründemann",
"Jan",
""
],
[
"Piraud",
"Marie",
""
]
] |
2509.03155
|
Vladimir Sokolov
|
M. Balakhev, V. Sokolov
|
On vector Schwarz-KdV equation
|
10 pages
| null | null | null |
nlin.SI
|
http://creativecommons.org/licenses/by/4.0/
|
A collection of miscellaneous continuous, semi-discrete, and discrete integrable systems can be associated with each integrable evolution equation of the KdV type. We give them for the Schwarz-KdV equation and generalize to the vector case. The existence of these vector generalizations is a non-trivial experimental fact, any mathematical explanation of which is not yet known.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:09:14 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Balakhev",
"M.",
""
],
[
"Sokolov",
"V.",
""
]
] |
2509.03156
|
Yan Lyu
|
Yan Lyu
|
Recent progress on charmed hadron interactions from lattice QCD
|
12 pages, 6 figures; A plenary talk presented at HADRON2025, 27-31 March, 2025 Osaka University, Japan
| null | null |
RIKEN-iTHEMS-Report-25
|
hep-lat hep-ph nucl-th
|
http://creativecommons.org/licenses/by/4.0/
|
Recent years have witnessed rapid progress in charmed hadron physics, driven by numerous experimental discoveries of exotic states such as $T^+_{cc}$ and $P_c$. These findings have highlighted the importance of understanding charmed hadron interactions. With significant advances in theory and computation, lattice QCD has become a reliable tool for studying nonperturbative dynamics of low-energy QCD. In this talk, I review recent lattice QCD studies of charmed hadron interactions, focusing on three representative systems: $D^*$-$D$, $N$-$c\bar c$, and $\Omega_{ccc}$-$\Omega_{ccc}$.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:11:38 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Lyu",
"Yan",
""
]
] |
2509.03157
|
Genheng Zhao
|
Genheng Zhao
|
Logarithmic derivatives of L-functions and small prime quadratic nonresidues
|
5 pages
| null | null | null |
math.NT
|
http://creativecommons.org/licenses/by/4.0/
|
Let $\chi$ be a real non-principal character modulo a prime $q$ and $L(s,\chi)$ be the corresponding $L$-function. We prove that for any real number $s\geq 1$ there holds $$ -\frac{L'(s,\chi )}{L(s,\chi)}\leq c \log q,$$ where $c$ can be taken arbitrarily close to $1/4$ if we assume $q$ is sufficiently large depending upon it. As a consequence, for all large $q$, there are at least $q^{3/50}$ primes $p$ smaller than $q$ such that $\chi(p)=-1$.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:14:30 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Zhao",
"Genheng",
""
]
] |
2509.03158
|
Yiyu Tang
|
Yiyu Tang
|
Fractional integral on Hardy spaces on product domains
| null | null | null | null |
math.FA math.CA
|
http://creativecommons.org/licenses/by/4.0/
|
By using the vector-valued theory of singular integrals, we prove a Hardy--Littlewood--Sobolev inequality on product Hardy spaces $H^p_{\rm{prod}}$, which is a parallel result of the classical Hardy--Littlewood--Sobolev inequality. The same technique shows the $H^p_{\rm{prod}}$-boundedness of the iterated Hilbert transform. As a byproduct, new proofs of several recently discovered Hardy type inequalities on product Hardy spaces are obtained, which avoid complicated Calder\'on--Zygmund theory on product domain, rendering them considerably simpler than the original proofs.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:15:52 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Tang",
"Yiyu",
""
]
] |
2509.03159
|
Marios Papoutsis
|
M. Papoutsis, I. E. Papadakis, C. Panagiotou, E. Kammoun, and M. Dovciak
|
X-ray reverberation modelling of the observed UV/optical power spectra of quasars
|
13 pages, 7 figures, Accepted for publication in Astronomy & Astrophysics
| null | null | null |
astro-ph.HE astro-ph.GA
|
http://creativecommons.org/licenses/by/4.0/
|
Over the past decade, a significant amount of effort has been put into investigating the ultraviolet (UV) and optical variability of active galactic nuclei (AGNs). Comprehensive studies of intensive multi-wavelength monitoring and surveys of local and high-redshift AGNs have shown that X-ray illumination of AGN accretion discs is a potential explanation for the observed variability. Our main objective is to study the UV/optical power spectra of AGNs under the assumption of X-ray reverberation and to test whether this model can explain the observed power spectra of distant quasars. To do this, we computed the disc transfer function in the case of X-ray reverberation using a recent physical model and studied its dependence on the parameters of the model. This model allows us to explore the variability of X-ray illuminated discs under the scenario in which the X-ray corona is powered by the accretion process or by an external source. We then calculated UV/optical power spectra using the disc transfer function and assuming a bending power law for the X-ray power spectrum. We fitted our models to the observed power spectra of quasars determined by a recent power spectrum analysis of the SDSS Stripe-82 light curves. We demonstrate that X-ray reverberation can fit the power spectra of quasars in our sample well at all wavelengths, from $\sim 1300$\AA\ up to $4000$\AA. Our best-fit models imply that the X-ray corona is powered by the accretion disc, and that the black hole spin is probably lower than 0.7, while the X-ray corona height is in the range of $20 - 60 R_{g}$. This is in agreement with previous findings from the application of the X-ray reverberation model to the quasar micro-lensing disc size problem, as well as recent time-lag measurements.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:15:53 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Papoutsis",
"M.",
""
],
[
"Papadakis",
"I. E.",
""
],
[
"Panagiotou",
"C.",
""
],
[
"Kammoun",
"E.",
""
],
[
"Dovciak",
"M.",
""
]
] |
2509.03160
|
Sebastian Eterovi\'c
|
Vahagn Aslanyan and Sebastian Eterovi\'c and Guy Fowler
|
Modular Zilber-Pink for geometrically generic varieties
|
17 pages
| null | null | null |
math.NT math.AG math.LO
|
http://creativecommons.org/licenses/by-sa/4.0/
|
We prove that the modular Zilber--Pink conjecture (in Pink's formulation in terms of unlikely intersections) holds for all subvarieties $V$ of $ \mathrm{Y}(1)^n$ for which no projection to any $\dim V + 2$ coordinates is defined over the algebraic numbers.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:16:34 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Aslanyan",
"Vahagn",
""
],
[
"Eterović",
"Sebastian",
""
],
[
"Fowler",
"Guy",
""
]
] |
2509.03161
|
Rafael Seidi Oyamada
|
Rafael Seidi Oyamada, Jari Peeperkorn, Jochen De Weerdt, Johannes De Smedt
|
Domain Adaptation of LLMs for Process Data
| null | null | null | null |
cs.CL cs.AI
|
http://creativecommons.org/licenses/by-nc-sa/4.0/
|
In recent years, Large Language Models (LLMs) have emerged as a prominent area of interest across various research domains, including Process Mining (PM). Current applications in PM have predominantly centered on prompt engineering strategies or the transformation of event logs into narrative-style datasets, thereby exploiting the semantic capabilities of LLMs to address diverse tasks. In contrast, this study investigates the direct adaptation of pretrained LLMs to process data without natural language reformulation, motivated by the fact that these models excel in generating sequences of tokens, similar to the objective in PM. More specifically, we focus on parameter-efficient fine-tuning techniques to mitigate the computational overhead typically associated with such models. Our experimental setup focuses on Predictive Process Monitoring (PPM), and considers both single- and multi-task predictions. The results demonstrate a potential improvement in predictive performance over state-of-the-art recurrent neural network (RNN) approaches and recent narrative-style-based solutions, particularly in the multi-task setting. Additionally, our fine-tuned models exhibit faster convergence and require significantly less hyperparameter optimization.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:21:35 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Oyamada",
"Rafael Seidi",
""
],
[
"Peeperkorn",
"Jari",
""
],
[
"De Weerdt",
"Jochen",
""
],
[
"De Smedt",
"Johannes",
""
]
] |
2509.03162
|
Ashmari Pramodya Ms
|
Ashmari Pramodya, Nirasha Nelki, Heshan Shalinda, Chamila Liyanage, Yusuke Sakai, Randil Pushpananda, Ruvan Weerasinghe, Hidetaka Kamigaito, Taro Watanabe
|
SinhalaMMLU: A Comprehensive Benchmark for Evaluating Multitask Language Understanding in Sinhala
|
19 pages, 11 figures
| null | null | null |
cs.CL
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Large Language Models (LLMs) demonstrate impressive general knowledge and reasoning abilities, yet their evaluation has predominantly focused on global or anglocentric subjects, often neglecting low-resource languages and culturally specific content. While recent multilingual benchmarks attempt to bridge this gap, many rely on automatic translation, which can introduce errors and misrepresent the original cultural context. To address this, we introduce SinhalaMMLU, the first multiple-choice question answering benchmark designed specifically for Sinhala, a low-resource language. The dataset includes over 7,000 questions spanning secondary to collegiate education levels, aligned with the Sri Lankan national curriculum, and covers six domains and 30 subjects, encompassing both general academic topics and culturally grounded knowledge. We evaluate 26 LLMs on SinhalaMMLU and observe that, while Claude 3.5 sonnet and GPT-4o achieve the highest average accuracies at 67% and 62% respectively, overall model performance remains limited. In particular, models struggle in culturally rich domains such as the Humanities, revealing substantial room for improvement in adapting LLMs to low-resource and culturally specific contexts.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:22:39 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Pramodya",
"Ashmari",
""
],
[
"Nelki",
"Nirasha",
""
],
[
"Shalinda",
"Heshan",
""
],
[
"Liyanage",
"Chamila",
""
],
[
"Sakai",
"Yusuke",
""
],
[
"Pushpananda",
"Randil",
""
],
[
"Weerasinghe",
"Ruvan",
""
],
[
"Kamigaito",
"Hidetaka",
""
],
[
"Watanabe",
"Taro",
""
]
] |
2509.03163
|
Jie Liu
|
Jie Liu, Ziyun Peng, Qianju Song, Ang Chen, Liping Yang, Chunxiong Zheng, and Dezhuan Han
|
Complex Band Structures and Bound States in the Continuum: A Unified Theoretical Framework
|
45 pages, 10 figures
| null | null | null |
physics.optics
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Complex band structures describe resonant modes in periodic systems finite in one direction, crucial for applications in photonics like sensors and lasers. The imaginary frequency component, $\omega''$, tied to quality factors, is often probed through numerical or phenomenological models, limiting deeper insights. Here, we introduce a first-principles framework deriving complex band structures from scattering matrix poles, integrated with perturbation theory to define minimal Hilbert spaces based on interacting Bloch waves. Key results include a two-band model yielding $\omega'' = C(\mathbf{k}_{||})\delta^2$ and identifying accidental bound states in the continuum (BICs) at $C(\mathbf{k}_{||})=0$, with dual Fabry--P\'erot modes from impedance degeneracy; a three-band model reveals Friedrich--Wintgen and symmetry-protected BICs plus linewidth behaviors; inclusion of orthogonal polarizations characterizes far-field states and exceptional points; and the above model can be extended to two-dimensional systems. This unified approach advances light confinement studies, including nano-photonics and interdisciplinary wave physics with broad implications for high-performance optical devices.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:30:23 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Liu",
"Jie",
""
],
[
"Peng",
"Ziyun",
""
],
[
"Song",
"Qianju",
""
],
[
"Chen",
"Ang",
""
],
[
"Yang",
"Liping",
""
],
[
"Zheng",
"Chunxiong",
""
],
[
"Han",
"Dezhuan",
""
]
] |
2509.03164
|
Sangbong Yoo
|
Sangbong Yoo, Seongbum Seo, Chanyoung Yoon, Hyelim Lee, Jeong-Nam Kim, Chansoo Kim, Yun Jang, and Takanori Fujiwara
|
OPRA-Vis: Visual Analytics System to Assist Organization-Public Relationship Assessment with Large Language Models
| null | null | null | null |
cs.HC
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Analysis of public opinions collected from digital media helps organizations maintain positive relationships with the public. Such public relations (PR) analysis often involves assessing opinions, for example, measuring how strongly people trust an organization. Pre-trained Large Language Models (LLMs) hold great promise for supporting Organization-Public Relationship Assessment (OPRA) because they can map unstructured public text to OPRA dimensions and articulate rationales through prompting. However, adapting LLMs for PR analysis typically requires fine-tuning on large labeled datasets, which is both labor-intensive and knowledge-intensive, making it difficult for PR researchers to apply these models. In this paper, we present OPRA-Vis, a visual analytics system that leverages LLMs for OPRA without requiring extensive labeled data. Our framework employs Chain-of-Thought prompting to guide LLMs in analyzing public opinion data by incorporating PR expertise directly into the reasoning process. Furthermore, OPRA-Vis provides visualizations that reveal the clues and reasoning paths used by LLMs, enabling users to explore, critique, and refine model decisions. We demonstrate the effectiveness of OPRA-Vis through two real-world use cases and evaluate it quantitatively, through comparisons with alternative LLMs and prompting strategies, and qualitatively, through assessments of usability, effectiveness, and expert feedback.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:30:39 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Yoo",
"Sangbong",
""
],
[
"Seo",
"Seongbum",
""
],
[
"Yoon",
"Chanyoung",
""
],
[
"Lee",
"Hyelim",
""
],
[
"Kim",
"Jeong-Nam",
""
],
[
"Kim",
"Chansoo",
""
],
[
"Jang",
"Yun",
""
],
[
"Fujiwara",
"Takanori",
""
]
] |
2509.03165
|
Anirban Bairagi
|
Anirban Bairagi and Benjamin Wandelt
|
PatchNet: A hierarchical approach for neural field-level inference from Quijote Simulations
| null | null | null | null |
astro-ph.CO cs.IT math.IT
|
http://creativecommons.org/licenses/by-sa/4.0/
|
\textit{What is the cosmological information content of a cubic Gigaparsec of dark matter? } Extracting cosmological information from the non-linear matter distribution has high potential to tighten parameter constraints in the era of next-generation surveys such as Euclid, DESI, and the Vera Rubin Observatory. Traditional approaches relying on summary statistics like the power spectrum and bispectrum, though analytically tractable, fail to capture the full non-Gaussian and non-linear structure of the density field. Simulation-Based Inference (SBI) provides a powerful alternative by learning directly from forward-modeled simulations. In this work, we apply SBI to the \textit{Quijote} dark matter simulations and introduce a hierarchical method that integrates small-scale information from field sub-volumes or \textit{patches} with large-scale statistics such as power spectrum and bispectrum. This hybrid strategy is efficient both computationally and in terms of the amount of training data required. It overcomes the memory limitations associated with full-field training. We show that our approach enhances Fisher information relative to analytical summaries and matches that of a very different approach (wavelet-based statistics), providing evidence that we are estimating the full information content of the dark matter density field at the resolution of $\sim 7.8~\mathrm{Mpc}/h$.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:32:13 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Bairagi",
"Anirban",
""
],
[
"Wandelt",
"Benjamin",
""
]
] |
2509.03166
|
Taejas Venkataraman
|
Arush Garg, Jonathan Halliwell, Taejas Venkataraman
|
Assessing the dynamical assumptions in Tsirelson inequality tests of non-classicality in harmonic oscillators
|
31 pages, 9 figures, 11 appendices
| null | null | null |
quant-ph
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
"Macrorealism" posits that a system possesses definite properties at all times and that we can discover these properties, in principle, without disturbing the system's subsequent behaviour. The Leggett-Garg inequalities are derived under these assumptions and are readily violated by standard quantum mechanics, thereby providing a scheme to test whether demonstrably macroscopic systems can exhibit quantum coherence. Unfortunately, Leggett-Garg tests suffer from the ineludible clumsiness loophole - the difficulty of proving that sequential measurements have not inadvertently disturbed the system. The recently uncovered Tsirelson inequality is derived from the simple dynamical assumption of uniform precession, obeyed by many classical systems, and requires only single-time measurements. However, Tsirelson inequality violations could be explained by a macrorealistic system that merely breaks the dynamical assumption, rather than genuine quantum behaviour. By carrying out a quantum-mechanical analysis of the Tsirelson inequality in the harmonic oscillator, we develop a protocol to rule out this possibility by assessing generalised conditions of uniform precession. We show that various measures of uniform precession, some of which related to Leggett-Garg quantities, are satisfied well enough that the presence of quantum-mechanical interference terms must be implied. We derive several incidental mathematical results relating to maximally-violating states, concerning dwell time, crossing number and probability currents, and also consider a group theoretic analysis of the Tsirelson operator.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:33:31 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Garg",
"Arush",
""
],
[
"Halliwell",
"Jonathan",
""
],
[
"Venkataraman",
"Taejas",
""
]
] |
2509.03167
|
J. Sanchez Almeida
|
Jorge Sanchez Almeida (1 and 2), Angel R. Plastino (3), Ignacio Trujillo (1 and 2) ((1) Instituto de Astrofisica de Canarias, La Laguna, Tenerife, Spain, (2) Departamento de Astrofisica, Universidad de La Laguna, Spain, (3) CeBio y Departamento de Ciencias Basicas, Universidad Nacional del Noroeste de la Prov. de Buenos Aires, UNNOBA, CONICET, Junin, Argentina)
|
The slow evolution of dark matter halos from cusp to core naturally produces extended stellar core-like distributions
|
Accepted for publication in A&A
| null | null | null |
astro-ph.GA astro-ph.CO
|
http://creativecommons.org/licenses/by/4.0/
|
Motivated by the observation of extended stellar cores in dark matter (DM) dominated dwarf galaxies, this study investigates a simple mechanism by which stellar cores can form as a result of DM halo expansion. Several non-CDM models predict that the DM distribution thermalizes over time, transforming initially cuspy halos into cores. This transformation weakens the gravitational potential, allowing the stellar component to expand and form diffuse, core-like structures. Using analytical models and adiabatic invariants, we examine stellar systems with purely tangential, purely radial, and isotropic orbits evolving under a slowly changing potential. Across a wide range of initial and final conditions, we find that stellar cores form relatively easily, though their properties depend sensitively on these conditions. Orbit types preserve their nature during the DM halo expansion: tangential and radial orbits remain so, while isotropic orbits remain nearly isotropic in the central regions. Systems with circular orbits develop stellar cores when the initial stellar density logarithmic slope lies between -0.5 and -1.2, whereas radial systems do not form cores. Isotropic systems behave similarly to tangential ones, producing cores that are isotropic in the center but develop increasing radial anisotropy outward; the anisotropy parameter "beta" grows from sim 0.07 at the core radius to sim 0.5 at three core radii. The theoretical and observational literature suggests initial DM profiles with steep slopes and stellar distributions that are shallower and isotropic at the center. Given these conditions, the mechanism predicts stellar cores with radii at least 40 % that of the DM core and inner logarithmic slopes shallower than 0.6.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:35:49 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Almeida",
"Jorge Sanchez",
"",
"1 and 2"
],
[
"Plastino",
"Angel R.",
"",
"CeBio y Departamento de Ciencias Basicas, Universidad Nacional del Noroeste de la Prov. de Buenos Aires, UNNOBA, CONICET, Junin, Argentina"
],
[
"Trujillo",
"Ignacio",
"",
"1 and 2"
]
] |
2509.03168
|
Boyin Zheng
|
Boyin Zheng, Yahui Hao, and Lu Liu
|
Target Enclosing Control for Nonholonomic Multi-Agent Systems with Connectivity Maintenance and Collision Avoidance
| null | null | null | null |
eess.SY cs.SY
|
http://creativecommons.org/licenses/by-nc-nd/4.0/
|
This article addresses the moving target enclosing control problem for nonholonomic multi-agent systems with guaranteed network connectivity and collision avoidance. We propose a novel control scheme to handle distance constraints imposed by the agents' limited interaction ranges and collision-free thresholds. By leveraging a Henneberg construction method, we innovatively formulate the target enclosing requirements within an isostatic distance-based formation framework, facilitating the integration of distance constraints. Compared with existing results, our approach ensures the positive definiteness of the underlying rigidity matrix and does not require controlling the target's motion. To eliminate the occurrences of control singularities caused by nonholonomic constraints, we propose a fixed-time angular control law using barrier Lyapunov functions. Additionally, we develop a linear velocity control law using the prescribed performance control approach and transformed error constraints. We rigorously prove that our control laws enable the multi-agent system to asymptotically achieve the desired angular formation pattern around a moving target while satisfying the established distance constraints. Finally, a simulation example is provided to validate the effectiveness of the proposed method.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:36:09 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Zheng",
"Boyin",
""
],
[
"Hao",
"Yahui",
""
],
[
"Liu",
"Lu",
""
]
] |
2509.03169
|
Helge Spieker
|
Helge Spieker, J{\o}rn Eirik Betten, Arnaud Gotlieb, Nadjib Lazaar, Nassim Belmecheri
|
Rashomon in the Streets: Explanation Ambiguity in Scene Understanding
|
AAAI 2025 Fall Symposium: AI Trustworthiness and Risk Assessment for Challenged Contexts (ATRACC)
| null | null | null |
cs.LG cs.AI
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Explainable AI (XAI) is essential for validating and trusting models in safety-critical applications like autonomous driving. However, the reliability of XAI is challenged by the Rashomon effect, where multiple, equally accurate models can offer divergent explanations for the same prediction. This paper provides the first empirical quantification of this effect for the task of action prediction in real-world driving scenes. Using Qualitative Explainable Graphs (QXGs) as a symbolic scene representation, we train Rashomon sets of two distinct model classes: interpretable, pair-based gradient boosting models and complex, graph-based Graph Neural Networks (GNNs). Using feature attribution methods, we measure the agreement of explanations both within and between these classes. Our results reveal significant explanation disagreement. Our findings suggest that explanation ambiguity is an inherent property of the problem, not just a modeling artifact.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:36:18 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Spieker",
"Helge",
""
],
[
"Betten",
"Jørn Eirik",
""
],
[
"Gotlieb",
"Arnaud",
""
],
[
"Lazaar",
"Nadjib",
""
],
[
"Belmecheri",
"Nassim",
""
]
] |
2509.03170
|
Mattia Litrico
|
Mattia Litrico, Feng Chen, Michael Pound, Sotirios A Tsaftaris, Sebastiano Battiato, Mario Valerio Giuffrida
|
Count2Density: Crowd Density Estimation without Location-level Annotations
| null | null | null | null |
cs.CV cs.LG
|
http://creativecommons.org/licenses/by/4.0/
|
Crowd density estimation is a well-known computer vision task aimed at estimating the density distribution of people in an image. The main challenge in this domain is the reliance on fine-grained location-level annotations, (i.e. points placed on top of each individual) to train deep networks. Collecting such detailed annotations is both tedious, time-consuming, and poses a significant barrier to scalability for real-world applications. To alleviate this burden, we present Count2Density: a novel pipeline designed to predict meaningful density maps containing quantitative spatial information using only count-level annotations (i.e., total number of people) during training. To achieve this, Count2Density generates pseudo-density maps leveraging past predictions stored in a Historical Map Bank, thereby reducing confirmation bias. This bank is initialised using an unsupervised saliency estimator to provide an initial spatial prior and is iteratively updated with an EMA of predicted density maps. These pseudo-density maps are obtained by sampling locations from estimated crowd areas using a hypergeometric distribution, with the number of samplings determined by the count-level annotations. To further enhance the spatial awareness of the model, we add a self-supervised contrastive spatial regulariser to encourage similar feature representations within crowded regions while maximising dissimilarity with background regions. Experimental results demonstrate that our approach significantly outperforms cross-domain adaptation methods and achieves better results than recent state-of-the-art approaches in semi-supervised settings across several datasets. Additional analyses validate the effectiveness of each individual component of our pipeline, confirming the ability of Count2Density to effectively retrieve spatial information from count-level annotations and enabling accurate subregion counting.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:36:34 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Litrico",
"Mattia",
""
],
[
"Chen",
"Feng",
""
],
[
"Pound",
"Michael",
""
],
[
"Tsaftaris",
"Sotirios A",
""
],
[
"Battiato",
"Sebastiano",
""
],
[
"Giuffrida",
"Mario Valerio",
""
]
] |
2509.03171
|
Adish Singla
|
Tung Phung, Heeryung Choi, Mengyan Wu, Adish Singla, Christopher Brooks
|
Plan More, Debug Less: Applying Metacognitive Theory to AI-Assisted Programming Education
|
AIED'25 paper
| null | null | null |
cs.CY
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
The growing adoption of generative AI in education highlights the need to integrate established pedagogical principles into AI-assisted learning environments. This study investigates the potential of metacognitive theory to inform AI-assisted programming education through a hint system designed around the metacognitive phases of planning, monitoring, and evaluation. Upon request, the system can provide three types of AI-generated hints--planning, debugging, and optimization--to guide students at different stages of problem-solving. Through a study with 102 students in an introductory data science programming course, we find that students perceive and engage with planning hints most highly, whereas optimization hints are rarely requested. We observe a consistent association between requesting planning hints and achieving higher grades across question difficulty and student competency. However, when facing harder tasks, students seek additional debugging but not more planning support. These insights contribute to the growing field of AI-assisted programming education by providing empirical evidence on the importance of pedagogical principles in AI-assisted learning.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:38:43 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Phung",
"Tung",
""
],
[
"Choi",
"Heeryung",
""
],
[
"Wu",
"Mengyan",
""
],
[
"Singla",
"Adish",
""
],
[
"Brooks",
"Christopher",
""
]
] |
2509.03172
|
Christoph Konrad
|
Christoph Konrad and Owe Philipsen
|
From deconfinement to nuclear matter: mean-field approaches for effective Polyakov loop theories of lattice QCD
|
27 pages, 9 figures; Figure data attached
| null | null | null |
hep-lat
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Numerical studies of the QCD phase diagram at finite baryon chemical potential $\mu_B$ on the lattice are impeded by a sign problem. Effective Polyakov loop theories derived from lattice QCD via combined strong-coupling and hopping expansions are valid for heavy quarks only, but tractable with a significantly less severe sign problem. In this work, we apply three mean-field approximations to these effective theories, each incorporating local fluctuations to different degrees. We compare their predictions against Monte Carlo results for the deconfinement transition at high temperatures and for the baryon onset transition at low temperatures. In agreement with earlier effective theory simulations, we find a first-order nuclear liquid-gas transition with a critical end point for very low temperatures and moderately heavy quarks. While the location of fluctuation-dominated critical end points is expectedly inaccurate, the phase diagram of lattice QCD with heavy quarks can be determined qualitatively with entirely analytical methods.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:41:01 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Konrad",
"Christoph",
""
],
[
"Philipsen",
"Owe",
""
]
] |
2509.03173
|
Mingfeng Lin
|
Mingfeng Lin
|
Deep Self-knowledge Distillation: A hierarchical supervised learning for coronary artery segmentation
| null | null | null | null |
eess.IV cs.CV cs.LG
|
http://creativecommons.org/licenses/by/4.0/
|
Coronary artery disease is a leading cause of mortality, underscoring the critical importance of precise diagnosis through X-ray angiography. Manual coronary artery segmentation from these images is time-consuming and inefficient, prompting the development of automated models. However, existing methods, whether rule-based or deep learning models, struggle with issues like poor performance and limited generalizability. Moreover, current knowledge distillation methods applied in this field have not fully exploited the hierarchical knowledge of the model, leading to certain information waste and insufficient enhancement of the model's performance capabilities for segmentation tasks. To address these issues, this paper introduces Deep Self-knowledge Distillation, a novel approach for coronary artery segmentation that leverages hierarchical outputs for supervision. By combining Deep Distribution Loss and Pixel-wise Self-knowledge Distillation Loss, our method enhances the student model's segmentation performance through a hierarchical learning strategy, effectively transferring knowledge from the teacher model. Our method combines a loosely constrained probabilistic distribution vector with tightly constrained pixel-wise supervision, providing dual regularization for the segmentation model while also enhancing its generalization and robustness. Extensive experiments on XCAD and DCA1 datasets demonstrate that our approach outperforms the dice coefficient, accuracy, sensitivity and IoU compared to other models in comparative evaluations.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:44:11 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Lin",
"Mingfeng",
""
]
] |
2509.03174
|
Andreas Klingler
|
Jan-Kristian Kr\"uger, Bernd Wetzel, Andreas Klingler
|
A New Approach to the Glass Transition of Percolated Polymers from the Perspective of Thermal Volume Expansion
|
26 pages, 12 figures
| null | null | null |
cond-mat.soft cond-mat.mtrl-sci
|
http://creativecommons.org/licenses/by/4.0/
|
In 1995, the Nobel Price winner P.W. Anderson made the following remarkable statement: The deepest and most interesting unsolved problem in solid state theory is probably the theory of the nature of glass and glass transition. Although there have been new theoretical developments in the meantime, in our opinion, this situation has only improved marginally to date. One of the main reasons is the insufficient consideration of experimental boundary conditions. A central experimental problem arises from the fact that the time constants required to achieve thermodynamic equilibrium increase sharply in the vicinity of and above a hypothetical static glass transition. If these equilibrium conditions are violated, additional internal thermodynamic variables come into play that normally alter the static and dynamic susceptibilities significantly and thus lead to misinterpretations of the experimental data. This raises, for example, the question of whether there are static property changes during the canonical glass transition and how these correlate with dynamic precursors. In this article, we attempt to find answers to these questions using a new experimental method called temperature-modulated optical refractometry in combination with the temperature-jump technique. The total time required to investigate the glass transition behaviour of our model epoxy was approximately two years.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:49:41 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Krüger",
"Jan-Kristian",
""
],
[
"Wetzel",
"Bernd",
""
],
[
"Klingler",
"Andreas",
""
]
] |
2509.03175
|
Alexander Morozov
|
Alexander Morozov, Martin Lellep, Damiano Capocci, and Moritz Linkmann
|
Narwhals and their blessings: exact coherent structures of elastic turbulence in channel flows
|
48 pages, 20 figures. Submitted to Phys. Rev. Fluids. Based on a talk given by one of us (A.M.) at the 2024 APS DFD meeting
| null | null | null |
physics.flu-dyn cond-mat.soft
|
http://creativecommons.org/licenses/by/4.0/
|
Solutions of long, flexible polymer molecules are complex fluids that simultaneously exhibit fluid-like and solid-like behaviour. When subjected to external flows, dilute polymer solutions develop elastic turbulence - a unique chaotic flow state absent in Newtonian fluids such as water. Unlike turbulence in Newtonian fluids, elastic turbulence arises from polymer stretching and alignment in the flow, and can occur even at vanishing inertia. While experimental realisations of elastic turbulence are well documented, its underlying mechanism remains poorly understood.
In this paper, we present a perspective on the transition to elastic turbulence in pressure-driven channel flows, drawing on recent computational work from our group. We outline our current understanding of the transition in both two and three spatial dimensions, centred on two key building blocks: (i) narwhals, exact coherent states of the flow, and (ii) blessings, spatio-temporal intermittent states made up of several localised narwhal solutions.
This contribution is based on a talk given by one of us (A.M.) at the 2024 APS DFD meeting.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:50:06 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Morozov",
"Alexander",
""
],
[
"Lellep",
"Martin",
""
],
[
"Capocci",
"Damiano",
""
],
[
"Linkmann",
"Moritz",
""
]
] |
2509.03176
|
Serra Aksoy
|
Serra Aksoy
|
Systematic Evaluation of Attribution Methods: Eliminating Threshold Bias and Revealing Method-Dependent Performance Patterns
|
15 pages, 9 figures
| null | null | null |
cs.LG
|
http://creativecommons.org/licenses/by/4.0/
|
Attribution methods explain neural network predictions by identifying influential input features, but their evaluation suffers from threshold selection bias that can reverse method rankings and undermine conclusions. Current protocols binarize attribution maps at single thresholds, where threshold choice alone can alter rankings by over 200 percentage points. We address this flaw with a threshold-free framework that computes Area Under the Curve for Intersection over Union (AUC-IoU), capturing attribution quality across the full threshold spectrum. Evaluating seven attribution methods on dermatological imaging, we show single-threshold metrics yield contradictory results, while threshold-free evaluation provides reliable differentiation. XRAI achieves 31% improvement over LIME and 204% over vanilla Integrated Gradients, with size-stratified analysis revealing performance variations up to 269% across lesion scales. These findings establish methodological standards that eliminate evaluation artifacts and enable evidence-based method selection. The threshold-free framework provides both theoretical insight into attribution behavior and practical guidance for robust comparison in medical imaging and beyond.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:50:31 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Aksoy",
"Serra",
""
]
] |
2509.03177
|
Leonid Pourovskii
|
Leonid V. Pourovskii, Rafael D. Soares, Alexander Wietek
|
Ab initio spin Hamiltonians and magnetism of Ce and Yb triangular-lattice compounds
|
9 pages, 3 figures + 10 pages of Supplementary
| null | null | null |
cond-mat.str-el cond-mat.mtrl-sci
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
We calculate the crystal-field splitting, ground-state Kramers doublet and intersite exchange interactions within the ground-state doublet manifold using an ab initio Hubbard-I based approach for a representative set of Ce and Yb triangular-lattice compounds. These include the putative quantum spin liquids (QSL) RbCeO$_2$ and YbZn$_2$GaO$_5$ and the antiferromagnets KCeO$_2$ and KCeS$_2$. The calculated nearest-neighbor (NN) couplings are antiferromagnetic and exhibit noticeable anisotropy. The next-nearest-neighbor (NNN) couplings are ferromagnetic in the Ce systems and dominated by classical dipole-dipole interactions in the Yb case. Solving the resulting effective spin-1/2 models by exact diagonalization up to $N=36$ sites, we predict ordered magnetic ground states for all systems, including the two QSL candidates. We explore the phase space of an anisotropic NN + isotropic NNN triangular-lattice model finding that a significant antiferromagnetic NNN coupling is required to stabilize QSL phases, while the NN exchange anisotropy is detrimental to them. Our findings highlight a possibly important role of deviations from the perfect triangular model - like atomic disorder - in real triangular-lattice materials.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 09:54:56 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Pourovskii",
"Leonid V.",
""
],
[
"Soares",
"Rafael D.",
""
],
[
"Wietek",
"Alexander",
""
]
] |
2509.03178
|
Subuhi Khan
|
Giuseppe Dattoli, Subuhi Khan, Ujair Ahmad
|
A novel advancement in the study of Appell polynomials via Pad\`e rational approximants
|
19 pages, 16 figures
| null | null | null |
math.CA
|
http://creativecommons.org/licenses/by-nc-nd/4.0/
|
The use of approximants of Pad\`e type are employed to develop a method aimed at opening new perspectives in the theory of Appell polynomials $a_n(x)$, specified by the generating function \sum_{n=0}^{\infty} \frac{t^n}{n!} a_n(x) = A(t) e^{xt}. In this article, the expansion of amplitude $A(t)$ of the Appell polynomials family in terms of rational approximants yields the possibility of determining the approximation of the $a_n(x)$ in terms of other special polynomials. Application of this approach to Hermite polynomials yields highly accurate approximations in terms of truncated exponential polynomials. Further, monomiality conditions are explored and formalism is extended to consider the Pad\'e approximants within the context of umbral notation.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:00:37 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Dattoli",
"Giuseppe",
""
],
[
"Khan",
"Subuhi",
""
],
[
"Ahmad",
"Ujair",
""
]
] |
2509.03179
|
Alma Liezenga
|
Alma M. Liezenga, Stefan Wijnja, Puck de Haan, Niels W. T. Brink, Jip J. van Stijn, Yori Kamphuis, Klamer Schutte
|
AutoDetect: Designing an Autoencoder-based Detection Method for Poisoning Attacks on Object Detection Applications in the Military Domain
|
To be presented at SPIE: Sensors + Imaging, Artificial Intelligence for Security and Defence Applications II
| null | null | null |
cs.CV cs.AI
|
http://creativecommons.org/licenses/by/4.0/
|
Poisoning attacks pose an increasing threat to the security and robustness of Artificial Intelligence systems in the military domain. The widespread use of open-source datasets and pretrained models exacerbates this risk. Despite the severity of this threat, there is limited research on the application and detection of poisoning attacks on object detection systems. This is especially problematic in the military domain, where attacks can have grave consequences. In this work, we both investigate the effect of poisoning attacks on military object detectors in practice, and the best approach to detect these attacks. To support this research, we create a small, custom dataset featuring military vehicles: MilCivVeh. We explore the vulnerability of military object detectors for poisoning attacks by implementing a modified version of the BadDet attack: a patch-based poisoning attack. We then assess its impact, finding that while a positive attack success rate is achievable, it requires a substantial portion of the data to be poisoned -- raising questions about its practical applicability. To address the detection challenge, we test both specialized poisoning detection methods and anomaly detection methods from the visual industrial inspection domain. Since our research shows that both classes of methods are lacking, we introduce our own patch detection method: AutoDetect, a simple, fast, and lightweight autoencoder-based method. Our method shows promising results in separating clean from poisoned samples using the reconstruction error of image slices, outperforming existing methods, while being less time- and memory-intensive. We urge that the availability of large, representative datasets in the military domain is a prerequisite to further evaluate risks of poisoning attacks and opportunities patch detection.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:05:02 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Liezenga",
"Alma M.",
""
],
[
"Wijnja",
"Stefan",
""
],
[
"de Haan",
"Puck",
""
],
[
"Brink",
"Niels W. T.",
""
],
[
"van Stijn",
"Jip J.",
""
],
[
"Kamphuis",
"Yori",
""
],
[
"Schutte",
"Klamer",
""
]
] |
2509.03180
|
Francesco Meazzini
|
Francesco Meazzini and Claudio Onorati
|
Deformations of twisted sheaves and formality results
|
21 pages, comments are welcome
| null | null |
Roma01.math.AG
|
math.AG
|
http://creativecommons.org/licenses/by-sa/4.0/
|
We show that infinitesimal deformations of twisted sheaves are controlled by the DG Lie algebra of their derived automorphisms. We prove that such DG Lie algebra is formal for polystable twisted sheaves on minimal surfaces of Kodaira dimension 0 and for projectively hyper-holomorphic locally free twisted sheaves on hyper-K\"ahler manifolds.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:06:07 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Meazzini",
"Francesco",
""
],
[
"Onorati",
"Claudio",
""
]
] |
2509.03181
|
Yehudit Aperstein
|
Yaniv Goren, Yuval Cohen, Alexander Apartsin, Yehudit Aperstein
|
Beyond Words: Interjection Classification for Improved Human-Computer Interaction
|
9 pages
| null | null | null |
cs.HC cs.LG
|
http://creativecommons.org/licenses/by/4.0/
|
In the realm of human-computer interaction, fostering a natural dialogue between humans and machines is paramount. A key, often overlooked, component of this dialogue is the use of interjections such as "mmm" and "hmm". Despite their frequent use to express agreement, hesitation, or requests for information, these interjections are typically dismissed as "non-words" by Automatic Speech Recognition (ASR) engines. Addressing this gap, we introduce a novel task dedicated to interjection classification, a pioneer in the field to our knowledge. This task is challenging due to the short duration of interjection signals and significant inter- and intra-speaker variability. In this work, we present and publish a dataset of interjection signals collected specifically for interjection classification. We employ this dataset to train and evaluate a baseline deep learning model. To enhance performance, we augment the training dataset using techniques such as tempo and pitch transformation, which significantly improve classification accuracy, making models more robust. The interjection dataset, a Python library for the augmentation pipeline, baseline model, and evaluation scripts, are available to the research community.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:08:33 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Goren",
"Yaniv",
""
],
[
"Cohen",
"Yuval",
""
],
[
"Apartsin",
"Alexander",
""
],
[
"Aperstein",
"Yehudit",
""
]
] |
2509.03182
|
Vipin K Yadav PhD
|
Vipin K. Yadav, R.K. Choudhary, and M. Midhun Goutham
|
Observations of the fluctuations in Interplanetary Magnetic Field around L1 point during the solar transient events of 2024 with MAG payload onboard Aditya-L1 spacecraft
|
14 pages
| null | null | null |
astro-ph.SR
|
http://creativecommons.org/licenses/by-nc-sa/4.0/
|
The MAG payload onboard India's first solar mission, Aditya-L1, is a dual-senssor fluxgate magnetometer designed to measure th interplanetary magnetic field (IMF) while operating in a halo orbit around the first Sun-Earth Lagrangian point (l1). Since becoming operational in January 2024, MAG has continuously recorded local magnetic field data and has captured several solar transient events over the past one year. During these events, the IMF, typically around 5 nT, exhibited significant enhancements in magnitude. This study focuses on three such solar events observed in March, May, and October 2024. Analysis of the magnetic field power spectra during these events reveals fluctuations consistent with Kolmogorov type turbulence, characterized by a spectral slope close to -5/3. To emphasize changes in spectral behavior, the event-day spectra are compared with those from a day when the quiet solar wind conditions prevail. A marked contrast is observed: while the quiet periods exhibit anisotropic turbulence, the extreme events display quasi-isotropic behavior, with spectral slopes closely following the Kolmogorov spectrum across all three IMF components. The results, including detailed variations in spectral slope and turbulence characteristics, are presented and discussed in this paper.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:10:34 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Yadav",
"Vipin K.",
""
],
[
"Choudhary",
"R. K.",
""
],
[
"Goutham",
"M. Midhun",
""
]
] |
2509.03183
|
Karl Lapo
|
Karl Lapo, Samuele Mosso, J. Nathan Kutz
|
Phasor notation of Dynamic Mode Decomposition
| null | null | null | null |
math.DS
|
http://creativecommons.org/licenses/by/4.0/
|
Dynamic Mode Decomposition (DMD) is a powerful, data-driven method for diagnosing complex dynamics. Various DMD algorithms allow one to fit data with a low-rank model that decomposes it into a sum of coherent spatiotemporal patterns. Nominally, each rank of the DMD model is interpreted as a complex, stationary spatial mode modulated by a single set of complex time dynamics (consisting of exponential growth/decay and oscillation), and an amplitude. However, the specifics of how these DMD components are interpreted do not appear to be consistent with the information actually present in the DMD decomposition or the underlying data. While there is a clear physical interpretation for the complex time dynamics, there is practically no guidance on the complex spatial modes. To resolve these issues, we introduce the phasor notation of the DMD model for conjugate pair DMD modes, which results in a strictly positive and real spatial pattern as well as spatiotemporal waveform. The phasor notation terms result in an interpretable DMD model that provides a more complete diagnoses of the model components, as demonstrated on a toy model. This DMD interpretation needs to be adjusted for DMD variants which alter the relationship between the DMD model and the data, such as those that window data in time. We derive the phasor notation terms for one such method, multi-resolution Coherent Spatiotemporal Scale-separation, and demonstrate the new terms by interpreting a multi-scale data set.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:11:06 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Lapo",
"Karl",
""
],
[
"Mosso",
"Samuele",
""
],
[
"Kutz",
"J. Nathan",
""
]
] |
2509.03184
|
Ewa L. Lokas
|
Ewa L. Lokas
|
Tidally induced bar-like galaxies in simulated clusters
|
11 pages, 8 figures, accepted for publication in A&A
| null | null | null |
astro-ph.GA
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
One of the scenarios for bar formation in galaxies involves their interaction with a more massive companion. The stellar component is then transformed from a disk into a bar-like prolate spheroid. I investigated a subsample of 77 bar-like galaxies tidally induced in the cluster environment, selected among the previously studied sample of bar-like galaxies from the IllustrisTNG simulations. I present six clear, convincing examples of bar-like galaxies formed after an interaction with a progenitor of a massive brightest cluster galaxy (BCG) and describe the properties of their bars. For the whole sample, the time of bar formation is strongly correlated with and typically slightly greater than the time of the pericenter passage. All galaxies are strongly stripped of dark matter and gas, and their rotation is similarly diminished. A larger pericenter distance typically requires a higher host mass in order to transform the galaxy, but the interactions show no preference for prograde configurations. The final strength of the bars does not correlate with the amount of tidal stripping experienced because of the variety of initial properties of the progenitors and the subsequent evolution over the next pericenter passages. In spite of difficulties in the interpretation of some cases involving mergers and multiple interactions, the results confirm in the cosmological context the reality of tidal bar formation in cluster environments previously studied using controlled simulations.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:12:59 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Lokas",
"Ewa L.",
""
]
] |
2509.03185
|
Sami Azam
|
Debopom Sutradhar, Ripon Kumar Debnath, Mohaimenul Azam Khan Raiaan, Yan Zhang, Reem E. Mohamed, Sami Azam
|
PPORLD-EDNetLDCT: A Proximal Policy Optimization-Based Reinforcement Learning Framework for Adaptive Low-Dose CT Denoising
|
20 pages, 5 figures, 5 tables. Submitted to Computers in Biology and Medicine for peer review
| null | null | null |
cs.CV
|
http://creativecommons.org/licenses/by/4.0/
|
Low-dose computed tomography (LDCT) is critical for minimizing radiation exposure, but it often leads to increased noise and reduced image quality. Traditional denoising methods, such as iterative optimization or supervised learning, often fail to preserve image quality. To address these challenges, we introduce PPORLD-EDNetLDCT, a reinforcement learning-based (RL) approach with Encoder-Decoder for LDCT. Our method utilizes a dynamic RL-based approach in which an advanced posterior policy optimization (PPO) algorithm is used to optimize denoising policies in real time, based on image quality feedback, trained via a custom gym environment. The experimental results on the low dose CT image and projection dataset demonstrate that the proposed PPORLD-EDNetLDCT model outperforms traditional denoising techniques and other DL-based methods, achieving a peak signal-to-noise ratio of 41.87, a structural similarity index measure of 0.9814 and a root mean squared error of 0.00236. Moreover, in NIH-AAPM-Mayo Clinic Low Dose CT Challenge dataset our method achived a PSNR of 41.52, SSIM of 0.9723 and RMSE of 0.0051. Furthermore, we validated the quality of denoising using a classification task in the COVID-19 LDCT dataset, where the images processed by our method improved the classification accuracy to 94\%, achieving 4\% higher accuracy compared to denoising without RL-based denoising. This method offers a promising solution for safer and more accurate LDCT imaging.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:13:06 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Sutradhar",
"Debopom",
""
],
[
"Debnath",
"Ripon Kumar",
""
],
[
"Raiaan",
"Mohaimenul Azam Khan",
""
],
[
"Zhang",
"Yan",
""
],
[
"Mohamed",
"Reem E.",
""
],
[
"Azam",
"Sami",
""
]
] |
2509.03186
|
Alessandro Giannoni
|
Daniele Bartoli, Alessandro Giannoni, Giuseppe Marino and Yue Zhou
|
Long QMDS additive code
| null | null | null | null |
math.CO
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
We investigate additive codes, defined as $\mathbb{F}_q$-linear subspaces $C \subseteq \mathbb{F}_{q^h}^n$ of length $n$ and dimension $r$ over $\mathbb{F}_q$. An additive code is said to be of type $[n, r/h, d]_q^h$, where $d$ denotes the minimum Hamming distance and the normalized dimension $r/h$ may be fractional. A central object of interest is the class of quasi-MDS (QMDS) codes, those additive codes achieving the generalized Singleton bound:
$$ d = n - \left\lceil \frac{r}{h} \right\rceil + 1. $$
In this work, we construct explicit families of additive QMDS codes whose lengths exceed those of the best-known $\mathbb{F}_{q^h}$-linear MDS codes which is $q^h+1$, and we will call these types of codes ``Long'' . By leveraging $\mathbb{F}_q$-linearity and geometric tools like partial spreads and dimensional dual arcs, we show that additive structures allow longer codes without sacrificing optimality in distance. We also examine dual codes and give conditions under which the QMDS property is preserved under duality.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:14:41 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Bartoli",
"Daniele",
""
],
[
"Giannoni",
"Alessandro",
""
],
[
"Marino",
"Giuseppe",
""
],
[
"Zhou",
"Yue",
""
]
] |
2509.03187
|
Xiaoxiao Xu
|
Xiaoxiao Xu, Hao Wu, Wenhui Yu, Lantao Hu, Peng Jiang, Kun Gai
|
Enhancing Interpretability and Effectiveness in Recommendation with Numerical Features via Learning to Contrast the Counterfactual samples
|
Accepted by TheWebConf2024
| null | null | null |
cs.IR cs.LG
|
http://creativecommons.org/licenses/by/4.0/
|
We propose a general model-agnostic Contrastive learning framework with Counterfactual Samples Synthesizing (CCSS) for modeling the monotonicity between the neural network output and numerical features which is critical for interpretability and effectiveness of recommender systems. CCSS models the monotonicity via a two-stage process: synthesizing counterfactual samples and contrasting the counterfactual samples. The two techniques are naturally integrated into a model-agnostic framework, forming an end-to-end training process. Abundant empirical tests are conducted on a publicly available dataset and a real industrial dataset, and the results well demonstrate the effectiveness of our proposed CCSS. Besides, CCSS has been deployed in our real large-scale industrial recommender, successfully serving over hundreds of millions users.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:17:41 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Xu",
"Xiaoxiao",
""
],
[
"Wu",
"Hao",
""
],
[
"Yu",
"Wenhui",
""
],
[
"Hu",
"Lantao",
""
],
[
"Jiang",
"Peng",
""
],
[
"Gai",
"Kun",
""
]
] |
2509.03188
|
Muzammil Behzad
|
Hania Ghouse, Muzammil Behzad
|
Prompt-Guided Patch UNet-VAE with Adversarial Supervision for Adrenal Gland Segmentation in Computed Tomography Medical Images
| null | null | null | null |
eess.IV cs.CV
|
http://creativecommons.org/licenses/by/4.0/
|
Segmentation of small and irregularly shaped abdominal organs, such as the adrenal glands in CT imaging, remains a persistent challenge due to severe class imbalance, poor spatial context, and limited annotated data. In this work, we propose a unified framework that combines variational reconstruction, supervised segmentation, and adversarial patch-based feedback to address these limitations in a principled and scalable manner. Our architecture is built upon a VAE-UNet backbone that jointly reconstructs input patches and generates voxel-level segmentation masks, allowing the model to learn disentangled representations of anatomical structure and appearance. We introduce a patch-based training pipeline that selectively injects synthetic patches generated from the learned latent space, and systematically study the effects of varying synthetic-to-real patch ratios during training. To further enhance output fidelity, the framework incorporates perceptual reconstruction loss using VGG features, as well as a PatchGAN-style discriminator for adversarial supervision over spatial realism. Comprehensive experiments on the BTCV dataset demonstrate that our approach improves segmentation accuracy, particularly in boundary-sensitive regions, while maintaining strong reconstruction quality. Our findings highlight the effectiveness of hybrid generative-discriminative training regimes for small-organ segmentation and provide new insights into balancing realism, diversity, and anatomical consistency in data-scarce scenarios.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:18:06 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Ghouse",
"Hania",
""
],
[
"Behzad",
"Muzammil",
""
]
] |
2509.03189
|
Georg Schwefer
|
Georg Schwefer (for the HAWC Collaboration)
|
Dissecting the Diffuse Emission of the Galaxy with the HAWC Observatory
|
Proceedings of the 39th International Cosmic Ray Conference (ICRC2025)
| null | null | null |
astro-ph.HE
|
http://creativecommons.org/licenses/by/4.0/
|
Galactic diffuse gamma-ray emission is produced by the interaction of high-energy cosmic rays propagating through the Milky Way with interstellar gas and radiation fields. Its measurement can provide crucial insights into the acceleration and transport of cosmic rays throughout our Galaxy. Here, we present a new analysis of the TeV Galactic diffuse gamma-ray emission using 8 years of HAWC data. This data was processed with the updated Pass 5 processing, enhancing the sensitivity and resolution of the instrument. For the analysis, we make use of Gammapy, an open-source package for gamma-ray astronomy, and recent models of the Galactic diffuse emission at TeV energies. After subtracting the emission from sources using an algorithm akin to that developed for the foreseen CTAO Galactic plane survey, we find significant remaining emission throughout the Galactic plane. We show the latitudinal and longitudinal flux profiles of the emission in multiple parts of the galaxy taking into account various sources of uncertainty and compare to existing models. We find significant emission beyond 3 degree latitude, consistent in shape with the prediction for the interaction of cosmic rays with the interstellar gas. We also demonstrate that our results are consistent with recent LHAASO results when equivalent analysis methods are used.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:19:00 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Schwefer",
"Georg",
"",
"for the HAWC Collaboration"
]
] |
2509.03190
|
Manoj Belavadi
|
Manoj Belavadi and T. Karthick
|
Reconfiguration graph of vertex colorings for some generalized split graphs
|
17 pages
| null | null | null |
math.CO
|
http://creativecommons.org/licenses/by-nc-nd/4.0/
|
Given a graph $G$, the \emph{reconfiguration graph of the $\ell$-colorings} of $G$, denoted by ${\cal R}_\ell(G)$, is the graph whose vertices are the $\ell$-colorings of $G$ and two $\ell$-colorings are joined by an edge if they differ on exactly one vertex of $G$. A graph $G$ is \emph{$\ell$-mixing} if ${\cal R}_\ell(G)$ is connected and the \emph{$\ell$-recoloring diameter} of $G$ is the diameter of ${\cal R}_\ell(G)$. An interesting classification problem that recently gathered a wide attention is the following: ``{\em Given a hereditary class of graphs $\cal C$ and any graph $G\in \cal C$, classify whether $G$ is $\ell$-mixing or not for any $\ell> \chi(G)$}, where $\chi(G)$ is the chromatic number of $G$." In this paper, we answer this problem for the class of $(P_2+P_3, C_4)$-free graphs, and moreover, if such a graph $G$ is recolorable, then for all $\ell >\chi(G)$, the $\ell$-recoloring diameter of $G$ is at most 2$n^{2}$.
Furthermore, Cereceda conjectured that if $G$ is a graph on $n$ vertices with degeneracy $d$, then for all $\ell \geq d+ 2$, the $\ell$-recoloring diameter of $G$ is at most $O(n^2)$. We prove that every ($P_2+P_3, C_4$)-free graph satifies Cereceda's conjecture.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:20:18 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Belavadi",
"Manoj",
""
],
[
"Karthick",
"T.",
""
]
] |
2509.03191
|
Taiga Saito
|
Taiga Saito, Yu Otake, Stephen Wu
|
Tabular foundation model for GEOAI benchmark problems BM/AirportSoilProperties/2/2025
| null | null | null | null |
cs.LG
|
http://creativecommons.org/licenses/by/4.0/
|
This paper presents a novel application of the Tabular Prior-Data Fitted Network (TabPFN) - a transformer-based foundation model for tabular data - to geotechnical site characterization problems defined in the GEOAI benchmark BM/AirportSoilProperties/2/2025. Two tasks are addressed: (1) predicting the spatial variation of undrained shear strength (su) across borehole depth profiles, and (2) imputing missing mechanical parameters in a dense-site dataset. We apply TabPFN in a zero-training, few-shot, in-context learning setting - without hyper-parameter tuning - and provide it with additional context from the big indirect database (BID). The study demonstrates that TabPFN, as a general-purpose foundation model, achieved superior accuracy and well-calibrated predictive distributions compared to a conventional hierarchical Bayesian model (HBM) baseline, while also offering significant gains in inference efficiency. In Benchmark Problem #1 (spatial su prediction), TabPFN outperformed the HBM in prediction accuracy and delivered an order-of-magnitude faster runtime. In Benchmark Problem #2 (missing mechanical parameter imputation), TabPFN likewise achieved lower RMSE for all target parameters with well-quantified uncertainties, though its cumulative computation cost was higher than HBM's due to its one-variable-at-a-time inference. These results mark the first successful use of a tabular foundation model in geotechnical modeling, suggesting a potential paradigm shift in probabilistic site characterization.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:21:18 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Saito",
"Taiga",
""
],
[
"Otake",
"Yu",
""
],
[
"Wu",
"Stephen",
""
]
] |
2509.03192
|
Katarzyna S{\l}awi\'nska
|
D. Canillas Mart\'inez, P. Dorey, T. Roma\'nczukiewicz, P. M. Saffin, K. S{\l}awi\'nska, A. Wereszczy\'nski
|
Oscillons and bubbles in $Q$-ball dynamics
|
31 pages, 23 figures
| null | null | null |
hep-th nlin.PS
|
http://creativecommons.org/licenses/by/4.0/
|
We show that, in the thin-wall regime, $Q$-ball--anti-$Q$-ball collisions reveal chaotic behaviour. This is explained by the resonant energy transfer mechanism triggered by the internal modes hosted by the $Q$-balls and by the existence of {\it ephemeral} states, that is unstable, sometimes even short-lived, field configurations that appear as intermediate states. The most important examples of such states are the {\it bubble} of the false broken vacuum, which as intermediate states govern the $QQ^*$ annihilation, and the {\it charged oscillons}.
The usually short-lived bubble can be dynamically temporarily stabilized, which explains their importance in the dynamics of $Q$-balls. This happens due to the excitation of massless Goldstone modes, which, exerting pressure on the bubble boundaries or being trapped as bound modes, prevent the bubble from collapsing.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:25:59 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Martínez",
"D. Canillas",
""
],
[
"Dorey",
"P.",
""
],
[
"Romańczukiewicz",
"T.",
""
],
[
"Saffin",
"P. M.",
""
],
[
"Sławińska",
"K.",
""
],
[
"Wereszczyński",
"A.",
""
]
] |
2509.03193
|
Maximilian Neidhardt
|
Maximilian Neidhardt, Sarah Latus, Tim Eixmann, Gereon H\"uttmann, Alexander Schlaefer
|
Deep Learning for High Speed Optical Coherence Elastography with a Fiber Scanning Endoscope
| null |
IEEE Transactions on Medical Imaging, vol. 44, no. 3, pp. 1445-1453, March 2025
|
10.1109/TMI.2024.3505676
| null |
eess.SP
|
http://creativecommons.org/licenses/by/4.0/
|
Tissue stiffness is related to soft tissue pathologies and can be assessed through palpation or via clinical imaging systems, e.g., ultrasound or magnetic resonance imaging. Typically, the image based approaches are not suitable during interventions, particularly for minimally invasive surgery. To this end, we present a miniaturized fiber scanning endoscope for fast and localized elastography. Moreover, we propose a deep learning based signal processing pipeline to account for the intricate data and the need for real-time estimates. Our elasticity estimation approach is based on imaging complex and diffuse wave fields that encompass multiple wave frequencies and propagate in various directions. We optimize the probe design to enable different scan patterns. To maximize temporal sampling while maintaining three-dimensional information we define a scan pattern in a conical shape with a temporal frequency of 5.05 kHz. To efficiently process the image sequences of complex wave fields we consider a spatio-temporal deep learning network. We train the network in an end-to-end fashion on measurements from phantoms representing multiple elasticities. The network is used to obtain localized and robust elasticity estimates, allowing to create elasticity maps in real-time. For 2D scanning, our approach results in a mean absolute error of 6.31+-5.76 kPa compared to 11.33+-12.78 kPa for conventional phase tracking. For scanning without estimating the wave direction, the novel 3D method reduces the error to 4.48+-3.63 kPa compared to 19.75+-21.82 kPa for the conventional 2D method. Finally, we demonstrate feasibility of elasticity estimates in ex-vivo porcine tissue.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:27:15 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Neidhardt",
"Maximilian",
""
],
[
"Latus",
"Sarah",
""
],
[
"Eixmann",
"Tim",
""
],
[
"Hüttmann",
"Gereon",
""
],
[
"Schlaefer",
"Alexander",
""
]
] |
2509.03194
|
Federica Cugnata
|
Clelia Di Serio, Federica Cugnata, Pier Luigi Conti, Alberto Briganti, Fulvia Mecatti, Paola Vicard, Paola Maria Vittoria Rancoita
|
Bayesian Network Propensity Score to Evaluate Treatment Effects in Observational Studies
| null | null | null | null |
stat.ME stat.AP
|
http://creativecommons.org/licenses/by-nc-nd/4.0/
|
This paper focuses on the Bayesian Network Propensity Score (BNPS), a novel approach for estimating treatment effects in observational studies characterized by unknown (and likely unbalanced) designs and complex dependency structures among covariates. Traditional methods, such as logistic regression, often impose rigid parametric assumptions that may lead to misspecification errors, compromising causal inference. Recent classical and machine learning alternatives, such as boosted CART, random forests, and Stable Balancing Weights, seem to be attractive in a predictive perspective, but they typically lack asymptotic properties, such as consistency, efficiency, and valid variance estimation. In contrast, the recently proposed BNPS to estimate propensity scores uses Bayesian Networks to flexibly model conditional dependencies while preserving essential statistical properties such as consistency, asymptotic normality and asymptotic efficiency. Combined with the H\'ajek estimator, BNPS enables robust estimation of the Average Treatment Effect (ATE) in scenarios with strong covariate interactions and unknown data-generating mechanisms. Through extensive simulations across fifteen realistic scenarios and varying sample sizes, BNPS consistently outperforms benchmark methods in both empirical rejection rates and coverage accuracy. Finally, an application to a real-world dataset of 7,162 prostate cancer patients from San Raffaele Hospital (Milan, Italy) demonstrates BNPS's practical value in assessing the impact of pelvic lymph node dissection on hospitalization duration and biochemical recurrence. The findings support BNPS as a statistically robust, interpretable and transparent alternative for causal inference in complex observational settings, enhancing the reliability of evidence from real-world biomedical data.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:28:25 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Di Serio",
"Clelia",
""
],
[
"Cugnata",
"Federica",
""
],
[
"Conti",
"Pier Luigi",
""
],
[
"Briganti",
"Alberto",
""
],
[
"Mecatti",
"Fulvia",
""
],
[
"Vicard",
"Paola",
""
],
[
"Rancoita",
"Paola Maria Vittoria",
""
]
] |
2509.03195
|
Sushanta Tripathy Dr.
|
Sushanta Tripathy, Peter Christiansen
|
Confronting the production mechanisms of nuclei with deuteron and proton-triggered balance functions
|
8 pages, 8 captioned figures
| null | null | null |
hep-ph hep-ex nucl-th
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
In ultra high-energy collisions, nuclei with very low binding energies are not expected to survive the dense and hot final state environment. The traditional view has therefore been that nuclei form via coalescence after the hot environment has dissipated. However, statistical thermal models, where hadrons are produced from a fireball at thermal equilibrium, can describe the relative abundances of light nuclei in pp and heavy-ion collisions at the LHC equally well. In this paper we investigate if balance functions triggered by protons and deuterons can be used to distinguish between the two production mechanisms. The coalescence model is investigated using PYTHIA, while the statistical thermal model is examined using the Thermal-FIST package. We find that for both models the same simple relation between proton and deuteron triggered balance functions is applicable. However, there is a striking difference between the two models when the transverse momentum of trigger particles is varied. This dependence offers a promising observable to discriminate between the two production scenarios that goes beyond nuclei production.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:28:47 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Tripathy",
"Sushanta",
""
],
[
"Christiansen",
"Peter",
""
]
] |
2509.03196
|
Elena Colangeli
|
Elena Colangeli, Charles Dalang, Tessa Baker
|
Multi-messenger lensing time delay as a probe of the graviton mass
|
11 pages, 4 figures
| null | null | null |
gr-qc
|
http://creativecommons.org/licenses/by/4.0/
|
Gravitational lensing is a powerful probe of cosmology and astrophysics. With the prospect of the first strongly lensed gravitational waves on the horizon, we highlight an opportunity to test fundamental physics. In this work, we assume a nonzero mass for the graviton, which leads to gravitational waves following timelike geodesics instead of null geodesics. We derive standard gravitational lensing equations, such as the scattering angle, the time-delay between different images and the magnification, which normally rely on the assumption of null geodesics. We show that a single strongly lensed multi-messenger event is enough to constrain the graviton mass to $m< 3 \cdot 10^{-23}$ eV/c$^{2}$. Notably this constraint is independent of the lens model, the waveform model, and of cosmology. Additionally, we explore magnification of images and find that they offer at least three orders of magnitude weaker bounds than the time delay, and have a dependence on the correct modeling of the lens and cosmology.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:31:23 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Colangeli",
"Elena",
""
],
[
"Dalang",
"Charles",
""
],
[
"Baker",
"Tessa",
""
]
] |
2509.03197
|
Martin \v{C}ech
|
Martin \v{C}ech
|
First moment of quadratic Dirichlet $L$-functions with secondary terms
|
34 pages
| null | null | null |
math.NT
|
http://creativecommons.org/licenses/by-nc-sa/4.0/
|
We study the first moment of primitive quadratic Dirichlet $L$-functions. Assuming the Riemann hypothesis and the generalized Lindel\"of hypothesis, we obtain an asymptotic formula at the central point with error $O(X^{1/4+\epsilon})$, and identify lower-order terms of size $X^{1/3}\log X$.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:33:50 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Čech",
"Martin",
""
]
] |
2509.03199
|
Francesco Vona Dr.
|
Sina Hinzmann, Francesco Vona, Juliane Henning, Mohamed Amer, Omar Abdellatif, Tanja Kojic, Jan-Niklas Voigt-Antons
|
Finding My Way: Influence of Different Audio Augmented Reality Navigation Cues on User Experience and Subjective Usefulness
| null | null | null | null |
cs.HC
|
http://creativecommons.org/licenses/by/4.0/
|
As augmented reality (AR) becomes increasingly prevalent in mobile and context-aware applications, the role of auditory cues in guiding users through physical environments is becoming critical. This study investigates the effectiveness and user experience of various categories of audio cues, including fully non-verbal sounds and speech-derived Spearcons, during outdoor navigation tasks using the Meta Quest 3 headset. Twenty participants navigated five outdoor routes using audio-only cue types: Artificial Sounds, Nature Sounds, Spearcons, Musical Instruments, and Auditory Icons. Subjective evaluations were collected to assess the perceived effectiveness and user experience of each sound type. Results revealed significant differences in perceived novelty and stimulation across sound types. Artificial Sounds and Musical Instruments were rated higher than Spearcons in novelty, while Artificial Sounds were also rated higher than Spearcons in stimulation. Overall preference was evenly split between Nature Sounds and Artificial Sounds. These findings suggest that incorporating aspects of novelty and user engagement in auditory feedback design may enhance the effectiveness of AR navigation systems.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:35:39 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Hinzmann",
"Sina",
""
],
[
"Vona",
"Francesco",
""
],
[
"Henning",
"Juliane",
""
],
[
"Amer",
"Mohamed",
""
],
[
"Abdellatif",
"Omar",
""
],
[
"Kojic",
"Tanja",
""
],
[
"Voigt-Antons",
"Jan-Niklas",
""
]
] |
2509.03200
|
Haiyang Shi
|
Haiyang Shi
|
A Dataset of Weather Station-Scale Photosynthetic Phenology in Mid- to High-Latitude Regions of the Northern Hemisphere
| null | null | null | null |
physics.geo-ph physics.ao-ph
|
http://creativecommons.org/licenses/by/4.0/
|
This study extracted photosynthetic phenology indicators (SOS, POS, EOS) from daily GPP data at the weather-station scale for the mid- to high-latitude regions of the Northern Hemisphere from 2001 to 2019. The resulting dataset covers nearly 60,000 site-years, with more than 1,000 stations maintaining complete 19-year records. Results reveal pronounced spatial variability, with distinct trends across vegetation types and aridity zones. Compared with flux networks and satellite-based products, this dataset greatly enhances data availability for phenology studies and provides a solid foundation for assessing the impacts of local hydrothermal conditions and extreme climate events on phenology.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:35:44 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Shi",
"Haiyang",
""
]
] |
2509.03201
|
Abdul Rahoof T P
|
Abdul Rahoof, Vivek Chaturvedi, Mahesh Raveendranatha Panicker, and Muhammad Shafique
|
CapsBeam: Accelerating Capsule Network based Beamformer for Ultrasound Non-Steered Plane Wave Imaging on Field Programmable Gate Array
| null |
IEEE Transactions on Very Large Scale Integration (VLSI) Systems, vol. 33, issue. 7, pp. 1934-1944, 2025
|
10.1109/TVLSI.2025.3559403
| null |
cs.AR
|
http://creativecommons.org/licenses/by/4.0/
|
In recent years, there has been a growing trend in accelerating computationally complex non-real-time beamforming algorithms in ultrasound imaging using deep learning models. However, due to the large size and complexity these state-of-the-art deep learning techniques poses significant challenges when deploying on resource-constrained edge devices. In this work, we propose a novel capsule network based beamformer called CapsBeam, designed to operate on raw radio-frequency data and provide an envelope of beamformed data through non-steered plane wave insonification. Experiments on in-vivo data, CapsBeam reduced artifacts compared to the standard Delay-and-Sum (DAS) beamforming. For in-vitro data, CapsBeam demonstrated a 32.31% increase in contrast, along with gains of 16.54% and 6.7% in axial and lateral resolution compared to the DAS. Similarly, in-silico data showed a 26% enhancement in contrast, along with improvements of 13.6% and 21.5% in axial and lateral resolution, respectively, compared to the DAS. To reduce the parameter redundancy and enhance the computational efficiency, we pruned the model using our multi-layer LookAhead Kernel Pruning (LAKP-ML) methodology, achieving a compression ratio of 85% without affecting the image quality. Additionally, the hardware complexity of the proposed model is reduced by applying quantization, simplification of non-linear operations, and parallelizing operations. Finally, we proposed a specialized accelerator architecture for the pruned and optimized CapsBeam model, implemented on a Xilinx ZU7EV FPGA. The proposed accelerator achieved a throughput of 30 GOPS for the convolution operation and 17.4 GOPS for the dynamic routing operation.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:36:01 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Rahoof",
"Abdul",
""
],
[
"Chaturvedi",
"Vivek",
""
],
[
"Panicker",
"Mahesh Raveendranatha",
""
],
[
"Shafique",
"Muhammad",
""
]
] |
2509.03202
|
Felix Zahner
|
Felix Zahner, Kirsten von Bergmann, Roland Wiesendanger, Andr\'e Kubetzka
|
Reciprocity of Magnetism and Nanostructure Growth
|
5 main figures, 2 extended figures
| null | null | null |
cond-mat.mtrl-sci
|
http://creativecommons.org/licenses/by/4.0/
|
The growth of thin films and nanostructures is a fundamental process for constructing both model-type systems and nanoscale devices, where performance and functionalities can be controlled by the choice of parameters. For magnetic systems the crystal structure, material composition, size, and shape determine already most of the magnetism-related properties. Here, we investigate the reciprocal route, which is controlling nanostructure growth via magnetism. To this end we deposit Co on a uniaxial antiferromagnetic surface above and below its N\'eel temperature. Growth above the N\'eel temperature results in the formation of roughly hexagonal islands, reflecting the surface symmetry. For growth below the N\'eel temperature we find quasi-one-dimensional Co nanostructures along distinct crystallographic directions, which signal the local antiferromagnetic domain orientation. Our findings demonstrate the feasibility of controlling growth via magnetism and the necessity to take magnetism-related effects into account for growth on magnetic surfaces.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:37:27 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Zahner",
"Felix",
""
],
[
"von Bergmann",
"Kirsten",
""
],
[
"Wiesendanger",
"Roland",
""
],
[
"Kubetzka",
"André",
""
]
] |
2509.03203
|
Felix Wei{\ss}
|
Christian Kanzow and Felix Wei{\ss}
|
A modified exact penalty approach for general constrained $\ell_0$-sparse optimization problems
| null | null | null | null |
math.OC
|
http://creativecommons.org/licenses/by/4.0/
|
We consider a general class of constrained optimization problems with an additional $\ell_0$- sparsity term in the objective function. Based on a recent reformulation of this difficult $\ell_0$-term, we consider a nonsmooth penalty approach which differs from the authors previous work by the fact that it can be directly applied to problems which do not necessarily contain nonnegativity constraints. This avoids a splitting of free variables into their positive and negative parts, reduces the dimension and fully exploits the one-to-one correspondence between local and global minima of the given $\ell_0$-sparse optimization problem and its reformulation. The penalty approach is shown to be exact in terms of minima and stationary points. Since the penalty function is (mildly) nonsmooth, we also present practical techniques for the solution of the subproblems arising within the penalty formulation. Finally, the results of an extensive numerical testing are provided.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:39:14 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Kanzow",
"Christian",
""
],
[
"Weiß",
"Felix",
""
]
] |
2509.03204
|
Kiara Stempel
|
Kiara Stempel, Mattia Cerrato, Stefan Kramer
|
Exploring the Design Space of Fair Tree Learning Algorithms
| null | null | null | null |
cs.LG
|
http://creativecommons.org/licenses/by-nc-sa/4.0/
|
Decision trees have been studied extensively in the context of fairness, aiming to maximize prediction performance while ensuring non-discrimination against different groups. Techniques in this space usually focus on imposing constraints at training time, constraining the search space so that solutions which display unacceptable values of relevant metrics are not considered, discarded, or discouraged. If we assume one target variable y and one sensitive attribute s, the design space of tree learning algorithms can be spanned as follows: (i) One can have one tree T that is built using an objective function that is a function of y, s, and T. For instance, one can build a tree based on the weighted information gain regarding y (maximizing) and s (minimizing). (ii) The second option is to have one tree model T that uses an objective function in y and T and a constraint on s and T. Here, s is no longer part of the objective, but part of a constraint. This can be achieved greedily by aborting a further split as soon as the condition that optimizes the objective in y fails to satisfy the constraint on s. A simple way to explore other splits is to backtrack during tree construction once a fairness constraint is violated. (iii) The third option is to have two trees T_y and T_s, one for y and one for s, such that the tree structure for y and s does not have to be shared. In this way, information regarding y and regarding s can be used independently, without having to constrain the choices in tree construction by the mutual information between the two variables. Quite surprisingly, of the three options, only the first one and the greedy variant of the second have been studied in the literature so far. In this paper, we introduce the above two additional options from that design space and characterize them experimentally on multiple datasets.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:39:23 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Stempel",
"Kiara",
""
],
[
"Cerrato",
"Mattia",
""
],
[
"Kramer",
"Stefan",
""
]
] |
2509.03205
|
Dheerendra Singh
|
Shashi Kant Mishra and Dheerendra Singh
|
Mathematical Programs Using Tangential Subdifferentials
| null | null | null | null |
math.OC
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
In this paper, we deal with constraint qualifications, the stationary concept and the optimality conditions for nonsmooth mathematical programs with equilibrium constraints. The main tool of our study is the notion of tangential subdifferentials. Using the notion of tangential subdifferentials, we present constraint qualifications (namely, generalized standard Abadie, MPEC Abadie, MPEC Zangwill, constraint qualifications) and stationary concepts, and also establish relationships between constraint qualifications. Further, we establish sufficient optimality conditions for mathematical programs using tangential subdifferentials and suitable generalized convexity notion. We also give some examples that verify our results.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:44:55 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Mishra",
"Shashi Kant",
""
],
[
"Singh",
"Dheerendra",
""
]
] |
2509.03206
|
Zeqiang Zhang
|
Zeqiang Zhang, Fabian Wurzberger, Gerrit Schmid, Sebastian Gottwald, Daniel A. Braun
|
Autonomous Learning From Success and Failure: Goal-Conditioned Supervised Learning with Negative Feedback
| null | null | null | null |
cs.LG cs.AI
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Reinforcement learning faces significant challenges when applied to tasks characterized by sparse reward structures. Although imitation learning, within the domain of supervised learning, offers faster convergence, it relies heavily on human-generated demonstrations. Recently, Goal-Conditioned Supervised Learning (GCSL) has emerged as a potential solution by enabling self-imitation learning for autonomous systems. By strategically relabelling goals, agents can derive policy insights from their own experiences. Despite the successes of this framework, it presents two notable limitations: (1) Learning exclusively from self-generated experiences can exacerbate the agents' inherent biases; (2) The relabelling strategy allows agents to focus solely on successful outcomes, precluding them from learning from their mistakes. To address these issues, we propose a novel model that integrates contrastive learning principles into the GCSL framework to learn from both success and failure. Through empirical evaluations, we demonstrate that our algorithm overcomes limitations imposed by agents' initial biases and thereby enables more exploratory behavior. This facilitates the identification and adoption of effective policies, leading to superior performance across a variety of challenging environments.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:50:48 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Zhang",
"Zeqiang",
""
],
[
"Wurzberger",
"Fabian",
""
],
[
"Schmid",
"Gerrit",
""
],
[
"Gottwald",
"Sebastian",
""
],
[
"Braun",
"Daniel A.",
""
]
] |
2509.03207
|
Huynh Khanh
|
Huynh Khanh, Bui Trong Kien
|
On space-time FEM for time-optimal control problems governed by parabolic equations with mixed and endpoints constraints
|
24 pages
| null | null | null |
math.OC
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
In this paper, we consider a class of time-optimal control problems governed by linear parabolic equations with mixed control-state constraints and end-point constraints, and without Tikhonov regularization term in the objective function. By the finite element method, we discretize the optimal control problem to obtain a sequence of mathematical programming problems in finite-dimensional spaces. Under certain conditions, we show that the optimal solutions of the discrete problems converge to an optimal solution of the original problem. Besides, we show that if the second-order sufficient condition is satisfied, then some error estimates of approximate solutions are obtained.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:52:43 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Khanh",
"Huynh",
""
],
[
"Kien",
"Bui Trong",
""
]
] |
2509.03208
|
Milla Laurikkala
|
Pauliina Ilmonen, Milla Laurikkala, Kostiantyn Ralchenko, Tommi Sottinen and Lauri Viitasaari
|
Data driven modeling of multiple interest rates with generalized Vasicek-type models
|
23 pages, 8 figures, for supplementary material, see https://github.com/millalaurikkala/generalized-vasicek-model.git
| null | null | null |
econ.EM
|
http://creativecommons.org/licenses/by/4.0/
|
The Vasicek model is a commonly used interest rate model, and there exist many extensions and generalizations of it. However, most generalizations of the model are either univariate or assume the noise process to be Gaussian, or both. In this article, we study a generalized multivariate Vasicek model that allows simultaneous modeling of multiple interest rates while making minimal assumptions. In the model, we only assume that the noise process has stationary increments with a suitably decaying autocovariance structure. We provide estimators for the unknown parameters and prove their consistencies. We also derive limiting distributions for each estimator and provide theoretical examples. Furthermore, the model is tested empirically with both simulated data and real data.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:57:20 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Ilmonen",
"Pauliina",
""
],
[
"Laurikkala",
"Milla",
""
],
[
"Ralchenko",
"Kostiantyn",
""
],
[
"Sottinen",
"Tommi",
""
],
[
"Viitasaari",
"Lauri",
""
]
] |
2509.03210
|
Fu Li
|
Linjie Wei, Fu Li, Yi Liu, Hongbin Zhang, Junhua Luo and Zhihua Sun
|
Shift Current Anomalous Photovoltaics in a Double Perovskite Ferroelectric
| null | null | null | null |
cond-mat.mtrl-sci physics.chem-ph
|
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
|
Ferroelectric anomalous photovoltaic (APV) effect, as a fascinating physical conceptual phenomenon, holds significant potentials for new optoelectronic device applications. However, due to the knowledge lacking on the origin and underlying mechanism of ferroelectric APV effect, substantial challenges still remain in exploring new APV-active candidate materials. The emerging shift current model, involving the transfer of photogenerated charges through the displacement of wave functions, has attracted considerable attention for its unique insights into the bulk photovoltaic effect. Here, we present strong APV properties in a high-temperature double perovskite ferroelectric (cyclohexylmethylammonium)$_2$CsAgBiBr$_7$, showing an extremely large above-bandgap photovoltage up to about 40 V. This figure-of-merit is far beyond its bandgap of about 2.3 eV and comparable to the state-of-art molecular ferroelectrics. Strikingly, the shift current model reveals an intrinsic correlation with Cs$^{+}$ cation displacement and provides, for the first time, an explicit explanation for the structural origin of ferroelectric APV activities. Besides, its steady-state APV photocurrent exhibits the unique light-polarization dependence, which endows remarkable polarization-sensitivity with the highest polarization ratios of about 41 among the known 2D single-phase materials. As the unprecedented exploration of ferroelectric APV characteristics illuminated by the shift current mechanism, this finding paves a pathway to assemble new optoelectronic smart devices.
|
[
{
"version": "v1",
"created": "Wed, 03 Sep 2025 10:59:57 GMT"
}
] | 2025-09-04T00:00:00 |
[
[
"Wei",
"Linjie",
""
],
[
"Li",
"Fu",
""
],
[
"Liu",
"Yi",
""
],
[
"Zhang",
"Hongbin",
""
],
[
"Luo",
"Junhua",
""
],
[
"Sun",
"Zhihua",
""
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.