arXivDaily arXiv每日学术速递 周一至周五更新
重置
全部学科分类 1968
2605.13855 2026-05-15 cs.GR cs.AI cs.CV

SparseOIT: Improving Order-Independent Transparency 3DGS via Active Set Method

Wentao Yang, Fanzhen Kong, Zejian Kang, Xiangru Huang

AI总结 本文提出了一种基于Order-Independent Transparency(OIT)的稀疏3D高斯泼溅(3DGS)重建方法SparseOIT,旨在解决传统3DGS在处理非朗伯或透明材质物体时的不足。通过分析OIT对渲染方程的修改,发现其显著降低了高斯点之间的依赖性,从而可以利用主动集方法等优化技术提升计算效率。SparseOIT结合了OIT渲染方程、重建算法和几何正则化,实现了高效且高质量的3D重建,在实验中优于其他OIT方法,并达到基于体渲染的最先进3DGS方法的性能水平。

详情
英文摘要

3D Gaussian Splatting (3DGS) has received tremendous popularity over the past few years due to its photorealistic visual appearance. However, 3DGS uses volumetric rendering that is not suitable for objects with non-lambertian or transparent materials. To remedy this issue, a family of Order-Independent Transparency (OIT) rendering methods propose to remove or modify the depth sorting step in the 3DGS rendering equation. However, the potential of OIT-based method is still underexplored. In this paper, we observe that the OIT modifications to the rendering equation significantly reduce the inter-independence among individual gaussian splats, resulting in very sparse variable dependencies that can be harnessed by specific optimization techniques such as active set method. To this end, we propose SparseOIT, an OIT-based 3DGS reconstruction algorithm that maintains an active set of gaussian splats and enjoys an acceleration ratio that is proportional to the potential sparsity. SparseOIT is designed by jointly considering the OIT rendering equation, the reconstruction algorithm and the geometric regularization. Through extensive experiments, we demonstrate that SparseOIT outperforms existing methods in the OIT-family by a large margin and also achieves comparable performance to the state-of-the-art 3DGS reconstruction methods based on volumetric rendering. Project page:

2605.13853 2026-05-15 cs.GR cs.AI cs.CV

FaceParts: Segmentation and Editing of Gaussian Splatting

Tymoteusz Zapała, Julia Farganus, Dominik Galus, Mikołaj Czachorowski, Piotr Syga, Przemysław Spurek

AI总结 本文提出了一种名为 FaceParts 的框架,用于对高斯溅射(Gaussian Splatting)虚拟人像进行无监督的面部分割与编辑。该方法直接在高斯域中操作,无需监督即可将人脸分解为语义一致的面部部件,并结合特征解耦、基于密度的聚类以及 FLAME 模型辅助的部件迁移技术,实现了精确的编辑与跨人像部件替换。实验表明,该方法在多个面部特征上具有良好的分割效果,并能保持身份一致性及表情和姿态的自然适应性。

详情
英文摘要

Facial editing is an important task with applications in entertainment, virtual reality, and digital avatars. Most existing approaches rely on generative models in the 2D image domain, while in 3D the task is typically performed through labor-intensive manual editing. We propose FaceParts, a framework for unsupervised segmentation and editing of Gaussian Splatting avatars. Unlike existing 2D or mesh-assisted methods, our approach operates directly in the Gaussian domain, decomposing avatars into semantically coherent facial parts without supervision. The method integrates feature disentanglement, density-based clustering, and FLAME-anchored part transfer, enabling precise editing and cross-avatar part swapping. Experiments on the NeRSemble dataset with 11 subjects demonstrate robust isolation of features such as beards, eyebrows, eyes and mustaches. Quantitative evaluation confirms that transferred segments adapt to pose and expression, while maintaining identity consistency (ID = 0.943), low Average Expression Distance (AED = 0.021) and low Average Pose Distance (APD = 0.004).

2605.13852 2026-05-15 cs.GR cs.CV cs.LG

Realiz3D: 3D Generation Made Photorealistic via Domain-Aware Learning

Ido Sobol, Kihyuk Sohn, Yoav Blum, Egor Zakharov, Max Bluvstein, Andrea Vedaldi, Or Litany

AI总结 Realiz3D 是一种通过领域感知学习实现高质量三维生成的框架,旨在生成既符合精确几何和材质控制、又具有真实感的图像。该方法通过分离控制信号与视觉领域,引入协变量调整残差适配器,使扩散模型在不依赖特定视觉领域的情况下学习控制能力,从而缓解真实图像与合成渲染之间的域差距。实验表明,Realiz3D 在多视角生成和三维纹理生成任务中表现出色,能够生成既符合三维一致性又具有高度真实感的图像。

Comments Accepted to CVPR 2026. Project page: https://idosobol.github.io/realiz3d/

详情
英文摘要

We often aim to generate images that are both photorealistic and 3D-consistent, adhering to precise geometry, material, and viewpoint controls. Typically, this is achieved by fine-tuning an image generator, pre-trained on billions of real images, using renders of synthetic 3D assets, where annotations for control signals are available. While this approach can learn the desired controls, it often compromises the realism of the images due to domain gap between photographs and renders. We observe that this issue largely arises from the model learning an unintended association between the presence of control signals and the synthetic appearance of the images. To address this, we introduce Realiz3D, a lightweight framework for training diffusion models, that decouples controls and visual domain. The key idea is to explicitly learn visual domain, real or synthetic, separately from other control signals by introducing a co-variate that, fed into small residual adapters, shifts the domain. Then, the generator can be trained to gain controllability, without fitting to specific visual domain. In this way, the model can be guided to produce realistic images even when controls are applied. We enhance control transferability to the real domain by leveraging insights about roles of different layers and denoising steps in diffusion-based generators, informing new training and inference strategies that further mitigate the gap. We demonstrate the advantages of Realiz3D in tasks as text-to-multiview generation and texturing from 3D inputs, producing outputs that are 3D-consistent and photorealistic.

2605.12034 2026-05-15 cs.MM cs.AI cs.CV

Boosting Omni-Modal Language Models: Staged Post-Training with Visually Debiased Evaluation

Che Liu, Lichao Ma, Xiangyu Tony Zhang, Yuxin Zhang, Haoyang Zhang, Xuerui Yang, Fei Tian

AI总结 本文研究了多模态语言模型在视觉信息过强影响下的性能表现,提出了一种基于视觉去偏评估的分阶段微调方法。通过清理现有基准中的视觉捷径问题,构建了OmniClean数据集,并基于此设计了包含双模态微调、多模态强化学习和自蒸馏的三阶段微调方案OmniBoost。实验表明,该方法使小型多模态模型在无需更强教师模型的情况下,性能接近甚至超越了更大规模的模型,展示了分阶段微调在多模态模型优化中的有效性。

Comments Project page: https://cheliu-computation.github.io/omni/

详情
英文摘要

