arXiv ScienceSearch

arXiv subjects

Wenjie Xi

Publications and source records attributed to Wenjie Xi.

12 recordsLinked to original sources

Unsupervised Thermodynamics of Molecular Diffusion Models: Action-Operator Semantics and Auditable Free-Energy Readout

Diffusion models are increasingly utilized for modeling molecular structures and conformational ensembles, yet the thermodynamic meaning of their learned representations and scores remains elusive. To resolve this ambiguity, we introduce a mathematically consistent action-operator framework natively compatible with diffusion models. By defining a fixed molecular environment as a base action $S_0(x)$ and an alchemical perturbation as an operator $O(x)$, standard diffusion noising induces effective noised actions and operators whose gradients and alchemical derivatives are directly represented by the model's learned fields. This rigorous self-consistency enables a ``noisy operator bridge'' capable of reading out free-energy differences ($\Delta F$) from endpoint ensembles and per-frame evaluations. In controlled experiments on alanine dipeptide systems, we show that incorporating physical inductive biases enables partial recovery of the base action and perturbation operator. When applied to a challenging C6-H to C6-F ligand-pocket nonbonded perturbation (185L/IND) with negligible phase-space overlap, our supervised bridge estimates the alchemical $\Delta F$ within approximately $1\ k_\mathrm{B}T$ of a stable 19-state MBAR reference. Finally, we demonstrate that endpoint coordinates and binary labels alone are sufficient to partially recover the operator shape and a centered free-energy scale without any force or action supervision. This work provides a rigorous path toward transforming generative molecular diffusion models from black-box coordinate samplers into auditable thermodynamic estimators.

physics.chem-ph

When Do Local Score Models Extrapolate Across Size? A Diagnostic Theory and Benchmark

Scientific generative modeling often requires size transfer, where models trained on small systems are evaluated on larger ones. While translation-invariant architectures enable this evaluation, we show that architectural locality alone does not guarantee stable size extrapolation. Instead, stable extrapolation is governed by the quasi-locality of the Gaussian-smoothed score. Through Tweedie's formula, far-away perturbations can influence local score components via posterior covariance, meaning a local model succeeds only if its receptive field covers the smoothed score's response range. We formalize this mechanism, proving a size-uniform comparison theorem for local marginals under reverse diffusion. We also introduce Finite-Depth Local Flow (FDLF), a white-box diagnostic benchmark with exact scores, densities, and controllable response ranges. Empirically, we validate the interplay between spatial mixing, smoothed-score quasi-locality, and model receptive fields. Under spatial mixing, the smoothed score remains quasi-local relative to the receptive field, enabling stable extrapolation. Conversely, when spatial mixing weakens, the score's locality rapidly degrades, causing size transfer to fail.

cs.LG

Autonomous Emergence of Hamiltonian in Deep Generative Models

The unprecedented predictive success of deep generative models in complex many-body systems, such as AlphaFold 3, raises an epistemological question: do these networks merely memorize data distributions via high-dimensional interpolation, or do they autonomously deduce the underlying physical laws? To address this, we introduce a framework to extract the implicit physical interactions learned by generative models. Using the exact equivalence between the zero-noise limit of a diffusion score field and the thermodynamic restoring force, we directly compare the internal interaction structure of a trained neural network with the physical Hamiltonian. Applying this framework to a sequence-dependent, frustrated 1D $O(3)$ spin glass, we probe the latent representations of an $O(3)$-equivariant attention architecture trained solely on thermal equilibrium snapshots. Without imposing a locality cutoff or configuration independence, the dense scalar matrix in our architecture develops locality and nearly configuration-independent coefficients that recover the microscopic interactions of the spin glass with Pearson correlation $0.993$ on $2{,}000$ unseen sequences. This provides quantitative, falsifiable evidence for the \emph{emergence of the Hamiltonian} in a deep generative model. Similarly, in an explicit-water phenol experiment, the network is trained only on coordinate data. With sufficient expressive capacity, a molecular-graph-guided Pairformer recovers the dominant bond, angle, and proper-torsion potential-of-mean-force (PMF) sectors. A sector-preserving projection of configuration-dependent coefficients onto constants yields $R_{\rm const}^2=0.9669$ on unseen molecular dynamics (MD), providing molecular-scale evidence for partial \emph{emergence of the Hamiltonian}.

cond-mat.dis-nn

VSFormer: Value and Shape-Aware Transformer with Prior-Enhanced Self-Attention for Multivariate Time Series Classification

