-
Discovery and Timing Follow-Up of Two FAST-Discovered Pulsars from the FAST CRAFTS Survey
Authors:
Victoria A. Blackmon,
Maura A. McLaughlin,
De Zhao,
Jianping Yuan,
Qingdong Wu,
Chen-Chen Miao,
Meng-Yao Xue,
Di Li,
Wei-Wei Zhu
Abstract:
We present the results of Green Bank Telescope (GBT) observations of two pulsars discovered with the Five-hundred-meter Aperture Spherical Radio Telescope (FAST) during the 19-beam Commensal Radio Astronomy FasT Survey (CRAFTS). We highlight the first timing solutions, pulse profiles, flux densities, and polarization measurements at 820 MHz for PSR J0535-0231, with a spin period of 415 ms, and PSR…
▽ More
We present the results of Green Bank Telescope (GBT) observations of two pulsars discovered with the Five-hundred-meter Aperture Spherical Radio Telescope (FAST) during the 19-beam Commensal Radio Astronomy FasT Survey (CRAFTS). We highlight the first timing solutions, pulse profiles, flux densities, and polarization measurements at 820 MHz for PSR J0535-0231, with a spin period of 415 ms, and PSR J1816-0518, with a spin period of 1.93 s, from a year-long follow-up campaign. PSR J0535-0231 appears to be partially recycled, but isolated, and likely belongs to the class of disrupted recycled pulsars (DRPs). We find that the two widely used electron density models, NE2001 and YMW16, both fall short of accurately modeling the line-of-sight to PSR J0535-0231, as the maximum dispersion measure (DM) predicted by both models is lower than the pulsar's DM of 117.6 pc cm$^{-3}$. Finally, we place both pulsar discoveries in the context of other FAST pulsars discovered in the CRAFTS survey and of the currently known pulsar population, in general, and discuss ways in which future FAST discoveries of faint, distant pulsars might facilitate the development of improved versions of the aforementioned electron density models in certain regions of our Galaxy.
△ Less
Submitted 26 October, 2025;
originally announced October 2025.
-
On the Arikan Transformations of Binary-Input Discrete Memoryless Channels
Authors:
Yadong Jiao,
Xiaoyan Cheng,
Yuansheng Tang,
Ming Xu
Abstract:
The polar codes introduced by Arikan in 2009 achieve the capacity of binary-input discrete memoryless channels (BIDMCs) with low complexity encoding and decoding. Identifying the unreliable synthetic channels, generated by Arikan transformation during the construction of these polar codes, is crucial. Currently, because of the large size of the output alphabets of synthetic channels, there is no e…
▽ More
The polar codes introduced by Arikan in 2009 achieve the capacity of binary-input discrete memoryless channels (BIDMCs) with low complexity encoding and decoding. Identifying the unreliable synthetic channels, generated by Arikan transformation during the construction of these polar codes, is crucial. Currently, because of the large size of the output alphabets of synthetic channels, there is no efficient and practical approach to evaluate their reliability in general. To tackle this problem, by converting the generation of synthetic channels in polar code construction into algebraic operations, in this paper we develop a method to characterize the synthetic channels as random switching channels of binary symmetric channels when the underlying channels are symmetric. Moreover, a lower bound for the average number of elements that possess the same likelihood ratio within the output alphabet of any synthetic channel generated in polar codes is also derived.
△ Less
Submitted 26 October, 2025;
originally announced October 2025.
-
Distributed Multi-Agent Bandits Over Erdős-Rényi Random Networks
Authors:
Jingyuan Liu,
Hao Qiu,
Lin Yang,
Mengfan Xu
Abstract:
We study the distributed multi-agent multi-armed bandit problem with heterogeneous rewards over random communication graphs. Uniquely, at each time step $t$ agents communicate over a time-varying random graph $G_t$ generated by applying the Erdős-Rényi model to a fixed connected base graph $G$ (for classical Erdős-Rényi graphs, $G$ is a complete graph), where each potential edge in $G$ is randomly…
▽ More
We study the distributed multi-agent multi-armed bandit problem with heterogeneous rewards over random communication graphs. Uniquely, at each time step $t$ agents communicate over a time-varying random graph $G_t$ generated by applying the Erdős-Rényi model to a fixed connected base graph $G$ (for classical Erdős-Rényi graphs, $G$ is a complete graph), where each potential edge in $G$ is randomly and independently present with the link probability $p$. Notably, the resulting random graph is not necessarily connected at each time step. Each agent's arm rewards follow time-invariant distributions, and the reward distribution for the same arm may differ across agents. The goal is to minimize the cumulative expected regret relative to the global mean reward of each arm, defined as the average of that arm's mean rewards across all agents. To this end, we propose a fully distributed algorithm that integrates the arm elimination strategy with the random gossip algorithm. We theoretically show that the regret upper bound is of order $\log T$ and is highly interpretable, where $T$ is the time horizon. It includes the optimal centralized regret $O\left(\sum_{k: Δ_k>0} \frac{\log T}{Δ_k}\right)$ and an additional term $O\left(\frac{N^2 \log T}{p λ_{N-1}(Lap(G))} + \frac{KN^2 \log T}{p}\right)$ where $N$ and $K$ denote the total number of agents and arms, respectively. This term reflects the impact of $G$'s algebraic connectivity $λ_{N-1}(Lap(G))$ and the link probability $p$, and thus highlights a fundamental trade-off between communication efficiency and regret. As a by-product, we show a nearly optimal regret lower bound. Finally, our numerical experiments not only show the superiority of our algorithm over existing benchmarks, but also validate the theoretical regret scaling with problem complexity.
△ Less
Submitted 26 October, 2025;
originally announced October 2025.
-
Self-Calibrated Consistency can Fight Back for Adversarial Robustness in Vision-Language Models
Authors:
Jiaxiang Liu,
Jiawei Du,
Xiao Liu,
Prayag Tiwari,
Mingkun Xu
Abstract:
Pre-trained vision-language models (VLMs) such as CLIP have demonstrated strong zero-shot capabilities across diverse domains, yet remain highly vulnerable to adversarial perturbations that disrupt image-text alignment and compromise reliability. Existing defenses typically rely on adversarial fine-tuning with labeled data, limiting their applicability in zero-shot settings. In this work, we ident…
▽ More
Pre-trained vision-language models (VLMs) such as CLIP have demonstrated strong zero-shot capabilities across diverse domains, yet remain highly vulnerable to adversarial perturbations that disrupt image-text alignment and compromise reliability. Existing defenses typically rely on adversarial fine-tuning with labeled data, limiting their applicability in zero-shot settings. In this work, we identify two key weaknesses of current CLIP adversarial attacks -- lack of semantic guidance and vulnerability to view variations -- collectively termed semantic and viewpoint fragility. To address these challenges, we propose Self-Calibrated Consistency (SCC), an effective test-time defense. SCC consists of two complementary modules: Semantic consistency, which leverages soft pseudo-labels from counterattack warm-up and multi-view predictions to regularize cross-modal alignment and separate the target embedding from confusable negatives; and Spatial consistency, aligning perturbed visual predictions via augmented views to stabilize inference under adversarial perturbations. Together, these modules form a plug-and-play inference strategy. Extensive experiments on 22 benchmarks under diverse attack settings show that SCC consistently improves the zero-shot robustness of CLIP while maintaining accuracy, and can be seamlessly integrated with other VLMs for further gains. These findings highlight the great potential of establishing an adversarially robust paradigm from CLIP, with implications extending to broader vision-language domains such as BioMedCLIP.
△ Less
Submitted 26 October, 2025;
originally announced October 2025.
-
PortGPT: Towards Automated Backporting Using Large Language Models
Authors:
Zhaoyang Li,
Zheng Yu,
Jingyi Song,
Meng Xu,
Yuxuan Luo,
Dongliang Mu
Abstract:
Patch backporting, the process of migrating mainline security patches to older branches, is an essential task in maintaining popular open-source projects (e.g., Linux kernel). However, manual backporting can be labor-intensive, while existing automated methods, which heavily rely on predefined syntax or semantic rules, often lack agility for complex patches.
In this paper, we introduce PORTGPT,…
▽ More
Patch backporting, the process of migrating mainline security patches to older branches, is an essential task in maintaining popular open-source projects (e.g., Linux kernel). However, manual backporting can be labor-intensive, while existing automated methods, which heavily rely on predefined syntax or semantic rules, often lack agility for complex patches.
In this paper, we introduce PORTGPT, an LLM-agent for end-to-end automation of patch backporting in real-world scenarios. PORTGPT enhances an LLM with tools to access code on-demand, summarize Git history, and revise patches autonomously based on feedback (e.g., from compilers), hence, simulating human-like reasoning and verification. PORTGPT achieved an 89.15% success rate on existing datasets (1815 cases), and 62.33% on our own dataset of 146 complex cases, both outperforms state-of-the-art of backporting tools. We contributed 9 backported patches from PORTGPT to the Linux kernel community and all patches are now merged.
△ Less
Submitted 25 October, 2025;
originally announced October 2025.
-
Every Activation Boosted: Scaling General Reasoner to 1 Trillion Open Language Foundation
Authors:
Ling-Team,
Ang Li,
Ben Liu,
Binbin Hu,
Bing Li,
Bingwei Zeng,
Borui Ye,
Caizhi Tang,
Changxin Tian,
Chao Huang,
Chao Zhang,
Chen Qian,
Chenchen Ju,
Chenchen Li,
Chengfu Tang,
Chili Fu,
Chunshao Ren,
Chunwei Wu,
Cong Zhang,
Cunyin Peng,
Dafeng Xu,
Daixin Wang,
Dalong Zhang,
Dingnan Jin,
Dingyuan Zhu
, et al. (117 additional authors not shown)
Abstract:
We introduce Ling 2.0, a series reasoning-oriented language foundation built upon the principle that every activation boosts reasoning capability. Designed to scale from tens of billions to one trillion parameters under a unified Mixture-of-Experts (MoE) paradigm, Ling 2.0 emphasizes high sparsity, cross-scale consistency, and efficiency guided by empirical scaling laws. The series includes three…
▽ More
We introduce Ling 2.0, a series reasoning-oriented language foundation built upon the principle that every activation boosts reasoning capability. Designed to scale from tens of billions to one trillion parameters under a unified Mixture-of-Experts (MoE) paradigm, Ling 2.0 emphasizes high sparsity, cross-scale consistency, and efficiency guided by empirical scaling laws. The series includes three non-thinking (instruct) models - Ling-mini-2.0, Ling-flash-2.0, and Ling-1T - ranging from 16B to 1T total parameters and achieving up to 7-fold active-compute efficiency compared with dense counterparts. Ling 2.0 integrates coordinated innovations across model architecture, pre-training, post-training, and infrastructure: a high-sparsity MoE with MTP for efficient reasoning, reasoning-oriented data and mid-training CoT activation, reinforcement-based fine-tuning (DFT, Evo-CoT), and full-scale FP8 training with fine-grained heterogeneous pipelines. At the trillion scale, Ling-1T establishes a new Pareto frontier of reasoning accuracy versus computational efficiency, demonstrating that sparse activation, when properly aligned with reasoning objectives, enables scalable and efficient intelligence. Collectively, Ling 2.0 provides a coherent, open, and efficient foundation for advancing future reasoning and thinking models, including the Ring series built upon the same base.
△ Less
Submitted 24 October, 2025;
originally announced October 2025.
-
Modest-Align: Data-Efficient Alignment for Vision-Language Models
Authors:
Jiaxiang Liu,
Yuan Wang,
Jiawei Du,
Joey Tianyi Zhou,
Mingkun Xu,
Zuozhu Liu
Abstract:
Cross-modal alignment aims to map heterogeneous modalities into a shared latent space, as exemplified by models like CLIP, which benefit from large-scale image-text pretraining for strong recognition capabilities. However, when operating in resource-constrained settings with limited or low-quality data, these models often suffer from overconfidence and degraded performance due to the prevalence of…
▽ More
Cross-modal alignment aims to map heterogeneous modalities into a shared latent space, as exemplified by models like CLIP, which benefit from large-scale image-text pretraining for strong recognition capabilities. However, when operating in resource-constrained settings with limited or low-quality data, these models often suffer from overconfidence and degraded performance due to the prevalence of ambiguous or weakly correlated image-text pairs. Current contrastive learning approaches, which rely on single positive pairs, further exacerbate this issue by reinforcing overconfidence on uncertain samples. To address these challenges, we propose Modest-Align, a lightweight alignment framework designed for robustness and efficiency. Our approach leverages two complementary strategies -- Random Perturbation, which introduces controlled noise to simulate uncertainty, and Embedding Smoothing, which calibrates similarity distributions in the embedding space. These mechanisms collectively reduce overconfidence and improve performance on noisy or weakly aligned samples. Extensive experiments across multiple benchmark datasets demonstrate that Modest-Align outperforms state-of-the-art methods in retrieval tasks, achieving competitive results with over 100x less training data and 600x less GPU time than CLIP. Our method offers a practical and scalable solution for cross-modal alignment in real-world, low-resource scenarios.
△ Less
Submitted 24 October, 2025;
originally announced October 2025.
-
GranViT: A Fine-Grained Vision Model With Autoregressive Perception For MLLMs
Authors:
Guanghao Zheng,
Bowen Shi,
Mingxing Xu,
Ruoyu Sun,
Peisen Zhao,
Zhibo Zhang,
Wenrui Dai,
Junni Zou,
Hongkai Xiong,
Xiaopeng Zhang,
Qi Tian
Abstract:
Vision encoders are indispensable for allowing impressive performance of Multi-modal Large Language Models (MLLMs) in vision language tasks such as visual question answering and reasoning. However, existing vision encoders focus on global image representations but overlook fine-grained regional analysis. They are limited in fine grained perception due to the scarcity of fine grained annotated data…
▽ More
Vision encoders are indispensable for allowing impressive performance of Multi-modal Large Language Models (MLLMs) in vision language tasks such as visual question answering and reasoning. However, existing vision encoders focus on global image representations but overlook fine-grained regional analysis. They are limited in fine grained perception due to the scarcity of fine grained annotated data and the lack of a fine grained pre-training paradigm. In this paper, we propose GranViT, a novel Vision Transformer that integrates fine-grained feature extraction with semantic alignment to Large Language Models (LLMs) via region level autoregressive training. We first construct Gran-29M, a dataset comprising 2million natural and OCR images paired with over 180 million high-quality region-level annotations, to enable large scale fine grained pretraining. Consequently, we develop a pretraining-adaptation framework along with a self distillation mechanism to train fine-grained GranViT on Gran-29M. We sufficiently exploit the fine-grained annotations from Gran-29M to resort to bounding-box-to-caption regression to enhance localized visual representation of the vision encoder in the pretraining and caption-to-bounding-box regression to improve vision feature utilization and localization for LLM in the adaptation. We further incorporate a self distillation mechanism that imposes explicit localization constraints on the vision encoder to strengthen its regional reasoning capability. Extensive experiments show that GranViT surpasses existing vision encoders and attains strong transferability to varying LLMs. Remarkably, it achieves state-of-the-art results on fine-grained recognition, multimodal VQA, and OCR understanding.
△ Less
Submitted 23 October, 2025;
originally announced October 2025.
-
Teaching Language Models to Reason with Tools
Authors:
Chengpeng Li,
Zhengyang Tang,
Ziniu Li,
Mingfeng Xue,
Keqin Bao,
Tian Ding,
Ruoyu Sun,
Benyou Wang,
Xiang Wang,
Junyang Lin,
Dayiheng Liu
Abstract:
Large reasoning models (LRMs) like OpenAI-o1 have shown impressive capabilities in natural language reasoning. However, these models frequently demonstrate inefficiencies or inaccuracies when tackling complex mathematical operations. While integrating computational tools such as Code Interpreters (CIs) offers a promising solution, it introduces a critical challenge: a conflict between the model's…
▽ More
Large reasoning models (LRMs) like OpenAI-o1 have shown impressive capabilities in natural language reasoning. However, these models frequently demonstrate inefficiencies or inaccuracies when tackling complex mathematical operations. While integrating computational tools such as Code Interpreters (CIs) offers a promising solution, it introduces a critical challenge: a conflict between the model's internal, probabilistic reasoning and the external, deterministic knowledge provided by the CI, which often leads models to unproductive deliberation. To overcome this, we introduce CoRT (Code-Optimized Reasoning Training), a post-training framework designed to teach LRMs to effectively utilize CIs. We propose \emph{Hint-Engineering}, a new data synthesis strategy that strategically injects diverse hints at optimal points within reasoning paths. This approach generates high-quality, code-integrated reasoning data specifically tailored to optimize LRM-CI interaction. Using this method, we have synthesized 30 high-quality samples to post-train models ranging from 1.5B to 32B parameters through supervised fine-tuning. CoRT further refines the multi-round interleaving of external CI usage and internal thinking by employing rejection sampling and reinforcement learning. Our experimental evaluations demonstrate CoRT's effectiveness, yielding absolute improvements of 4\% and 8\% on DeepSeek-R1-Distill-Qwen-32B and DeepSeek-R1-Distill-Qwen-1.5B, respectively, across five challenging mathematical reasoning datasets. Moreover, CoRT significantly enhances efficiency, reducing token usage by approximately 30\% for the 32B model and 50\% for the 1.5B model compared to pure natural language reasoning baselines. The models and code are available at: https://github.com/ChengpengLi1003/CoRT.
△ Less
Submitted 23 October, 2025;
originally announced October 2025.
-
Eigen-microstate Signatures of Criticality in Relativistic Heavy-Ion Collisions
Authors:
Ranran Guo,
Jin Wu,
Mingmei Xu,
Xiaosong Chen,
Zhiming Li,
Zhengning Yin,
Yuanfang Wu
Abstract:
We introduce a novel eigen-microstate approach to expose critical patterns in relativistic heavy-ion collisions. We explicitly construct the original microstate, defined as the final-state particle fluctuations of a single event. By examining ensembles of such microstates with controlled critical signals, we demonstrate that the approach is highly effective in detecting and quantifying critical pa…
▽ More
We introduce a novel eigen-microstate approach to expose critical patterns in relativistic heavy-ion collisions. We explicitly construct the original microstate, defined as the final-state particle fluctuations of a single event. By examining ensembles of such microstates with controlled critical signals, we demonstrate that the approach is highly effective in detecting and quantifying critical patterns, with the largest eigenvalue serving as a robust order parameter. This framework is directly applicable to RHIC Beam Energy Scan data, offering a powerful new direction in the search for the QCD critical point.
△ Less
Submitted 23 October, 2025;
originally announced October 2025.
-
Precision Measurement of $D_{s}^{*+} - D_{s}^{+}$ Mass Difference with $D_{s}^{*+} \to D_{s}^{+}(\to K^{+} K^{-} π^{+})π^{0}$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
X. C. Ai,
R. Aliberti,
A. Amoroso,
Q. An,
Y. Bai,
O. Bakina,
Y. Ban,
H. -R. Bao,
V. Batozskaya,
K. Begzsuren,
N. Berger,
M. Berlowski,
M. B. Bertani,
D. Bettoni,
F. Bianchi,
E. Bianco,
A. Bortone,
I. Boyko,
R. A. Briere,
A. Brueggemann,
H. Cai
, et al. (681 additional authors not shown)
Abstract:
We measure the mass difference between $D_{s}^{*+}$ and $D_{s}^{+}$, $Δm_s$, using the decay chain $D_{s}^{*+} \to D_{s}^{+}(\to K^{+} K^{-} π^{+})π^{0}$, utilizing $e^+e^-$ annihilation data corresponding to an integrated luminosity of 3.19 fb$^{-1}$ collected at a center-of-mass energy of 4.178 GeV with the BESIII detector. The measured value of…
▽ More
We measure the mass difference between $D_{s}^{*+}$ and $D_{s}^{+}$, $Δm_s$, using the decay chain $D_{s}^{*+} \to D_{s}^{+}(\to K^{+} K^{-} π^{+})π^{0}$, utilizing $e^+e^-$ annihilation data corresponding to an integrated luminosity of 3.19 fb$^{-1}$ collected at a center-of-mass energy of 4.178 GeV with the BESIII detector. The measured value of $Δm_s = [144\,201.9 \pm 44.2({\rm stat.}) \pm 29.9({\rm syst.}) \pm 15.0({\rm PDG})]$ keV/$c^2$ is about seven times more precise than the current Particle Data Group average, where the last uncertainty is from the Particle Data Group average of the $D^{*+} - D^{+}$ mass difference.
△ Less
Submitted 23 October, 2025;
originally announced October 2025.
-
Intrinsic Non-linearity of Josephson Junctions as an Alternative Origin of the Missing First Shapiro Step
Authors:
Lei Xu,
Shuhang Mai,
Manzhang Xu,
Xue Yang,
Lihong Hu,
Xinyi Zheng,
Sicheng Zhou,
Siyuan Zhou,
Bingbing Tong,
Xiaohui Song,
Jie Shen,
Zhaozheng Lyu,
Ziwei Dou,
Xiunian Jing,
Fanming Qu,
Peiling Li,
Guangtong Liu,
Li Lu
Abstract:
The missing first Shapiro step in microwave-irradiated Josephson junctions has been widely interpreted as a hallmark of Majorana bound states. However, conventional mechanisms like junction underdamping or Joule heating can produce similar signatures. Here, we demonstrate that the intrinsic non-linear current-voltage characteristic of low-to-moderate transparency junctions can also suppress the fi…
▽ More
The missing first Shapiro step in microwave-irradiated Josephson junctions has been widely interpreted as a hallmark of Majorana bound states. However, conventional mechanisms like junction underdamping or Joule heating can produce similar signatures. Here, we demonstrate that the intrinsic non-linear current-voltage characteristic of low-to-moderate transparency junctions can also suppress the first step, accompanied by distinctive zigzag boundaries between the zeroth and first step at intermediate driving frequencies. Microwave measurements on Al/WTe2 junctions and numerical simulations of a non-linear resistively and capacitively shunted junction model reveal the first step collapse induced by switching jumps of current, together with zigzag features absent in scenarios solely driven by finite \b{eta} or Joule heating. This zigzag signature therefore provides a crucial diagnostic tool, emphasizing the necessity of comprehensive analysis of microwave spectra before attributing the absence of the first Shapiro step to Majorana physics.
△ Less
Submitted 22 October, 2025;
originally announced October 2025.
-
Evidence of Transverse Polarization of $Ξ^0$ Hyperon in $ψ(3686)\rightarrowΞ^0\barΞ^0$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
X. C. Ai,
R. Aliberti,
A. Amoroso,
Q. An,
Y. Bai,
O. Bakina,
Y. Ban,
H. -R. Bao,
V. Batozskaya,
K. Begzsuren,
N. Berger,
M. Berlowski,
M. B. Bertani,
D. Bettoni,
F. Bianchi,
E. Bianco,
A. Bortone,
I. Boyko,
R. A. Briere,
A. Brueggemann,
H. Cai
, et al. (681 additional authors not shown)
Abstract:
Using $(2.712\pm0.014)\times10^{9}$ $ψ(3686)$ events collected with the BESIII detector at the BEPCII collider, we report an evidence of $Ξ^{0}$ transverse polarization with a significance of 4.4$σ$, and a precise measurement of the branching fraction of $ψ(3686)\toΞ^{0}\barΞ^{0}$. The weak decay parameters ($φ_{Ξ^0/\barΞ^{0}}$, $α_{Ξ^0/\barΞ^{0}}$) and the angular distribution ($α_ψ$) are also me…
▽ More
Using $(2.712\pm0.014)\times10^{9}$ $ψ(3686)$ events collected with the BESIII detector at the BEPCII collider, we report an evidence of $Ξ^{0}$ transverse polarization with a significance of 4.4$σ$, and a precise measurement of the branching fraction of $ψ(3686)\toΞ^{0}\barΞ^{0}$. The weak decay parameters ($φ_{Ξ^0/\barΞ^{0}}$, $α_{Ξ^0/\barΞ^{0}}$) and the angular distribution ($α_ψ$) are also measured with higher precision compared to the previous measurements. Furthermore, two the $C\!P$ observables are also determined to be $A^{Ξ^0}_{C\!P} = -0.014 \pm 0.030 \pm 0.010$ and $Δφ^{Ξ^0}_{C\!P} = 0.000 \pm 0.028 \pm 0.003$ rad, which are still consistent with $C\!P$ conservation at 1$σ$ level under the current statistics.
△ Less
Submitted 22 October, 2025;
originally announced October 2025.
-
Monitoring LLM-based Multi-Agent Systems Against Corruptions via Node Evaluation
Authors:
Chengcan Wu,
Zhixin Zhang,
Mingqian Xu,
Zeming Wei,
Meng Sun
Abstract:
Large Language Model (LLM)-based Multi-Agent Systems (MAS) have become a popular paradigm of AI applications. However, trustworthiness issues in MAS remain a critical concern. Unlike challenges in single-agent systems, MAS involve more complex communication processes, making them susceptible to corruption attacks. To mitigate this issue, several defense mechanisms have been developed based on the…
▽ More
Large Language Model (LLM)-based Multi-Agent Systems (MAS) have become a popular paradigm of AI applications. However, trustworthiness issues in MAS remain a critical concern. Unlike challenges in single-agent systems, MAS involve more complex communication processes, making them susceptible to corruption attacks. To mitigate this issue, several defense mechanisms have been developed based on the graph representation of MAS, where agents represent nodes and communications form edges. Nevertheless, these methods predominantly focus on static graph defense, attempting to either detect attacks in a fixed graph structure or optimize a static topology with certain defensive capabilities. To address this limitation, we propose a dynamic defense paradigm for MAS graph structures, which continuously monitors communication within the MAS graph, then dynamically adjusts the graph topology, accurately disrupts malicious communications, and effectively defends against evolving and diverse dynamic attacks. Experimental results in increasingly complex and dynamic MAS environments demonstrate that our method significantly outperforms existing MAS defense mechanisms, contributing an effective guardrail for their trustworthy applications. Our code is available at https://github.com/ChengcanWu/Monitoring-LLM-Based-Multi-Agent-Systems.
△ Less
Submitted 22 October, 2025;
originally announced October 2025.
-
Heterogeneous Adversarial Play in Interactive Environments
Authors:
Manjie Xu,
Xinyi Yang,
Jiayu Zhan,
Wei Liang,
Chi Zhang,
Yixin Zhu
Abstract:
Self-play constitutes a fundamental paradigm for autonomous skill acquisition, whereby agents iteratively enhance their capabilities through self-directed environmental exploration. Conventional self-play frameworks exploit agent symmetry within zero-sum competitive settings, yet this approach proves inadequate for open-ended learning scenarios characterized by inherent asymmetry. Human pedagogica…
▽ More
Self-play constitutes a fundamental paradigm for autonomous skill acquisition, whereby agents iteratively enhance their capabilities through self-directed environmental exploration. Conventional self-play frameworks exploit agent symmetry within zero-sum competitive settings, yet this approach proves inadequate for open-ended learning scenarios characterized by inherent asymmetry. Human pedagogical systems exemplify asymmetric instructional frameworks wherein educators systematically construct challenges calibrated to individual learners' developmental trajectories. The principal challenge resides in operationalizing these asymmetric, adaptive pedagogical mechanisms within artificial systems capable of autonomously synthesizing appropriate curricula without predetermined task hierarchies. Here we present Heterogeneous Adversarial Play (HAP), an adversarial Automatic Curriculum Learning framework that formalizes teacher-student interactions as a minimax optimization wherein task-generating instructor and problem-solving learner co-evolve through adversarial dynamics. In contrast to prevailing ACL methodologies that employ static curricula or unidirectional task selection mechanisms, HAP establishes a bidirectional feedback system wherein instructors continuously recalibrate task complexity in response to real-time learner performance metrics. Experimental validation across multi-task learning domains demonstrates that our framework achieves performance parity with SOTA baselines while generating curricula that enhance learning efficacy in both artificial agents and human subjects.
△ Less
Submitted 21 October, 2025;
originally announced October 2025.
-
MoMaGen: Generating Demonstrations under Soft and Hard Constraints for Multi-Step Bimanual Mobile Manipulation
Authors:
Chengshu Li,
Mengdi Xu,
Arpit Bahety,
Hang Yin,
Yunfan Jiang,
Huang Huang,
Josiah Wong,
Sujay Garlanka,
Cem Gokmen,
Ruohan Zhang,
Weiyu Liu,
Jiajun Wu,
Roberto Martín-Martín,
Li Fei-Fei
Abstract:
Imitation learning from large-scale, diverse human demonstrations has proven effective for training robots, but collecting such data is costly and time-consuming. This challenge is amplified for multi-step bimanual mobile manipulation, where humans must teleoperate both a mobile base and two high-degree-of-freedom arms. Prior automated data generation frameworks have addressed static bimanual mani…
▽ More
Imitation learning from large-scale, diverse human demonstrations has proven effective for training robots, but collecting such data is costly and time-consuming. This challenge is amplified for multi-step bimanual mobile manipulation, where humans must teleoperate both a mobile base and two high-degree-of-freedom arms. Prior automated data generation frameworks have addressed static bimanual manipulation by augmenting a few human demonstrations in simulation, but they fall short for mobile settings due to two key challenges: (1) determining base placement to ensure reachability, and (2) positioning the camera to provide sufficient visibility for visuomotor policies. To address these issues, we introduce MoMaGen, which formulates data generation as a constrained optimization problem that enforces hard constraints (e.g., reachability) while balancing soft constraints (e.g., visibility during navigation). This formulation generalizes prior approaches and provides a principled foundation for future methods. We evaluate MoMaGen on four multi-step bimanual mobile manipulation tasks and show that it generates significantly more diverse datasets than existing methods. Leveraging this diversity, MoMaGen can train successful imitation learning policies from a single source demonstration, and these policies can be fine-tuned with as few as 40 real-world demonstrations to achieve deployment on physical robotic hardware. More details are available at our project page: momagen.github.io.
△ Less
Submitted 21 October, 2025;
originally announced October 2025.
-
Measurements of absolute branching fractions of $D^{0(+)}\to KKKπ$ decays
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
X. C. Ai,
R. Aliberti,
A. Amoroso,
Q. An,
Y. Bai,
O. Bakina,
Y. Ban,
H. -R. Bao,
V. Batozskaya,
K. Begzsuren,
N. Berger,
M. Berlowski,
M. Bertani,
D. Bettoni,
F. Bianchi,
E. Bianco,
A. Bortone,
I. Boyko,
R. A. Briere,
A. Brueggemann,
H. Cai
, et al. (700 additional authors not shown)
Abstract:
Using an $e^+e^-$ sample of $20.3\,\rm fb^{-1}$ collected at the center-of-mass energy $\sqrt{s}=$ 3.773 GeV with the BESIII detector, we report measurements of several four-body hadronic decays of the $D$ mesons. The absolute branching fractions are determined to be ${\mathcal B}(D^0\to K^0_S K^+K^-π^0 )=( 18.4^{+2.6}_{-2.5}\pm 2.4)\times 10^{-5}$,…
▽ More
Using an $e^+e^-$ sample of $20.3\,\rm fb^{-1}$ collected at the center-of-mass energy $\sqrt{s}=$ 3.773 GeV with the BESIII detector, we report measurements of several four-body hadronic decays of the $D$ mesons. The absolute branching fractions are determined to be ${\mathcal B}(D^0\to K^0_S K^+K^-π^0 )=( 18.4^{+2.6}_{-2.5}\pm 2.4)\times 10^{-5}$, ${\mathcal B}(D^0\to K^0_S K^0_S K^-π^+ )=( 12.9^{+1.7}_{-1.6}\pm 2.5)\times 10^{-5}$, ${\mathcal B}(D^0\to K^0_S K^0_S K^+π^-)=(5.7^{+1.2}_{-1.1}\pm 1.3)\times 10^{-5}$, ${\mathcal B}(D^0\to K^+K^-K^-π^+ )=(17.4^{+1.8}_{-1.7}\pm { 2.2})\times 10^{-5}$, and ${\mathcal B}(D^+\to K^0_S K^+K^-π^+)=(13.8^{+2.4}_{-2.2}\pm 2.5)\times 10^{-5}$. Furthermore, significant $φ$ signals are found in the decay channels involving $K^+K^-$ pair, and the corresponding branching fractions are measured as ${\mathcal B}(D^0\to φK^0_Sπ^0 )=( 22.7^{+5.4}_{-5.1}\pm 3.7)\times 10^{-5}$, ${\mathcal B}(D^0\to φK^-π^+ )=(25.2^{+3.5}_{-3.3}\pm 4.6)\times 10^{-5}$, ${\mathcal B}(D^+\to φK^0_Sπ^+)=(16.5 ^{+6.0}_{-5.3}\pm 2.6 )\times 10^{-5}$. The branching fractions of
$D^0\to K^0_S K^+K^-π^0$, $D^0\to φK^0_Sπ^0$, and $D^+\to φK^0_S π^+$ are measured for the first time, and those of $D^0\to K^0_S K^0_SK^-π^+$, $D^0\to K^0_S K^0_SK^+π^-$, $D^0\to K^+K^-K^-π^+$, $D^0\to φK^-π^+$, and $D^+\to K^0_S K^+K^-π^+$ are measured with improved precision. The first uncertainties are statistical and the second are systematic.
△ Less
Submitted 23 October, 2025; v1 submitted 21 October, 2025;
originally announced October 2025.
-
Automatic Classification of Circulating Blood Cell Clusters based on Multi-channel Flow Cytometry Imaging
Authors:
Suqiang Ma,
Subhadeep Sengupta,
Yao Lee,
Beikang Gu,
Xianyan Chen,
Xianqiao Wang,
Yang Liu,
Mengjia Xu,
Galit H. Frydman,
He Li
Abstract:
Circulating blood cell clusters (CCCs) containing red blood cells (RBCs), white blood cells(WBCs), and platelets are significant biomarkers linked to conditions like thrombosis, infection, and inflammation. Flow cytometry, paired with fluorescence staining, is commonly used to analyze these cell clusters, revealing cell morphology and protein profiles. While computational approaches based on machi…
▽ More
Circulating blood cell clusters (CCCs) containing red blood cells (RBCs), white blood cells(WBCs), and platelets are significant biomarkers linked to conditions like thrombosis, infection, and inflammation. Flow cytometry, paired with fluorescence staining, is commonly used to analyze these cell clusters, revealing cell morphology and protein profiles. While computational approaches based on machine learning have advanced the automatic analysis of single-cell flow cytometry images, there is a lack of effort to build tools to automatically analyze images containing CCCs. Unlike single cells, cell clusters often exhibit irregular shapes and sizes. In addition, these cell clusters often consist of heterogeneous cell types, which require multi-channel staining to identify the specific cell types within the clusters. This study introduces a new computational framework for analyzing CCC images and identifying cell types within clusters. Our framework uses a two-step analysis strategy. First, it categorizes images into cell cluster and non-cluster groups by fine-tuning the You Only Look Once(YOLOv11) model, which outperforms traditional convolutional neural networks (CNNs), Vision Transformers (ViT). Then, it identifies cell types by overlaying cluster contours with regions from multi-channel fluorescence stains, enhancing accuracy despite cell debris and staining artifacts. This approach achieved over 95% accuracy in both cluster classification and phenotype identification. In summary, our automated framework effectively analyzes CCC images from flow cytometry, leveraging both bright-field and fluorescence data. Initially tested on blood cells, it holds potential for broader applications, such as analyzing immune and tumor cell clusters, supporting cellular research across various diseases.
△ Less
Submitted 20 October, 2025;
originally announced October 2025.
-
A Surrogate Value Function Formulation for Bilevel Optimization
Authors:
Mengwei Xu,
Yu-Hong Dai,
Xin-Wei Liu,
Meiqi Ma
Abstract:
The value function formulation captures the hierarchical nature of bilevel optimization through the optimal value function of the lower level problem, yet its implicit and nonsmooth characteristics pose significant analytical and computational difficulties. We introduce a surrogate value function formulation that replaces the intractable value function with an explicit surrogate derived from lower…
▽ More
The value function formulation captures the hierarchical nature of bilevel optimization through the optimal value function of the lower level problem, yet its implicit and nonsmooth characteristics pose significant analytical and computational difficulties. We introduce a surrogate value function formulation that replaces the intractable value function with an explicit surrogate derived from lower level stationarity conditions. This surrogate formulation preserves the essential idea of the classical value function model but fundamentally departs from Karush Kuhn Tucker (KKT) formulations, which embed lower level stationary points into the upper level feasible region and obscure the hierarchical dependence. Instead, it enforces the hierarchy through a dominance constraint that remains valid even when lower level constraint qualifications fail at the solution. We establish equivalence with the original bilevel problem, reveal the failure of standard constraint qualifications, and show that its strong stationarity implies that of KKT models. To handle the complementarity constraints in the surrogate formulation, we apply a smoothing barrier augmented Lagrangian method and prove its convergence to solutions and Clarke stationary points. Extensive experiments demonstrate the robustness and high numerical precision of this formulation, especially in nonconvex settings, including the classical Mirrlees problem where KKT models fail.
△ Less
Submitted 19 October, 2025;
originally announced October 2025.
-
Search for a hypothetical gauge boson and dark photons in charmonium transitions
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
X. C. Ai,
R. Aliberti,
A. Amoroso,
Q. An,
Y. Bai,
O. Bakina,
Y. Ban,
H. -R. Bao,
V. Batozskaya,
K. Begzsuren,
N. Berger,
M. Berlowski,
M. B. Bertani,
D. Bettoni,
F. Bianchi,
E. Bianco,
A. Bortone,
I. Boyko,
R. A. Briere,
A. Brueggemann,
H. Cai
, et al. (677 additional authors not shown)
Abstract:
We report a direct search for a new gauge boson, $X$, with a mass of $17~\text{MeV}/c^2$, which could explain the anomalous excess of $e^+e^-$ pairs observed in the $^8\text{Be}$ nuclear transitions. The search is conducted in the charmonium decay $χ_{cJ}\to X J/ψ~(J=0,1,2)$ via the radiative transition $ψ(3686)\toγχ_{cJ}$ using $\left(2712.4\pm 14.3 \right)\times 10^6$ $ψ(3686)$ events collected…
▽ More
We report a direct search for a new gauge boson, $X$, with a mass of $17~\text{MeV}/c^2$, which could explain the anomalous excess of $e^+e^-$ pairs observed in the $^8\text{Be}$ nuclear transitions. The search is conducted in the charmonium decay $χ_{cJ}\to X J/ψ~(J=0,1,2)$ via the radiative transition $ψ(3686)\toγχ_{cJ}$ using $\left(2712.4\pm 14.3 \right)\times 10^6$ $ψ(3686)$ events collected with the BESIII detector at the BEPCII collider. No significant signal is observed, and the new upper limit on the coupling strength of charm quark and the new gauge boson, $ε_c$, at $17~\text{MeV}/c^2$ is set to be $|ε_c|<1.2\times 10^{-2}$ at $90\%$ confidence level. We also report new constraints on the mixing strength $ε$ between the Standard Model photon and dark photon $γ^\prime$ in the mass range from $5~\text{MeV}/c^2$ to $300~\text{MeV}/c^2$. The upper limits at $90\%$ confidence level vary within $(2.5-17.5)\times 10^{-3}$ depending on the $γ^\prime $ mass.
△ Less
Submitted 18 October, 2025;
originally announced October 2025.
-
ScholarEval: Research Idea Evaluation Grounded in Literature
Authors:
Hanane Nour Moussa,
Patrick Queiroz Da Silva,
Daniel Adu-Ampratwum,
Alyson East,
Zitong Lu,
Nikki Puccetti,
Mingyi Xue,
Huan Sun,
Bodhisattwa Prasad Majumder,
Sachin Kumar
Abstract:
As AI tools become increasingly common for research ideation, robust evaluation is critical to ensure the validity and usefulness of generated ideas. We introduce ScholarEval, a retrieval augmented evaluation framework that assesses research ideas based on two fundamental criteria: soundness - the empirical validity of proposed methods based on existing literature, and contribution - the degree of…
▽ More
As AI tools become increasingly common for research ideation, robust evaluation is critical to ensure the validity and usefulness of generated ideas. We introduce ScholarEval, a retrieval augmented evaluation framework that assesses research ideas based on two fundamental criteria: soundness - the empirical validity of proposed methods based on existing literature, and contribution - the degree of advancement made by the idea across different dimensions relative to prior research. To evaluate ScholarEval, we introduce ScholarIdeas, the first expert-annotated dataset of multi-domain research ideas and reviews, comprised of 117 ideas across four disciplines: artificial intelligence, neuroscience, biochemistry, and ecology. Our evaluation shows that ScholarEval achieves significantly higher coverage of points mentioned in the human expert annotated rubrics in ScholarIdeas compared to all baselines. Furthermore, ScholarEval is consistently preferred over our strongest baseline o4-mini-deep-research, a reasoning and search-enabled agentic system by OpenAI, in terms of evaluation actionability, depth, and evidence support. Our large-scale user study also shows that ScholarEval significantly outperforms deep research in literature engagement, idea refinement, and usefulness. We openly release our code, dataset, and ScholarEval tool for the community to use and build on.
△ Less
Submitted 17 October, 2025;
originally announced October 2025.
-
DuetMatch: Harmonizing Semi-Supervised Brain MRI Segmentation via Decoupled Branch Optimization
Authors:
Thanh-Huy Nguyen,
Hoang-Thien Nguyen,
Vi Vu,
Ba-Thinh Lam,
Phat Huynh,
Tianyang Wang,
Xingjian Li,
Ulas Bagci,
Min Xu
Abstract:
The limited availability of annotated data in medical imaging makes semi-supervised learning increasingly appealing for its ability to learn from imperfect supervision. Recently, teacher-student frameworks have gained popularity for their training benefits and robust performance. However, jointly optimizing the entire network can hinder convergence and stability, especially in challenging scenario…
▽ More
The limited availability of annotated data in medical imaging makes semi-supervised learning increasingly appealing for its ability to learn from imperfect supervision. Recently, teacher-student frameworks have gained popularity for their training benefits and robust performance. However, jointly optimizing the entire network can hinder convergence and stability, especially in challenging scenarios. To address this for medical image segmentation, we propose DuetMatch, a novel dual-branch semi-supervised framework with asynchronous optimization, where each branch optimizes either the encoder or decoder while keeping the other frozen. To improve consistency under noisy conditions, we introduce Decoupled Dropout Perturbation, enforcing regularization across branches. We also design Pair-wise CutMix Cross-Guidance to enhance model diversity by exchanging pseudo-labels through augmented input pairs. To mitigate confirmation bias from noisy pseudo-labels, we propose Consistency Matching, refining labels using stable predictions from frozen teacher models. Extensive experiments on benchmark brain MRI segmentation datasets, including ISLES2022 and BraTS, show that DuetMatch consistently outperforms state-of-the-art methods, demonstrating its effectiveness and robustness across diverse semi-supervised segmentation scenarios.
△ Less
Submitted 17 October, 2025;
originally announced October 2025.
-
Accelerating Mobile Language Model via Speculative Decoding and NPU-Coordinated Execution
Authors:
Zhiyang Chen,
Daliang Xu,
Haiyang Shen,
Mengwei Xu,
Shangguang Wang,
Yun Ma
Abstract:
Enhancing on-device large language models (LLMs) with contextual information from local data enables personalized and task-aware generation, powering use cases such as intelligent assistants and UI agents. While recent developments in neural processors have substantially improved the efficiency of prefill on mobile devices, the token-by-token generation process still suffers from high latency and…
▽ More
Enhancing on-device large language models (LLMs) with contextual information from local data enables personalized and task-aware generation, powering use cases such as intelligent assistants and UI agents. While recent developments in neural processors have substantially improved the efficiency of prefill on mobile devices, the token-by-token generation process still suffers from high latency and limited hardware utilization due to its inherently memory-bound characteristics. This work presents sd.npu, a mobile inference framework that integrates speculative decoding with dynamic hardware scheduling to accelerate context-aware text generation on mobile devices. The framework introduces three synergistic components: (1) adaptive execution scheduling, which dynamically balances compute graphs between prefill and decoding phases; (2) context-aligned drafting, which improves speculative efficiency through lightweight online calibration to current tasks; and (3) hardware-efficient draft extension, which reuses and expands intermediate sequences to improve processing parallelism and reduce verification cost. Experiments on multiple smartphones and representative workloads show consistent improvements of up to 3.8x in generation speed and 4.7x in energy efficiency compared with existing mobile inference solutions. Component-level analysis further validates the contribution of each optimization.
△ Less
Submitted 23 October, 2025; v1 submitted 17 October, 2025;
originally announced October 2025.
-
Study of the Magnetic Dipole Transition of $J/ψ\toγη_c$ via $η_c\to p\bar{p}$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
X. C. Ai,
R. Aliberti,
A. Amoroso,
Q. An,
Y. Bai,
O. Bakina,
Y. Ban,
H. -R. Bao,
V. Batozskaya,
K. Begzsuren,
N. Berger,
M. Berlowski,
M. Bertani,
D. Bettoni,
F. Bianchi,
E. Bianco,
A. Bortone,
I. Boyko,
R. A. Briere,
A. Brueggemann,
H. Cai
, et al. (700 additional authors not shown)
Abstract:
Using $(10.087\pm0.044)\times10^9$ $J/ψ$ events collected with the BESIII detector at the $e^+e^-$ BEPCII collider, we present the first amplitude analysis of $J/ψ\toγp\bar{p}$ with the $p\bar p$ invariant mass in the $η_c$ mass region $[2.70,3.05]$~GeV/$c^2$. The product branching fraction $\mathcal{B}(J/ψ\toγη_c)\times\mathcal{B}(η_c\to p\bar{p})$ is precisely determined to be…
▽ More
Using $(10.087\pm0.044)\times10^9$ $J/ψ$ events collected with the BESIII detector at the $e^+e^-$ BEPCII collider, we present the first amplitude analysis of $J/ψ\toγp\bar{p}$ with the $p\bar p$ invariant mass in the $η_c$ mass region $[2.70,3.05]$~GeV/$c^2$. The product branching fraction $\mathcal{B}(J/ψ\toγη_c)\times\mathcal{B}(η_c\to p\bar{p})$ is precisely determined to be $(2.11\pm0.02_{\rm stat}\pm0.07_{\rm syst})\times10^{-5}$. Combining with the product branching fractions $\mathcal{B}(η_c\to p\bar{p})\times\mathcal{B}(η_c\to γγ)$ and $\mathcal{B}(J/ψ\toγη_c)\times\mathcal{B}(η_c\to γγ)$, the branching fractions of $\mathcal{B}(J/ψ\toγη_c)$ and $\mathcal{B}(η_c\toγγ)$ are calculated to be $(2.29\pm0.01_{\rm stat}\pm0.04_{\rm syst}\pm0.18_{\rm opbf})\%$ and $(2.28\pm0.01_{\rm stat}\pm0.04_{\rm syst}\pm0.18_{\rm opbf})\times10^{-4}$, respectively, which are consistent with the latest lattice quantum chromodynamics calculations. Here, opbf is the uncertainty from the other product branching fractions used in the calculation.
△ Less
Submitted 16 October, 2025;
originally announced October 2025.
-
Targeted Attacks and Defenses for Distributed Federated Learning in Vehicular Networks
Authors:
Utku Demir,
Tugba Erpek,
Yalin E. Sagduyu,
Sastry Kompella,
Mengran Xue
Abstract:
In emerging networked systems, mobile edge devices such as ground vehicles and unmanned aerial system (UAS) swarms collectively aggregate vast amounts of data to make machine learning decisions such as threat detection in remote, dynamic, and infrastructure-constrained environments where power and bandwidth are scarce. Federated learning (FL) addresses these constraints and privacy concerns by ena…
▽ More
In emerging networked systems, mobile edge devices such as ground vehicles and unmanned aerial system (UAS) swarms collectively aggregate vast amounts of data to make machine learning decisions such as threat detection in remote, dynamic, and infrastructure-constrained environments where power and bandwidth are scarce. Federated learning (FL) addresses these constraints and privacy concerns by enabling nodes to share local model weights for deep neural networks instead of raw data, facilitating more reliable decision-making than individual learning. However, conventional FL relies on a central server to coordinate model updates in each learning round, which imposes significant computational burdens on the central node and may not be feasible due to the connectivity constraints. By eliminating dependence on a central server, distributed federated learning (DFL) offers scalability, resilience to node failures, learning robustness, and more effective defense strategies. Despite these advantages, DFL remains vulnerable to increasingly advanced and stealthy cyberattacks. In this paper, we design sophisticated targeted training data poisoning and backdoor (Trojan) attacks, and characterize the emerging vulnerabilities in a vehicular network. We analyze how DFL provides resilience against such attacks compared to individual learning and present effective defense mechanisms to further strengthen DFL against the emerging cyber threats.
△ Less
Submitted 16 October, 2025;
originally announced October 2025.
-
Superconductivity suppression and bilayer decoupling in Pr substituted YBa$_2$Cu$_3$O$_{7-δ}$
Authors:
Jinming Yang,
Zheting Jin,
Siqi Wang,
Camilla Moir,
Mingyu Xu,
Brandon Gunn,
Xian Du,
Zhibo Kang,
Keke Feng,
Makoto Hashimoto,
Donghui Lu,
Jessica McChesney,
Shize Yang,
Wei-Wei Xie,
Alex Frano,
M. Brian Maple,
Sohrab Ismail-Beigi,
Yu He
Abstract:
The mechanism behind superconductivity suppression induced by Pr substitutions in YBa$_2$Cu$_3$O$_{7-δ}$ (YBCO) has been a mystery since its discovery: in spite of being isovalent to Y$^{3+}$ with a small magnetic moment, it is the only rare-earth element that has a dramatic impact on YBCO's superconducting properties. Using angle-resolved photoemission spectroscopy (ARPES) and DFT+$U$ calculation…
▽ More
The mechanism behind superconductivity suppression induced by Pr substitutions in YBa$_2$Cu$_3$O$_{7-δ}$ (YBCO) has been a mystery since its discovery: in spite of being isovalent to Y$^{3+}$ with a small magnetic moment, it is the only rare-earth element that has a dramatic impact on YBCO's superconducting properties. Using angle-resolved photoemission spectroscopy (ARPES) and DFT+$U$ calculations, we uncover how Pr substitution modifies the low-energy electronic structure of YBCO. Contrary to the prevailing Fehrenbacher-Rice (FR) and Liechtenstein-Mazin (LM) models, the low energy electronic structure contains no signature of any $f$-electron hybridization or new states. Yet, strong electron doping is observed primarily on the antibonding Fermi surface. Meanwhile, we reveal major electronic structure modifications to Cu-derived states with increasing Pr substitution: a pronounced CuO$_2$ bilayer decoupling and an enhanced CuO chain hopping, implying indirect electron-release pathways beyond simple 4$f$ state ionization. Our results challenge the long-standing FR/LM mechanism and establish Pr substituted YBCO as a potential platform for exploring correlation-driven phenomena in coupled 1D-2D systems.
△ Less
Submitted 16 October, 2025;
originally announced October 2025.
-
Cross-Scenario Unified Modeling of User Interests at Billion Scale
Authors:
Manjie Xu,
Cheng Chen,
Xin Jia,
Jingyi Zhou,
Yongji Wu,
Zejian Wang,
Chi Zhang,
Kai Zuo,
Yibo Chen,
Xu Tang,
Yao Hu,
Yixin Zhu
Abstract:
User interests on content platforms are inherently diverse, manifesting through complex behavioral patterns across heterogeneous scenarios such as search, feed browsing, and content discovery. Traditional recommendation systems typically prioritize business metric optimization within isolated specific scenarios, neglecting cross-scenario behavioral signals and struggling to integrate advanced tech…
▽ More
User interests on content platforms are inherently diverse, manifesting through complex behavioral patterns across heterogeneous scenarios such as search, feed browsing, and content discovery. Traditional recommendation systems typically prioritize business metric optimization within isolated specific scenarios, neglecting cross-scenario behavioral signals and struggling to integrate advanced techniques like LLMs at billion-scale deployments, which finally limits their ability to capture holistic user interests across platform touchpoints. We propose RED-Rec, an LLM-enhanced hierarchical Recommender Engine for Diversified scenarios, tailored for industry-level content recommendation systems. RED-Rec unifies user interest representations across multiple behavioral contexts by aggregating and synthesizing actions from varied scenarios, resulting in comprehensive item and user modeling. At its core, a two-tower LLM-powered framework enables nuanced, multifaceted representations with deployment efficiency, and a scenario-aware dense mixing and querying policy effectively fuses diverse behavioral signals to capture cross-scenario user intent patterns and express fine-grained, context-specific intents during serving. We validate RED-Rec through online A/B testing on hundreds of millions of users in RedNote through online A/B testing, showing substantial performance gains in both content recommendation and advertisement targeting tasks. We further introduce a million-scale sequential recommendation dataset, RED-MMU, for comprehensive offline training and evaluation. Our work advances unified user modeling, unlocking deeper personalization and fostering more meaningful user engagement in large-scale UGC platforms.
△ Less
Submitted 16 October, 2025;
originally announced October 2025.
-
Measurement of $C\!P$ asymmetry in $D^0 \to K^0_{\rm S} K^0_{\rm S}$ decays with the LHCb Upgrade I detector
Authors:
LHCb collaboration,
R. Aaij,
A. S. W. Abdelmotteleb,
C. Abellan Beteta,
F. Abudinén,
T. Ackernley,
A. A. Adefisoye,
B. Adeva,
M. Adinolfi,
P. Adlarson,
C. Agapopoulou,
C. A. Aidala,
Z. Ajaltouni,
S. Akar,
K. Akiba,
M. Akthar,
P. Albicocco,
J. Albrecht,
R. Aleksiejunas,
F. Alessio,
P. Alvarez Cartelle,
R. Amalric,
S. Amato,
J. L. Amey,
Y. Amhis
, et al. (1187 additional authors not shown)
Abstract:
A measurement of $C\!P$ asymmetry in $D^0 \to K^0_{\rm S} K^0_{\rm S}$ decays is reported, based on a data sample of proton-proton collisions collected with the LHCb Upgrade I detector in 2024 at a centre-of-mass energy of $13.6\,$TeV, corresponding to an integrated luminosity of $6.2\,\mathrm{fb}^{-1}$. The $D^0 \to K^0_{\rm S} π^+ π^-$ decay is used as calibration channel to cancel residual dete…
▽ More
A measurement of $C\!P$ asymmetry in $D^0 \to K^0_{\rm S} K^0_{\rm S}$ decays is reported, based on a data sample of proton-proton collisions collected with the LHCb Upgrade I detector in 2024 at a centre-of-mass energy of $13.6\,$TeV, corresponding to an integrated luminosity of $6.2\,\mathrm{fb}^{-1}$. The $D^0 \to K^0_{\rm S} π^+ π^-$ decay is used as calibration channel to cancel residual detection and production asymmetries. The time-integrated $C\!P$ asymmetry for the $D^0 \to K^0_{\rm S} K^0_{\rm S}$ mode is measured to be $$ {\cal A}^{C\!P} (D^0 \to K^0_{\rm S} K^0_{\rm S}) = (1.86 \pm 1.04\pm 0.41)\%, $$ where the first uncertainty is statistical, and the second is systematic. This is the most precise determination of this quantity to date.
△ Less
Submitted 16 October, 2025;
originally announced October 2025.
-
GauSSmart: Enhanced 3D Reconstruction through 2D Foundation Models and Geometric Filtering
Authors:
Alexander Valverde,
Brian Xu,
Yuyin Zhou,
Meng Xu,
Hongyun Wang
Abstract:
Scene reconstruction has emerged as a central challenge in computer vision, with approaches such as Neural Radiance Fields (NeRF) and Gaussian Splatting achieving remarkable progress. While Gaussian Splatting demonstrates strong performance on large-scale datasets, it often struggles to capture fine details or maintain realism in regions with sparse coverage, largely due to the inherent limitation…
▽ More
Scene reconstruction has emerged as a central challenge in computer vision, with approaches such as Neural Radiance Fields (NeRF) and Gaussian Splatting achieving remarkable progress. While Gaussian Splatting demonstrates strong performance on large-scale datasets, it often struggles to capture fine details or maintain realism in regions with sparse coverage, largely due to the inherent limitations of sparse 3D training data.
In this work, we propose GauSSmart, a hybrid method that effectively bridges 2D foundational models and 3D Gaussian Splatting reconstruction. Our approach integrates established 2D computer vision techniques, including convex filtering and semantic feature supervision from foundational models such as DINO, to enhance Gaussian-based scene reconstruction. By leveraging 2D segmentation priors and high-dimensional feature embeddings, our method guides the densification and refinement of Gaussian splats, improving coverage in underrepresented areas and preserving intricate structural details.
We validate our approach across three datasets, where GauSSmart consistently outperforms existing Gaussian Splatting in the majority of evaluated scenes. Our results demonstrate the significant potential of hybrid 2D-3D approaches, highlighting how the thoughtful combination of 2D foundational models with 3D reconstruction pipelines can overcome the limitations inherent in either approach alone.
△ Less
Submitted 15 October, 2025;
originally announced October 2025.
-
FinDeepResearch: Evaluating Deep Research Agents in Rigorous Financial Analysis
Authors:
Fengbin Zhu,
Xiang Yao Ng,
Ziyang Liu,
Chang Liu,
Xianwei Zeng,
Chao Wang,
Tianhui Tan,
Xuan Yao,
Pengyang Shao,
Min Xu,
Zixuan Wang,
Jing Wang,
Xin Lin,
Junfeng Li,
Jingxian Zhu,
Yang Zhang,
Wenjie Wang,
Fuli Feng,
Richang Hong,
Huanbo Luan,
Ke-Wei Huang,
Tat-Seng Chua
Abstract:
Deep Research (DR) agents, powered by advanced Large Language Models (LLMs), have recently garnered increasing attention for their capability in conducting complex research tasks. However, existing literature lacks a rigorous and systematic evaluation of DR Agent's capabilities in critical research analysis. To address this gap, we first propose HisRubric, a novel evaluation framework with a hiera…
▽ More
Deep Research (DR) agents, powered by advanced Large Language Models (LLMs), have recently garnered increasing attention for their capability in conducting complex research tasks. However, existing literature lacks a rigorous and systematic evaluation of DR Agent's capabilities in critical research analysis. To address this gap, we first propose HisRubric, a novel evaluation framework with a hierarchical analytical structure and a fine-grained grading rubric for rigorously assessing DR agents' capabilities in corporate financial analysis. This framework mirrors the professional analyst's workflow, progressing from data recognition to metric calculation, and finally to strategic summarization and interpretation. Built on this framework, we construct a FinDeepResearch benchmark that comprises 64 listed companies from 8 financial markets across 4 languages, encompassing a total of 15,808 grading items. We further conduct extensive experiments on the FinDeepResearch using 16 representative methods, including 6 DR agents, 5 LLMs equipped with both deep reasoning and search capabilities, and 5 LLMs with deep reasoning capabilities only. The results reveal the strengths and limitations of these approaches across diverse capabilities, financial markets, and languages, offering valuable insights for future research and development. The benchmark and evaluation code will be made publicly available.
△ Less
Submitted 15 October, 2025;
originally announced October 2025.
-
HyMiRec: A Hybrid Multi-interest Learning Framework for LLM-based Sequential Recommendation
Authors:
Jingyi Zhou,
Cheng Chen,
Kai Zuo,
Manjie Xu,
Zhendong Fu,
Yibo Chen,
Xu Tang,
Yao Hu
Abstract:
Large language models (LLMs) have recently demonstrated strong potential for sequential recommendation. However, current LLM-based approaches face critical limitations in modeling users' long-term and diverse interests. First, due to inference latency and feature fetching bandwidth constraints, existing methods typically truncate user behavior sequences to include only the most recent interactions…
▽ More
Large language models (LLMs) have recently demonstrated strong potential for sequential recommendation. However, current LLM-based approaches face critical limitations in modeling users' long-term and diverse interests. First, due to inference latency and feature fetching bandwidth constraints, existing methods typically truncate user behavior sequences to include only the most recent interactions, resulting in the loss of valuable long-range preference signals. Second, most current methods rely on next-item prediction with a single predicted embedding, overlooking the multifaceted nature of user interests and limiting recommendation diversity. To address these challenges, we propose HyMiRec, a hybrid multi-interest sequential recommendation framework, which leverages a lightweight recommender to extracts coarse interest embeddings from long user sequences and an LLM-based recommender to captures refined interest embeddings. To alleviate the overhead of fetching features, we introduce a residual codebook based on cosine similarity, enabling efficient compression and reuse of user history embeddings. To model the diverse preferences of users, we design a disentangled multi-interest learning module, which leverages multiple interest queries to learn disentangles multiple interest signals adaptively, allowing the model to capture different facets of user intent. Extensive experiments are conducted on both benchmark datasets and a collected industrial dataset, demonstrating our effectiveness over existing state-of-the-art methods. Furthermore, online A/B testing shows that HyMiRec brings consistent improvements in real-world recommendation systems.
△ Less
Submitted 15 October, 2025;
originally announced October 2025.
-
Searches for $B^0\to K^+π^-τ^+τ^-$ and $B_s^0\to K^+K^-τ^+τ^-$ decays
Authors:
LHCb collaboration,
R. Aaij,
A. S. W. Abdelmotteleb,
C. Abellan Beteta,
F. Abudinén,
T. Ackernley,
A. A. Adefisoye,
B. Adeva,
M. Adinolfi,
P. Adlarson,
C. Agapopoulou,
C. A. Aidala,
Z. Ajaltouni,
S. Akar,
K. Akiba,
M. Akthar,
P. Albicocco,
J. Albrecht,
R. Aleksiejunas,
F. Alessio,
P. Alvarez Cartelle,
R. Amalric,
S. Amato,
J. L. Amey,
Y. Amhis
, et al. (1182 additional authors not shown)
Abstract:
The first searches for $B^0\to K^+π^-τ^+τ^-$ and $B^0_s\to K^+K^-τ^+τ^-$ decays at the LHCb experiment are conducted with $pp$ collision data corresponding to an integrated luminosity of $5.4\textrm{ fb}^{-1}$. The tau leptons are reconstructed using the $τ^+\to μ^+\overlineν_τν_μ$ decay and the results are presented in bins of $K^+π^-$ or $K^+K^-$ mass. No signal is observed and upper limits are…
▽ More
The first searches for $B^0\to K^+π^-τ^+τ^-$ and $B^0_s\to K^+K^-τ^+τ^-$ decays at the LHCb experiment are conducted with $pp$ collision data corresponding to an integrated luminosity of $5.4\textrm{ fb}^{-1}$. The tau leptons are reconstructed using the $τ^+\to μ^+\overlineν_τν_μ$ decay and the results are presented in bins of $K^+π^-$ or $K^+K^-$ mass. No signal is observed and upper limits are set on the branching fractions. The searches result in the first upper limits for $B^0\to K^+π^-τ^+τ^-$ decays outside the $K^*(892)^0$ region in $K^+π^-$ mass and the first limits for $B^0_s\to K^+K^-τ^+τ^-$ decays. The searches are recast into limits on the decays $B^0\to K^*(892)^0τ^+τ^-$ and $B^0_s\to φ(1020)τ^+τ^-$, yielding $2.8\times10^{-4}$ ($2.5\times10^{-4}$) and $4.7\times10^{-4}$ ($4.1\times10^{-4}$) at the $95\%$ ($90\%$) confidence level, respectively. For the decay $B^0\to K^*(892)^0τ^+τ^-$, this result improves on the current best upper limit by an order of magnitude.
△ Less
Submitted 15 October, 2025;
originally announced October 2025.
-
First measurement of the cross sections for $e^{+}e^{-}\to K^{0}K^{-}π^{+}J/ψ+c.c.$ at $\sqrt{s}$ from 4.396 to 4.951 GeV
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
X. C. Ai,
R. Aliberti,
A. Amoroso,
Q. An,
Y. Bai,
O. Bakina,
Y. Ban,
H. -R. Bao,
V. Batozskaya,
K. Begzsuren,
N. Berger,
M. Berlowski,
M. Bertani,
D. Bettoni,
F. Bianchi,
E. Bianco,
A. Bortone,
I. Boyko,
R. A. Briere,
A. Brueggemann,
H. Cai
, et al. (705 additional authors not shown)
Abstract:
Using $e^+e^-$ collision data at 19 center-of-mass energies ranging from $4.396$ to $4.951~\mathrm{GeV}$ corresponding to a total integrated luminosity of $8.86~{\rm fb}^{-1}$ collected by the BESIII detector, the process $e^+e^-\to K^{0}K^-π^+ J/ψ+c.c.$ is observed for the first time, with a statistical significance of $9.4σ$ summing up all the data samples. For this process, the cross section an…
▽ More
Using $e^+e^-$ collision data at 19 center-of-mass energies ranging from $4.396$ to $4.951~\mathrm{GeV}$ corresponding to a total integrated luminosity of $8.86~{\rm fb}^{-1}$ collected by the BESIII detector, the process $e^+e^-\to K^{0}K^-π^+ J/ψ+c.c.$ is observed for the first time, with a statistical significance of $9.4σ$ summing up all the data samples. For this process, the cross section and the upper limit at the $90\%$ confidence level are reported at each of the 19 center-of-mass energies.~No statistically significant vector structures are observed in the cross section line shape, nor are any intermediate states of $Kπ$, $K\bar{K}$, $K\bar{K}π$, $KJ/ψ$, $πJ/ψ$, and $KπJ/ψ$ seen at individual energy points or in the combined data sample.
△ Less
Submitted 15 October, 2025;
originally announced October 2025.
-
BanaServe: Unified KV Cache and Dynamic Module Migration for Balancing Disaggregated LLM Serving in AI Infrastructure
Authors:
Yiyuan He,
Minxian Xu,
Jingfeng Wu,
Jianmin Hu,
Chong Ma,
Min Shen,
Le Chen,
Chengzhong Xu,
Lin Qu,
Kejiang Ye
Abstract:
Large language models (LLMs) are increasingly deployed in AI infrastructure, driving the need for high throughput, resource efficient serving systems. Disaggregated LLM serving, which separates prompt prefill from auto-regressive decode, has emerged as a promising architecture by isolating their heterogeneous compute and memory demands. However, current disaggregated systems face three key limitat…
▽ More
Large language models (LLMs) are increasingly deployed in AI infrastructure, driving the need for high throughput, resource efficient serving systems. Disaggregated LLM serving, which separates prompt prefill from auto-regressive decode, has emerged as a promising architecture by isolating their heterogeneous compute and memory demands. However, current disaggregated systems face three key limitations: (i) static resource allocation cannot adapt to highly dynamic workloads, causing over-provisioning that wastes resources or under-provisioning that violates service level objectives (SLOs); (ii) inherent load imbalance between prefill and decode stages, where prefill is compute-bound and decode is memory-bound, causes under-utilization in one tier while the other becomes a bottleneck; and (iii) prefix cache aware routing skews load distribution, as high cache hit rate prefill nodes attract disproportionately more requests, further degrading balance and efficiency. To address these issues, we present BanaServe, a dynamic orchestration framework that continuously rebalances computational and memory resources across prefill and decode instances while eliminating hotspots induced by cache. BanaServe introduces layer level weight migration, attention level Key Value Cache (KV Cache) migration, and Global KV Cache Store sharing with layer wise overlapped transmission, enabling both coarse grained (layer level) and fine grained (attention level) load redistribution with minimal latency overhead. These mechanisms allow routers to perform purely load aware scheduling, unconstrained by cache placement. Compared to vLLM, BanaServe achieves 1.2x-3.9x higher throughput with 3.9%-78.4% lower total processing time, and outperforms DistServe by 1.1x-2.8x in throughput with 1.4%-70.1% latency reduction.
△ Less
Submitted 15 October, 2025;
originally announced October 2025.
-
Prompt-based Adaptation in Large-scale Vision Models: A Survey
Authors:
Xi Xiao,
Yunbei Zhang,
Lin Zhao,
Yiyang Liu,
Xiaoying Liao,
Zheda Mai,
Xingjian Li,
Xiao Wang,
Hao Xu,
Jihun Hamm,
Xue Lin,
Min Xu,
Qifan Wang,
Tianyang Wang,
Cheng Han
Abstract:
In computer vision, Visual Prompting (VP) and Visual Prompt Tuning (VPT) have recently emerged as lightweight and effective alternatives to full fine-tuning for adapting large-scale vision models within the ``pretrain-then-finetune'' paradigm. However, despite rapid progress, their conceptual boundaries remain blurred, as VP and VPT are frequently used interchangeably in current research, reflecti…
▽ More
In computer vision, Visual Prompting (VP) and Visual Prompt Tuning (VPT) have recently emerged as lightweight and effective alternatives to full fine-tuning for adapting large-scale vision models within the ``pretrain-then-finetune'' paradigm. However, despite rapid progress, their conceptual boundaries remain blurred, as VP and VPT are frequently used interchangeably in current research, reflecting a lack of systematic distinction between these techniques and their respective applications. In this survey, we revisit the designs of VP and VPT from first principles, and conceptualize them within a unified framework termed Prompt-based Adaptation (PA). We provide a taxonomy that categorizes existing methods into learnable, generative, and non-learnable prompts, and further organizes them by injection granularity -- pixel-level and token-level. Beyond the core methodologies, we examine PA's integrations across diverse domains, including medical imaging, 3D point clouds, and vision-language tasks, as well as its role in test-time adaptation and trustworthy AI. We also summarize current benchmarks and identify key challenges and future directions. To the best of our knowledge, we are the first comprehensive survey dedicated to PA's methodologies and applications in light of their distinct characteristics. Our survey aims to provide a clear roadmap for researchers and practitioners in all area to understand and explore the evolving landscape of PA-related research.
△ Less
Submitted 15 October, 2025;
originally announced October 2025.
-
Lifting Manifolds to Mitigate Pseudo-Alignment in LLM4TS
Authors:
Liangwei Nathan Zheng,
Wenhao Liang,
Wei Emma Zhang,
Miao Xu,
Olaf Maennel,
Weitong Chen
Abstract:
Pseudo-Alignment is a pervasive challenge in many large language models for time series (LLM4TS) models, often causing them to underperform compared to linear models or randomly initialised backbones. However, there is limited discussion in the community for the reasons that pseudo-alignment occurs. In this work, we conduct a thorough investigation into the root causes of pseudo-alignment in LLM4T…
▽ More
Pseudo-Alignment is a pervasive challenge in many large language models for time series (LLM4TS) models, often causing them to underperform compared to linear models or randomly initialised backbones. However, there is limited discussion in the community for the reasons that pseudo-alignment occurs. In this work, we conduct a thorough investigation into the root causes of pseudo-alignment in LLM4TS and build a connection of pseudo-alignment to the cone effect in LLM. We demonstrate that pseudo-alignment arises from the interplay of cone effect within pretrained LLM components and the intrinsically low-dimensional manifold of time-series data. In addition, we also introduce \textit{\textbf{TimeSUP}}, a novel technique designed to mitigate this issue and improve forecast performance in existing LLM4TS approaches. TimeSUP addresses this by increasing the time series manifold to more closely match the intrinsic dimension of language embeddings, allowing the model to distinguish temporal signals clearly while still capturing shared structures across modalities. As a result, representations for time and language tokens remain distinct yet exhibit high cosine similarity, signifying that the model preserves each modality unique features while learning their commonalities in a unified embedding space. Empirically, TimeSUP consistently outperforms state-of-the-art LLM4TS methods and other lightweight baselines on long-term forecasting performance. Furthermore, it can be seamlessly integrated into four existing LLM4TS pipelines and delivers significant improvements in forecasting performance.
△ Less
Submitted 14 October, 2025;
originally announced October 2025.
-
The double neutron star PSR J1946+2052 I. Masses and tests of general relativity
Authors:
Lingqi Meng,
Paulo C. C. Freire,
Kevin Stovall,
Norbert Wex,
Xueli Miao,
Weiwei Zhu,
Michael Kramer,
James M. Cordes,
Huanchen Hu,
Jinchen Jiang,
Emilie Parent,
Lijing Shao,
Ingrid H. Stairs,
Mengyao Xue,
Adam Brazier,
Fernando Camilo,
David J. Champion,
Shami Chatterjee,
Fronefield Crawford,
Ziyao Fang,
Qiuyang Fu,
Yanjun Guo,
Jason W. T. Hessels,
Maura MacLaughlin,
Chenchen Miao
, et al. (6 additional authors not shown)
Abstract:
We conducted high-precision timing of PSR J1946+2052 to determine the masses of the two neutron stars in the system, test general relativity (GR) and assessed the system's potential for future measurement of the moment of inertia of the pulsar. We analysed seven years of timing data from the Arecibo 305-m radio telescope, the Green Bank Telescope (GBT), and the Five-hundred-meter Aperture Spherica…
▽ More
We conducted high-precision timing of PSR J1946+2052 to determine the masses of the two neutron stars in the system, test general relativity (GR) and assessed the system's potential for future measurement of the moment of inertia of the pulsar. We analysed seven years of timing data from the Arecibo 305-m radio telescope, the Green Bank Telescope (GBT), and the Five-hundred-meter Aperture Spherical radio Telescope (FAST). The data processing accounted for dispersion measure variations and relativistic spin precession-induced profile evolution. We employed both DDFWHE and DDGR binary models to measure the spin parameters, kinematic parameters and orbital parameters. The timing campaign has resulted in the precise measurement of five post-Keplerian parameters, which yield very precise masses for the system and three tests of general relativity. One of these is the second most precise test of the radiative properties of gravity to date: the intrinsic orbital decay, $\dot{P}_{\rm b,int}=-1.8288(16)\times10^{-12}\rm\,s\,s^{-1}$, represents $1.00005(91)$ of the GR prediction, indicating that the theory has passed this stringent test. The other two tests, of the Shapiro delay parameters, have precisions of 6\% and 5\% respectively; this is caused by the moderate orbital inclination of the system, $\sim 74^{\circ}$; the measurements of the Shapiro delay parameters also agree with the GR predictions. Additionally, we analysed the higher-order contributions of $\dotω$, including the Lense-Thirring contribution. Both the second post-Newtonian and the Lense-Thirring contributions are larger than the current uncertainty of $\dotω$ ($δ\dotω=4\times10^{-4}\,\rm deg\,yr^{-1}$), leading to the higher-order correction for the total mass.
△ Less
Submitted 14 October, 2025;
originally announced October 2025.
-
Spec-Driven AI for Science: The ARIA Framework for Automated and Reproducible Data Analysis
Authors:
Chuke Chen,
Biao Luo,
Nan Li,
Boxiang Wang,
Hang Yang,
Jing Guo,
Ming Xu
Abstract:
The rapid expansion of scientific data has widened the gap between analytical capability and research intent. Existing AI-based analysis tools, ranging from AutoML frameworks to agentic research assistants, either favor automation over transparency or depend on manual scripting that hinders scalability and reproducibility. We present ARIA (Automated Research Intelligence Assistant), a spec-driven,…
▽ More
The rapid expansion of scientific data has widened the gap between analytical capability and research intent. Existing AI-based analysis tools, ranging from AutoML frameworks to agentic research assistants, either favor automation over transparency or depend on manual scripting that hinders scalability and reproducibility. We present ARIA (Automated Research Intelligence Assistant), a spec-driven, human-in-the-loop framework for automated and interpretable data analysis. ARIA integrates six interoperable layers, namely Command, Context, Code, Data, Orchestration, and AI Module, within a document-centric workflow that unifies human reasoning and machine execution. Through natural-language specifications, researchers define analytical goals while ARIA autonomously generates executable code, validates computations, and produces transparent documentation. Beyond achieving high predictive accuracy, ARIA can rapidly identify optimal feature sets and select suitable models, minimizing redundant tuning and repetitive experimentation. In the Boston Housing case, ARIA discovered 25 key features and determined XGBoost as the best performing model (R square = 0.93) with minimal overfitting. Evaluations across heterogeneous domains demonstrate ARIA's strong performance, interpretability, and efficiency compared with state-of-the-art systems. By combining AI for research and AI for science principles within a spec-driven architecture, ARIA establishes a new paradigm for transparent, collaborative, and reproducible scientific discovery.
△ Less
Submitted 13 October, 2025;
originally announced October 2025.
-
Enhancing LLM Reasoning via Non-Human-Like Reasoning Path Preference Optimization
Authors:
Junjie Lu,
Yuliang Liu,
Chaofeng Qu,
Wei Shen,
Zhouhan Lin,
Min Xu
Abstract:
Current approaches for strengthening LLM reasoning tend to introduce a training bias toward human-like reasoning trajectories. In step-wise preference optimization, in particular, dependence on human or higher-capacity model annotations for intermediate steps limits exploration of alternative, non-human-like reasoning paths and thus constrains achievable performance. Furthermore, through a small-s…
▽ More
Current approaches for strengthening LLM reasoning tend to introduce a training bias toward human-like reasoning trajectories. In step-wise preference optimization, in particular, dependence on human or higher-capacity model annotations for intermediate steps limits exploration of alternative, non-human-like reasoning paths and thus constrains achievable performance. Furthermore, through a small-scale pilot study, we observed that in approximately 75% of cases, the model's first erroneous step occurs after the lowest-confidence point. This suggests that guiding the model at its lowest-confidence point before an error provides more accurate supervision than locating the first explicit error. In this paper, we propose Confidence-Guided Reasoning Path Preference Optimization (CGPO), a method that leverages a confidence signal to identify points of maximal uncertainty in the model's reasoning process and applies self-generated, non-human-like reasoning-path guidance to mitigate trajectory drift. Our experiments span diverse models applied to both code and mathematical reasoning tasks. The results show that, with the same amount of training data, our method using data generated by a small model can achieve better performance in most cases compared with approaches using data generated by a strong model or human-annotated.
△ Less
Submitted 13 October, 2025;
originally announced October 2025.
-
Catch-Only-One: Non-Transferable Examples for Model-Specific Authorization
Authors:
Zihan Wang,
Zhiyong Ma,
Zhongkui Ma,
Shuofeng Liu,
Akide Liu,
Derui Wang,
Minhui Xue,
Guangdong Bai
Abstract:
Recent AI regulations call for data that remain useful for innovation while resistant to misuse, balancing utility with protection at the model level. Existing approaches either perturb data to make it unlearnable or retrain models to suppress transfer, but neither governs inference by unknown models, and both typically require control over training. We propose non-transferable examples (NEs), a t…
▽ More
Recent AI regulations call for data that remain useful for innovation while resistant to misuse, balancing utility with protection at the model level. Existing approaches either perturb data to make it unlearnable or retrain models to suppress transfer, but neither governs inference by unknown models, and both typically require control over training. We propose non-transferable examples (NEs), a training-free and data-agnostic input-side usage-control mechanism. We recode inputs within a model-specific low-sensitivity subspace, preserving outputs for the authorized model while reducing performance on unauthorized models through subspace misalignment. We establish formal bounds that guarantee utility for the authorized model and quantify deviation for unauthorized ones, with the Hoffman-Wielandt inequality linking degradation to spectral differences. Empirically, NEs retain performance on diverse vision backbones and state-of-the-art vision-language models under common preprocessing, whereas non-target models collapse even with reconstruction attempts. These results establish NEs as a practical means to preserve intended data utility while preventing unauthorized exploitation. Our project is available at https://trusted-system-lab.github.io/model-specificity
△ Less
Submitted 12 October, 2025;
originally announced October 2025.
-
Magnetic Field-Enhanced Graphene Superconductivity with Record Pauli-Limit Violation
Authors:
Jixiang Yang,
Omid Sharifi Sedeh,
Chiho Yoon,
Shenyong Ye,
Henok Weldeyesus,
Armel Cotten,
Tonghang Han,
Zhengguang Lu,
Zach Hadjri,
Junseok Seo,
Lihan Shi,
Emily Aitken,
Prayoga P Liong,
Zhenghan Wu,
Mingchi Xu,
Christian Scheller,
Mingyang Zheng,
Rasul Gazizulin,
Kenji Watanabe,
Takashi Taniguchi,
Dominique Laroque,
Mingda Li,
Fan Zhang,
Dominik M. Zumbühl,
Long Ju
Abstract:
Spin-polarized superconductors offer a rare platform for studying electronic correlations, but few candidate systems have been experimentally confirmed to date. Here, we report the observation of a spin-polarized superconducting state, denoted SC5, in WSe2-proximitized rhombohedral trilayer graphene. At in-plane magnetic field B|| = 0 T, SC5 has a critical temperature of 68 mK and an out-of-plane…
▽ More
Spin-polarized superconductors offer a rare platform for studying electronic correlations, but few candidate systems have been experimentally confirmed to date. Here, we report the observation of a spin-polarized superconducting state, denoted SC5, in WSe2-proximitized rhombohedral trilayer graphene. At in-plane magnetic field B|| = 0 T, SC5 has a critical temperature of 68 mK and an out-of-plane critical magnetic field of only 12 mT. Surprisingly, these values are significantly enhanced as B|| increases, and the superconductivity persists to B|| = 8.8 T. This value corresponds to a record-high Pauli-limit violation ratio of at least 80 among all superconductors, while the true critical field is beyond the limit of our instrument. We conclude that SC5 experiences a canting crossover from Ising-type to spin-polarized superconductor with increased B||.
△ Less
Submitted 12 October, 2025;
originally announced October 2025.
-
Reasoning-Enhanced Large Language Models for Molecular Property Prediction
Authors:
Jiaxi Zhuang,
Yaorui Shi,
Jue Hou,
Yunong He,
Mingwei Ye,
Mingjun Xu,
Yuming Su,
Linfeng Zhang,
Ying Qian,
Linfeng Zhang,
Guolin Ke,
Hengxing Cai
Abstract:
Molecular property prediction is crucial for drug discovery and materials science, yet existing approaches suffer from limited interpretability, poor cross-task generalization, and lack of chemical reasoning capabilities. Traditional machine learning models struggle with task transferability, while specialized molecular language models provide little insight into their decision-making processes. T…
▽ More
Molecular property prediction is crucial for drug discovery and materials science, yet existing approaches suffer from limited interpretability, poor cross-task generalization, and lack of chemical reasoning capabilities. Traditional machine learning models struggle with task transferability, while specialized molecular language models provide little insight into their decision-making processes. To address these limitations, we propose \textbf{MPPReasoner}, a multimodal large language model that incorporates chemical reasoning for molecular property prediction. Our approach, built upon Qwen2.5-VL-7B-Instruct, integrates molecular images with SMILES strings to enable comprehensive molecular understanding. We develop a two-stage training strategy: supervised fine-tuning (SFT) using 16,000 high-quality reasoning trajectories generated through expert knowledge and multiple teacher models, followed by Reinforcement Learning from Principle-Guided Rewards (RLPGR). RLPGR employs verifiable, rule-based rewards that systematically evaluate chemical principle application, molecular structure analysis, and logical consistency through computational verification. Extensive experiments across 8 datasets demonstrate significant performance improvements, with MPPReasoner outperforming the best baselines by 7.91\% and 4.53\% on in-distribution and out-of-distribution tasks respectively. MPPReasoner exhibits exceptional cross-task generalization and generates chemically sound reasoning paths that provide valuable insights into molecular property analysis, substantially enhancing both interpretability and practical utility for chemists. Code is available at https://anonymous.4open.science/r/MPPReasoner-12687.
△ Less
Submitted 17 October, 2025; v1 submitted 11 October, 2025;
originally announced October 2025.
-
CLoD-GS: Continuous Level-of-Detail via 3D Gaussian Splatting
Authors:
Zhigang Cheng,
Mingchao Sun,
Yu Liu,
Zengye Ge,
Luyang Tang,
Mu Xu,
Yangyan Li,
Peng Pan
Abstract:
Level of Detail (LoD) is a fundamental technique in real-time computer graphics for managing the rendering costs of complex scenes while preserving visual fidelity. Traditionally, LoD is implemented using discrete levels (DLoD), where multiple, distinct versions of a model are swapped out at different distances. This long-standing paradigm, however, suffers from two major drawbacks: it requires si…
▽ More
Level of Detail (LoD) is a fundamental technique in real-time computer graphics for managing the rendering costs of complex scenes while preserving visual fidelity. Traditionally, LoD is implemented using discrete levels (DLoD), where multiple, distinct versions of a model are swapped out at different distances. This long-standing paradigm, however, suffers from two major drawbacks: it requires significant storage for multiple model copies and causes jarring visual ``popping" artifacts during transitions, degrading the user experience. We argue that the explicit, primitive-based nature of the emerging 3D Gaussian Splatting (3DGS) technique enables a more ideal paradigm: Continuous LoD (CLoD). A CLoD approach facilitates smooth, seamless quality scaling within a single, unified model, thereby circumventing the core problems of DLOD. To this end, we introduce CLoD-GS, a framework that integrates a continuous LoD mechanism directly into a 3DGS representation. Our method introduces a learnable, distance-dependent decay parameter for each Gaussian primitive, which dynamically adjusts its opacity based on viewpoint proximity. This allows for the progressive and smooth filtering of less significant primitives, effectively creating a continuous spectrum of detail within one model. To train this model to be robust across all distances, we introduce a virtual distance scaling mechanism and a novel coarse-to-fine training strategy with rendered point count regularization. Our approach not only eliminates the storage overhead and visual artifacts of discrete methods but also reduces the primitive count and memory footprint of the final model. Extensive experiments demonstrate that CLoD-GS achieves smooth, quality-scalable rendering from a single model, delivering high-fidelity results across a wide range of performance targets.
△ Less
Submitted 10 October, 2025;
originally announced October 2025.
-
PRAXA: A Framework for What-If Analysis
Authors:
Sneha Gathani,
Kevin Li,
Raghav Thind,
Sirui Zeng,
Matthew Xu,
Peter J. Haas,
Cagatay Demiralp,
Zhicheng Liu
Abstract:
Various analytical techniques-such as scenario modeling, sensitivity analysis, perturbation-based analysis, counterfactual analysis, and parameter space analysis-are used across domains to explore hypothetical scenarios, examine input-output relationships, and identify pathways to desired results. Although termed differently, these methods share common concepts and methods, suggesting unification…
▽ More
Various analytical techniques-such as scenario modeling, sensitivity analysis, perturbation-based analysis, counterfactual analysis, and parameter space analysis-are used across domains to explore hypothetical scenarios, examine input-output relationships, and identify pathways to desired results. Although termed differently, these methods share common concepts and methods, suggesting unification under what-if analysis. Yet a unified framework to define motivations, core components, and its distinct types is lacking. To address this gap, we reviewed 141 publications from leading visual analytics and HCI venues (2014-2024). Our analysis (1) outlines the motivations for what-if analysis, (2) introduces Praxa, a structured framework that identifies its fundamental components and characterizes its distinct types, and (3) highlights challenges associated with the application and implementation. Together, our findings establish a standardized vocabulary and structural understanding, enabling more consistent use across domains and communicate with greater conceptual clarity. Finally, we identify open research problems and future directions to advance what-if analysis.
△ Less
Submitted 17 October, 2025; v1 submitted 10 October, 2025;
originally announced October 2025.
-
Leveraging Shared Prototypes for a Multimodal Pulse Motion Foundation Model
Authors:
Wanting Mao,
Maxwell A Xu,
Harish Haresamudram,
Mithun Saha,
Santosh Kumar,
James Matthew Rehg
Abstract:
Modeling multi-modal time-series data is critical for capturing system-level dynamics, particularly in biosignals where modalities such as ECG, PPG, EDA, and accelerometry provide complementary perspectives on interconnected physiological processes. While recent self-supervised learning (SSL) advances have improved unimodal representation learning, existing multi-modal approaches often rely on CLI…
▽ More
Modeling multi-modal time-series data is critical for capturing system-level dynamics, particularly in biosignals where modalities such as ECG, PPG, EDA, and accelerometry provide complementary perspectives on interconnected physiological processes. While recent self-supervised learning (SSL) advances have improved unimodal representation learning, existing multi-modal approaches often rely on CLIP-style contrastive objectives that overfit to easily aligned features and misclassify valid cross-modal relationships as negatives, resulting in fragmented and non-generalizable embeddings. To overcome these limitations, we propose ProtoMM, a novel SSL framework that introduces a shared prototype dictionary to anchor heterogeneous modalities in a common embedding space. By clustering representations around shared prototypes rather than explicit negative sampling, our method captures complementary information across modalities and provides a coherent "common language" for physiological signals. In this work, we focus on developing a Pulse Motion foundation model with ProtoMM and demonstrate that our approach outperforms contrastive-only and prior multimodal SSL methods, achieving state-of-the-art performance while offering improved interpretability of learned features.
△ Less
Submitted 10 October, 2025;
originally announced October 2025.
-
Analytical Survey of Learning with Low-Resource Data: From Analysis to Investigation
Authors:
Xiaofeng Cao,
Mingwei Xu,
Xin Yu,
Jiangchao Yao,
Wei Ye,
Shengjun Huang,
Minling Zhang,
Ivor W. Tsang,
Yew Soon Ong,
James T. Kwok,
Heng Tao Shen
Abstract:
Learning with high-resource data has demonstrated substantial success in artificial intelligence (AI); however, the costs associated with data annotation and model training remain significant. A fundamental objective of AI research is to achieve robust generalization with limited-resource data. This survey employs agnostic active sampling theory within the Probably Approximately Correct (PAC) fram…
▽ More
Learning with high-resource data has demonstrated substantial success in artificial intelligence (AI); however, the costs associated with data annotation and model training remain significant. A fundamental objective of AI research is to achieve robust generalization with limited-resource data. This survey employs agnostic active sampling theory within the Probably Approximately Correct (PAC) framework to analyze the generalization error and label complexity associated with learning from low-resource data in both model-agnostic supervised and unsupervised settings. Based on this analysis, we investigate a suite of optimization strategies tailored for low-resource data learning, including gradient-informed optimization, meta-iteration optimization, geometry-aware optimization, and LLMs-powered optimization. Furthermore, we provide a comprehensive overview of multiple learning paradigms that can benefit from low-resource data, including domain transfer, reinforcement feedback, and hierarchical structure modeling. Finally, we conclude our analysis and investigation by summarizing the key findings and highlighting their implications for learning with low-resource data.
△ Less
Submitted 9 October, 2025;
originally announced October 2025.
-
How Many Code and Test Cases Are Enough? Evaluating Test Cases Generation from a Binary-Matrix Perspective
Authors:
Xianzhen Luo,
Jinyang Huang,
Wenzhen Zheng,
Qingfu Zhu,
Mingzheng Xu,
Yiheng Xu,
Yuantao Fan,
Libo Qin,
Wanxiang Che
Abstract:
Evaluating test cases automatically generated by Large Language Models (LLMs) is a critical yet challenging task. Existing benchmarks suffer from high computational costs, score inflation, and a bias towards trivial bugs over rare, critical faults. In this work, we ask two fundamental questions: (1) What is the minimal set of wrong codes sufficient to represent the entire error space? and (2) What…
▽ More
Evaluating test cases automatically generated by Large Language Models (LLMs) is a critical yet challenging task. Existing benchmarks suffer from high computational costs, score inflation, and a bias towards trivial bugs over rare, critical faults. In this work, we ask two fundamental questions: (1) What is the minimal set of wrong codes sufficient to represent the entire error space? and (2) What is the minimal set of test cases needed to distinguish them? We introduce a framework that formalizes benchmark construction as finding an optimal diagnostic basis in a binary code-test matrix. The rank of this matrix specifies the minimal number of independent error patterns (wrong codes) and provides a tight upper bound on the number of test cases required for complete fault coverage. Our objective is to identify a basis of size equal to the matrix rank that maximizes internal diversity. To tackle this NP-hard problem, we propose WrongSelect, an efficient approximation algorithm to select maximally diverse wrong codes. Applying this framework to millions of competitive programming submissions, we construct TC-Bench, a compact, diverse, and inflation-resistant benchmark. Extensive experiments show that even the most advanced test case generation methods achieve only ~60% exclusion rates on TC-Bench, exposing a significant gap in their diagnostic power. Our dataset is available at: https://huggingface.co/datasets/Luoberta/TC-Bench and our code is at: https://github.com/Luowaterbi/TC-Bench.
△ Less
Submitted 9 October, 2025;
originally announced October 2025.
-
BigCodeArena: Unveiling More Reliable Human Preferences in Code Generation via Execution
Authors:
Terry Yue Zhuo,
Xiaolong Jin,
Hange Liu,
Juyong Jiang,
Tianyang Liu,
Chen Gong,
Bhupesh Bishnoi,
Vaisakhi Mishra,
Marek Suppa,
Noah Ziems,
Saiteja Utpala,
Ming Xu,
Guangyu Song,
Kaixin Li,
Yuhan Cao,
Bo Liu,
Zheng Liu,
Sabina Abdurakhmanova,
Wenhao Yu,
Mengzhao Jia,
Jihan Yao,
Kenneth Hamilton,
Kumar Shridhar,
Minh Chien Vu,
Dingmin Wang
, et al. (15 additional authors not shown)
Abstract:
Crowdsourced model evaluation platforms, such as Chatbot Arena, enable real-time evaluation from human perspectives to assess the quality of model responses. In the coding domain, manually examining the quality of LLM-generated content is extremely challenging, as it requires understanding long chunks of raw code and deliberately simulating code execution. To this end, we introduce BigCodeArena, a…
▽ More
Crowdsourced model evaluation platforms, such as Chatbot Arena, enable real-time evaluation from human perspectives to assess the quality of model responses. In the coding domain, manually examining the quality of LLM-generated content is extremely challenging, as it requires understanding long chunks of raw code and deliberately simulating code execution. To this end, we introduce BigCodeArena, an open human evaluation platform for code generation backed by a comprehensive and on-the-fly execution environment. Built on top of Chatbot Arena, BigCodeArena enables the execution of LLM-generated code and allows humans to interact with the execution process and outcomes. We collected over 14,000 raw code-centric conversation sessions across 10 widely used LLMs, spanning 10 languages and 8 types of execution environments. Among these conversations, we identified more than 4,700 multi-turn samples with pairwise human preferences. Further analysis uncovers underexplored preferences of LLMs in fine-grained domains characterized by tasks, languages, and frameworks. To systematically examine code understanding and generation capabilities of frontier LLMs, we curated two benchmarks based on the collected data, namely BigCodeReward and AutoCodeArena. For BigCodeReward, we post-processed the 4,700 conversations and evaluated the consistency between reward models and human preferences. The evaluation shows that most LLMs have superior performance in judging coding preferences when the execution results are available. Inspired by these findings, we propose AutoCodeArena, an automatic Elo rating benchmark designed to assess the coding quality of LLMs without human involvement. We find that proprietary LLMs like GPT-5, Claude-Sonnet-4, and Claude-Opus-4 still lead in code generation performance among recent emerging models.
△ Less
Submitted 9 October, 2025;
originally announced October 2025.
-
First measurements of the branching fractions of $J/ψ\to Ξ^0\barΛK^0_S+c.c.$, $J/ψ\to Ξ^0\barΣ^0 K^0_S+c.c.$, and $J/ψ\to Ξ^0\barΣ^- K^++c.c.$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
X. C. Ai,
R. Aliberti,
A. Amoroso,
Q. An,
Y. Bai,
O. Bakina,
Y. Ban,
H. -R. Bao,
V. Batozskaya,
K. Begzsuren,
N. Berger,
M. Berlowski,
M. B. Bertani,
D. Bettoni,
F. Bianchi,
E. Bianco,
A. Bortone,
I. Boyko,
R. A. Briere,
A. Brueggemann,
H. Cai
, et al. (683 additional authors not shown)
Abstract:
By analyzing $(10087 \pm 44)\times10^6$ $J/ψ$ events collected with the BESIII detector at the BEPCII, the decays $J/ψ\to Ξ^0\barΛK^0_S+c.c.$, $J/ψ\to Ξ^0\barΣ^0 K^0_S+c.c.$, and $J/ψ\to Ξ^0\barΣ^- K^++c.c.$ are observed for the first time. Their branching fractions are determined to be $\mathcal{B}(J/ψ\to Ξ^0\barΛK^0_S+c.c.)=(3.76\pm0.14\pm 0.22)\times10^{-5}$,…
▽ More
By analyzing $(10087 \pm 44)\times10^6$ $J/ψ$ events collected with the BESIII detector at the BEPCII, the decays $J/ψ\to Ξ^0\barΛK^0_S+c.c.$, $J/ψ\to Ξ^0\barΣ^0 K^0_S+c.c.$, and $J/ψ\to Ξ^0\barΣ^- K^++c.c.$ are observed for the first time. Their branching fractions are determined to be $\mathcal{B}(J/ψ\to Ξ^0\barΛK^0_S+c.c.)=(3.76\pm0.14\pm 0.22)\times10^{-5}$, $\mathcal{B}(J/ψ\to Ξ^0\barΣ^0 K^0_S+c.c.)=(2.24\pm0.32\pm 0.22)\times10^{-5}$, and $\mathcal{B}(J/ψ\to Ξ^0\barΣ^- K^++c.c.)=(5.64\pm0.17\pm 0.27)\times10^{-5}$, where the first uncertainties are statistical and the second systematic.
△ Less
Submitted 9 October, 2025;
originally announced October 2025.
-
A Unified Multi-Task Learning Framework for Generative Auto-Bidding with Validation-Aligned Optimization
Authors:
Yiqin Lv,
Zhiyu Mou,
Miao Xu,
Jinghao Chen,
Qi Wang,
Yixiu Mao,
Yun Qu,
Rongquan Bai,
Chuan Yu,
Jian Xu,
Bo Zheng,
Xiangyang Ji
Abstract:
In online advertising, heterogeneous advertiser requirements give rise to numerous customized bidding tasks that are typically optimized independently, resulting in extensive computation and limited data efficiency. Multi-task learning offers a principled framework to train these tasks jointly through shared representations. However, existing multi-task optimization strategies are primarily guided…
▽ More
In online advertising, heterogeneous advertiser requirements give rise to numerous customized bidding tasks that are typically optimized independently, resulting in extensive computation and limited data efficiency. Multi-task learning offers a principled framework to train these tasks jointly through shared representations. However, existing multi-task optimization strategies are primarily guided by training dynamics and often generalize poorly in volatile bidding environments. To this end, we present Validation-Aligned Multi-task Optimization (VAMO), which adaptively assigns task weights based on the alignment between per-task training gradients and a held-out validation gradient, thereby steering updates toward validation improvement and better matching deployment objectives. We further equip the framework with a periodicity-aware temporal module and couple it with an advanced generative auto-bidding backbone to enhance cross-task transfer of seasonal structure and strengthen bidding performance. Meanwhile, we provide theoretical insights into the proposed method, e.g., convergence guarantee and alignment analysis. Extensive experiments on both simulated and large-scale real-world advertising systems consistently demonstrate significant improvements over typical baselines, illuminating the effectiveness of the proposed approach.
△ Less
Submitted 8 October, 2025;
originally announced October 2025.