Omni-modal language models are intended to jointly understand audio, visual inputs, and language, but benchmark gains can be inflated when visual evidence alone is enough to answer a query. We study whether current omni-modal benchmarks separate visual shortcuts from genuine audio-visual-language evidence integration, and how post-training behaves under a visually debiased evaluation setting. We audit nine omni-modal benchmarks with visual-only probing, remove visually solvable queries, and retain full subsets when filtering is undefined or would make comparisons unstable. This yields OmniClean, a cleaned evaluation view with 8,551 retained queries from 16,968 audited queries. On OmniClean, we evaluate OmniBoost, a three-stage post-training recipe based on Qwen2.5-Omni-3B: mixed bi-modal SFT, mixed-modality RLVR, and SFT on self-distilled data. Balanced bi-modal SFT gives limited and uneven gains, RLVR provides the first broad improvement, and self-distillation reshapes the benchmark profile. After SFT on self-distilled data, the 3B model reaches performance comparable to, and in aggregate slightly above, Qwen3-Omni-30B-A3B-Instruct without using a stronger omni-modal teacher. These results show that omni-modal progress is easier to interpret when evaluation controls visual leakage, and that small omni-modal models can benefit from staged post-training with self-distilled omni-query supervision. Project page: https://cheliu-computation.github.io/omni/

2605.11453 2026-05-15 cs.MA cs.AI cs.LG cs.SI math.SP

Predictive Maps of Multi-Agent Reasoning: A Successor-Representation Spectrum for LLM Communication Topologies

Ethan Parks, Dalal Alharthi

AI总结 本文研究多智能体大语言模型(LLM)系统中通信拓扑结构对系统性能的影响,提出了一种基于后续表示(Successor Representation)的结构诊断方法。通过分析通信图的谱特性,如谱半径、谱隙和条件数,建立了与系统鲁棒性、共识收敛性和误差累积之间的理论联系,并在实验中验证了这些谱量对系统行为的预测能力。该方法为多智能体LLM系统的结构设计提供了新的理论依据和诊断工具。

详情
英文摘要

Practitioners deploying multi-agent large language model (LLM) systems must currently choose between communication topologies such as chain, star, mesh, and richer variants without any pre-inference diagnostic for which topology will amplify drift, converge to consensus, or remain robust under perturbation. Existing evaluation answers these questions only post hoc and only for the task measured. We introduce a structural diagnostic for multi-agent LLM communication graphs based on the successor representation $M = (I - γP)^{-1}$ of the row-stochastic communication operator, and we connect three of its spectral quantities, the spectral radius $ρ(M)$, the spectral gap $Δ(M)$, and the condition number $κ(M)$, to three distinct failure modes. We derive closed-form spectra for the chain, star, and mesh under row-stochastic normalization, and validate the predictions on a 12-step structured state-tracking task with Qwen2.5-7B-Instruct over 100 independent trials. The condition number is a perfect rank-order predictor of empirical perturbation robustness ($r_s = 1.0$); the spectral gap partially predicts consensus dynamics ($r_s = 0.5$); and the spectral radius is perfectly \emph{inverted} with respect to cumulative error ($r_s = -1.0$). We trace this inversion to a regime in which linear spectra are blind to non-contracting bias drift, and we propose an affine-noise extension of the predictive map that recovers the empirical ordering. We read this as a first step toward representational, drift-aware structural diagnostics for multi-agent LLM systems, sitting alongside classical spectral and consensus theory.

2605.09639 2026-05-15 eess.IV cs.CV

XTinyU-Net: Training-Free U-Net Scaling via Initialization-Time Sensitivity

Alvin Kimbowa, Moein Heidari, David Liu, Ilker Hacihaliloglu

AI总结 在医疗图像分割中,U-Net架构仍是主流,但在资源受限环境下需要大幅压缩模型。本文提出一种无需训练的模型选择框架XTinyU-Net,通过初始化时的雅可比敏感度指标,自动识别出针对特定数据集的极轻量U-Net配置。实验表明,XTinyU-Net在参数减少400到1600倍的情况下,仍能保持与原始nnU-Net相当的分割精度,并优于现有轻量模型。

Comments Early accepted to MICCAI 2026

详情
英文摘要

While U-Net architectures remain the gold standard for medical image segmentation, their deployment in resource-constrained environments demands aggressive model compression. However, finding an optimally efficient configuration is computationally prohibitive, typically requiring exhaustive train-and-evaluate cycles to find the smallest model that maintains peak performance. In this paper, we introduce a training-free selection framework to automatically identify ultralightweight, dataset-specific U-Net configurations directly at initialization. We observe that systematically scaling down U-Net channel width induces a sharp transition from a stable performance plateau to representational capacity collapse. To pinpoint this boundary without training, we propose a Jacobian-based sensitivity metric that scores discrete, width-capped U-Net variants using a small set of unlabeled images. By analyzing the total variation of this sensitivity curve, we isolate the smallest stable configuration, which we denote as XTinyU-Net. Evaluated across six diverse medical datasets within the nnU-Net framework, XTinyU-Net achieves segmentation accuracy comparable to the heavy nnU-Net baseline with 400x-1600x fewer parameters, and outperforms contemporary lightweight architectures while utilizing 5x-72x fewer parameters. Code is publicly accessible on https://github.com/alvinkimbowa/nntinyunet.git.

2603.27517 2026-05-15 cs.CR cs.AI

A Security Analysis of the OpenClaw AI Agent Framework

Surada Suwansathit, Yuxuan Zhang, Guofei Gu

AI总结 本文对开源AI代理框架OpenClaw进行了安全分析,揭示了其架构中由于分层信任机制导致的安全隐患。研究通过系统梳理470条安全公告,发现漏洞主要沿系统架构层和攻击技术两个维度分布,并指出远程代码执行、命令过滤机制缺陷以及插件渠道恶意技能分发等关键问题。研究结果表明,OpenClaw在各层之间缺乏统一的策略控制,导致跨层攻击难以通过局部修复解决。

详情
英文摘要

AI agent frameworks connecting large language model (LLM) reasoning to host execution surfaces -- shell, filesystem, containers, and messaging -- introduce security challenges structurally distinct from conventional software. We present a systematic taxonomy of 470 advisories filed against OpenClaw, an open-source AI agent runtime, organized by architectural layer and trust-violation type. Vulnerabilities cluster along two orthogonal axes: (1) the system axis, reflecting the architectural layer (exec policy, gateway, channel, sandbox, browser, plugin, agent/prompt); and (2) the attack axis, reflecting adversarial techniques (identity spoofing, policy bypass, cross-layer composition, prompt injection, supply-chain escalation). Patch-differential evidence yields three principal findings. First, three Moderate- or High-severity advisories in the Gateway and Node-Host subsystems compose into a complete unauthenticated remote code execution (RCE) path -- spanning delivery, exploitation, and command-and-control -- from an LLM tool call to the host process. Second, the exec allowlist, the primary command-filtering mechanism, relies on a closed-world assumption that command identity is recoverable via lexical parsing. This is invalidated by shell line continuation, busybox multiplexing, and GNU option abbreviation. Third, a malicious skill distributed via the plugin channel executed a two-stage dropper within the LLM context, bypassing the exec pipeline and demonstrating that the skill distribution surface lacks runtime policy enforcement. The dominant structural weakness is per-layer trust enforcement rather than unified policy boundaries, making cross-layer attacks resilient to local remediation.

