SearcharxivSearch

arXiv subjects

Min Zhou

Publications and source records attributed to Min Zhou.

At least 19 recordsLinked to original sources

TRACE: An Evidence-Grounded Benchmark for Safety Evaluation of Large Reasoning Models

Large Reasoning Models (LRMs) generate intermediate reasoning traces that may contain unsafe content, even when their final responses appear safe. Guardrail models are designed to detect and block unsafe content, yet existing benchmarks for unsafe content detection focus primarily on prompts and final responses, leaving reasoning traces largely unexamined. Moreover, these benchmarks typically provide only binary safety labels, without evidence annotations that justify the judgments. To address these limitations, we introduce TRACE, an evidence-grounded safety evaluation benchmark that covers the entire LRM inference pipeline: prompts, reasoning traces, and final responses. TRACE includes prompts in two languages spanning nine risk categories and ten attack strategies. For each prompt, four LRMs generate reasoning traces and final responses, and we annotate the safety of each component and extract supporting evidence from the corresponding source text. Evaluating 18 guardrail models on TRACE reveals that safety judgment for reasoning traces is substantially more challenging than for prompts or final responses, and that current models struggle to accurately extract supporting evidence. These findings highlight the need for guardrail models that can reliably detect and precisely localize unsafe content across the LRM inference pipeline.

cs.AI

$q\bar{q}$ scattering phase shift in the $\pi^0$ channel and ${\pi}^0$ meson spectral function under external magnetic field and finite meson momentum

$q\bar{q}$ scattering phase shift in the $\pi^0$ channel $\Phi_{\pi^0}(\omega^2,\mathbf{k}_\perp^2,k^2_3)$ and ${\pi}^0$ meson spectral function $\rho_{\pi^0}(\omega^2,\mathbf{k}_\perp^2,k^2_3)$ under external magnetic field $eB$ and finite meson momentum $\mathbf{k}_\perp^2,k^2_3$ are studied in the framework of a two-flavor Nambu-Jona-Lasinio (NJL) model. The $q\bar{q}$ scattering phase shift in the $\pi^0$ channel $\Phi_{\pi^0}$ is closely related to $\pi^0$ spectral function $\rho_{\pi^0}$. We consider three situations, chiral broken phase ($T=\mu=0$), chiral restoration phase ($T>T_{pc},\ \mu=0$) and chiral restoration phase ($T=0,\ \mu>\mu_{pc}$). For $T=\mu=0$ and $T>T_{pc},\ \mu=0$ cases, ${\pi}^0$ meson spectral function $\rho_{\pi^0}$ shows a delta peak, several Breit-Wigner peaks and several non-Breit-Wigner peaks. The delta peak indicates the bound state of $\pi^0$ meson, and the Breit-Wigner peak means the resonant state of $\pi^0$ meson. For $T=0,\ \mu>\mu_{pc}$ case, Pauli blocking effect plays a role, which changes the inner structure of these Breit-Wigner peaks and non-Breit-Wigner peaks. Such multiple peak structure is caused by the external magnetic field. The $q\bar{q}$ scattering phase shift in the $\pi^0$ channel $\Phi_{\pi^0}$ shows a jump from $0$ to $\pi$ when $\pi^0$ meson is in bound state. When $\pi^0$ meson is in resonant state, $\Phi_{\pi^0}$ has the value $\pi/2$ and changes continuously. In large $\omega$ region, at the starting and end points of wide peaks of spectral function, $\Phi_{\pi^0}$ jumps abruptly (from $\pi$ to finite value or from finite value to $0$), and such jumps are caused by the external magnetic field. Finite momentum $\mathbf{k}_\perp^2$ or $k^2_3$ modifies the spectral function $\rho_{\pi^0}$ and scattering phase shift $\Phi_{\pi^0}$, which demonstrates the anisotropy in the system induced by external magnetic field.

hep-ph

ProWorld: Progress-Aware Hyperbolic World Models for Long-Horizon Visual Goal Reaching

