-
OneRec-V2 Technical Report
Authors:
Guorui Zhou,
Hengrui Hu,
Hongtao Cheng,
Huanjie Wang,
Jiaxin Deng,
Jinghao Zhang,
Kuo Cai,
Lejian Ren,
Lu Ren,
Liao Yu,
Pengfei Zheng,
Qiang Luo,
Qianqian Wang,
Qigen Hu,
Rui Huang,
Ruiming Tang,
Shiyao Wang,
Shujie Yang,
Tao Wu,
Wuchao Li,
Xinchen Luo,
Xingmei Wang,
Yi Su,
Yunfan Wu,
Zexuan Cheng
, et al. (50 additional authors not shown)
Abstract:
Recent breakthroughs in generative AI have transformed recommender systems through end-to-end generation. OneRec reformulates recommendation as an autoregressive generation task, achieving high Model FLOPs Utilization. While OneRec-V1 has shown significant empirical success in real-world deployment, two critical challenges hinder its scalability and performance: (1) inefficient computational alloc…
▽ More
Recent breakthroughs in generative AI have transformed recommender systems through end-to-end generation. OneRec reformulates recommendation as an autoregressive generation task, achieving high Model FLOPs Utilization. While OneRec-V1 has shown significant empirical success in real-world deployment, two critical challenges hinder its scalability and performance: (1) inefficient computational allocation where 97.66% of resources are consumed by sequence encoding rather than generation, and (2) limitations in reinforcement learning relying solely on reward models.
To address these challenges, we propose OneRec-V2, featuring: (1) Lazy Decoder-Only Architecture: Eliminates encoder bottlenecks, reducing total computation by 94% and training resources by 90%, enabling successful scaling to 8B parameters. (2) Preference Alignment with Real-World User Interactions: Incorporates Duration-Aware Reward Shaping and Adaptive Ratio Clipping to better align with user preferences using real-world feedback.
Extensive A/B tests on Kuaishou demonstrate OneRec-V2's effectiveness, improving App Stay Time by 0.467%/0.741% while balancing multi-objective recommendations. This work advances generative recommendation scalability and alignment with real-world feedback, representing a step forward in the development of end-to-end recommender systems.
△ Less
Submitted 28 August, 2025;
originally announced August 2025.
-
Task-Oriented Edge-Assisted Cross-System Design for Real-Time Human-Robot Interaction in Industrial Metaverse
Authors:
Kan Chen,
Zhen Meng,
Xiangmin Xu,
Jiaming Yang,
Emma Li,
Philip G. Zhao
Abstract:
Real-time human-device interaction in industrial Metaverse faces challenges such as high computational load, limited bandwidth, and strict latency. This paper proposes a task-oriented edge-assisted cross-system framework using digital twins (DTs) to enable responsive interactions. By predicting operator motions, the system supports: 1) proactive Metaverse rendering for visual feedback, and 2) pree…
▽ More
Real-time human-device interaction in industrial Metaverse faces challenges such as high computational load, limited bandwidth, and strict latency. This paper proposes a task-oriented edge-assisted cross-system framework using digital twins (DTs) to enable responsive interactions. By predicting operator motions, the system supports: 1) proactive Metaverse rendering for visual feedback, and 2) preemptive control of remote devices. The DTs are decoupled into two virtual functions-visual display and robotic control-optimizing both performance and adaptability. To enhance generalizability, we introduce the Human-In-The-Loop Model-Agnostic Meta-Learning (HITL-MAML) algorithm, which dynamically adjusts prediction horizons. Evaluation on two tasks demonstrates the framework's effectiveness: in a Trajectory-Based Drawing Control task, it reduces weighted RMSE from 0.0712 m to 0.0101 m; in a real-time 3D scene representation task for nuclear decommissioning, it achieves a PSNR of 22.11, SSIM of 0.8729, and LPIPS of 0.1298. These results show the framework's capability to ensure spatial precision and visual fidelity in real-time, high-risk industrial environments.
△ Less
Submitted 28 August, 2025;
originally announced August 2025.
-
Collaborative Evolution of Intelligent Agents in Large-Scale Microservice Systems
Authors:
Yilin Li,
Song Han,
Sibo Wang,
Ming Wang,
Renzi Meng
Abstract:
This paper proposes an intelligent service optimization method based on a multi-agent collaborative evolution mechanism to address governance challenges in large-scale microservice architectures. These challenges include complex service dependencies, dynamic topology structures, and fluctuating workloads. The method models each service as an agent and introduces graph representation learning to co…
▽ More
This paper proposes an intelligent service optimization method based on a multi-agent collaborative evolution mechanism to address governance challenges in large-scale microservice architectures. These challenges include complex service dependencies, dynamic topology structures, and fluctuating workloads. The method models each service as an agent and introduces graph representation learning to construct a service dependency graph. This enables agents to perceive and embed structural changes within the system. Each agent learns its policy based on a Markov Decision Process. A centralized training and decentralized execution framework is used to integrate local autonomy with global coordination. To enhance overall system performance and adaptability, a game-driven policy optimization mechanism is designed. Through a selection-mutation process, agent strategy distributions are dynamically adjusted. This supports adaptive collaboration and behavioral evolution among services. Under this mechanism, the system can quickly respond and achieve stable policy convergence when facing scenarios such as sudden workload spikes, topology reconfigurations, or resource conflicts. To evaluate the effectiveness of the proposed method, experiments are conducted on a representative microservice simulation platform. Comparative analyses are performed against several advanced approaches, focusing on coordination efficiency, adaptability, and policy convergence performance. Experimental results show that the proposed method outperforms others in several key metrics. It significantly improves governance efficiency and operational stability in large-scale microservice systems. The method demonstrates strong practical value and engineering feasibility.
△ Less
Submitted 28 August, 2025;
originally announced August 2025.
-
DentalBench: Benchmarking and Advancing LLMs Capability for Bilingual Dentistry Understanding
Authors:
Hengchuan Zhu,
Yihuan Xu,
Yichen Li,
Zijie Meng,
Zuozhu Liu
Abstract:
Recent advances in large language models (LLMs) and medical LLMs (Med-LLMs) have demonstrated strong performance on general medical benchmarks. However, their capabilities in specialized medical fields, such as dentistry which require deeper domain-specific knowledge, remain underexplored due to the lack of targeted evaluation resources. In this paper, we introduce DentalBench, the first comprehen…
▽ More
Recent advances in large language models (LLMs) and medical LLMs (Med-LLMs) have demonstrated strong performance on general medical benchmarks. However, their capabilities in specialized medical fields, such as dentistry which require deeper domain-specific knowledge, remain underexplored due to the lack of targeted evaluation resources. In this paper, we introduce DentalBench, the first comprehensive bilingual benchmark designed to evaluate and advance LLMs in the dental domain. DentalBench consists of two main components: DentalQA, an English-Chinese question-answering (QA) benchmark with 36,597 questions spanning 4 tasks and 16 dental subfields; and DentalCorpus, a large-scale, high-quality corpus with 337.35 million tokens curated for dental domain adaptation, supporting both supervised fine-tuning (SFT) and retrieval-augmented generation (RAG). We evaluate 14 LLMs, covering proprietary, open-source, and medical-specific models, and reveal significant performance gaps across task types and languages. Further experiments with Qwen-2.5-3B demonstrate that domain adaptation substantially improves model performance, particularly on knowledge-intensive and terminology-focused tasks, and highlight the importance of domain-specific benchmarks for developing trustworthy and effective LLMs tailored to healthcare applications.
△ Less
Submitted 28 August, 2025;
originally announced August 2025.
-
Inclusive $B$-meson flavour-tagging algorithm at LHCb
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,
P. Albicocco,
J. Albrecht,
R. Aleksiejunas,
F. Alessio,
P. Alvarez Cartelle,
R. Amalric,
S. Amato,
J. L. Amey,
Y. Amhis,
L. An
, et al. (1178 additional authors not shown)
Abstract:
A new algorithm is developed to identify the flavour of neutral $B$ mesons at production in $pp$ collisions by utilising all tracks from the hadronisation process. The algorithm is calibrated separately for $B^0$ and $B^{0}_{s}$ mesons using $B^{0}\to J/ψK^{+}π^-$ and $B^{0}_{s}\to D_{s}^{-}π^+$ decays from $pp$ collision data collected by the LHCb experiment at a centre-of-mass energy of 13\,TeV.…
▽ More
A new algorithm is developed to identify the flavour of neutral $B$ mesons at production in $pp$ collisions by utilising all tracks from the hadronisation process. The algorithm is calibrated separately for $B^0$ and $B^{0}_{s}$ mesons using $B^{0}\to J/ψK^{+}π^-$ and $B^{0}_{s}\to D_{s}^{-}π^+$ decays from $pp$ collision data collected by the LHCb experiment at a centre-of-mass energy of 13\,TeV. This new algorithm improves the tagging power by 35\% for $B^{0}$ mesons and 20\% for $B^{0}_{s}$ mesons when compared to the combined performance of the existing LHCb flavour-tagging algorithms.
△ Less
Submitted 27 August, 2025;
originally announced August 2025.
-
InfraredGP: Efficient Graph Partitioning via Spectral Graph Neural Networks with Negative Corrections
Authors:
Meng Qin,
Weihua Li,
Jinqiang Cui,
Sen Pei
Abstract:
Graph partitioning (GP), a.k.a. community detection, is a classic problem that divides nodes of a graph into densely-connected blocks. From a perspective of graph signal processing, we find that graph Laplacian with a negative correction can derive graph frequencies beyond the conventional range $[0, 2]$. To explore whether the low-frequency information beyond this range can encode more informativ…
▽ More
Graph partitioning (GP), a.k.a. community detection, is a classic problem that divides nodes of a graph into densely-connected blocks. From a perspective of graph signal processing, we find that graph Laplacian with a negative correction can derive graph frequencies beyond the conventional range $[0, 2]$. To explore whether the low-frequency information beyond this range can encode more informative properties about community structures, we propose InfraredGP. It (\romannumeral1) adopts a spectral GNN as its backbone combined with low-pass filters and a negative correction mechanism, (\romannumeral2) only feeds random inputs to this backbone, (\romannumeral3) derives graph embeddings via one feed-forward propagation (FFP) without any training, and (\romannumeral4) obtains feasible GP results by feeding the derived embeddings to BIRCH. Surprisingly, our experiments demonstrate that based solely on the negative correction mechanism that amplifies low-frequency information beyond $[0, 2]$, InfraredGP can derive distinguishable embeddings for some standard clustering modules (e.g., BIRCH) and obtain high-quality results for GP without any training. Following the IEEE HPEC Graph Challenge benchmark, we evaluate InfraredGP for both static and streaming GP, where InfraredGP can achieve much better efficiency (e.g., 16x-23x faster) and competitive quality over various baselines. We have made our code public at https://github.com/KuroginQin/InfraredGP
△ Less
Submitted 27 August, 2025;
originally announced August 2025.
-
Low-Cost Architecture and Efficient Pattern Synthesis for Polarimetric Phased Array Based on Polarization Coding Reconfigurable Elements
Authors:
Yiqing Wang,
Jian Zhou,
Chen Pang,
Wenyang Man,
Zixiang Xiong,
Ke Meng,
Zhanling Wang,
Yongzhen Li
Abstract:
Polarimetric phased arrays (PPAs) enhance radar target detection and anti-jamming capabilities. However, the dual transmit/receive (T/R) channel requirement leads to high costs and system complexity. To address this, this paper introduces a polarization-coding reconfigurable phased array (PCRPA) and associated pattern synthesis techniques to reduce PPA costs while minimizing performance degradatio…
▽ More
Polarimetric phased arrays (PPAs) enhance radar target detection and anti-jamming capabilities. However, the dual transmit/receive (T/R) channel requirement leads to high costs and system complexity. To address this, this paper introduces a polarization-coding reconfigurable phased array (PCRPA) and associated pattern synthesis techniques to reduce PPA costs while minimizing performance degradation. Each PCRPA element connects to a single T/R channel and incorporates two-level RF switches for real-time control of polarization states and waveforms. By adjusting element codes and excitation weights, the PCRPA can generate arbitrarily polarized and dual-polarized beams. Efficient beam pattern synthesis methods are also proposed, featuring novel optimization constraints derived from theoretical and analytical analysis of PCRPAs. Simulations demonstrate that the approach achieves low cross-polarization and sidelobe levels comparable to conventional architectures within the scan range, particularly for large arrays. However, the channel reduction inevitably incurs power and directivity loss. Experiments conducted on an $8\times 8$ X-band array antenna validate the effectiveness of the proposed system. The PCRPA and synthesis methods are well-suited for large-scale PPA systems, offering significant cost-effectiveness while maintaining good sidelobe suppression and polarization control performance.
△ Less
Submitted 28 August, 2025; v1 submitted 27 August, 2025;
originally announced August 2025.
-
Breaking the Layer Barrier: Remodeling Private Transformer Inference with Hybrid CKKS and MPC
Authors:
Tianshi Xu,
Wen-jie Lu,
Jiangrui Yu,
Chen Yi,
Chenqi Lin,
Runsheng Wang,
Meng Li
Abstract:
This paper presents an efficient framework for private Transformer inference that combines Homomorphic Encryption (HE) and Secure Multi-party Computation (MPC) to protect data privacy. Existing methods often leverage HE for linear layers (e.g., matrix multiplications) and MPC for non-linear layers (e.g., Softmax activation functions), but the conversion between HE and MPC introduces significant co…
▽ More
This paper presents an efficient framework for private Transformer inference that combines Homomorphic Encryption (HE) and Secure Multi-party Computation (MPC) to protect data privacy. Existing methods often leverage HE for linear layers (e.g., matrix multiplications) and MPC for non-linear layers (e.g., Softmax activation functions), but the conversion between HE and MPC introduces significant communication costs. The proposed framework, dubbed BLB, overcomes this by breaking down layers into fine-grained operators and further fusing adjacent linear operators, reducing the need for HE/MPC conversions. To manage the increased ciphertext bit width from the fused linear operators, BLB proposes the first secure conversion protocol between CKKS and MPC and enables CKKS-based computation of the fused operators. Additionally, BLB proposes an efficient matrix multiplication protocol for fused computation in Transformers. Extensive evaluations on BERT-base, BERT-large, and GPT2-base show that BLB achieves a $21\times$ reduction in communication overhead compared to BOLT (S\&P'24) and a $2\times$ reduction compared to Bumblebee (NDSS'25), along with latency reductions of $13\times$ and $1.8\times$, respectively, when leveraging GPU acceleration.
△ Less
Submitted 26 August, 2025;
originally announced August 2025.
-
Reading minds on the road: decoding perceived risk in automated vehicles through 140K+ ratings
Authors:
Xiaolin He,
Zirui Li,
Xinwei Wang,
Riender Happee,
Meng Wang
Abstract:
Perceived risk in automated vehicles (AVs) can create the very danger that automation is meant to prevent: a frightened rider may hesitate when seconds matter, misjudge hazards, or disengage. However, measuring how perceived risk evolves in real time during driving remains challenging, leaving a gap in decoding such hidden psychological states. Here, we present a novel method to time-continuously…
▽ More
Perceived risk in automated vehicles (AVs) can create the very danger that automation is meant to prevent: a frightened rider may hesitate when seconds matter, misjudge hazards, or disengage. However, measuring how perceived risk evolves in real time during driving remains challenging, leaving a gap in decoding such hidden psychological states. Here, we present a novel method to time-continuously measure and decode perceived risk. We conducted a controlled experiment where 2,164 participants viewed high-fidelity videos of common highway driving scenes and provided 141,628 discrete safety ratings. Through continuous-signal reconstruction of the discrete ratings, we obtained 236 hours of time-continuous perceived risk data - the largest perceived risk dataset to date. Leveraging this dataset, we trained deep neural networks that predict moment-by-moment perceived risk from vehicle kinematics with a mean relative error below $3\%$. Explainable AI analysis uncovers which factors determine perceived risk in real time. Our findings demonstrate a new paradigm for quantifying dynamic passenger experience and psychological constructs in real time. These findings can guide the design of AVs and other machines that operate in close proximity to people, adjusting behaviour before trust erodes, and help realise automation's benefits in transport, healthcare, and service robotics.
△ Less
Submitted 26 August, 2025;
originally announced August 2025.
-
Measurement of the branching fraction of $\psip \to ωηη$
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. (706 additional authors not shown)
Abstract:
Using a sample of (2.712 $\pm$ 0.014)$\times 10^{9}$ $\psip$ events collected with the BESIII detector at the BEPCII collider in 2009, 2012, and 2021, the decay $\psip \to ωηη$ is observed for the first time. The branching fraction of the $ψ(3686)\toωηη$ decay is measured to be (1.65 $\pm$ 0.02 $\pm$ 0.21)$\times 10^{-5}$, where the first uncertainty is statistical and the second systematic. Clear…
▽ More
Using a sample of (2.712 $\pm$ 0.014)$\times 10^{9}$ $\psip$ events collected with the BESIII detector at the BEPCII collider in 2009, 2012, and 2021, the decay $\psip \to ωηη$ is observed for the first time. The branching fraction of the $ψ(3686)\toωηη$ decay is measured to be (1.65 $\pm$ 0.02 $\pm$ 0.21)$\times 10^{-5}$, where the first uncertainty is statistical and the second systematic. Clear structures associated with the well-established $ω(1420)$ and $f_{0}(1710)$ resonances are observed in the $ωη$ and $ηη$ invariant-mass spectra, respectively.
△ Less
Submitted 26 August, 2025;
originally announced August 2025.
-
Enabling MoE on the Edge via Importance-Driven Expert Scheduling
Authors:
Guoying Zhu,
Meng Li,
Haipeng Dai,
Xuechen Liu,
Weijun Wang,
Keran Li,
Jun xiao,
Ligeng Chen,
Wei Wang
Abstract:
The Mixture of Experts (MoE) architecture has emerged as a key technique for scaling Large Language Models by activating only a subset of experts per query. Deploying MoE on consumer-grade edge hardware, however, is constrained by limited device memory, making dynamic expert offloading essential. Unlike prior work that treats offloading purely as a scheduling problem, we leverage expert importance…
▽ More
The Mixture of Experts (MoE) architecture has emerged as a key technique for scaling Large Language Models by activating only a subset of experts per query. Deploying MoE on consumer-grade edge hardware, however, is constrained by limited device memory, making dynamic expert offloading essential. Unlike prior work that treats offloading purely as a scheduling problem, we leverage expert importance to guide decisions, substituting low-importance activated experts with functionally similar ones already cached in GPU memory, thereby preserving accuracy. As a result, this design reduces memory usage and data transfer, while largely eliminating PCIe overhead. In addition, we introduce a scheduling policy that maximizes the reuse ratio of GPU-cached experts, further boosting efficiency. Extensive evaluations show that our approach delivers 48% lower decoding latency with over 60% expert cache hit rate, while maintaining nearly lossless accuracy.
△ Less
Submitted 26 August, 2025;
originally announced August 2025.
-
Study of the $χ_{cJ}\rightarrowΛ\barΛη^\prime$ 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. 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:
Using a data sample of $(2.712\pm0.014)\times10^{9}$ $ψ(3686)$ events collected with the BESIII detector at the BEPCII collider, we investigate the decays $χ_{cJ} \rightarrow Λ\barΛ η^\prime$ for $J=0,~1,~2$ via the radiative transition $ψ(3686) \rightarrow γχ_{cJ}$. The decays $χ_{c0,2}\rightarrowΛ\barΛη^\prime$ are observed for the first time, with statistical significances of 6.7$\,σ$ and 6.4…
▽ More
Using a data sample of $(2.712\pm0.014)\times10^{9}$ $ψ(3686)$ events collected with the BESIII detector at the BEPCII collider, we investigate the decays $χ_{cJ} \rightarrow Λ\barΛ η^\prime$ for $J=0,~1,~2$ via the radiative transition $ψ(3686) \rightarrow γχ_{cJ}$. The decays $χ_{c0,2}\rightarrowΛ\barΛη^\prime$ are observed for the first time, with statistical significances of 6.7$\,σ$ and 6.4$\,σ$, respectively. Evidence for the decay $χ_{c1}\rightarrowΛ\barΛη^\prime$ is found with a statistical significance of 3.3$\,σ$. The corresponding branching fractions are measured to be $\mathscr{B}(χ_{c0}\rightarrowΛ\barΛη^\prime)=(7.56\pm1.42\pm0.90)\times10^{-5}$, $\mathscr{B}(χ_{c1}\rightarrowΛ\barΛη^\prime)=(1.54\pm0.51\pm0.16)\times10^{-5}$, and $\mathscr{B}(χ_{c2}\rightarrowΛ\barΛη^\prime)=(3.03\pm0.61\pm0.29)\times10^{-5}$, where the first uncertainties are statistical and the second systematic. No significant excited $Λ$ baryon states or $Λ\barΛ$ near-threshold enhancements are observed.
△ Less
Submitted 26 August, 2025;
originally announced August 2025.
-
Wan-S2V: Audio-Driven Cinematic Video Generation
Authors:
Xin Gao,
Li Hu,
Siqi Hu,
Mingyang Huang,
Chaonan Ji,
Dechao Meng,
Jinwei Qi,
Penchong Qiao,
Zhen Shen,
Yafei Song,
Ke Sun,
Linrui Tian,
Guangyuan Wang,
Qi Wang,
Zhongjian Wang,
Jiayu Xiao,
Sheng Xu,
Bang Zhang,
Peng Zhang,
Xindi Zhang,
Zhe Zhang,
Jingren Zhou,
Lian Zhuo
Abstract:
Current state-of-the-art (SOTA) methods for audio-driven character animation demonstrate promising performance for scenarios primarily involving speech and singing. However, they often fall short in more complex film and television productions, which demand sophisticated elements such as nuanced character interactions, realistic body movements, and dynamic camera work. To address this long-standin…
▽ More
Current state-of-the-art (SOTA) methods for audio-driven character animation demonstrate promising performance for scenarios primarily involving speech and singing. However, they often fall short in more complex film and television productions, which demand sophisticated elements such as nuanced character interactions, realistic body movements, and dynamic camera work. To address this long-standing challenge of achieving film-level character animation, we propose an audio-driven model, which we refere to as Wan-S2V, built upon Wan. Our model achieves significantly enhanced expressiveness and fidelity in cinematic contexts compared to existing approaches. We conducted extensive experiments, benchmarking our method against cutting-edge models such as Hunyuan-Avatar and Omnihuman. The experimental results consistently demonstrate that our approach significantly outperforms these existing solutions. Additionally, we explore the versatility of our method through its applications in long-form video generation and precise video lip-sync editing.
△ Less
Submitted 25 August, 2025;
originally announced August 2025.
-
Search for $χ_{c1}\to π^{+}π^{-}η_c$ via $ψ(3686)\toγχ_{c1}$
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. (697 additional authors not shown)
Abstract:
Utilizing $(2712.4 \pm 14.3) \times 10^6$ $ψ(3686)$ events collected with the BESIII detector at the BEPCII collider, we search for the hadronic transition process $χ_{c1} \to π^+π^-η_c$ following the decay $ψ(3686)\to γχ_{c1}$. No significant signal is observed, and an upper limit of $\mathcal{B}(χ_{c1}\toπ^+π^-η_c)$ is determined to be $3.1 times 10^{-4}$~at 90\% confidence level, which is one o…
▽ More
Utilizing $(2712.4 \pm 14.3) \times 10^6$ $ψ(3686)$ events collected with the BESIII detector at the BEPCII collider, we search for the hadronic transition process $χ_{c1} \to π^+π^-η_c$ following the decay $ψ(3686)\to γχ_{c1}$. No significant signal is observed, and an upper limit of $\mathcal{B}(χ_{c1}\toπ^+π^-η_c)$ is determined to be $3.1 times 10^{-4}$~at 90\% confidence level, which is one order of magnitude more stringent than the previous measurement.
△ Less
Submitted 25 August, 2025;
originally announced August 2025.
-
Search for a bound state of $Λ_{c}\barΣ_{c}$ near threshold
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. (706 additional authors not shown)
Abstract:
We search for a possible $Λ_{c} \bar{Σ}_{c}$ bound state, denoted as $H_{c}^{\pm}$, via the $ e^{+}e^{-} \to π^{+} π^{-} Λ_{c}^{+}\barΛ_{c}^{-}$ process for the first time. This analysis utilizes 207.8 and 159.3 pb$^{-1}$ of $e^{+}e^{-}$ annihilation data at the center-of-mass energies of 4918.02 and 4950.93 MeV, respectively, collected with the BESIII detector at the BEPCII collider. No statistic…
▽ More
We search for a possible $Λ_{c} \bar{Σ}_{c}$ bound state, denoted as $H_{c}^{\pm}$, via the $ e^{+}e^{-} \to π^{+} π^{-} Λ_{c}^{+}\barΛ_{c}^{-}$ process for the first time. This analysis utilizes 207.8 and 159.3 pb$^{-1}$ of $e^{+}e^{-}$ annihilation data at the center-of-mass energies of 4918.02 and 4950.93 MeV, respectively, collected with the BESIII detector at the BEPCII collider. No statistically significant signal is observed. The upper limits of the product of Born cross section and branching fraction $σ(e^{+}e^{-} \to π^{+} H_c^{-} + c.c.) \times \mathcal{B}(H_c^{-} \rightarrow π^{-}Λ_{c}^{+}\barΛ_{c}^{-})$ at a 90\% confidence level are reported at each energy point and for various $H_{c}$ mass hypotheses (4715, 4720, 4725, 4730, and 4735 MeV/$c^{2}$) and widths (5, 10, or 20 MeV), with the upper limits ranging from 1.1 pb to 6.4 pb.
△ Less
Submitted 25 August, 2025;
originally announced August 2025.
-
Asymmetric stress engineering of dense dislocations in brittle superconductors for strong vortex pinning
Authors:
Meng Han,
Chiheng Dong,
Chao Yao,
Zhihao Zhang,
Qinghua Zhang,
Yue Gong,
He Huang,
Dongliang Gong,
Dongliang Wang,
Xianping Zhang,
Fang Liu,
Yuping Sun,
Zengwei Zhu,
Jianqi Li,
Junyi Luo,
Satoshi Awaji,
Xiaolin Wang,
Jianxin Xie,
Hideo Hosono,
Yanwei Ma
Abstract:
Large lossless currents in high-temperature superconductors (HTS) critically rely on dense defects with suitable size and dimensionality to pin vortices, with dislocations being particularly effective due to their one-dimensional geometry to interact extensively with vortex lines. However, in non-metallic compounds such as HTS with rigid lattices, conventional deformation methods typically lead to…
▽ More
Large lossless currents in high-temperature superconductors (HTS) critically rely on dense defects with suitable size and dimensionality to pin vortices, with dislocations being particularly effective due to their one-dimensional geometry to interact extensively with vortex lines. However, in non-metallic compounds such as HTS with rigid lattices, conventional deformation methods typically lead to catastrophic fracture rather than dislocation-mediated plasticity, making it a persistent challenge to introduce dislocations at high density. Here, we propose an asymmetric stress field strategy using extrusion to directly nucleate a high-density of dislocations in HTS by activating shear-driven lattice slip and twisting under superimposed hydrostatic compression. As demonstrated in iron-based superconductors (IBS), atomic displacements of nearly one angstrom trigger the formation of tilted dislocation lines with a density approaching that of metals. With further structural refinement, these dislocations serve as strong pinning centers that lead to a fivefold enhancement in the current-carrying capacity of IBS at 33 T, along with low anisotropy and a large irreversibility field. This work not only establishes a scalable route to engineer pinning landscapes in HTS, but also offers a generalizable framework for manipulating dislocation structures in rigid crystalline systems.
△ Less
Submitted 25 August, 2025;
originally announced August 2025.
-
Annotation-Free Open-Vocabulary Segmentation for Remote-Sensing Images
Authors:
Kaiyu Li,
Xiangyong Cao,
Ruixun Liu,
Shihong Wang,
Zixuan Jiang,
Zhi Wang,
Deyu Meng
Abstract:
Semantic segmentation of remote sensing (RS) images is pivotal for comprehensive Earth observation, but the demand for interpreting new object categories, coupled with the high expense of manual annotation, poses significant challenges. Although open-vocabulary semantic segmentation (OVSS) offers a promising solution, existing frameworks designed for natural images are insufficient for the unique…
▽ More
Semantic segmentation of remote sensing (RS) images is pivotal for comprehensive Earth observation, but the demand for interpreting new object categories, coupled with the high expense of manual annotation, poses significant challenges. Although open-vocabulary semantic segmentation (OVSS) offers a promising solution, existing frameworks designed for natural images are insufficient for the unique complexities of RS data. They struggle with vast scale variations and fine-grained details, and their adaptation often relies on extensive, costly annotations. To address this critical gap, this paper introduces SegEarth-OV, the first framework for annotation-free open-vocabulary segmentation of RS images. Specifically, we propose SimFeatUp, a universal upsampler that robustly restores high-resolution spatial details from coarse features, correcting distorted target shapes without any task-specific post-training. We also present a simple yet effective Global Bias Alleviation operation to subtract the inherent global context from patch features, significantly enhancing local semantic fidelity. These components empower SegEarth-OV to effectively harness the rich semantics of pre-trained VLMs, making OVSS possible in optical RS contexts. Furthermore, to extend the framework's universality to other challenging RS modalities like SAR images, where large-scale VLMs are unavailable and expensive to create, we introduce AlignEarth, which is a distillation-based strategy and can efficiently transfer semantic knowledge from an optical VLM encoder to an SAR encoder, bypassing the need to build SAR foundation models from scratch and enabling universal OVSS across diverse sensor types. Extensive experiments on both optical and SAR datasets validate that SegEarth-OV can achieve dramatic improvements over the SOTA methods, establishing a robust foundation for annotation-free and open-world Earth observation.
△ Less
Submitted 25 August, 2025;
originally announced August 2025.
-
Speech Discrete Tokens or Continuous Features? A Comparative Analysis for Spoken Language Understanding in SpeechLLMs
Authors:
Dingdong Wang,
Junan Li,
Mingyu Cui,
Dongchao Yang,
Xueyuan Chen,
Helen Meng
Abstract:
With the rise of Speech Large Language Models (SpeechLLMs), two dominant approaches have emerged for speech processing: discrete tokens and continuous features. Each approach has demonstrated strong capabilities in audio-related processing tasks. However, the performance gap between these two paradigms has not been thoroughly explored. To address this gap, we present a fair comparison of self-supe…
▽ More
With the rise of Speech Large Language Models (SpeechLLMs), two dominant approaches have emerged for speech processing: discrete tokens and continuous features. Each approach has demonstrated strong capabilities in audio-related processing tasks. However, the performance gap between these two paradigms has not been thoroughly explored. To address this gap, we present a fair comparison of self-supervised learning (SSL)-based discrete and continuous features under the same experimental settings. We evaluate their performance across six spoken language understanding-related tasks using both small and large-scale LLMs (Qwen1.5-0.5B and Llama3.1-8B). We further conduct in-depth analyses, including efficient comparison, SSL layer analysis, LLM layer analysis, and robustness comparison. Our findings reveal that continuous features generally outperform discrete tokens in various tasks. Each speech processing method exhibits distinct characteristics and patterns in how it learns and processes speech information. We hope our results will provide valuable insights to advance spoken language understanding in SpeechLLMs.
△ Less
Submitted 25 August, 2025;
originally announced August 2025.
-
Measurement of branching fractions and $CP$ asymmetries in $\mathitΛ_b^0(\mathitΞ_b^0)\!\to pK_{\mathrm S}^0h^-$ 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,
P. Albicocco,
J. Albrecht,
F. Alessio,
Z. Aliouche,
P. Alvarez Cartelle,
R. Amalric,
S. Amato,
J. L. Amey,
Y. Amhis,
L. An
, et al. (1159 additional authors not shown)
Abstract:
A study of $\mathitΛ_b^0$ and $\mathitΞ_b^0$ baryon decays to the final states $pK_{\mathrm S}^0π^-$ and $pK_{\mathrm S}^0K^-$ is performed using $pp$ collision data collected by the LHCb experiment, corresponding to an integrated luminosity of $9\,\mathrm{fb}^{-1}$. The decays $\mathitΛ_b^0\!\to pK_{\mathrm S}^0K^-$ and $\mathitΞ_b^0\!\to pK_{\mathrm S}^0K^-$ are observed for the first time, with…
▽ More
A study of $\mathitΛ_b^0$ and $\mathitΞ_b^0$ baryon decays to the final states $pK_{\mathrm S}^0π^-$ and $pK_{\mathrm S}^0K^-$ is performed using $pp$ collision data collected by the LHCb experiment, corresponding to an integrated luminosity of $9\,\mathrm{fb}^{-1}$. The decays $\mathitΛ_b^0\!\to pK_{\mathrm S}^0K^-$ and $\mathitΞ_b^0\!\to pK_{\mathrm S}^0K^-$ are observed for the first time, with significances reaching eight standard deviations. The branching fractions and integrated $CP$ asymmetries are measured for the $\mathitΛ_b^0\!\to pK_{\mathrm S}^0π^-$, $\mathitΛ_b^0\!\to pK_{\mathrm S}^0K^-$, and $\mathitΞ_b^0\!\to pK_{\mathrm S}^0K^-$ decays. For the decay $\mathitΛ_b^0\!\to pK_{\mathrm S}^0π^-$, the $CP$ asymmetries are measured in different regions of the Dalitz plot. No evidence of $CP$ violation is observed.
△ Less
Submitted 25 August, 2025;
originally announced August 2025.
-
Search for CP violation in e+e- -> psi(3770) -> DDbar via D -> KsPi0
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. (707 additional authors not shown)
Abstract:
Utilizing data sample of electron-positron collisions recorded with the BESIII detector at the center-of-mass energies of 3.773~GeV, corresponding to an integrated luminosity of 20.28~fb$^{-1}$, we report the first search for the CP forbidden process $e^+e^- \to ψ(3773) \to D^0\bar{D}^0 \to (K^0_Sπ^0)(K^0_Sπ^0)$. No significant signal is observed. We set the upper limit on the observed cross secti…
▽ More
Utilizing data sample of electron-positron collisions recorded with the BESIII detector at the center-of-mass energies of 3.773~GeV, corresponding to an integrated luminosity of 20.28~fb$^{-1}$, we report the first search for the CP forbidden process $e^+e^- \to ψ(3773) \to D^0\bar{D}^0 \to (K^0_Sπ^0)(K^0_Sπ^0)$. No significant signal is observed. We set the upper limit on the observed cross section to be 7.37~fb, and the upper limit on the joint branching fraction of the C-odd correlated neutral $D$ pair $\mathcal{B}[(D^0\bar{D}^0)_{\text{C-odd}} \to (K^0_Sπ^0)(K^0_Sπ^0)]$ to be $2.04 \times 10^{-6}$ at the 90\% confidence level.
△ Less
Submitted 26 August, 2025; v1 submitted 25 August, 2025;
originally announced August 2025.
-
IGR J17091-3624: Newly Formed Periodic Dips Detected in the 2025 Outburst
Authors:
Zikun Lin,
Yanan Wang,
Shuyuan Wei,
Yongkang Sun,
Ileyk El Mellah,
Long Ji,
Samaporn Tinyanont,
Meng Sun,
Song Wang,
Diego Altamirano,
Douglas J. K. Buisson,
Wenxiong Li,
Qian Chen,
Jifeng Liu,
Shuang-Nan Zhang,
Wei Wang,
Zhen Guo,
Pathompong Butpan,
Rungrit Anutarawiramkul
Abstract:
The black hole low-mass X-ray binary (LMXB) candidate IGR J17091-3624 experienced a hard-state-only outburst in 2025. In this paper, we show that IXPE detected a series of intermittent X-ray dips, spanning a total interval of ~1 day. Subsequent observations with NICER, EP, NuSTAR, and Swift reveal that these dips recur with a period of 2.83$\pm$0.07 days and are accompanied by an increase in spect…
▽ More
The black hole low-mass X-ray binary (LMXB) candidate IGR J17091-3624 experienced a hard-state-only outburst in 2025. In this paper, we show that IXPE detected a series of intermittent X-ray dips, spanning a total interval of ~1 day. Subsequent observations with NICER, EP, NuSTAR, and Swift reveal that these dips recur with a period of 2.83$\pm$0.07 days and are accompanied by an increase in spectral hardness. This is the first time such quasi-periodic dipping behavior has been observed in this target since discovery. Our spectral analysis shows that the dips can be explained by obscuration from an ionized absorber characterized by an ionization parameter of $logξ$ ~1-3 erg cm s$^{-1}$ and an equivalent hydrogen column density of $N^{\rm zxipcf}_{\rm H}$~(1-30)$\times10^{22}$ cm$^{-2}$. The periodic reappearance of the absorber is likely caused by obscuring material located in the outer accretion disk, modulated by the binary orbital period. If confirmed, this period would suggest that the donor star in IGR J17091-3624 has deviated from the standard main-sequence evolutionary path and is likely a (partially) stripped giant. In the optical band, no significant periodicity or correlation with the X-ray dips was detected, whereas the radio counterpart exhibited a flat to steep spectrum, in contrast to the inverted spectrum typically observed during the hard state of LMXBs.
△ Less
Submitted 24 August, 2025;
originally announced August 2025.
-
Beyond Emotion Recognition: A Multi-Turn Multimodal Emotion Understanding and Reasoning Benchmark
Authors:
Jinpeng Hu,
Hongchang Shi,
Chongyuan Dai,
Zhuo Li,
Peipei Song,
Meng Wang
Abstract:
Multimodal large language models (MLLMs) have been widely applied across various fields due to their powerful perceptual and reasoning capabilities. In the realm of psychology, these models hold promise for a deeper understanding of human emotions and behaviors. However, recent research primarily focuses on enhancing their emotion recognition abilities, leaving the substantial potential in emotion…
▽ More
Multimodal large language models (MLLMs) have been widely applied across various fields due to their powerful perceptual and reasoning capabilities. In the realm of psychology, these models hold promise for a deeper understanding of human emotions and behaviors. However, recent research primarily focuses on enhancing their emotion recognition abilities, leaving the substantial potential in emotion reasoning, which is crucial for improving the naturalness and effectiveness of human-machine interactions. Therefore, in this paper, we introduce a multi-turn multimodal emotion understanding and reasoning (MTMEUR) benchmark, which encompasses 1,451 video data from real-life scenarios, along with 5,101 progressive questions. These questions cover various aspects, including emotion recognition, potential causes of emotions, future action prediction, etc. Besides, we propose a multi-agent framework, where each agent specializes in a specific aspect, such as background context, character dynamics, and event details, to improve the system's reasoning capabilities. Furthermore, we conduct experiments with existing MLLMs and our agent-based method on the proposed benchmark, revealing that most models face significant challenges with this task.
△ Less
Submitted 22 August, 2025;
originally announced August 2025.
-
H2EAL: Hybrid-Bonding Architecture with Hybrid Sparse Attention for Efficient Long-Context LLM Inference
Authors:
Zizhuo Fu,
Xiaotian Guo,
Wenxuan Zeng,
Shuzhang Zhong,
Yadong Zhang,
Peiyu Chen,
Runsheng Wang,
Le Ye,
Meng Li
Abstract:
Large language models (LLMs) have demonstrated remarkable proficiency in a wide range of natural language processing applications. However, the high energy and latency overhead induced by the KV cache limits the edge deployment, especially for long contexts. Emerging hybrid bonding (HB) technology has been proposed as a promising alternative to conventional near-memory processing (NMP) architectur…
▽ More
Large language models (LLMs) have demonstrated remarkable proficiency in a wide range of natural language processing applications. However, the high energy and latency overhead induced by the KV cache limits the edge deployment, especially for long contexts. Emerging hybrid bonding (HB) technology has been proposed as a promising alternative to conventional near-memory processing (NMP) architectures, offering improved bandwidth efficiency and lower power consumption while exhibiting characteristics of distributed memory. In this paper, we propose H2EAL, a hybrid bonding-based accelerator with sparse attention algorithm-hardware co-design for efficient LLM inference at the edge. At the algorithm level, we propose a hybrid sparse attention scheme with static and dynamic sparsity for different heads to fully leverage the sparsity with high accuracy. At the hardware level, we co-design the hardware to support hybrid sparse attention and propose memory-compute co-placement to address the distributed memory bottleneck. Since different attention heads exhibit different sparse patterns and the attention structure often mismatches the HB architecture, we further develop a load-balancing scheduler with parallel tiled attention to address workload imbalance and optimize the mapping strategy. Extensive experiments demonstrate H2EAL achieves 5.20~48.21x speedup and 6.22~73.48x energy efficiency improvement over baseline HB implementation, with a negligible average accuracy drop of 0.87% on multiple benchmarks.
△ Less
Submitted 19 August, 2025;
originally announced August 2025.
-
IRSAMap:Towards Large-Scale, High-Resolution Land Cover Map Vectorization
Authors:
Yu Meng,
Ligao Deng,
Zhihao Xi,
Jiansheng Chen,
Jingbo Chen,
Anzhi Yue,
Diyou Liu,
Kai Li,
Chenhao Wang,
Kaiyu Li,
Yupeng Deng,
Xian Sun
Abstract:
With the enhancement of remote sensing image resolution and the rapid advancement of deep learning, land cover mapping is transitioning from pixel-level segmentation to object-based vector modeling. This shift demands more from deep learning models, requiring precise object boundaries and topological consistency. However, existing datasets face three main challenges: limited class annotations, sma…
▽ More
With the enhancement of remote sensing image resolution and the rapid advancement of deep learning, land cover mapping is transitioning from pixel-level segmentation to object-based vector modeling. This shift demands more from deep learning models, requiring precise object boundaries and topological consistency. However, existing datasets face three main challenges: limited class annotations, small data scale, and lack of spatial structural information. To overcome these issues, we introduce IRSAMap, the first global remote sensing dataset for large-scale, high-resolution, multi-feature land cover vector mapping. IRSAMap offers four key advantages: 1) a comprehensive vector annotation system with over 1.8 million instances of 10 typical objects (e.g., buildings, roads, rivers), ensuring semantic and spatial accuracy; 2) an intelligent annotation workflow combining manual and AI-based methods to improve efficiency and consistency; 3) global coverage across 79 regions in six continents, totaling over 1,000 km; and 4) multi-task adaptability for tasks like pixel-level classification, building outline extraction, road centerline extraction, and panoramic segmentation. IRSAMap provides a standardized benchmark for the shift from pixel-based to object-based approaches, advancing geographic feature automation and collaborative modeling. It is valuable for global geographic information updates and digital twin construction. The dataset is publicly available at https://github.com/ucas-dlg/IRSAMap
△ Less
Submitted 22 August, 2025;
originally announced August 2025.
-
First observation of the charmless baryonic decay $B^+\to\barΛp\bar{p}p$
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,
P. Albicocco,
J. Albrecht,
R. Aleksiejunas,
F. Alessio,
P. Alvarez Cartelle,
R. Amalric,
S. Amato,
J. L. Amey,
Y. Amhis,
L. An
, et al. (1184 additional authors not shown)
Abstract:
A search for the charmless baryonic decay $B^+\to \barΛ p\bar{p}p$ is performed using proton-proton collision data recorded by the LHCb experiment, corresponding to an integrated luminosity of 5.4~$\text{fb}^{-1}$. The branching fraction for this decay is measured for the first time relative to that of the topologically similar decay $B^+\to J/ψK^+$, with $J/ψ\to \barΛ p K^-$. The branching fracti…
▽ More
A search for the charmless baryonic decay $B^+\to \barΛ p\bar{p}p$ is performed using proton-proton collision data recorded by the LHCb experiment, corresponding to an integrated luminosity of 5.4~$\text{fb}^{-1}$. The branching fraction for this decay is measured for the first time relative to that of the topologically similar decay $B^+\to J/ψK^+$, with $J/ψ\to \barΛ p K^-$. The branching fraction is measured to be \mbox{$\mathcal{B}(B^+\to \barΛ p\bar{p}p) = (2.08 \pm 0.34 \pm 0.12 \pm 0.26) \times 10^{-7}$}, where the first uncertainty is statistical, the second is systematic, and the third arises from the uncertainty in the normalization channel branching fraction. The $CP$ asymmetry is measured to be $\mathcal{A}_{CP}=(5.4\pm 15.6\pm 2.4)\%$, where the uncertainties are statistical and systematic. The background-subtracted invariant-mass distributions of $\barΛp$ and $\bar{p}$ pairs exhibit pronounced enhancements at both kinematic thresholds, in contrast to a uniform phase-space distribution.
△ Less
Submitted 22 August, 2025;
originally announced August 2025.
-
Strong Correlation Driven Quadrupolar to Dipolar Exciton Transitions in a Trilayer Moiré Superlattice
Authors:
Yuze Meng,
Lei Ma,
Li Yan,
Ahmed Khalifa,
Dongxue Chen,
Shuai Zhang,
Rounak Banerjee,
Takashi Taniguchi,
Kenji Watanabe,
Seth Ariel Tongay,
Benjamin Hunt,
Shi-Zeng Lin,
Wang Yao,
Yong-Tao Cui,
Shubhayu Chatterjee,
Su-Fei Shi
Abstract:
The additional layer degree of freedom in trilayer moiré superlattices of transition metal dichalcogenides enables the emergence of novel excitonic species, such as quadrupolar excitons, which exhibit unique excitonic interactions and hold promise for realizing intriguing excitonic phases and their quantum phase transitions. Concurrently, the presence of strong electronic correlations in moiré sup…
▽ More
The additional layer degree of freedom in trilayer moiré superlattices of transition metal dichalcogenides enables the emergence of novel excitonic species, such as quadrupolar excitons, which exhibit unique excitonic interactions and hold promise for realizing intriguing excitonic phases and their quantum phase transitions. Concurrently, the presence of strong electronic correlations in moiré superlattices, as exemplified by the observations of Mott insulators and generalized Wigner crystals, offers a direct route to manipulate these new excitonic states and resulting collective excitonic phases. Here, we demonstrate that strong exciton-exciton and electron-exciton interactions, both stemming from robust electron correlations, can be harnessed to controllably drive transitions between quadrupolar and dipolar excitons. This is achieved by tuning either the exciton density or electrostatic doping in a trilayer semiconducting moiré superlattice. Our findings not only advance the fundamental understanding of quadrupolar excitons but also usher in new avenues for exploring and engineering many-body quantum phenomena through novel correlated excitons in semiconducting moiré systems.
△ Less
Submitted 21 August, 2025;
originally announced August 2025.
-
Spatial Policy: Guiding Visuomotor Robotic Manipulation with Spatial-Aware Modeling and Reasoning
Authors:
Yijun Liu,
Yuwei Liu,
Yuan Meng,
Jieheng Zhang,
Yuwei Zhou,
Ye Li,
Jiacheng Jiang,
Kangye Ji,
Shijia Ge,
Zhi Wang,
Wenwu Zhu
Abstract:
Vision-centric hierarchical embodied models have demonstrated strong potential for long-horizon robotic control. However, existing methods lack spatial awareness capabilities, limiting their effectiveness in bridging visual plans to actionable control in complex environments. To address this problem, we propose Spatial Policy (SP), a unified spatial-aware visuomotor robotic manipulation framework…
▽ More
Vision-centric hierarchical embodied models have demonstrated strong potential for long-horizon robotic control. However, existing methods lack spatial awareness capabilities, limiting their effectiveness in bridging visual plans to actionable control in complex environments. To address this problem, we propose Spatial Policy (SP), a unified spatial-aware visuomotor robotic manipulation framework via explicit spatial modeling and reasoning. Specifically, we first design a spatial-conditioned embodied video generation module to model spatially guided predictions through a spatial plan table. Then, we propose a spatial-based action prediction module to infer executable actions with coordination. Finally, we propose a spatial reasoning feedback policy to refine the spatial plan table via dual-stage replanning. Extensive experiments show that SP significantly outperforms state-of-the-art baselines, achieving a 33.0% average improvement over the best baseline. With an 86.7% average success rate across 11 diverse tasks, SP substantially enhances the practicality of embodied models for robotic control applications. Code and checkpoints are maintained at https://plantpotatoonmoon.github.io/SpatialPolicy/.
△ Less
Submitted 21 August, 2025;
originally announced August 2025.
-
A Complete and Natural Rule Set for Multi-Qutrit Clifford Circuits
Authors:
Sarah Meng Li,
Michele Mosca,
Neil J. Ross,
John van de Wetering,
Yuming Zhao
Abstract:
We present a complete set of rewrite rules for n-qutrit Clifford circuits where n is any non-negative integer. This is the first completeness result for any fragment of quantum circuits in odd prime dimensions. We first generalize Selinger's normal form for n-qubit Clifford circuits to the qutrit setting. Then, we present a rewrite system by which any Clifford circuit can be reduced to this normal…
▽ More
We present a complete set of rewrite rules for n-qutrit Clifford circuits where n is any non-negative integer. This is the first completeness result for any fragment of quantum circuits in odd prime dimensions. We first generalize Selinger's normal form for n-qubit Clifford circuits to the qutrit setting. Then, we present a rewrite system by which any Clifford circuit can be reduced to this normal form. We then simplify the rewrite rules in this procedure to a small natural set of rules, giving a clean presentation of the group of qutrit Clifford unitaries in terms of generators and relations.
△ Less
Submitted 20 August, 2025;
originally announced August 2025.
-
Robust field re-entrant superconductivity in ferromagnetic infinite-layer rare-earth nickelates
Authors:
Mingwei Yang,
Jiayin Tang,
Xianfeng Wu,
Heng Wang,
Wenjing Xu,
Haoliang Huang,
Zhicheng Pei,
Wenjie Meng,
Guangli Kuang,
Jinfeng Xu,
Sixia Hu,
Chuanying Xi,
Li Pi,
Qingyou Lu,
Ziqiang Wang,
Qikun Xue,
Zhuoyu Chen,
Danfeng Li
Abstract:
Superconductivity and ferromagnetism are naturally competing, while their interplay can give rise to exotic quantum phases, such as triplet pairing, exemplified by heavy-fermion compounds like UTe$_2$, where magnetic fluctuations stabilise multiple superconducting states. However, such phenomena have remained elusive in high-temperature superconductors. Here we report the discovery of robust field…
▽ More
Superconductivity and ferromagnetism are naturally competing, while their interplay can give rise to exotic quantum phases, such as triplet pairing, exemplified by heavy-fermion compounds like UTe$_2$, where magnetic fluctuations stabilise multiple superconducting states. However, such phenomena have remained elusive in high-temperature superconductors. Here we report the discovery of robust field-induced re-entrant superconductivity in heavily Eu-doped infinite-layer nickelate Sm$_{0.95-x}$Ca$_{0.05}$Eu$_x$NiO$_2$. In the heavily over-doped regime, we observe a remarkable superconducting state that emerges under high magnetic fields ($>$ 6 Tesla) after the initial suppression of zero-field superconductivity. Both zero-resistance transport and Meissner diamagnetic effect confirm the superconducting nature of this high-field phase, which persists up to at least 45 Tesla. This re-entrant behaviour is featured by the coexistence of ferromagnetism and superconductivity on distinct sublattices -- magnetic Eu$^{2+}$ ions and the Ni-O planes, respectively. Such an exotic state may arise from the compensation between external and internal exchange fields (Jaccarino-Peter effect) combined with magnetic fluctuation-enhanced pairing near quantum criticality. Our findings establish infinite-layer nickelates as a unique platform for high-temperature ferromagnetic superconductivity, opening new avenues for discovering and manipulating unconventional quantum phases in strongly correlated materials.
△ Less
Submitted 22 August, 2025; v1 submitted 20 August, 2025;
originally announced August 2025.
-
UST-SSM: Unified Spatio-Temporal State Space Models for Point Cloud Video Modeling
Authors:
Peiming Li,
Ziyi Wang,
Yulin Yuan,
Hong Liu,
Xiangming Meng,
Junsong Yuan,
Mengyuan Liu
Abstract:
Point cloud videos capture dynamic 3D motion while reducing the effects of lighting and viewpoint variations, making them highly effective for recognizing subtle and continuous human actions. Although Selective State Space Models (SSMs) have shown good performance in sequence modeling with linear complexity, the spatio-temporal disorder of point cloud videos hinders their unidirectional modeling w…
▽ More
Point cloud videos capture dynamic 3D motion while reducing the effects of lighting and viewpoint variations, making them highly effective for recognizing subtle and continuous human actions. Although Selective State Space Models (SSMs) have shown good performance in sequence modeling with linear complexity, the spatio-temporal disorder of point cloud videos hinders their unidirectional modeling when directly unfolding the point cloud video into a 1D sequence through temporally sequential scanning. To address this challenge, we propose the Unified Spatio-Temporal State Space Model (UST-SSM), which extends the latest advancements in SSMs to point cloud videos. Specifically, we introduce Spatial-Temporal Selection Scanning (STSS), which reorganizes unordered points into semantic-aware sequences through prompt-guided clustering, thereby enabling the effective utilization of points that are spatially and temporally distant yet similar within the sequence. For missing 4D geometric and motion details, Spatio-Temporal Structure Aggregation (STSA) aggregates spatio-temporal features and compensates. To improve temporal interaction within the sampled sequence, Temporal Interaction Sampling (TIS) enhances fine-grained temporal dependencies through non-anchor frame utilization and expanded receptive fields. Experimental results on the MSR-Action3D, NTU RGB+D, and Synthia 4D datasets validate the effectiveness of our method. Our code is available at https://github.com/wangzy01/UST-SSM.
△ Less
Submitted 20 August, 2025;
originally announced August 2025.
-
Artificial Intelligence-Based Multiscale Temporal Modeling for Anomaly Detection in Cloud Services
Authors:
Lian Lian,
Yilin Li,
Song Han,
Renzi Meng,
Sibo Wang,
Ming Wang
Abstract:
This study proposes an anomaly detection method based on the Transformer architecture with integrated multiscale feature perception, aiming to address the limitations of temporal modeling and scale-aware feature representation in cloud service environments. The method first employs an improved Transformer module to perform temporal modeling on high-dimensional monitoring data, using a self-attenti…
▽ More
This study proposes an anomaly detection method based on the Transformer architecture with integrated multiscale feature perception, aiming to address the limitations of temporal modeling and scale-aware feature representation in cloud service environments. The method first employs an improved Transformer module to perform temporal modeling on high-dimensional monitoring data, using a self-attention mechanism to capture long-range dependencies and contextual semantics. Then, a multiscale feature construction path is introduced to extract temporal features at different granularities through downsampling and parallel encoding. An attention-weighted fusion module is designed to dynamically adjust the contribution of each scale to the final decision, enhancing the model's robustness in anomaly pattern modeling. In the input modeling stage, standardized multidimensional time series are constructed, covering core signals such as CPU utilization, memory usage, and task scheduling states, while positional encoding is used to strengthen the model's temporal awareness. A systematic experimental setup is designed to evaluate performance, including comparative experiments and hyperparameter sensitivity analysis, focusing on the impact of optimizers, learning rates, anomaly ratios, and noise levels. Experimental results show that the proposed method outperforms mainstream baseline models in key metrics, including precision, recall, AUC, and F1-score, and maintains strong stability and detection performance under various perturbation conditions, demonstrating its superior capability in complex cloud environments.
△ Less
Submitted 25 August, 2025; v1 submitted 20 August, 2025;
originally announced August 2025.
-
Generalizable Engagement Estimation in Conversation via Domain Prompting and Parallel Attention
Authors:
Yangche Yu,
Yin Chen,
Jia Li,
Peng Jia,
Yu Zhang,
Li Dai,
Zhenzhen Hu,
Meng Wang,
Richang Hong
Abstract:
Accurate engagement estimation is essential for adaptive human-computer interaction systems, yet robust deployment is hindered by poor generalizability across diverse domains and challenges in modeling complex interaction dynamics.To tackle these issues, we propose DAPA (Domain-Adaptive Parallel Attention), a novel framework for generalizable conversational engagement modeling. DAPA introduces a D…
▽ More
Accurate engagement estimation is essential for adaptive human-computer interaction systems, yet robust deployment is hindered by poor generalizability across diverse domains and challenges in modeling complex interaction dynamics.To tackle these issues, we propose DAPA (Domain-Adaptive Parallel Attention), a novel framework for generalizable conversational engagement modeling. DAPA introduces a Domain Prompting mechanism by prepending learnable domain-specific vectors to the input, explicitly conditioning the model on the data's origin to facilitate domain-aware adaptation while preserving generalizable engagement representations. To capture interactional synchrony, the framework also incorporates a Parallel Cross-Attention module that explicitly aligns reactive (forward BiLSTM) and anticipatory (backward BiLSTM) states between participants.Extensive experiments demonstrate that DAPA establishes a new state-of-the-art performance on several cross-cultural and cross-linguistic benchmarks, notably achieving an absolute improvement of 0.45 in Concordance Correlation Coefficient (CCC) over a strong baseline on the NoXi-J test set. The superiority of our method was also confirmed by winning the first place in the Multi-Domain Engagement Estimation Challenge at MultiMediate'25.
△ Less
Submitted 20 August, 2025;
originally announced August 2025.
-
DEXTER-LLM: Dynamic and Explainable Coordination of Multi-Robot Systems in Unknown Environments via Large Language Models
Authors:
Yuxiao Zhu,
Junfeng Chen,
Xintong Zhang,
Meng Guo,
Zhongkui Li
Abstract:
Online coordination of multi-robot systems in open and unknown environments faces significant challenges, particularly when semantic features detected during operation dynamically trigger new tasks. Recent large language model (LLMs)-based approaches for scene reasoning and planning primarily focus on one-shot, end-to-end solutions in known environments, lacking both dynamic adaptation capabilitie…
▽ More
Online coordination of multi-robot systems in open and unknown environments faces significant challenges, particularly when semantic features detected during operation dynamically trigger new tasks. Recent large language model (LLMs)-based approaches for scene reasoning and planning primarily focus on one-shot, end-to-end solutions in known environments, lacking both dynamic adaptation capabilities for online operation and explainability in the processes of planning. To address these issues, a novel framework (DEXTER-LLM) for dynamic task planning in unknown environments, integrates four modules: (i) a mission comprehension module that resolves partial ordering of tasks specified by natural languages or linear temporal logic formulas (LTL); (ii) an online subtask generator based on LLMs that improves the accuracy and explainability of task decomposition via multi-stage reasoning; (iii) an optimal subtask assigner and scheduler that allocates subtasks to robots via search-based optimization; and (iv) a dynamic adaptation and human-in-the-loop verification module that implements multi-rate, event-based updates for both subtasks and their assignments, to cope with new features and tasks detected online. The framework effectively combines LLMs' open-world reasoning capabilities with the optimality of model-based assignment methods, simultaneously addressing the critical issue of online adaptability and explainability. Experimental evaluations demonstrate exceptional performances, with 100% success rates across all scenarios, 160 tasks and 480 subtasks completed on average (3 times the baselines), 62% less queries to LLMs during adaptation, and superior plan quality (2 times higher) for compound tasks. Project page at https://tcxm.github.io/DEXTER-LLM/
△ Less
Submitted 19 August, 2025;
originally announced August 2025.
-
DegDiT: Controllable Audio Generation with Dynamic Event Graph Guided Diffusion Transformer
Authors:
Yisu Liu,
Chenxing Li,
Wanqian Zhang,
Wenfu Wang,
Meng Yu,
Ruibo Fu,
Zheng Lin,
Weiping Wang,
Dong Yu
Abstract:
Controllable text-to-audio generation aims to synthesize audio from textual descriptions while satisfying user-specified constraints, including event types, temporal sequences, and onset and offset timestamps. This enables precise control over both the content and temporal structure of the generated audio. Despite recent progress, existing methods still face inherent trade-offs among accurate temp…
▽ More
Controllable text-to-audio generation aims to synthesize audio from textual descriptions while satisfying user-specified constraints, including event types, temporal sequences, and onset and offset timestamps. This enables precise control over both the content and temporal structure of the generated audio. Despite recent progress, existing methods still face inherent trade-offs among accurate temporal localization, open-vocabulary scalability, and practical efficiency. To address these challenges, we propose DegDiT, a novel dynamic event graph-guided diffusion transformer framework for open-vocabulary controllable audio generation. DegDiT encodes the events in the description as structured dynamic graphs. The nodes in each graph are designed to represent three aspects: semantic features, temporal attributes, and inter-event connections. A graph transformer is employed to integrate these nodes and produce contextualized event embeddings that serve as guidance for the diffusion model. To ensure high-quality and diverse training data, we introduce a quality-balanced data selection pipeline that combines hierarchical event annotation with multi-criteria quality scoring, resulting in a curated dataset with semantic diversity. Furthermore, we present consensus preference optimization, facilitating audio generation through consensus among multiple reward signals. Extensive experiments on AudioCondition, DESED, and AudioTime datasets demonstrate that DegDiT achieves state-of-the-art performances across a variety of objective and subjective evaluation metrics.
△ Less
Submitted 19 August, 2025;
originally announced August 2025.
-
INDS: Incremental Named Data Streaming for Real-Time Point Cloud Video
Authors:
Ruonan Chai,
Yixiang Zhu,
Xinjiao Li,
Jiawei Li,
Zili Meng,
Dirk Kutscher
Abstract:
Real-time streaming of point cloud video, characterized by massive data volumes and high sensitivity to packet loss, remains a key challenge for immersive applications under dynamic network conditions. While connection-oriented protocols such as TCP and more modern alternatives like QUIC alleviate some transport-layer inefficiencies, including head-of-line blocking, they still retain a coarse-grai…
▽ More
Real-time streaming of point cloud video, characterized by massive data volumes and high sensitivity to packet loss, remains a key challenge for immersive applications under dynamic network conditions. While connection-oriented protocols such as TCP and more modern alternatives like QUIC alleviate some transport-layer inefficiencies, including head-of-line blocking, they still retain a coarse-grained, segment-based delivery model and a centralized control loop that limit fine-grained adaptation and effective caching. We introduce INDS (Incremental Named Data Streaming), an adaptive streaming framework based on Information-Centric Networking (ICN) that rethinks delivery for hierarchical, layered media. INDS leverages the Octree structure of point cloud video and expressive content naming to support progressive, partial retrieval of enhancement layers based on consumer bandwidth and decoding capability. By combining time-windows with Group-of-Frames (GoF), INDS's naming scheme supports fine-grained in-network caching and facilitates efficient multi-user data reuse. INDS can be deployed as an overlay, remaining compatible with QUIC-based transport infrastructure as well as future Media-over-QUIC (MoQ) architectures, without requiring changes to underlying IP networks. Our prototype implementation shows up to 80% lower delay, 15-50% higher throughput, and 20-30% increased cache hit rates compared to state-of-the-art DASH-style systems. Together, these results establish INDS as a scalable, cache-friendly solution for real-time point cloud streaming under variable and lossy conditions, while its compatibility with MoQ overlays further positions it as a practical, forward-compatible architecture for emerging immersive media systems.
△ Less
Submitted 19 August, 2025;
originally announced August 2025.
-
First observation of $CP$ violation and measurement of polarization in $B^+\toρ(770)^0 K^*(892)^+$ 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,
P. Albicocco,
J. Albrecht,
R. Aleksiejunas,
F. Alessio,
P. Alvarez Cartelle,
R. Amalric,
S. Amato,
J. L. Amey,
Y. Amhis,
L. An
, et al. (1182 additional authors not shown)
Abstract:
An amplitude analysis of the $B^+\to(π^+π^-)(K^0_{\mathrm{S}}π^+)$ decay is performed in the mass regions $0.30 < m_{π^+π^-} < 1.10\,\mathrm{GeV}/c^2$ and $0.75 < m_{K^0_{\mathrm{S}}π^+} < 1.20\,\mathrm{GeV}/c^2$, using $pp$ collision data recorded with the LHCb detector corresponding to an integrated luminosity of $9\,\mathrm{fb}^{-1}$. The polarization fractions and $CP$ asymmetries for…
▽ More
An amplitude analysis of the $B^+\to(π^+π^-)(K^0_{\mathrm{S}}π^+)$ decay is performed in the mass regions $0.30 < m_{π^+π^-} < 1.10\,\mathrm{GeV}/c^2$ and $0.75 < m_{K^0_{\mathrm{S}}π^+} < 1.20\,\mathrm{GeV}/c^2$, using $pp$ collision data recorded with the LHCb detector corresponding to an integrated luminosity of $9\,\mathrm{fb}^{-1}$. The polarization fractions and $CP$ asymmetries for $B^+\toρ(770)^0K^*(892)^+$ decays are measured. Violation of the $CP$ symmetry in the decay $B^+\toρ(770)^0K^*(892)^+$ is observed for the first time, with a significance exceeding nine standard deviations. The $CP$ asymmetry is measured to be ${\cal A}_{CP} = 0.507 \pm 0.062\ \text{(stat)} \pm 0.017\ \text{(syst)}$ and the $CP$-averaged longitudinal polarization fraction of $f_L = 0.720 \pm 0.028\ \text{(stat)} \pm 0.009\ \text{(syst)}$. The measurements help to shed light on the polarization puzzle of $B$ mesons decaying to two vector mesons.
△ Less
Submitted 19 August, 2025;
originally announced August 2025.
-
RoTO: Robust Topology Obfuscation Against Tomography Inference Attacks
Authors:
Chengze Du,
Heng Xu,
Zhiwei Yu,
Ying Zhou,
Zili Meng,
Jialong Li
Abstract:
Tomography inference attacks aim to reconstruct network topology by analyzing end-to-end probe delays. Existing defenses mitigate these attacks by manipulating probe delays to mislead inference, but rely on two strong assumptions: (i) probe packets can be perfectly detected and altered, and (ii) attackers use known, fixed inference algorithms. These assumptions often break in practice, leading to…
▽ More
Tomography inference attacks aim to reconstruct network topology by analyzing end-to-end probe delays. Existing defenses mitigate these attacks by manipulating probe delays to mislead inference, but rely on two strong assumptions: (i) probe packets can be perfectly detected and altered, and (ii) attackers use known, fixed inference algorithms. These assumptions often break in practice, leading to degraded defense performance under detection errors or adaptive adversaries. We present RoTO, a robust topology obfuscation scheme that eliminates both assumptions by modeling uncertainty in attacker-observed delays through a distributional formulation. RoTO casts the defense objective as a min-max optimization problem that maximizes expected topological distortion across this uncertainty set, without relying on perfect probe control or specific attacker models. To approximate attacker behavior, RoTO leverages graph neural networks for inference simulation and adversarial training. We also derive an upper bound on attacker success probability, and demonstrate that our approach enhances topology obfuscation performance through the optimization of this upper bound. Experimental results show that RoTO outperforms existing defense methods, achieving average improvements of 34% in structural similarity and 42.6% in link distance while maintaining strong robustness and concealment capabilities.
△ Less
Submitted 18 August, 2025;
originally announced August 2025.
-
LinguaSafe: A Comprehensive Multilingual Safety Benchmark for Large Language Models
Authors:
Zhiyuan Ning,
Tianle Gu,
Jiaxin Song,
Shixin Hong,
Lingyu Li,
Huacan Liu,
Jie Li,
Yixu Wang,
Meng Lingyu,
Yan Teng,
Yingchun Wang
Abstract:
The widespread adoption and increasing prominence of large language models (LLMs) in global technologies necessitate a rigorous focus on ensuring their safety across a diverse range of linguistic and cultural contexts. The lack of a comprehensive evaluation and diverse data in existing multilingual safety evaluations for LLMs limits their effectiveness, hindering the development of robust multilin…
▽ More
The widespread adoption and increasing prominence of large language models (LLMs) in global technologies necessitate a rigorous focus on ensuring their safety across a diverse range of linguistic and cultural contexts. The lack of a comprehensive evaluation and diverse data in existing multilingual safety evaluations for LLMs limits their effectiveness, hindering the development of robust multilingual safety alignment. To address this critical gap, we introduce LinguaSafe, a comprehensive multilingual safety benchmark crafted with meticulous attention to linguistic authenticity. The LinguaSafe dataset comprises 45k entries in 12 languages, ranging from Hungarian to Malay. Curated using a combination of translated, transcreated, and natively-sourced data, our dataset addresses the critical need for multilingual safety evaluations of LLMs, filling the void in the safety evaluation of LLMs across diverse under-represented languages from Hungarian to Malay. LinguaSafe presents a multidimensional and fine-grained evaluation framework, with direct and indirect safety assessments, including further evaluations for oversensitivity. The results of safety and helpfulness evaluations vary significantly across different domains and different languages, even in languages with similar resource levels. Our benchmark provides a comprehensive suite of metrics for in-depth safety evaluation, underscoring the critical importance of thoroughly assessing multilingual safety in LLMs to achieve more balanced safety alignment. Our dataset and code are released to the public to facilitate further research in the field of multilingual LLM safety.
△ Less
Submitted 27 August, 2025; v1 submitted 18 August, 2025;
originally announced August 2025.
-
GTool: Graph Enhanced Tool Planning with Large Language Model
Authors:
Wenjie Chen,
Wenbin Li,
Di Yao,
Xuying Meng,
Chang Gong,
Jingping Bi
Abstract:
Tool planning with large language models (LLMs), referring to selecting, organizing, and preparing the tools necessary to complete a user request, bridges the gap between natural language understanding and task execution. However, current works treat different tools as isolated components and fail to leverage the inherent dependencies of tools, leading to invalid planning results. Since tool depen…
▽ More
Tool planning with large language models (LLMs), referring to selecting, organizing, and preparing the tools necessary to complete a user request, bridges the gap between natural language understanding and task execution. However, current works treat different tools as isolated components and fail to leverage the inherent dependencies of tools, leading to invalid planning results. Since tool dependencies are often incomplete, it becomes challenging for LLMs to accurately identify the appropriate tools required by a user request, especially when confronted with a large toolset. To solve this challenge, we propose \texttt{GTool}, which is the first work aiming to enhance the tool planning ability of LLMs under incomplete dependencies. \texttt{GTool} constructs a request-specific tool graph to select tools efficiently and generate the \texttt{<graph token>} which provides sufficient dependency information understandable by LLMs. Moreover, a missing dependency prediction task is designed to improve the reliability of \texttt{GTool} with incomplete dependencies. Without trimming LLMs, \texttt{GTool} can be seamlessly integrated with various LLM backbones without extensive retraining. Extensive experiments show that \texttt{GTool} achieves more than 29.6\% performance improvements compared with the state-of-the-art (SOTA) baselines with a light-weight (7B) LLM backbone.
△ Less
Submitted 18 August, 2025;
originally announced August 2025.
-
DermINO: Hybrid Pretraining for a Versatile Dermatology Foundation Model
Authors:
Jingkai Xu,
De Cheng,
Xiangqian Zhao,
Jungang Yang,
Zilong Wang,
Xinyang Jiang,
Xufang Luo,
Lili Chen,
Xiaoli Ning,
Chengxu Li,
Xinzhu Zhou,
Xuejiao Song,
Ang Li,
Qingyue Xia,
Zhou Zhuang,
Hongfei Ouyang,
Ke Xue,
Yujun Sheng,
Rusong Meng,
Feng Xu,
Xi Yang,
Weimin Ma,
Yusheng Lee,
Dongsheng Li,
Xinbo Gao
, et al. (5 additional authors not shown)
Abstract:
Skin diseases impose a substantial burden on global healthcare systems, driven by their high prevalence (affecting up to 70% of the population), complex diagnostic processes, and a critical shortage of dermatologists in resource-limited areas. While artificial intelligence(AI) tools have demonstrated promise in dermatological image analysis, current models face limitations-they often rely on large…
▽ More
Skin diseases impose a substantial burden on global healthcare systems, driven by their high prevalence (affecting up to 70% of the population), complex diagnostic processes, and a critical shortage of dermatologists in resource-limited areas. While artificial intelligence(AI) tools have demonstrated promise in dermatological image analysis, current models face limitations-they often rely on large, manually labeled datasets and are built for narrow, specific tasks, making them less effective in real-world settings. To tackle these limitations, we present DermNIO, a versatile foundation model for dermatology. Trained on a curated dataset of 432,776 images from three sources (public repositories, web-sourced images, and proprietary collections), DermNIO incorporates a novel hybrid pretraining framework that augments the self-supervised learning paradigm through semi-supervised learning and knowledge-guided prototype initialization. This integrated method not only deepens the understanding of complex dermatological conditions, but also substantially enhances the generalization capability across various clinical tasks. Evaluated across 20 datasets, DermNIO consistently outperforms state-of-the-art models across a wide range of tasks. It excels in high-level clinical applications including malignancy classification, disease severity grading, multi-category diagnosis, and dermatological image caption, while also achieving state-of-the-art performance in low-level tasks such as skin lesion segmentation. Furthermore, DermNIO demonstrates strong robustness in privacy-preserving federated learning scenarios and across diverse skin types and sexes. In a blinded reader study with 23 dermatologists, DermNIO achieved 95.79% diagnostic accuracy (versus clinicians' 73.66%), and AI assistance improved clinician performance by 17.21%.
△ Less
Submitted 16 August, 2025;
originally announced August 2025.
-
MAPF-World: Action World Model for Multi-Agent Path Finding
Authors:
Zhanjiang Yang,
Meng Li,
Yang Shen,
Yueming Li,
Lijun Sun
Abstract:
Multi-agent path finding (MAPF) is the problem of planning conflict-free paths from the designated start locations to goal positions for multiple agents. It underlies a variety of real-world tasks, including multi-robot coordination, robot-assisted logistics, and social navigation. Recent decentralized learnable solvers have shown great promise for large-scale MAPF, especially when leveraging foun…
▽ More
Multi-agent path finding (MAPF) is the problem of planning conflict-free paths from the designated start locations to goal positions for multiple agents. It underlies a variety of real-world tasks, including multi-robot coordination, robot-assisted logistics, and social navigation. Recent decentralized learnable solvers have shown great promise for large-scale MAPF, especially when leveraging foundation models and large datasets. However, these agents are reactive policy models and exhibit limited modeling of environmental temporal dynamics and inter-agent dependencies, resulting in performance degradation in complex, long-term planning scenarios. To address these limitations, we propose MAPF-World, an autoregressive action world model for MAPF that unifies situation understanding and action generation, guiding decisions beyond immediate local observations. It improves situational awareness by explicitly modeling environmental dynamics, including spatial features and temporal dependencies, through future state and actions prediction. By incorporating these predicted futures, MAPF-World enables more informed, coordinated, and far-sighted decision-making, especially in complex multi-agent settings. Furthermore, we augment MAPF benchmarks by introducing an automatic map generator grounded in real-world scenarios, capturing practical map layouts for training and evaluating MAPF solvers. Extensive experiments demonstrate that MAPF-World outperforms state-of-the-art learnable solvers, showcasing superior zero-shot generalization to out-of-distribution cases. Notably, MAPF-World is trained with a 96.5% smaller model size and 92% reduced data.
△ Less
Submitted 16 August, 2025;
originally announced August 2025.
-
FNH-TTS: A Fast, Natural, and Human-Like Speech Synthesis System with advanced prosodic modeling based on Mixture of Experts
Authors:
Qingliang Meng,
Yuqing Deng,
Wei Liang,
Limei Yu,
Huizhi Liang,
Tian Li
Abstract:
Achieving natural and human-like speech synthesis with low inference costs remains a major challenge in speech synthesis research. This study focuses on human prosodic patterns and synthesized spectrum harmony, addressing the challenges of prosody modeling and artifact issues in non-autoregressive models. To enhance prosody modeling and synthesis quality, we introduce a new Duration Predictor base…
▽ More
Achieving natural and human-like speech synthesis with low inference costs remains a major challenge in speech synthesis research. This study focuses on human prosodic patterns and synthesized spectrum harmony, addressing the challenges of prosody modeling and artifact issues in non-autoregressive models. To enhance prosody modeling and synthesis quality, we introduce a new Duration Predictor based on the Mixture of Experts alongside a new Vocoder with two advanced multi-scale discriminators. We integrated the these new modules into the VITS system, forming our FNH-TTS system. Our experiments on LJSpeech, VCTK, and LibriTTS demonstrate the system's superiority in synthesis quality, phoneme duration prediction, Vocoder results, and synthesis speed. Our prosody visualization results show that FNH-TTS produces duration predictions that more closely align with natural human beings than other systems.
△ Less
Submitted 19 August, 2025; v1 submitted 16 August, 2025;
originally announced August 2025.
-
The Production and Decay Dynamics of the Charmed Baryon $Λ_c^+$ in $e^+e^-$ Annihilations near Threshold
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. (706 additional authors not shown)
Abstract:
The study of the charmed baryons is crucial for investigating the strong and weak interactions in the Standard Model and for gaining insights into the internal structure of baryons. In an $e^+e^-$ experiment the lightest charmed baryon, $Λ_c^+$, can be produced in pairs through the single photon annihilation process. This process can be described by two complex electromagnetic form factors. The pr…
▽ More
The study of the charmed baryons is crucial for investigating the strong and weak interactions in the Standard Model and for gaining insights into the internal structure of baryons. In an $e^+e^-$ experiment the lightest charmed baryon, $Λ_c^+$, can be produced in pairs through the single photon annihilation process. This process can be described by two complex electromagnetic form factors. The presence of a non-zero relative phase between these form factors gives rise to a transverse polarization of the charmed baryon and provides additional constraints on the dynamic parameters in the decays. In this article, we present the first observation of the transverse polarization of $Λ_{c}^{+}$ in the reaction $e^+e^- \to Λ_c^{+}\barΛ_c^-$, based on $6.4~\text{fb}^{-1}$ of $e^{+}e^{-}$ annihilation data collected at center-of-mass energies between 4600 MeV and 4951 MeV with the BESIII detector. The decay asymmetry parameters and strong phase shift in the decays $Λ_c^+ \to pK_S^0$, $Λπ^+$, $Σ^0π^+$, $Σ^+π^0$ are also simultaneously extracted from the joint angular distributions. These results are vital for understanding CP violation and its role in the matter-antimatter asymmetry of the Universe.
△ Less
Submitted 20 August, 2025; v1 submitted 15 August, 2025;
originally announced August 2025.
-
Measurement of the Born cross section for $e^+e^- \to p K^- K^- \barΞ^+$ at $\sqrt{s} =$ 3.5-4.9 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. (701 additional authors not shown)
Abstract:
Using $e^+ e^-$ collision data corresponding to a total integrated luminosity of 20 ${\rm fb}^{-1}$ collected with the BESIII detector at the BEPCII collider, we present a measurement of the Born cross section for the process $e^+e^- \to p K^-K^-\barΞ^{+}$ at 39 center-of-mass energies between 3.5 and 4.9 GeV with a partial reconstruction technique. By performing a fit to the dressed cross section…
▽ More
Using $e^+ e^-$ collision data corresponding to a total integrated luminosity of 20 ${\rm fb}^{-1}$ collected with the BESIII detector at the BEPCII collider, we present a measurement of the Born cross section for the process $e^+e^- \to p K^-K^-\barΞ^{+}$ at 39 center-of-mass energies between 3.5 and 4.9 GeV with a partial reconstruction technique. By performing a fit to the dressed cross section of $e^{+}e^{-}\to p K^- K^-\barΞ^{+}$ with a power law function for continuum production and one resonance at a time for the $ψ(3770)$, $ψ(4040)$, $ψ(4160)$, $ψ(4230)$, $ψ(4360)$, $ψ(4415)$ or $ψ(4660)$, respectively, the upper limits for the product of partial electronic width and branching fraction into the final state $p K^- K^- \barΞ^+$ for these resonances are determined at the $90\%$ confidence level.
△ Less
Submitted 15 August, 2025;
originally announced August 2025.
-
SproutBench: A Benchmark for Safe and Ethical Large Language Models for Youth
Authors:
Wenpeng Xing,
Lanyi Wei,
Haixiao Hu,
Rongchang Li,
Mohan Li,
Changting Lin,
Meng Han
Abstract:
The rapid proliferation of large language models (LLMs) in applications targeting children and adolescents necessitates a fundamental reassessment of prevailing AI safety frameworks, which are largely tailored to adult users and neglect the distinct developmental vulnerabilities of minors. This paper highlights key deficiencies in existing LLM safety benchmarks, including their inadequate coverage…
▽ More
The rapid proliferation of large language models (LLMs) in applications targeting children and adolescents necessitates a fundamental reassessment of prevailing AI safety frameworks, which are largely tailored to adult users and neglect the distinct developmental vulnerabilities of minors. This paper highlights key deficiencies in existing LLM safety benchmarks, including their inadequate coverage of age-specific cognitive, emotional, and social risks spanning early childhood (ages 0--6), middle childhood (7--12), and adolescence (13--18). To bridge these gaps, we introduce SproutBench, an innovative evaluation suite comprising 1,283 developmentally grounded adversarial prompts designed to probe risks such as emotional dependency, privacy violations, and imitation of hazardous behaviors. Through rigorous empirical evaluation of 47 diverse LLMs, we uncover substantial safety vulnerabilities, corroborated by robust inter-dimensional correlations (e.g., between Safety and Risk Prevention) and a notable inverse relationship between Interactivity and Age Appropriateness. These insights yield practical guidelines for advancing child-centric AI design and deployment.
△ Less
Submitted 14 August, 2025;
originally announced August 2025.
-
MCP-Guard: A Defense Framework for Model Context Protocol Integrity in Large Language Model Applications
Authors:
Wenpeng Xing,
Zhonghao Qi,
Yupeng Qin,
Yilin Li,
Caini Chang,
Jiahui Yu,
Changting Lin,
Zhenzhen Xie,
Meng Han
Abstract:
The integration of Large Language Models (LLMs) with external tools via protocols such as the Model Context Protocol (MCP) introduces critical security vulnerabilities, including prompt injection, data exfiltration, and other threats. To counter these challenges, we propose MCP-Guard, a robust, layered defense architecture designed for LLM--tool interactions. MCP-Guard employs a three-stage detect…
▽ More
The integration of Large Language Models (LLMs) with external tools via protocols such as the Model Context Protocol (MCP) introduces critical security vulnerabilities, including prompt injection, data exfiltration, and other threats. To counter these challenges, we propose MCP-Guard, a robust, layered defense architecture designed for LLM--tool interactions. MCP-Guard employs a three-stage detection pipeline that balances efficiency with accuracy: it progresses from lightweight static scanning for overt threats and a deep neural detector for semantic attacks, to our fine-tuned E5-based model achieves (96.01) accuracy in identifying adversarial prompts. Finally, a lightweight LLM arbitrator synthesizes these signals to deliver the final decision while minimizing false positives. To facilitate rigorous training and evaluation, we also introduce MCP-AttackBench, a comprehensive benchmark of over 70,000 samples. Sourced from public datasets and augmented by GPT-4, MCP-AttackBench simulates diverse, real-world attack vectors in the MCP format, providing a foundation for future research into securing LLM-tool ecosystems.
△ Less
Submitted 22 August, 2025; v1 submitted 14 August, 2025;
originally announced August 2025.
-
Psyche-R1: Towards Reliable Psychological LLMs through Unified Empathy, Expertise, and Reasoning
Authors:
Chongyuan Dai,
Jinpeng Hu,
Hongchang Shi,
Zhuo Li,
Xun Yang,
Meng Wang
Abstract:
Amidst a shortage of qualified mental health professionals, the integration of large language models (LLMs) into psychological applications offers a promising way to alleviate the growing burden of mental health disorders. Recent reasoning-augmented LLMs have achieved remarkable performance in mathematics and programming, while research in the psychological domain has predominantly emphasized emot…
▽ More
Amidst a shortage of qualified mental health professionals, the integration of large language models (LLMs) into psychological applications offers a promising way to alleviate the growing burden of mental health disorders. Recent reasoning-augmented LLMs have achieved remarkable performance in mathematics and programming, while research in the psychological domain has predominantly emphasized emotional support and empathetic dialogue, with limited attention to reasoning mechanisms that are beneficial to generating reliable responses. Therefore, in this paper, we propose Psyche-R1, the first Chinese psychological LLM that jointly integrates empathy, psychological expertise, and reasoning, built upon a novel data curation pipeline. Specifically, we design a comprehensive data synthesis pipeline that produces over 75k high-quality psychological questions paired with detailed rationales, generated through chain-of-thought (CoT) reasoning and iterative prompt-rationale optimization, along with 73k empathetic dialogues. Subsequently, we employ a hybrid training strategy wherein challenging samples are identified through a multi-LLM cross-selection strategy for group relative policy optimization (GRPO) to improve reasoning ability, while the remaining data is used for supervised fine-tuning (SFT) to enhance empathetic response generation and psychological domain knowledge. Extensive experiment results demonstrate the effectiveness of the Psyche-R1 across several psychological benchmarks, where our 7B Psyche-R1 achieves comparable results to 671B DeepSeek-R1.
△ Less
Submitted 22 August, 2025; v1 submitted 14 August, 2025;
originally announced August 2025.
-
NextStep-1: Toward Autoregressive Image Generation with Continuous Tokens at Scale
Authors:
NextStep Team,
Chunrui Han,
Guopeng Li,
Jingwei Wu,
Quan Sun,
Yan Cai,
Yuang Peng,
Zheng Ge,
Deyu Zhou,
Haomiao Tang,
Hongyu Zhou,
Kenkun Liu,
Ailin Huang,
Bin Wang,
Changxin Miao,
Deshan Sun,
En Yu,
Fukun Yin,
Gang Yu,
Hao Nie,
Haoran Lv,
Hanpeng Hu,
Jia Wang,
Jian Zhou,
Jianjian Sun
, et al. (25 additional authors not shown)
Abstract:
Prevailing autoregressive (AR) models for text-to-image generation either rely on heavy, computationally-intensive diffusion models to process continuous image tokens, or employ vector quantization (VQ) to obtain discrete tokens with quantization loss. In this paper, we push the autoregressive paradigm forward with NextStep-1, a 14B autoregressive model paired with a 157M flow matching head, train…
▽ More
Prevailing autoregressive (AR) models for text-to-image generation either rely on heavy, computationally-intensive diffusion models to process continuous image tokens, or employ vector quantization (VQ) to obtain discrete tokens with quantization loss. In this paper, we push the autoregressive paradigm forward with NextStep-1, a 14B autoregressive model paired with a 157M flow matching head, training on discrete text tokens and continuous image tokens with next-token prediction objectives. NextStep-1 achieves state-of-the-art performance for autoregressive models in text-to-image generation tasks, exhibiting strong capabilities in high-fidelity image synthesis. Furthermore, our method shows strong performance in image editing, highlighting the power and versatility of our unified approach. To facilitate open research, we will release our code and models to the community.
△ Less
Submitted 18 August, 2025; v1 submitted 14 August, 2025;
originally announced August 2025.
-
A Robust Optimization Approach for Demand Response Participation of Fixed-Frequency Air Conditioners
Authors:
Jinhua He,
Tingzhe Pan,
Chao Li,
Xin Jin,
Zijie Meng,
Wei Zhou
Abstract:
With the continuous increase in the penetration of renewable energy in the emerging power systems, the pressure on system peak regulation has been significantly intensified. Against this backdrop, demand side resources particularly air conditioning loads have garnered considerable attention for their substantial regulation potential and fast response capabilities, making them promising candidates…
▽ More
With the continuous increase in the penetration of renewable energy in the emerging power systems, the pressure on system peak regulation has been significantly intensified. Against this backdrop, demand side resources particularly air conditioning loads have garnered considerable attention for their substantial regulation potential and fast response capabilities, making them promising candidates for providing auxiliary peak shaving services. This study focuses on fixed frequency air conditioners (FFACs) and proposes an optimization model and solution method for their participation in demand response (DR) programs. First, a probabilistic response model for FFACs is developed based on the Markov assumption. Second, by sampling this probabilistic model, the aggregate power consumption of an FFAC cluster under decentralized control is obtained. Subsequently, a robust optimization model is formulated to maximize the profit of an aggregator managing the FFAC cluster during DR events, taking into account the aggregated response power. The model explicitly considers temperature uncertainty to ensure user comfort in a robust sense. Finally, leveraging the structure of the proposed model, it is reformulated as a mixed-integer linear programming (MILP) problem and solved using a commercial optimization solver. Simulation results validate the effectiveness of the proposed model and solution approach.
△ Less
Submitted 14 August, 2025;
originally announced August 2025.
-
Next Edit Prediction: Learning to Predict Code Edits from Context and Interaction History
Authors:
Ruofan Lu,
Yintong Huo,
Meng Zhang,
Yichen Li,
Michael R. Lyu
Abstract:
The rapid advancement of large language models (LLMs) has led to the widespread adoption of AI-powered coding assistants integrated into a development environment. On one hand, low-latency code completion offers completion suggestions but is fundamentally constrained to the cursor's current position. On the other hand, chat-based editing can perform complex modifications, yet forces developers to…
▽ More
The rapid advancement of large language models (LLMs) has led to the widespread adoption of AI-powered coding assistants integrated into a development environment. On one hand, low-latency code completion offers completion suggestions but is fundamentally constrained to the cursor's current position. On the other hand, chat-based editing can perform complex modifications, yet forces developers to stop their work, describe the intent in natural language, which causes a context-switch away from the code. This creates a suboptimal user experience, as neither paradigm proactively predicts the developer's next edit in a sequence of related edits. To bridge this gap and provide the seamless code edit suggestion, we introduce the task of Next Edit Prediction, a novel task designed to infer developer intent from recent interaction history to predict both the location and content of the subsequent edit. Specifically, we curate a high-quality supervised fine-tuning dataset and an evaluation benchmark for the Next Edit Prediction task. Then, we conduct supervised fine-tuning on a series of models and performed a comprehensive evaluation of both the fine-tuned models and other baseline models, yielding several novel findings. This work lays the foundation for a new interaction paradigm that proactively collaborate with developers by anticipating their following action, rather than merely reacting to explicit instructions.
△ Less
Submitted 13 August, 2025;
originally announced August 2025.