2603.04601 2026-05-15 cs.SE cs.AI cs.CL

Vibe Code Bench: Evaluating AI Models on End-to-End Web Application Development

Hung Tran, Langston Nashold, Rayan Krishnan, Antoine Bigeard, Alex Gu

AI总结 本文介绍了Vibe Code Bench,一个用于评估AI模型在端到端网页应用开发能力的新基准。该基准包含100个网页应用规范,涵盖964个基于浏览器的工作流程,通过自主浏览器代理对生成的应用进行评估。研究发现,当前最先进的模型在测试集上仅达到61.8%的准确率,表明端到端应用开发仍是AI的挑战性任务;同时,研究还揭示了生成过程中的自测试能力和评估者选择对结果的重要影响,并提供了新的数据集、评估流程以及模型对比分析结果。

Comments 23 pages, 8 figures. Accepted to ACM CAIS 2026. Live leaderboard: https://www.vals.ai/benchmarks/vibe-code. Benchmark first released Nov 2025

详情
英文摘要

Code generation has emerged as one of AI's highest-impact use cases, yet existing benchmarks measure isolated tasks rather than the complete "zero-to-one" process of building a working application from scratch. We introduce Vibe Code Bench, a benchmark of 100 web application specifications (50 private validation, 50 held-out test) with 964 browser-based workflows comprising 10,131 substeps, evaluated against deployed applications by an autonomous browser agent. Across 16 frontier models, the best achieves 61.8% accuracy on the test split, revealing that reliable end-to-end application development remains a frontier challenge. We identify self-testing during generation as a strong performance predictor (Pearson r=0.72), and show through a completed human alignment study that evaluator selection materially affects outcomes (31.8-93.6% pairwise step-level agreement). Our contributions include (1) a novel benchmark dataset and browser-based evaluation pipeline for end-to-end web application development, (2) a comprehensive evaluation of 16 frontier models with cost, latency, and error analysis, and (3) an evaluator alignment protocol with both cross-model and human annotation results.

2602.12105 2026-05-15 cs.GR cs.CV cs.LG

Iskra: A System for Inverse Geometry Processing

Ana Dodik, Ahmed H. Mahmoud, Justin Solomon

AI总结 本文提出了一种名为 Iskra 的系统,用于对几何处理问题的求解过程进行微分,从而支持逆向几何处理任务。该系统利用现有的高效几何算法,如局部-全局和 ADMM 求解器,并结合张量计算流程与伴随方法,实现了对用户指定代码的高效反向传播。该方法无需对原有几何算法进行重新设计,即可实现微分,具有实现简单、运行快速和内存消耗低的优势,并在多个几何处理应用中验证了其有效性与性能。

详情
英文摘要

We propose a system for differentiating through solutions to geometry processing problems. Our system differentiates a broad class of geometric algorithms, exploiting existing fast problem-specific schemes common to geometry processing, including local-global and ADMM solvers. It is compatible with machine learning frameworks, opening doors to new classes of inverse geometry processing applications. We marry the scatter-gather approach to mesh processing with tensor-based workflows and rely on the adjoint method applied to user-specified imperative code to generate an efficient backward pass behind the scenes. We demonstrate our approach by differentiating through mean curvature flow, spectral conformal parameterization, geodesic distance computation, and as-rigid-as-possible deformation, examining usability and performance on these applications. Our system allows practitioners to differentiate through existing geometry processing algorithms without needing to reformulate them, resulting in low implementation effort, fast runtimes, and lower memory requirements than differentiable optimization tools not tailored to geometry processing.

2512.01977 2026-05-15 eess.SY cs.AI cs.SY

AI-Driven Optimization under Uncertainty for Mineral Processing Operations

William Xu, Amir Eskanlou, Mansur Arief, David Zhen Yin, Jef K. Caers

AI总结 为满足清洁能源技术对关键矿产日益增长的需求,矿产加工能力需迅速提升,但其效率受到原料波动和工艺动态复杂性带来的不确定性限制。本文提出一种基于人工智能的方法,将矿产加工建模为部分可观察马尔可夫决策过程(POMDP),以在不确定性条件下优化工艺操作。通过在模拟浮选单元中的应用,该方法展示了在降低不确定性与优化工艺协同进行方面的优势,有望在最大化净现值等整体目标上优于传统方法,为实验室和工业规模的矿产加工优化提供了数学与计算框架。

Comments 13 pages, 15 figures, published in Sustainable Earth Resources Communications (SERC)

详情
Journal ref
Sustain. Earth Resour. Commun. 2025, 1(2): 100-112
英文摘要

The global capacity for mineral processing must expand rapidly to meet the demand for critical minerals, which are essential for building the clean energy technologies necessary to mitigate climate change. However, the efficiency of mineral processing is severely limited by uncertainty, which arises from both the variability of feedstock and the complexity of process dynamics. To optimize mineral processing circuits under uncertainty, we introduce an AI-driven approach that formulates mineral processing as a Partially Observable Markov Decision Process (POMDP). We demonstrate the capabilities of this approach in handling both feedstock uncertainty and process model uncertainty to optimize the operation of a simulated, simplified flotation cell as an example. We show that by integrating the process of information gathering (i.e., uncertainty reduction) and process optimization, this approach has the potential to consistently perform better than traditional approaches at maximizing an overall objective, such as net present value (NPV). Our methodological demonstration of this optimization-under-uncertainty approach for a synthetic case provides a mathematical and computational framework for later real-world application, with the potential to improve both the laboratory-scale design of experiments and industrial-scale operation of mineral processing circuits without any additional hardware.

2511.07686 2026-05-15 physics.chem-ph cs.LG

Kolmogorov-Arnold Chemical Reaction Neural Networks for learning pressure-dependent kinetic rate laws

Benjamin C. Koenig, Sili Deng

AI总结 该研究提出了一种新型的可解释机器学习框架——Kolmogorov-Arnold化学反应神经网络(KA-CRNN),用于从数据中直接学习压力依赖的化学反应速率定律。通过将每个动力学参数建模为第三体浓度的可学习函数,KA-CRNN在保持阿伦尼乌斯和质量作用定律的物理可解释性的同时,能够无需假设地从数据中推断全局和碰撞体特异的压力效应。实验表明,该方法在多种温度、压力和浴气混合条件下能准确重现压力依赖的反应动力学,且在稀疏训练数据下表现优于传统插值方法。

Comments 12 pages, 8 figures

详情
英文摘要