JEPA-style visual world models offer an effective paradigm for visual goal planning by predicting future latent representations. Existing methods typically learn local transition consistency through next-step representation prediction. However, in long-horizon tasks, accurate local prediction alone need not ensure sustained progress toward the goal. First, multi-step rollouts can remain locally plausible while drifting away from goal-relevant trajectories. Second, locally similar future states can correspond to substantially different long-term progress, making them difficult to distinguish in a latent space optimized mainly for local consistency. To address these challenges, we introduce goal-conditioned progress order, a relative ordering of states according to how they advance toward a given goal. This order exhibits an asymmetric, coarse-to-fine structure: early states retain broader future possibilities, while later states concentrate on more specific goal-relevant regions. Such a structure is well suited to hyperbolic geometry. Motivated by this observation, we propose ProWorld, a progress-aware hyperbolic visual world model. ProWorld leverages goal-conditioned progress order to organize visual latent-space dynamics, maintains directional progress within trajectories via hyperbolic entailment learning, and mitigates progress ambiguity among locally similar future states via hyperbolic future discrimination. Furthermore, we design a progress-aware planning objective that scores candidate rollouts by jointly considering proximity to the goal and sustained progress across intermediate states. Experiments on four visual goal-reaching tasks demonstrate that ProWorld achieves an average absolute success-rate gain of 9.67 over LeWM. The code will be released after the paper is accepted.

cs.AI

When do Kernels Admit Characteristic Functions?

A general framework for deriving characteristic functions for reproducing kernels that do not necessarily possess the complete Pick property was recently established by Bhattacharyya and Jindal. We show that, in this setting, the existence of a characteristic function is equivalent to a Beurling-type invariant subspace condition. Combined with recent results characterizing kernels satisfying this condition, our theorem implies that the existence of a characteristic function is equivalent to a concrete Agler-type decomposition of the underlying kernels.

math.FA

Effects of Axion Interactions on Quark Stars in 4D Einstein-Gauss-Bonnet Gravity

We explore the properties of quark stars by combining the microscopic axion-extended Polyakov--Nambu--Jona-Lasinio model with the macroscopic framework of four-dimensional Einstein-Gauss-Bonnet (4D EGB) gravity. Our results show that the inclusion of axion-induced interactions stiffens the equation of state of quark matter, thereby increasing the sound speed and the maximum mass of quark stars. The inclusion of the 4D EGB correction effectively weakens gravitational compression and further modifies the stellar structure, allowing for larger radii and higher maximum masses while reducing the compactness and surface gravitational redshift. Notably, the combined effects yield mass-radius sequences that are more compatible with current observational constraints than those obtained under standard general relativity with conventional quark-matter equations of state. These findings suggest that the interplay between axion dynamics and 4D EGB gravity may provide a viable phenomenological framework for describing massive quark stars.

hep-ph

ShadowProbe: Language-Extensible Detection of Hidden Algorithmic Complexity Vulnerabilities

Algorithmic Complexity Vulnerabilities (ACVs) arise when adversarial inputs trigger worst-case execution behavior, causing severe performance degradation or Denial-of-Service conditions. A key but underexplored source is shadow complexity: non-trivial computational costs hidden inside seemingly benign standard library APIs. Because these costs are invisible at call sites, attackers can exploit them to induce unexpected superlinear runtime behavior. Existing ACV detectors often rely on fuzzing, symbolic execution, or hybrid analysis, but they are usually language-specific, require substantial manual effort to construct harnesses, and depend on heavy runtime instrumentation. We present ShadowProbe, a scalable and language-extensible framework for discovering ACVs through lightweight static analysis, automated reconstruction of execution contexts, and Large Language Model (LLM) assisted test generation. ShadowProbe uses a structured multi-stage pipeline: it statically screens for candidate functions guided by shadow-complexity signals, reconstructs minimal executable contexts from project-level symbols, and synthesizes size-controlled inputs to probe worst-case behavior. It then validates candidates using execution-time measurements and robust statistical growth inference, separating true algorithmic blowups from runtime noise such as garbage collection and JIT compilation effects. We evaluate ShadowProbe on the WISE benchmark, where it consistently improves analysis efficiency over existing approaches. We further apply it to large-scale systems including CPython, the JDK, Zig, Rustc, and vLLM, uncovering many previously unknown ACVs, many of which have been confirmed and partially remediated by maintainers. These results show that ShadowProbe can identify hidden algorithmic risks across diverse real-world codebases.

