arXiv ScienceSearch

arXiv subjects

Tingwei Li

Publications and source records attributed to Tingwei Li.

5 recordsLinked to original sources

Growth and Kerr magnetometry of Mn2Au on a gold-capped Nb(001) substrate

We report on the epitaxial growth of antiferromagnetic Mn2Au on a Nb(001) substrate capped with a pseudomorphic layer of gold. We observe a layer-by-layer growth by means of medium-energy electron diffraction and confirm stoichiometry and surface structure by Auger electron spectroscopy and low-energy electron diffraction. Evaporation of 15 ML of ferromagnetic Fe on 12--17 ML of Mn2Au results in an exchange-coupled bilayer system with an exchange-bias shift that can be set by field-cooling from 400 K. Areas with and without exchange bias, with domain sizes in the range of tens of {\mu}m, are identified by Kerr microscopy. Postannealing the sample at or above 450 K after Mn2Au layer growth decreases the amount of areas where Fe magnetically couples to Mn2Au. We conclude that exchange coupling to an interfacial Fe layer depends on the interface termination of Mn2Au. Our findings provide insight into the growth process of Mn2Au and the coupling to an Fe layer. Our results point out the importance of growth, interface quality and termination on the magnetic properties of a Mn2Au/Fe bilayer which may help to improve material properties for spintronic applications.

cond-mat.mtrl-sci

ALERT: Zero-shot LLM Jailbreak Detection via Internal Discrepancy Amplification

Despite rich safety alignment strategies, large language models (LLMs) remain highly susceptible to jailbreak attacks, which compromise safety guardrails and pose serious security risks. Existing detection methods mainly detect jailbreak status relying on jailbreak templates present in the training data. However, few studies address the more realistic and challenging zero-shot jailbreak detection setting, where no jailbreak templates are available during training. This setting better reflects real-world scenarios where new attacks continually emerge and evolve. To address this challenge, we propose a layer-wise, module-wise, and token-wise amplification framework that progressively magnifies internal feature discrepancies between benign and jailbreak prompts. We uncover safety-relevant layers, identify specific modules that inherently encode zero-shot discriminative signals, and localize informative safety tokens. Building upon these insights, we introduce ALERT (Amplification-based Jailbreak Detector), an efficient and effective zero-shot jailbreak detector that introduces two independent yet complementary classifiers on amplified representations. Extensive experiments on three safety benchmarks demonstrate that ALERT achieves consistently strong zero-shot detection performance. Specifically, (i) across all datasets and attack strategies, ALERT reliably ranks among the top two methods, and (ii) it outperforms the second-best baseline by at least 10% in average Accuracy and F1-score, and sometimes by up to 40%.

cs.LG

General Learning of the Electric Response of Inorganic Materials

We introduce \texttt{MACE-Field}, a field-aware, $O(3)$-equivariant interatomic potential that learns a single electric enthalpy functional $\mathcal F(\{\mathbf R\},\mathbf E)$ and obtains $\mathbf P$, $Z^*$, and $\boldsymbol\alpha$ by exact differentiation. A uniform field couples to latent equivariant features inside the \texttt{MACE} backbone, while the scalar energy readout preserves Maxwell reciprocity, the acoustic sum rule, and crystal tensor symmetries by construction. Because this coupling is a plug-in on top of standard \texttt{MACE}, existing energy/force foundation models can be upgraded to become field-aware. Benchmarked against semilocal DFT/DFPT reference data, a directly trained cross-chemistry ferroelectric model reproduces the same-branch Berry-phase and spontaneous polarisations across diverse inorganic crystals. Starting from the multihead foundation model \texttt{mace-mp-mh-0} and its OMAT-PBE head, joint fine-tuning on dielectric, ferroelectric, and replay data yields \texttt{MACE-Field-MH-0} foundation models, which predict $Z^*$, $\boldsymbol\alpha$, derived dielectric constants, and cross-chemistry polarisation trends with fidelity that captures branch-resolved polarisation and spontaneous-polarisation, while retaining strong force-field accuracy. Further, single-material \texttt{MACE-Field} models and \texttt{MACE-Field-MH-0} reproduce \ce{BaTiO3} hysteresis loops and $\alpha$-quartz infrared, Raman, and dielectric spectra from finite-field molecular dynamics, comparable to DFPT. These results show that a simple, physics-informed field coupling can endow atomistic foundation models with transferable dielectric and ferroelectric response, while targeted single-material training remains advantageous for the most quantitative spectroscopic predictions.

cond-mat.mtrl-sci

The relationship between activated H2 bond length and adsorption distance on MXenes identified with graph neural network and resonating valence bond theory

Motivated by the recent experimental study on hydrogen storage in MXene multilayers [Nature Nanotechnol. 2021, 16, 331], for the first time we propose a workflow to computationally screen 23,857 compounds of MXene to explore the general relation between the activated H2 bond length and adsorption distance. By using density functional theory (DFT), we generate a dataset to investigate the adsorption geometries of hydrogen on MXenes, based on which we train physics-informed atomistic line graph neural networks (ALIGNNs) to predict adsorption parameters. To fit the results, we further derived a formula that quantitatively reproduces the dependence of H2 bond length on the adsorption distance from MXenes within the framework of Pauling's resonating valence bond (RVB) theory, revealing the impact of transition metal's ligancy and valence on activating dihydrogen in H2 storage.

cond-mat.mtrl-sci

Multi Scale Temporal Graph Networks For Skeleton-based Action Recognition

Graph convolutional networks (GCNs) can effectively capture the features of related nodes and improve the performance of the model. More attention is paid to employing GCN in Skeleton-Based action recognition. But existing methods based on GCNs have two problems. First, the consistency of temporal and spatial features is ignored for extracting features node by node and frame by frame. To obtain spatiotemporal features simultaneously, we design a generic representation of skeleton sequences for action recognition and propose a novel model called Temporal Graph Networks (TGN). Secondly, the adjacency matrix of the graph describing the relation of joints is mostly dependent on the physical connection between joints. To appropriately describe the relations between joints in the skeleton graph, we propose a multi-scale graph strategy, adopting a full-scale graph, part-scale graph, and core-scale graph to capture the local features of each joint and the contour features of important joints. Experiments were carried out on two large datasets and results show that TGN with our graph strategy outperforms state-of-the-art methods.

cs.CV