Chemical Reaction Neural Networks (CRNNs) have emerged as an interpretable machine learning framework for discovering reaction kinetics directly from data, while strictly adhering to the Arrhenius and mass action laws. However, standard CRNNs cannot represent pressure-dependent or mixture-based rate behavior, which is critical in many combustion and chemical systems and typically requires empirical falloff formulations such as Troe or SRI, or data-based interpolation or polynomial fits such as PLOG or Chebyshev Polynomials. Here, we develop Kolmogorov-Arnold Chemical Reaction Neural Networks (KA-CRNNs) that generalize CRNNs by modeling each kinetic parameter as a learnable function of third-body concentrations using Kolmogorov-Arnold activations. This structure maintains the Arrhenius and mass action interpretability and physical constraints of a vanilla CRNN while enabling assumption-free inference of global and collider-specific pressure effects directly from data. Two proof-of-concept reaction studies are presented to highlight the capability of KA-CRNNs to accurately reproduce pressure-dependent and collider-specific kinetics across a range of temperatures, pressures, and bath gas mixtures, extracting meaningful and generalizable models from sparse training data and significantly outperforming interpolative approaches (2.88x reduction in MSE). The framework establishes a foundation for data-driven discovery of extended kinetic behaviors in complex reacting systems, advancing interpretable and physics-constrained approaches for chemical model inference.

2505.11765 2026-05-15 cs.MA cs.AI cs.LG

OMAC: A Holistic Optimization Framework for LLM-Based Multi-Agent Collaboration

Shijun Li, Hilaf Hasson, Joydeep Ghosh

AI总结 本文提出了一种名为OMAC的综合性优化框架,旨在提升基于大语言模型(LLM)的多智能体系统(MAS)的协作性能。该框架从五个关键优化维度出发,涵盖智能体功能与协作结构,并设计了语义初始化器和对比比较器两个核心组件,分别用于单维度优化和多维度联合优化。实验表明,OMAC在多种任务中优于现有方法,展示了其在系统设计与优化方面的有效性与通用性。

Comments Accepted as a Spotlight paper at ICML 2026

详情
英文摘要

Agents powered by advanced large language models (LLMs) have demonstrated impressive capabilities across diverse complex applications. Recently, Multi-Agent Systems (MAS), wherein multiple agents collaborate and communicate with each other, have exhibited enhanced capabilities in complex tasks, such as high-quality code generation and arithmetic reasoning. However, the development of such systems often relies on handcrafted methods, and the literature on systematic design and optimization of LLM-based MAS remains limited. In this work, we introduce \textbf{OMAC}, a general framework designed for holistic optimization of LLM-based MAS. Specifically, we identify five key optimization dimensions for MAS, encompassing both agent functionality and collaboration structure. Building upon these dimensions, we first propose a general algorithm, utilizing two actors termed the Semantic Initializer and the Contrastive Comparator, to optimize any single dimension. Then, we present an algorithm for joint optimization across multiple dimensions. Extensive experiments demonstrate the superior performance of OMAC on diverse tasks against recent approaches.

2504.20984 2026-05-15 cs.CR cs.LG

ACE: A Security Architecture for LLM-Integrated App Systems

Evan Li, Tushin Mallick, Evan Rose, William Robertson, Alina Oprea, Cristina Nita-Rotaru

AI总结 本文提出ACE,一种针对集成大语言模型(LLM)应用系统的安全架构,旨在应对恶意应用可能引发的完整性、可用性和隐私问题。ACE通过将规划过程分为抽象规划和具体执行两个阶段,利用可信信息生成抽象计划,并通过静态分析确保信息流安全,同时在执行阶段实施数据与能力隔离,保障系统按可信计划运行。实验表明,ACE能有效防御间接提示注入攻击及新引入的攻击,并在实际环境中保持良好实用性。

Comments 25 pages, 13 figures, 8 tables; accepted by Network and Distributed System Security Symposium (NDSS) 2026

详情
Journal ref
Network and Distributed System Security (NDSS) Symposium 2026
英文摘要

LLM-integrated app systems extend the utility of Large Language Models (LLMs) with third-party apps that are invoked by a system LLM using interleaved planning and execution phases to answer user queries. These systems introduce new attack vectors where malicious apps can cause integrity violation of planning or execution, availability breakdown, or privacy compromise during execution. In this work, we identify new attacks impacting the integrity of planning, as well as the integrity and availability of execution in LLM-integrated apps, and demonstrate them against IsolateGPT, a recent solution designed to mitigate attacks from malicious apps. We propose Abstract-Concrete-Execute (ACE), a new secure architecture for LLM-integrated app systems that provides security guarantees for system planning and execution. Specifically, ACE decouples planning into two phases by first creating an abstract execution plan using only trusted information, and then mapping the abstract plan to a concrete plan using installed system apps. We verify that the plans generated by our system satisfy user-specified secure information flow constraints via static analysis on the structured plan output. During execution, ACE enforces data and capability barriers between apps, and ensures that the execution is conducted according to the trusted abstract plan. We show experimentally that ACE is secure against attacks from the InjecAgent and Agent Security Bench benchmarks for indirect prompt injection, and our newly introduced attacks. We also evaluate the utility of ACE in realistic environments, using the Tool Usage suite from the LangChain benchmark. Our architecture represents a significant advancement towards hardening LLM-based systems using system security principles.

2412.03992 2026-05-15 stat.ML cs.LG math.ST stat.TH

How well behaved is finite dimensional Diffusion Maps?

Wenyu Bo, Marina Meilă

AI总结 本文研究有限维扩散映射(Diffusion Maps)在嵌入子流形时的几何性质及其误差界。在一系列关于子流形的假设下,作者推导了在扩散映射变换后仍保持的几何特性,如近似均匀密度、有限多项式逼近和曲率半径等。基于这些性质,他们严格界定了扩散映射嵌入的误差,并量化了估计切空间与真实切空间之间的偏差,为理解扩散映射在实际应用中的性能和可靠性提供了坚实的理论基础。

Comments 33 pages, 4 figures

详情
英文摘要

Under a set of assumptions on a family of submanifolds $\subset {\mathbb R}^D$, we derive a series of geometric properties that remain valid after finite-dimensional and almost isometric Diffusion Maps (DM), including almost uniform density, finite polynomial approximation and reach. Leveraging these properties, we establish rigorous bounds on the embedding errors introduced by the DM algorithm is $O\left((\frac{\log n}{n})^{\frac{1}{8d+16}}\right)$. Furthermore, we quantify the error between the estimated tangent spaces and the true tangent spaces over the submanifolds after the DM embedding, $\sup_{P\in \mathcal{P}}\mathbb{E}_{P^{\otimes \tilde{n}}} \max_{1\leq j \angle (T_{Y_{φ(M),j}}φ(M),\hat{T}_j)\leq \tilde{n}} \leq C \left(\frac{\log n }{n}\right)^\frac{k-1}{(8d+16)k}$, which providing a precise characterization of the geometric accuracy of the embeddings. These results offer a solid theoretical foundation for understanding the performance and reliability of DM in practical applications.