cs.CR

Empowering Polymeric Materials Discovery by Artificial Intelligence

Polymeric materials underpin modern technologies spanning energy storage, microelectronics, healthcare and sustainable manufacturing. Yet their rational design remains exceptionally challenging because material performance emerges from complex interactions among molecular composition, chain architecture, processing history and hierarchical structural evolution across multiple length and time scales. Consequently, polymer research has long relied on labor-intensive experimentation and fragmented modeling approaches, limiting both mechanistic understanding and innovation efficiency. Recent advances in data infrastructure, machine learning, large artificial intelligence (AI) models and laboratory automation are beginning to reshape this landscape. Rather than functioning as isolated tools, polymer databases, predictive models, AI agents and automated laboratories are increasingly converging into interconnected discovery ecosystems. As a result, the central challenge is shifting from improving predictive accuracy alone to enabling reliable decision-making, adaptive learning and seamless integration across computation, experimentation and scientific reasoning. We argue that polymer science is entering an era of autonomous discovery, in which data, simulation, reasoning and experimentation operate within self-improving feedback loops that continuously generate hypotheses, design materials, execute experiments and refine predictive models. By unifying molecular design, process optimization, experimental validation and industrial translation, such autonomous ecosystems establish a more predictive, reproducible and scalable paradigm for polymer innovation, fundamentally transforming how polymer research is conducted.

physics.chem-ph

Rethinking Scribble-Guided Image Editing: Generalization, Instruction Adherence, and Multi-Tasking

Scribble-guided image editing allows users to combine simple scribble annotations with text prompts to specify both where and how an image should be edited, enabling flexible interaction with precise spatial control. However, existing models still exhibit unstable performance under this paradigm, especially in multi-task scenarios. To improve performance, we conduct empirical studies using an open-source editing model and reveal an asymmetry in generalization: instruction-level generalization, including across editing tasks and from single-task to multi-task settings, is more challenging than image-domain generalization, such as from synthetic to real-world images or from mosaicked to regular images. This suggests that the primary bottleneck lies in insufficient learning for diverse editing instructions rather than in the image domain gap. Motivated by this insight, we propose three strategies: (a) a Coverage-then-Realism Curriculum, a two-stage pipeline that first builds large-scale synthetic, instruction-rich data for broad task supervision, then curates a small set of real-world data to refine generation realism; (b) Multi-Task Mosaicking, which constructs multi-task training samples by concatenating single-task examples at nearly zero cost while enabling the learned capability to generalize to non-mosaicked images; and (c) an Edit-Focused Loss, which leverages the changed regions between input and output images in synthetic data to focus training on edited regions, improving both learning efficiency and editing accuracy. With these strategies, we substantially improve both single-task and multi-task scribble-guided editing on the VIBE benchmark, achieving state-of-the-art results. We will publicly release our dataset and model.

cs.CV

$\rho$ mesons in finite magnetic field and finite temperature