Multivariate time series classification is a crucial task in data mining, attracting growing research interest due to its broad applications. While many existing methods focus on discovering discriminative patterns in time series, real-world data does not always present such patterns, and sometimes raw numerical values can also serve as discriminative features. Additionally, the recent success of Transformer models has inspired many studies. However, when applying to time series classification, the self-attention mechanisms in Transformer models could introduce classification-irrelevant features, thereby compromising accuracy. To address these challenges, we propose a novel method, VSFormer, that incorporates both discriminative patterns (shape) and numerical information (value). In addition, we extract class-specific prior information derived from supervised information to enrich the positional encoding and provide classification-oriented self-attention learning, thereby enhancing its effectiveness. Extensive experiments on all 30 UEA archived datasets demonstrate the superior performance of our method compared to SOTA models. Through ablation studies, we demonstrate the effectiveness of the improved encoding layer and the proposed self-attention mechanism. Finally, We provide a case study on a real-world time series dataset without discriminative patterns to interpret our model.

cs.LG

RandomNet: Clustering Time Series Using Untrained Deep Neural Networks

Neural networks are widely used in machine learning and data mining. Typically, these networks need to be trained, implying the adjustment of weights (parameters) within the network based on the input data. In this work, we propose a novel approach, RandomNet, that employs untrained deep neural networks to cluster time series. RandomNet uses different sets of random weights to extract diverse representations of time series and then ensembles the clustering relationships derived from these different representations to build the final clustering results. By extracting diverse representations, our model can effectively handle time series with different characteristics. Since all parameters are randomly generated, no training is required during the process. We provide a theoretical analysis of the effectiveness of the method. To validate its performance, we conduct extensive experiments on all of the 128 datasets in the well-known UCR time series archive and perform statistical analysis of the results. These datasets have different sizes, sequence lengths, and they are from diverse fields. The experimental results show that the proposed method is competitive compared with existing state-of-the-art methods.

cs.LG

On a class of fusion 2-category symmetry: condensation completion of braided fusion category

Recently, many studies are focused on generalized global symmetry, a mixture of both invertible and non-invertible symmetries in various space-time dimensions. The complete structure of generalized global symmetry is described by higher fusion category theory. In this paper, We first review the construction of fusion 2-category symmetry $\Sigma \cal B$ where $\cal B$ is a a braided fusion category. In particular, we elaborate on the monoidal structure of $\Sigma \cal B$ which determines fusion rules and controls the dynamics of topological operators/defects. We then take $\Sigma \mathrm{sVec}$ as an example to demonstrate how we calculate fusion rule, quantum dimension and 10j-symbol of the fusion 2-category. With our algorithm, all these data can be efficiently encoded and computed in computer program. The complete program will be uploaded to github soon. Our work can be thought as explicitly computing the representation theory of $\cal B$, in analogy to, for example the representation theory of $SU(2)$. The choice of basis bimodule maps are in analogy to the Clebsch-Gordon coefficients and the 10j-symbol are in analogy to the 6j-symbol.

hep-th

LB-SimTSC: An Efficient Similarity-Aware Graph Neural Network for Semi-Supervised Time Series Classification

Time series classification is an important data mining task that has received a lot of interest in the past two decades. Due to the label scarcity in practice, semi-supervised time series classification with only a few labeled samples has become popular. Recently, Similarity-aware Time Series Classification (SimTSC) is proposed to address this problem by using a graph neural network classification model on the graph generated from pairwise Dynamic Time Warping (DTW) distance of batch data. It shows excellent accuracy and outperforms state-of-the-art deep learning models in several few-label settings. However, since SimTSC relies on pairwise DTW distances, the quadratic complexity of DTW limits its usability to only reasonably sized datasets. To address this challenge, we propose a new efficient semi-supervised time series classification technique, LB-SimTSC, with a new graph construction module. Instead of using DTW, we propose to utilize a lower bound of DTW, LB_Keogh, to approximate the dissimilarity between instances in linear time, while retaining the relative proximity relationships one would have obtained via computing DTW. We construct the pairwise distance matrix using LB_Keogh and build a graph for the graph neural network. We apply this approach to the ten largest datasets from the well-known UCR time series classification archive. The results demonstrate that this approach can be up to 104x faster than SimTSC when constructing the graph on large datasets without significantly decreasing classification accuracy.

cs.LG

A lattice realization of general three-dimensional topological order

Topological orders are a class of phases of matter that beyond the Landau symmetry breaking paradigm. The two (spatial) dimensional (2d) topological orders have been thoroughly studied. It is known that they can be fully classified by a unitary modular tensor category (UMTC) and a chiral central charge c. And a class of 2d topological orders whose boundary are gappable can be systematically constructed by Levin-Wen model whose ground states are string-net condensed states. Previously, the three spatial dimensional topological orders have been classified based on their canonical boundary described by some special unitary fusion 2-category, $2\mathcal{V}ec_G^\omega$ or an EF 2-category. However, a lattice realization of a three spatial dimensional topological orders with both canonical boundary and arbitrary boundaries are still lacking. In this paper, we construct a 3d membrane-net model based on spherical fusion 2-category, which can be used to systematically study all general 3d topological order with gapped boundary. The partition function and lattice Hamiltonian of the membrane-net model is constructed based on state sum of spherical fusion 2-category. We also construct the 3d tube algebra of the membrane-net model to study excitations in the model. We conjecture all intrinsic excitations in membrane-net model have a one-to-one correspondence with the irreducible central idempotents (ICI) of the 3d tube algebra. We also provide a universal framework to study mutual statistics of all excitations in 3d topological order through 3d tube algebra. Our approach can be straightforwardly generalized to arbitrary dimension.