2408.11186 2026-05-15 cs.MA cs.AI math.OC

Sequential Resource Trading Using Comparison-Based Gradient Estimation

Surya Murthy, Mustafa O. Karabag, Ufuk Topcu

AI总结 本文研究了两个理性代理在有限资源类别间进行的多议题序列交易问题,其中一方代理无法获知另一方的效用函数,仅能通过接受或拒绝的反馈进行交互。作者提出了一种基于比较的梯度估计算法,通过将反馈视为状态间的比较,逐步估计响应代理的梯度方向,从而系统地优化交易方案。该方法保证每次接受的交易都能严格提升双方效用,并在有限次拒绝后确定帕累托最优或达成互利交易,实验表明该方法在多种场景下具有更高的社会福利和更少的交易次数。

详情
英文摘要

We study sequential multi-issue trading between two greedily rational agents who exchange resources from a finite set of categories. Each agent's utility depends on its allocation, but the offering agent does not know the responding agent's utility function and receives only accept or reject feedback. We propose a comparison-based algorithm that interprets acceptance and rejection responses as pairwise state comparisons, allowing the offering agent to iteratively estimate the responding agent's gradient. Rejected offers prune the space of feasible gradient directions, enabling systematic refinement of possibly mutually beneficial trades. The algorithm guarantees that each accepted trade strictly improves both agents' utilities and, after finitely many rejected offers, either identifies a mutually beneficial trade or certifies that the current allocation is weakly Pareto optimal. We further show that the sequence of accepted trades asymptotically converges to the Pareto front under mild assumptions. We evaluate the method against standard baselines and show that it achieves higher societal benefit with fewer offers across multiple trading settings. We further validate the approach in a user study, demonstrating strong performance in scenarios with substantial resource conflict.

2605.15201 2026-05-15 quant-ph cond-mat.stat-mech cond-mat.str-el

Mixed-State Long-Range Entanglement from Dimensional Constraints

Leonardo A. Lessa, Tsung-Cheng Lu

AI总结 本文提出了一种新的机制,用于在具有强对称性的多体混合态中实现长程纠缠(LRE),无需依赖对称性异常或长程关联。研究以一维环上的平移不变子空间中的最大混合态为例,指出由于短程纠缠态的子空间维度仅多项式增长,而整个平移不变子空间维度呈指数增长,该态表现出长程纠缠特性。文章还探讨了该态的一些非常规性质,并构建了一个几何非局部的林布达良(Lindbladian)来稳定该态作为稳态,揭示了维度不匹配作为多体混合态中实现长程纠缠的新途径。

Comments 27 pages, 2+8 figures

详情
英文摘要

We present a new mechanism for long-range entanglement (LRE) in strongly symmetric many-body mixed states that does not rely on symmetry anomalies or long-range correlations. Our primary example is the maximally mixed state in the translation-invariant subspace on a one-dimensional ring. This state is LRE because translationally symmetric short-range entangled states span a subspace whose dimension grows only polynomially with system size, whereas the full translation-invariant subspace grows exponentially. We further discuss certain unconventional properties of this state, including logarithmically growing conditional mutual information, strong-to-weak spontaneous symmetry-breaking, and Rényi-index-dependent operator-space entanglement. We also construct a geometrically non-local Lindbladian to stabilize this state as the steady state. Our results identify dimensional mismatch as a novel route to LRE that is intrinsic to many-body mixed states.

2605.15194 2026-05-15 cond-mat.str-el hep-th math.CT quant-ph

Non-Invertible Symmetries on Tensor-Product Hilbert Spaces and Quantum Cellular Automata

Rui Wen, Kansei Inamura, Sakura Schafer-Nameki

AI总结 本文研究了在张量积希尔伯特空间上实现(1+1)维融合范畴对称性的方法,并考虑其与量子细胞自动机(QCA)的结合。作者在物理合理假设下,系统分析了QCA精炼的融合范畴实现,证明了其对称性算符和QCA的指标由范畴数据决定,并构建了一个格点模型,为任意弱积分融合范畴对称性提供了QCA精炼的实现。该成果为理解非可逆对称性与量子动力学的结合提供了新的框架。

Comments 40 pages

详情
英文摘要

We investigate realizations of (1+1)-dimensional fusion category symmetries on tensor-product Hilbert spaces, allowing for mixing with quantum cellular automata (QCAs). It was argued recently that any such realizable symmetry must be weakly integral. We develop a systematic analysis of QCA-refined realizations of fusion categories and prove two statements. First, we show that, under certain physical assumptions on defects, any QCA-refined realization has QCA and symmetry-operator indices determined by the categorical data, up to the freedom of redefining the symmetry operators. Second, we construct a lattice model that provides a QCA-refined realization for any weakly integral fusion category symmetry on a tensor product Hilbert space. We also compute indices of the QCAs in our lattice model and show agreement with the first result. As an application of the general construction, we give an explicit QCA-refined realization of general Tambara-Yamagami categorical symmetries.

2605.15191 2026-05-15 cond-mat.soft

From Coffee Rings to Self-Driven Assembly: Active Matter Enabled Design of Drying Droplets

Meneka Banik, Ranjini Bandyopadhyay

AI总结 该研究探讨了含有活性粒子的蒸发液滴在干燥过程中形成的自驱动组装现象,突破了传统咖啡环效应中被动粒子的模型。通过引入活性物质,如运动微生物或化学活性胶体,液滴内部可产生持续能量注入和梯度,从而引发自驱动流动和动态接触线行为。文章总结了活性液滴的关键机制,强调了气泡介导流动的作用,并提出了可控沉积和功能界面设计的策略。

详情
英文摘要

Evaporating colloidal droplets have long been used as model systems to understand capillarity, interfacial transport, and particle assembly, most prominently through the coffee ring effect. In classical descriptions, suspended particles are treated as passive tracers carried by evaporation-driven capillary flow, with additional influence from Marangoni stresses, wettability, and contact line pinning. More recent studies, however, show that this picture changes significantly when the particles themselves are active. Systems containing motile microorganisms, chemically active colloids, or externally driven particles can continuously inject energy or generate gradients within the droplet, leading to self-driven flows, modified interfacial stresses, and dynamic contact line behavior. In this Perspective, we bring together these developments, identify the key mechanisms governing active droplets, highlight the role of bubble-mediated flows, and outline strategies for controlled deposition and functional interface design.

2605.15180 2026-05-15 hep-th

Wormholes and Averaging over N

Jonah Kudler-Flam, Edward Witten

AI总结 本文研究了引力路径积分在 $G_N$ 展开下的渐近行为,探讨了虫洞如何计算某些可观测量的系综平均。作者提出了一种称为“梅林平均”的方法,用于定义 $N$ 的函数的渐近平均,并论证这种方法在满足一定条件下可以解释虫洞物理中观察到的随机性。文章通过谱形式因子和一些玩具模型验证了该方法的可行性,展示了 $N$ 的解析延拓在理论中的潜在作用。