The mass spectra of $\rho$ mesons ($\rho_{Q=\pm 1}^{s_z=0,\pm 1}$ and $\rho_{Q=0}^{s_z=0,\pm 1}$) at finite magnetic field and temperature are studied in frame of the two-flavor Nambu-Jona-Lasinio model. Fully considering the breaking of translational invariance induced by external magnetic field, the analytical form of $\rho$ meson propagators have been derived in the Ritus scheme and Schwinger scheme, which gives the same algebraic formula. When solving the pole equation of $\rho$ meson propagators, multiple solutions of the meson mass appear due to the dimension reduction of their constituent quarks in magnetic fields. At vanishing temperature, we focus on the $\rho$ meson masses $M_{\rho}$ corresponding to the lowest value solution of the pole equation. $M_{\rho^{-}_+}$, $M_{\rho^{0}_+}$ and $M_{\rho^{\pm}_0}$ increase with magnetic field. $M_{\rho^{+}_+}$ firstly decreases and then becomes saturated with increasing magnetic field. $M_{\rho^0_0}$ is not sensitive to magnetic field. These results are consistent with the available LQCD simulations. At finite temperature, we discuss the lowest four/five solutions of $\rho$ meson masses $M^{i=0,1,2,3,4}_{\rho}$. With fixed magnetic field, they decrease with temperature, and approach the mass sum of their constituent quarks at high temperature. The mass solution $M^{i}_{\rho}$ for different mesons $\rho_+^{0,\pm}$ and $\rho_0^{0,\pm}$ may become degenerate at finite magnetic field and temperature.

nucl-th

GAN-based Domain Adaptation for Image-aware Layout Generation in Advertising Poster Design

Layout plays a crucial role in graphic design and poster generation. Recently, the application of deep learning models for layout generation has gained significant attention. This paper focuses on using a GAN-based model conditioned on images to generate advertising poster graphic layouts, requiring a dataset of paired product images and layouts. To address this task, we introduce the Content-aware Graphic Layout Dataset (CGL-Dataset), consisting of 60,548 paired inpainted posters with annotations and 121,000 clean product images. The inpainting artifacts introduce a domain gap between the inpainted posters and clean images. To bridge this gap, we design two GAN-based models. The first model, CGL-GAN, uses Gaussian blur on the inpainted regions to generate layouts. The second model combines unsupervised domain adaptation by introducing a GAN with a pixel-level discriminator (PD), abbreviated as PDA-GAN, to generate image-aware layouts based on the visual texture of input images. The PD is connected to shallow-level feature maps and computes the GAN loss for each input-image pixel. Additionally, we propose three novel content-aware metrics to assess the model's ability to capture the intricate relationships between graphic elements and image content. Quantitative and qualitative evaluations demonstrate that PDA-GAN achieves state-of-the-art performance and generates high-quality image-aware layouts.

cs.LG

Model-free Feature Screening via Revised Chatterjee's Rank Correlation for Ultra-high Dimensional Censored Data

In large-scale biomedical research, it's common to gather ultra-high dimensional data that includes right-censored survival times. Feature screening has emerged as a crucial statistical technique for handling such data. In this paper, we introduce a straightforward and robust feature screening approach, leveraging the modified Chatterjee's rank correlation, suitable for a broad range of survival models. With reasonably mild regularity assumptions, we establish the properties of sure screening and ranking consistency. The computation involved in our proposed method is quite direct and simple. Through simulation studies and real gene expression data analysis, we demonstrate the superior efficacy of our proposed approach.

stat.ME

Monolithic integration of diverse crystalline thin films on diamond for near-junction thermal management

The pursuit of extreme miniaturization and high power in 6G RF front-ends has cast thermal dissipation as the central challenge. Here, we have demonstrated the monolithic integration of functionally distinct single-crystal thin films, including \b{eta}-Ga2O3, Si, GaN, and LiTaO3, onto a single diamond substrate using a multi-step transfer printing technique. Focusing on the critical \b{eta}-Ga2O3/diamond interface, we achieve an exceptional interfacial thermal conductance (ITC) of 149 MW m-2 K-1 through ultra-high vacuum (UHV) annealing, creating an atomically sharp interface featuring covalent bonding. Vibrational electron energy-loss spectroscopy (EELS) analysis combining with molecular dynamics (MD) simulations reveal that distinctive interfacial phonon modes at the \b{eta}-Ga2O3/diamond heterointerface dominate ultrahigh ITC. We experimentally demonstrate that by improving the ITC, the thermal resistance (Rth) of a diamond-based \b{eta}-Ga2O3 MOSFET is driven to a record-low value of 1.58 K mm W-1, underscoring the critical role of interface engineering in near-junction thermal management for diamond-integrated devices. This work demonstrates a scalable, diamond-based monolithic integration platform designed to solve the near-junction thermal challenges in high-power RF front-ends.