cond-mat.str-el

Fate of Quantum Anomalies for 1d lattice chiral fermion with a simple non-Hermitian Hamiltonian

It is generally believed that the 1+1D model for a single chiral fermion does not exist by itself alone on lattice. The obstruction to such a lattice realization is the failure to reproduce the quantum anomalies of a chiral fermion in continuum. The conventional way to escape is to associate the anomalous 1d system with a 2d bulk, which is in a topologically non-trivial state, as the boundary of the latter. In this paper, we propose a 1+1D chiral fermion model on 1d spatial lattice, {standing alone} -- without being associated with a 2d bulk -- with a simple {non-Hermitian} hopping Hamiltonian. We demonstrate, using various methods, that the model possesses the same chiral anomaly and gravitational anomaly as in continuum theory. Furthermore, with appropriate parameters, the low energy effective theory of the model remains a field theory for unitary chiral fermions. The essential reason for the success is that the usual "doubled" fermion mode with opposite chirality is rapidly damped out because of non-Hermicity of the Hamiltonian.

cond-mat.other

Classification of topological phases in one dimensional interacting non-Hermitian systems and emergent unitarity

Topological phases in non-Hermitian systems have become fascinating subjects recently. In this paper, we attempt to classify topological phases in 1D interacting non-Hermitian systems. We begin with the non-Hermitian generalization of the Su-Schrieffer-Heeger (SSH) model and discuss its many-body topological Berry phase, which is well defined for all interacting quasi-Hermitian systems (non-Hermitian systems that have real energy spectrum). We then demonstrate that the classification of topological phases for quasi-Hermitian systems is exactly the same as their Hermitian counterparts. Finally, we construct the fixed point partition function for generic 1D interacting non-Hermitian local systems and find that the fixed point partition function still has a one-to-one correspondence to their Hermitian counterparts. Thus, we conclude that the classification of topological phases for generic 1D interacting non-Hermitian systems is still exactly the same as Hermitian systems.

cond-mat.str-el

Hunting Down Magnetic Monopoles in 2D Topological Insulators

Contrary to the electric charge that generates the electric field, magnetic charge (namely magnetic monopoles) does not exist in the elementary electromagnetism. Consequently, magnetic flux lines only form loops and cannot have a source or a sink in nature. It is thus extraordinary to find that magnetic monopoles can be pictured conceptually in topological materials. Specifically in the 2D topological insulators, the topological invariant corresponds to the total flux of an effective magnetic field (the Berry curvature) over the reciprocal space.It is thus tempting to wrap the 2D reciprocal space into a compact manifold--a torus, and imagine the total flux to originate from magnetic monopoles inside the torus with a quantized total charge. However, such a physically appealing picture has not been realized quantitatively: other than their existence in a toy (actually misleading) picture, the properties of the magnetic monopoles remain unknown. Here, we will address this long-standing problem by hunting down the magnetic monopoles in the reciprocal $k$-space. We will show that a simple and physically useful picture will arrive upon analytically continuing the system to a third imaginary momentum space. We then illustrate the evolution of the magnetic monopoles across the topological phase transition and use it to provide natural explanations on: 1) discontinuous jump of integer topological invariants, 2) the semi-metallic nature on the phase boundary, and 3) how a change of global topology can be induced via a local change in reciprocal space.

cond-mat.mes-hall

Non-necessity of band inversion process in 2D topological insulators for bulk gapless states and topological phase transitions

In commonly employed models for 2D topological insulators, bulk gapless states are well known to form at the band inversion points where the degeneracy of the states is protected by symmetries. It is thus sometimes quite tempting to consider this feature, the occurrence of gapless states, a result of the band inversion process under protection of the symmetries. Similarly, the band inversion process might even be perceived as necessary to induce 2D topological phase transitions. To clarify these misleading perspectives, we propose a simple model with a flexible Chern number to demonstrate that the bulk gapless states emerge at the phase boundary of topological phase transitions, despite the absence of band inversion process. Furthermore, the bulk gapless states do not need to occur at the special $k$-points protected by symmetries. Given the significance of these fundamental \textit{conceptual} issues and their wide-spread influence, our clarification should generate strong general interests and significant impacts. Furthermore, the simplicity and flexibility of our general model with an arbitrary Chern number should prove useful in a wide range of future studies of topological states of matter.

cond-mat.mtrl-sci