Comments 36 pages

详情
英文摘要

The gravitational path integral produces an asymptotic expansion in $G_N$, a fact which is puzzling in the case of observables that are expected to fluctuate wildly. Wormholes appear to compute ensemble averages of functions of such observables, though in typical constructions of AdS/CFT, there are no parameters to average over except, in some examples, a single integer $N$. We introduce a procedure that we call ``Mellin averaging'' to define a sort of asymptotic average of a function of $N$. We argue that Mellin averaging over $N$ may suffice to reproduce the apparent randomness seen in wormhole physics, provided that the dual theory admits an analytic continuation in $N$ and the relevant observables fluctuate on superpolynomially small scales in $N$. As a test case, we consider the spectral form factor in the regime where the double cone is believed to dominate the gravitational path integral and compare to a random matrix theory in which $N$ behaves as a continuous variable. We also describe some toy models of analytic continuation in $N$: a qubit model that can be analytically continued in $N$, and an explicit construction of a deterministic function of $N$ that simulates a sequence of independent draws from a Gaussian ensemble.

2605.15176 2026-05-15 hep-ph

Matching higher-dimensional operators at finite temperature for general models

Fabio Bernardo, Romain Guillermo Reinle, Philipp Schicho

AI总结 本文研究了在有限温度下对一般模型中三维有效场论中的五维和六维算符进行匹配的问题。作者开发了一种自动化方法,用于匹配包含标量、费米子和规范场的任意模型中的高维算符,并基于 Mathematica 包 DRalgo 实现了该方法。文章提出了算符基底、匹配过程及具体例子,涵盖了强相互作用与电弱相互作用混合以及破 parity 的算符,并详细讨论了冗余算符、规范依赖性及相关场重定义问题。

Comments 35 pages, 2 tables

详情
英文摘要

High-temperature dimensional reduction provides a systematic effective field theory framework for studying finite-temperature thermodynamics and cosmological phase transitions. While the matching of super-renormalizable operators in the resulting three-dimensional effective theories is well established, the matching of higher-dimensional operators has recently been reinvigorated. These operators become phenomenologically relevant in strong first-order phase transitions where they quantify the convergence of the high-temperature expansion. This work automates the matching of generic three-dimensional dimension-five and -six operators for arbitrary models containing scalars, fermions, and gauge fields, implemented as an extension of the Mathematica package DRalgo. We present the operator basis, the matching procedure, and explicit examples including a scalar-Yukawa model, hot QCD, and the full Standard Model up to dimension six, covering operators mixing the strong and electroweak sectors as well as parity-violating contributions. Redundant operators, gauge dependence, and the corresponding field redefinitions are discussed in detail. The code and example model files are publicly available at https://github.com/DR-algo/DRalgo.

2605.15175 2026-05-15 astro-ph.HE

Detecting the Axion-Photon Conversion Background

Felix Weber, Vikram Ravi

AI总结 本文研究了通过天体物理过程探测轴子暗物质的潜力,重点分析了中子星磁层和星际介质(ISM)中轴子-光子转换的背景信号。研究发现银河系中子星磁层可能产生可观测的微弱背景信号,利用ALMA等设备通过统计方法在高频射电波段可进行探测;而星际介质中的轴子信号则过于微弱,难以用现有技术检测。因此,文章认为通过射电成像观测银河中心等富含脉冲星和中子星的区域,是探测QCD轴子暗物质的最佳途径。

Comments Preprint; 16 pages and 10 figures

详情
英文摘要

The potential to detect axion dark matter through astrophysical processes has shown high promise in recent years. We therefore expand on previous work studying the axion-to-photon conversion efficacy of neutron stars and the interstellar medium (ISM) in this endeavor, respectively. For neutron stars (NS), we examine the possibility of a background signal emanating from all NS magnetospheres in the galaxy. Using a heuristic Galactic model, we find a significant background signal emanating from such magnetospheres in the Milky Way. This signal, while weak in absolute power ($\gtrsim 1$ mJy sr$^{-1}$ from the Galactic Center, at 2 GHz), can be detected through new statistical techniques with current instrumentation like the Atacama Large Millimeter Array (ALMA) at high radio frequencies (200 - 950 GHz). These techniques make use of higher order statistics like spectrally-limited ($\sim 300$ km s$^{-1}$) increases in confusion noise levels and kurtoses of survey images, and also show promise for general population estimation techniques. For the ISM, we consider Primakoff processes between free electrons and axions, and derive typical signal strengths of $10^{-15}$ Jy sr$^{-1}$ $\cdot$ $m_a$/eV, with a local, cosmological upper bound of $10^{-8}$ Jy sr$^{-1}$ $\cdot$ $m_a$/eV. Hence, we find that any diffuse axion signal from the ISM and other, large-scale, astrophysical plasmas to be too weak to be detected with modern technologies. We therefore find that the best avenue towards detecting a potential quantum chromodynamics (QCD) axion dark-matter particle is through the radio imaging of large swaths of the Galactic Center and other regions where we expect large numbers of pulsars and neutron stars.

2605.15174 2026-05-15 quant-ph cond-mat.stat-mech cs.IT math-ph math.IT math.MP

Universal quantum resource distillation via composite generalised quantum Stein's lemma

Ludovico Lami, Bartosz Regula, Ryuji Takagi

AI总结 本文研究了量子资源蒸馏的通用方法,提出在无需精确了解输入态的情况下,仍可实现最优蒸馏速率,展示了量子资源蒸馏的鲁棒性。核心方法基于对广义量子Stein引理的扩展,将其应用于由未知态独立同分布副本组成的复合假设检验场景。该成果为量子纠缠净化等任务提供了理论支持,并揭示了最优速率由纠缠相对熵的正则化形式决定。

Comments 8+12 pages

详情
英文摘要

The performance of quantum resource manipulation protocols, including key examples such as distillation of quantum entanglement, is measured in terms of the rate at which desired target states can be produced from a given noisy state. However, to achieve optimal rates, known protocols require precise tailoring to the quantum state in question, demanding a perfect knowledge of the input and allowing no errors in its preparation. Here we show that distillation of quantum resources in the framework of resource non-generating operations can be performed universally: optimal rates of distillation can be achieved with no knowledge of the input state whatsoever, certifying the robustness of quantum resource distillation. The findings apply in particular to the purification of quantum entanglement under non-entangling maps, where the optimal rates are governed by the regularised relative entropy of entanglement. Our result relies on an extension of the generalised quantum Stein's lemma in quantum hypothesis testing to a composite setting where the null hypothesis is no longer a fixed quantum state, but is rather composed of i.i.d. copies of an unknown state. The solution of this asymptotic problem is made possible through new developments in one-shot quantum information and a refinement of the blurring technique from [Lami, arXiv:2408.06410].

2605.15173 2026-05-15 cs.DS cs.DB

Hybrid Sketching Methods for Dynamic Connectivity on Sparse Graphs