cond-mat.mtrl-sci

Electromechanical Switching and Momentum-Selective Transport in Geometry-Defined Blue Phosphorus Homojunctions

Developing intrinsic homojunctions without chemical heterogeneity remains a key challenge in future two - dimensional devices. Here, we report a geometry - defined metal--semiconductor--metal homojunction in bilayer blue phosphorus (BlueP) created by a localized bubble corrugation, without chemical doping or foreign - material interfaces. First - principles calculations show that enlarging the interlayer separation in the metallic A\(_1\)B\(_1\) - stacked BlueP bilayer opens a band gap, enabling a semiconducting barrier embedded between metallic segments. First - principles quantum - transport simulations reveal a crossover from ballistic to tunneling transport upon bubble formation. In the tunneling regime, transmission decreases exponentially with bubble width while remaining weakly sensitive to bubble height and bulging direction. The junction acts as an orientation - dependent \(k\) - space filter, producing transport anisotropy and momentum selectivity. Orbital - resolved scattering analysis shows that intralayer - bonding channels persist under deformation whereas interlayer - hybridized channels are quenched, and that \sigma - type bonding yields higher conductance than \pi - type bonding. These insights motivate two electromechanical device concepts: a mechanically switchable memory element with ON/OFF ratios up to 30 and a nanoscale sliding rheostat with reproducible exponential resistance tuning for \AA - scale displacement sensing.

cond-mat.mes-hall

Spectral function for pions in magnetic field

This study examines the spectral functions of neutral ($\pi_0$) and charged ($\pi_{\pm}$) pions under a uniform magnetic field using the SU(2) Nambu-Jona-Lasinio (NJL) model with the Ritus method. The analysis highlights the complex interplay of magnetic field effects, thermal influences, and chiral symmetry on meson properties in extreme QCD environments. For $\pi_0$, whose properties are governed by the behavior of its constituent quarks, magnetic field-induced Landau levels lead to a multi-peak structure in its spectral function, reflecting stable and resonance solutions that evolve with temperature, showing shifts and critical enhancements near chiral restoration. For $\pi_{\pm}$, cross terms that come from the asymmetry between the constituent quarks introduce Landau cuts alongside Unitary cuts, indicating damping effects, with decay widths narrowing at higher temperatures, suggesting increased stability.

hep-ph

Mass spectra and Mott transitions of neutral mesons at finite temperature and magnetic field in frame of three-flavor Polyakov-extended Nambu-Jona-Lasino model

Mass spectra and Mott transitions of neutral mesons $K_0,{\bar K}_0,\pi_0,\eta,\eta'$ at finite temperature and magnetic field are investigated in a three-flavor PNJL model. We focus on the effect of gluons, which is simulated by the Polyakov potential, and the inverse magnetic catalysis (IMC) effect, which is mimicked by using a magnetic field dependent parameter. Mass spectra show similar structure when introducing the gluon and IMC effect. The mass of $K_0\ ({\bar K}_0)$ meson $m_{K_0}=m_{{\bar K}_0}$ is controlled by chiral symmetry breaking and restoration. It increases with temperature in the low temperature region, and shows a mass jump at the Mott transition. Further increasing temperature, $m_{K_0}$ firstly decreases and then increases with temperature. $\pi_0$ meson is not only the pseudo-Goldstone boson of chiral symmetry breaking, but also influenced by the flavor mixing of $\pi_0-\eta-\eta'$. The behavior of $m_{\pi_0}$ is different from $m_{K_0}$ only at high temperature region, which decreases with temperature. $\eta,\eta'$ mesons are affected by both the $U_A(1)$ anomaly and the flavor mixing of $\pi_0-\eta-\eta'$. The mass of $\eta$ meson $m_{\eta}$ decreases with temperature in low temperature region and then shows a jump at its Mott transition. After that $m_{\eta}$ firstly decreases and later increases with temperature. $\eta'$ meson is a resonant state, and its mass $m_{\eta'}$ continuously decreases and then increases with temperature. The mass jumps of $K_0,{\bar K}_0,\pi_0,\eta$ mesons are caused by the dimension reduction of the constituent quarks under external magnetic field. In PNJL model, the Mott transition temperature of $K_0,{\bar K}_0,\pi_0$ mesons ($\eta$ meson) decreases (increases) with magnetic field. The IMC effect leads to no qualitative change to the meson Mott transition temperature but shifts them to the lower values.

hep-ph

ROFI: A Deep Learning-Based Ophthalmic Sign-Preserving and Reversible Patient Face Anonymizer

Patient face images provide a convenient mean for evaluating eye diseases, while also raising privacy concerns. Here, we introduce ROFI, a deep learning-based privacy protection framework for ophthalmology. Using weakly supervised learning and neural identity translation, ROFI anonymizes facial features while retaining disease features (over 98\% accuracy, $\kappa > 0.90$). It achieves 100\% diagnostic sensitivity and high agreement ($\kappa > 0.90$) across eleven eye diseases in three cohorts, anonymizing over 95\% of images. ROFI works with AI systems, maintaining original diagnoses ($\kappa > 0.80$), and supports secure image reversal (over 98\% similarity), enabling audits and long-term care. These results show ROFI's effectiveness of protecting patient privacy in the digital medicine era.

cs.CV

FactorHD: A Hyperdimensional Computing Model for Multi-Object Multi-Class Representation and Factorization

Neuro-symbolic artificial intelligence (neuro-symbolic AI) excels in logical analysis and reasoning. Hyperdimensional Computing (HDC), a promising brain-inspired computational model, is integral to neuro-symbolic AI. Various HDC models have been proposed to represent class-instance and class-class relations, but when representing the more complex class-subclass relation, where multiple objects associate different levels of classes and subclasses, they face challenges for factorization, a crucial task for neuro-symbolic AI systems. In this article, we propose FactorHD, a novel HDC model capable of representing and factorizing the complex class-subclass relation efficiently. FactorHD features a symbolic encoding method that embeds an extra memorization clause, preserving more information for multiple objects. In addition, it employs an efficient factorization algorithm that selectively eliminates redundant classes by identifying the memorization clause of the target class. Such model significantly enhances computing efficiency and accuracy in representing and factorizing multiple objects with class-subclass relation, overcoming limitations of existing HDC models such as "superposition catastrophe" and "the problem of 2". Evaluations show that FactorHD achieves approximately 5667x speedup at a representation size of 10^9 compared to existing HDC models. When integrated with the ResNet-18 neural network, FactorHD achieves 92.48% factorization accuracy on the Cifar-10 dataset.

cs.SC

M$^2$-MFP: A Multi-Scale and Multi-Level Memory Failure Prediction Framework for Reliable Cloud Infrastructure

As cloud services become increasingly integral to modern IT infrastructure, ensuring hardware reliability is essential to sustain high-quality service. Memory failures pose a significant threat to overall system stability, making accurate failure prediction through the analysis of memory error logs (i.e., Correctable Errors) imperative. Existing memory failure prediction approaches have notable limitations: rule-based expert models suffer from limited generalizability and low recall rates, while automated feature extraction methods exhibit suboptimal performance. To address these limitations, we propose M$^2$-MFP: a Multi-scale and hierarchical memory failure prediction framework designed to enhance the reliability and availability of cloud infrastructure. M$^2$-MFP converts Correctable Errors (CEs) into multi-level binary matrix representations and introduces a Binary Spatial Feature Extractor (BSFE) to automatically extract high-order features at both DIMM-level and bit-level. Building upon the BSFE outputs, we develop a dual-path temporal modeling architecture: 1) a time-patch module that aggregates multi-level features within observation windows, and 2) a time-point module that employs interpretable rule-generation trees trained on bit-level patterns. Experiments on both benchmark datasets and real-world deployment show the superiority of M$^2$-MFP as it outperforms existing state-of-the-art methods by significant margins. Code and data are available at this repository: https://github.com/hwcloud-RAS/M2-MFP.

cs.DC