Quinten De Man, Gilvir Gill, Michael A. Bender, Laxman Dhulipala, David Tench

AI总结 本文研究了动态图连通性问题在稀疏图上的高效处理方法,提出了一种混合的图素描方法,通过区分图中的稀疏外围和密集核心区域,仅对密集部分进行素描处理,从而在保证性能的同时显著减少空间开销。核心方法包括一种新的BalloonSketch算法,大幅降低每个顶点的素描空间需求,并构建了HybridSCALE系统,实现了在不同密度图上的空间效率优化。该方法在实际图数据上相比传统无损方法节省了高达97%的存储空间。

详情
英文摘要

Dynamic connectivity is a fundamental dynamic graph problem, and recent algorithmic breakthroughs on dynamic graph sketching have reshaped what is theoretically possible: by encoding the graph as per-vertex linear sketches, these algorithms solve dynamic connectivity in only $Θ(V \log^2 V)$ space, independent of the number of edges,outperforming lossless $Θ(V+E)$-space structures that grow as the graph becomes denser. Prior to this work, no practical dynamic connectivity algorithm has been able to translate these theoretical breakthroughs into space savings on real-world graphs. The main obstacle is that per-vertex sketches cost thousands of bytes per vertex, so sketching only pays off once the graph becomes extremely dense. We observe that sparse real-world graphs are often not uniformly sparse, these graphs can contain dense cores on a small subset of vertices that account for a large fraction of edges. We exploit this structure via hybrid sketching: sketch only the dense core, and store the sparse periphery losslessly. We design new hybrid algorithms for fully-dynamic and semi-streaming connectivity with space $O(\min\{V+E, V \log V \log(2+E/V)\})$ w.h.p., simultaneously matching the lossless bound on sparse graphs, the sketching bound on dense graphs, and improving on both in an intermediate regime. A key component is BalloonSketch, a new l0-sampler reducing per-vertex sketch sizes by up to 8x. We implement HybridSCALE, a modular system treating the lossless and sketch-based components as subroutines. HybridSCALE is the first sketch-based dynamic connectivity system to save space on common real-world graphs. Compared to the state-of-the-art lossless baseline, HybridSCALE saves up to 15% space on sparse graphs (average degree < 100), up to 92% on intermediate density graphs (average degree ~ 100-1000), and up to 97% on dense graphs (average degree > 1000).

2605.15169 2026-05-15 math.LO math.GR

Modal group theory: homomorphisms

Wojciech Aleksander Wołoszyn

AI总结 本文研究了模态群论中任意同态的情形,将可能性解释为从给定群出发存在群同态,语义由群的坍缩可能性决定,包括元素识别、参数消除和新关系的引入。研究证明模态语言能够表达循环子群成员、由固定有限元生成的子群、群的循环性、有限生成性以及挠性等性质,并利用这些可定义性结果实现了算术的解释,证明有限呈现群的同态模态理论在哥德尔编码集合上与真算术计算同构。此外,还分析了命题模态有效性,指出句法有效性恰好为S5,而均匀素不可分群的参数有效性恰好为S4.2。

详情
英文摘要

I investigate modal group theory for arbitrary homomorphisms. Possibility is interpreted by the existence of a group homomorphism out of the given group, so the semantics is governed by the possibility of collapse: elements may be identified, parameters may be killed, and new relations may hold in the target. I show that the modal language nevertheless expresses cyclic subgroup membership, subgroup generation by a fixed finite tuple, cyclicity, finite generation by a fixed number of elements, and torsion. I use these definability results to interpret arithmetic, and prove that, as sets of Goedel numbers, the homomorphic modal theory of finitely presented groups is computably isomorphic to true arithmetic. I also analyze propositional modal validities: sentential validities are exactly S5, the trivial group has exact parameter-validities S5, and uniformly prime-indivisible groups have exact parameter-validities S4.2.

2605.15166 2026-05-15 astro-ph.HE

Polarization Signatures from GRMHD Simulations of Black Hole Accretion

P. Chris Fragile, Maciek Wielgus, Cora Prather

AI总结 本文探讨了从广义相对论磁流体动力学(GRMHD)模拟中提取黑洞吸积盘的偏振特征,旨在通过X射线偏振观测更好地理解吸积盘、冕区和喷流等结构的性质。尽管目前相关研究结果仍较为有限,但作者认为现在是推动该领域发展的关键时机。文章还简要展示了这一技术在事件视界望远镜(EHT)中应用的潜力,并展望了该领域未来的发展方向。

Comments Invited chapter for the edited book "X-ray Polarimetry: Detection, Observations, Modeling and the Future" (Eds. Honghui Liu and Adam Ingram), Springer Singapore, expected in 2026

详情
英文摘要

This chapter tells the still-unfolding story of extracting polarization signatures from general relativistic magnetohydrodynamics simulations of accretion disks. In some sense, this effort is premature as there are still very few results of this kind. Much more abundant are phenomenological models. Nevertheless, we feel now is the time to rally the community to this cause. Since the focus of this book is on X-ray polarimetry, we focus exclusively on simulations of accretion onto compact objects. Most of the relevant work so far has been on black hole accretion disks, though neutron stars are also viable targets for X-ray polarimetry. The focus of our chapter is on how X-ray polarimetry coupled with accretion simulations might help us better understand properties of the disks, coronae, and jets that are the dominant components of accreting compact sources. We briefly illustrate the promise of this technique by demonstrating how it has already been used in the case of the Event Horizon Telescope (using radio polarimetry). We also speculate about where this field may be heading in the near future.

2605.15163 2026-05-15 cs.LO

Automating Bitvector and Finite Field Equivalence Proofs in Lean

Elizaveta Pertseva, Valentin Robert, Clark Barrett, James Parker

AI总结 该研究针对零知识证明电路编码验证中涉及位向量与有限域操作的无量词陈述正确性证明难题,提出了一种新的Lean证明策略BitModEq。该方法通过范围引理和案例分析实现有限域到位向量的验证转换,并结合位爆破技术,在解决零知识证明算术化基准问题上优于现有SMT求解器,成功案例增加了19%。

详情
英文摘要

Efforts to verify Zero-Knowledge Proof circuit encodings have highlighted the challenge of proving the correctness of quantifier-free statements that make use of both bitvector and finite field operations. Existing verification workflows are either manual or rely on SMT solvers, which scale poorly on some classes of problems for reasons that include difficulties with conversion operators and challenges reasoning about inequalities. To address these limitations, we present a novel Lean tactic BitModEq that leverages range lemmas and case analysis to produce verified translations from finite fields to bitvectors. Our approach, combined with bit-blasting, outperforms state-of-the-art SMT solvers, solving 19% more ZKP arithmetization benchmarks.

2605.15162 2026-05-15 physics.plasm-ph astro-ph.HE

Axion magnetohydrodynamics and reconnection-driven axion bursts

H. Terças

AI总结 本文提出了超越理想极限的轴子磁流体力学理论,考虑了轴子的惯性和非理想等离子体的基本物理特性。研究发现,当磁通量冻结条件不成立时,磁耗散会成为轴子辐射的局域源,而磁重联过程可激发混合的阿尔芬-轴子模式,实现磁场与轴子之间的能量交换。该机制在中子星和磁星环境中可导致由阿尔芬耗散驱动的瞬时轴子爆发,并为观测探测轴子-光子耦合提供了新的灵敏度依据。

Comments Axion magnetohydrodynamics, magnetars, axion bursts, sensitivity projection

详情
英文摘要

We formulate axion magnetohydrodynamics beyond the ideal limit, retaining axion inertia and the essential physics of non-ideal plasmas from first principles. In this framework, regions where magnetic flux freezing breaks down acquire a new physical role: whenever $\mathbf{E} \cdot\ \mathbf{B} \neq 0$, magnetic dissipation acts as a localized source of axion radiation. We show that magnetic reconnection naturally excites mixed Alfvén-axion modes, enabling coherent energy exchange between magnetic fields and axions in magnetically dominated environments. In neutron stars and magnetars, this mechanism leads generically to transient axion bursts powered by reconnection--driven Alfvénic dissipation. We connect this production process to observational prospects and derive a characteristic sensitivity to the axion--photon coupling, complementary to searches based on static magnetic fields.

2605.15160 2026-05-15 gr-qc hep-th

N-body next-to-leading order gravitational spin-orbit interaction via effective field theory

Leonardo Wimmer, Hideyuki Tagoshi

AI总结 本文利用后牛顿有效场论(PN-EFT)方法,推导了广义相对论中N个自旋天体系统的下一阶自旋轨道相互作用势和哈密顿量,将二体问题的EFT处理推广到任意N体情形。研究中给出了两种推导方法,分别基于广义规范和协变自旋补充条件,并通过非规范变换得到规范变量。两种方法所得的规范哈密顿量与已知的Hartung和Steinhoff的N体ADM哈密顿量一致,仅相差一个规范变换。

详情
英文摘要

Using the post-Newtonian effective field theory (PN-EFT) formalism for spinning gravitating bodies, we derive the next-to-leading-order (NLO) spin-orbit potential and Hamiltonian for a system of N spinning bodies in general relativity. This extends the EFT treatment of the binary case to arbitrary N. We present two derivations: one in the generalized canonical gauge, and one based on the covariant spin supplementary condition (SSC), followed by a noncanonical transformation to canonical variables. In both approaches, the only new contributions beyond the binary case are three-body interaction diagrams. The canonical Hamiltonians obtained from the two EFT routes agree with the known ADM N-body Hamiltonian of Hartung and Steinhoff up to a canonical transformation.

2605.15159 2026-05-15 cond-mat.soft physics.bio-ph

Multiscale order, flocking and phenotypic hysteresis in the cellular Potts model of epithelia

Calvin C. Bakker, Marc Durand, François Graner, Luca Giomi

AI总结 该研究通过细胞Potts模型的大规模数值模拟,探讨了上皮组织中集体细胞迁移与组织空间结构之间的相互作用机制。研究发现,细胞形态和细胞骨架活动共同影响系统的相图,揭示了多种取向序态及其跨尺度共存现象,并识别出一条参数路径,沿此路径细胞骨架聚合速率的增加可引发从无序到长程取向序的相变。研究还发现,不同尺度下分别出现类六角形结构和近长程向列序,并在特定条件下表现出类似上皮-间质转化的表型滞后现象。

Comments 6 pages, 4 figures

详情
英文摘要

In epithelia, how do collective cell migration and tissue spatial organization feedback on each other? We address this question through large-scale numerical simulations of the cellular Potts model. By accounting for both cell morphology and cytoskeletal activity, we uncover a remarkably rich phase diagram featuring multiple types of orientational order, either as distinct phases or coexisting across length scales. We identify a specific pathway in parameter space along which a gradual increase in the actin polymerization rate drives a phase transition into a long-range flocking state. Simultaneously, quasi-long-range nematic order emerges at length scales much larger than the cell size due to the combined effects of directed motion and lateral cell-cell interactions. At length scales comparible to cell size, however, cells adopt an approximatively hexagonal morphology, resulting in hexanematic order, similar to that observed in reconstituted Madin-Darby Canine Kidney (MDCK) cell monolayers. With further increases in actin polymerization, nematic order becomes fully long-range, while hexatic order remains quasi-long-range and confined to short length scales, but independent of cytoskeletal activity. When noise is sufficiently low to allow crystallization at finite actin polymerization rate, cycling the cell-monolayer across the melting transition yields an example of phenotypical hysteresis, reminiscent of that observed across the epithelial-mesenchymal transition.

2605.15158 2026-05-15 cond-mat.soft

Duality Between Chemical Potential Dynamics and Reaction-Diffusion Systems

Daniel Zhou, Erwin Frey

AI总结 本文揭示了化学势动力学与反应-扩散系统之间的对偶关系,建立了在非线性、远离平衡态条件下的方程层面的等价性。研究证明,反应-扩散系统是更广泛的框架,任何基于化学势梯度的相场理论均可嵌入为反应-扩散系统的慢动力学,反之亦可通过引入辅助场实现精确的化学势描述。该对偶关系不仅统一了相分离体系中的界面演化与反应动力学,还为非保守动力学和多组分系统提供了统一的理论框架,并给出了非互易Cahn-Hilliard动力学中行波速度的解析表达式。

详情
英文摘要

Pattern formation in soft, active, and biological matter is described by two ostensibly distinct continuum frameworks: phase-field theories driven by chemical-potential gradients, and mass-conserving reaction-diffusion (McRD) dynamics governed by local interconversion kinetics. Here we establish a constructive, equation-level duality valid in the nonlinear, far-from-equilibrium regime. McRD is the broader class: every chemical-potential theory with conserved order parameters embeds as the slow dynamics on an attracting manifold of an McRD system; conversely, every McRD with attractive nullcline admits an exact chemical-potential representation in the fast-interconversion limit, with the constitutive relation set by the nullcline. The construction resolves the generic non-invertibility of the chemical-potential as a function of density in phase-separating regimes by embedding it as an attracting manifold in an extended two-field description with conserved total density. Gradient stiffness maps faithfully onto an intrinsic reaction-diffusion length set by the auxiliary field, yielding a diagonal-diffusion normal form whose interface profile matches the original Cahn-Hilliard model by construction. The duality yields an explicit dictionary for phase coexistence: the Maxwell equal-area construction is exactly equivalent to the reactive turnover-balance condition. It extends to weakly nonconservative dynamics, unifying reaction-arrested coarsening and mesa splitting, and to multicomponent theories with broken Maxwell symmetry. As a concrete payoff, the dual sharp-interface picture yields a closed-form velocity law for traveling waves in nonreciprocal Cahn-Hilliard dynamics, in quantitative agreement with simulations.