SearcharxivSearch

arXiv subjects

Sheng Fang

Publications and source records attributed to Sheng Fang.

At least 19 recordsLinked to original sources

Long-Range Order in Coupled $D$-dimensional Kuramoto Oscillators

We show that the long-range order (LRO) strikingly emerges in systems of locally coupled $D$-dimensional vector Kuramoto oscillators on low-dimensional lattices ($d=1,2$), but only for odd $D$. This parity-dependent effect is traced to two-oscillator dynamics, where odd-$D$ units synchronize for any coupling, while even-$D$ pairs require a finite threshold. This fundamental difference selectively seeds collective order in large-scale systems, a phenomenon demonstrated by our numerical simulations. A renormalization group analysis reveals a RG flow to a weak-coupling fixed point for $d \le 2$. In this limit, odd-$D$ systems effectively map to a ferromagnetic model, developing an ordered ``hemisphere" phase, whereas even-$D$ systems remain disordered. Our findings further reveal orientational LRO emerges in both $d=1$ and $d=2$, but frequency LRO requires $d=2$. We contrast these results with the established behavior of models possessing continuous symmetry, highlighting how quenched disorder provides a fundamentally new route to order.

cond-mat.stat-mech

Planetary climate interactions of the Qinghai-Tibetan Plateau

The Qinghai-Tibetan Plateau (QTP), Earth's "Third Pole", profoundly shapes the Asian monsoon and regional climate and exerts far-reaching influence on the global climate system. Yet its role in organizing planetary-scale climate interactions remains poorly quantified. Here we develop a climate network framework to explicitly resolve the planetary teleconnection architecture associated with the QTP across historical observations and future climate projections, with physical consistency assessed using Lagrangian trajectory diagnostics and targeted numerical experiments. We uncover a persistent and directional interaction structure linking the QTP with multiple major climate tipping elements. In particular, we identify a robust tripolar interaction mode coupling the QTP with both the Arctic and Antarctica through coherent atmospheric-oceanic pathways. Our findings establish the QTP as a critical planetary climate integrator, revealing a significant blind spot in current climate models and risk frameworks regarding cascading tipping dynamics in a warming world.

physics.ao-ph

Percolation in the three-dimensional Ising model

Geometric representations provide a useful perspective on critical phenomena in the Ising model. In a recent study [Phys. Rev. E 112, 034118 (2025)], we found that the two-dimensional critical Ising model exhibits two consecutive percolation transitions for geometric spin clusters as the bond-occupation probability $p$ between parallel spins increases. Here, through extensive Monte Carlo simulations, we show that this phenomenon does not persist in three dimensions, where we observe only a single percolation transition on critical Ising configurations. Further theoretical analysis of the Ising model on the complete graph also yields the same scenario. In addition, we study percolation on a two-dimensional layer embedded in the three-dimensional critical Ising model. For this layer system, we estimate the red-bond exponent $y_p = 0.426(6)$ and the fractal dimensions of the largest cluster, hull, and shortest path as $d_f = 1.8926(20)$, $d_{\rm hull} = 1.663(4)$, and $d_{\rm min} = 1.080(10)$, respectively. These values indicate a distinct universality class induced by coupling to out-of-plane critical correlations.

cond-mat.stat-mech

Switchcodec: Adaptive residual-expert sparse quantization for high-fidelity neural audio coding

Recent neural audio compression models often rely on residual vector quantization for high-fidelity coding, but using a fixed number of per-frame codebooks is suboptimal for the wide variability of audio content-especially for signals that are either very simple or highly complex. To address this limitation, we propose SwitchCodec, a neural audio codec based on Residual Experts Vector Quantization (REVQ). REVQ combines a shared quantizer with dynamically routed expert quantizers that are activated according to the input audio, decoupling bitrate from codebook capacity and improving compression efficiency. This design ensures full training and utilization of each quantizer. In addition, a variable-bitrate mechanism adjusts the number of active expert quantizers at inference, enabling multi-bitrate operation without retraining. Experiments demonstrate that SwitchCodec surpasses existing baselines on both objective metrics and subjective listening tests.

cs.SD

Tipping Points and Cascading Transitions: Methods, Principles, and Evidences

This review synthesizes recent advancements in understanding tipping points and cascading transitions within the Earth system, framing them through the lens of nonlinear dynamics and complexity science. It outlines the fundamental concepts of tipping elements, large-scale subsystems like the Atlantic Meridional Overturning Circulation and the Amazon rainforest, and classifies tipping mechanisms into bifurcation-, noise-, and rate-induced types. The article critically evaluates methods for detecting early-warning signals, particularly those based on critical slowing down, while also acknowledging their limitations and the promise of non-conventional indicators. Furthermore, we explore the significant risk of cascading failures between interacting tipping elements, often modeled using conceptual network models. This shows that such interactions can substantially increase systemic risk under global warming. The review concludes by outlining key challenges related to data limitations and methodological robustness, and emphasizes the promising role of artificial intelligence and complex network science in advancing prediction and risk assessment of Earth system tipping dynamics.

physics.ao-ph

A TRPCA-Inspired Deep Unfolding Network for Hyperspectral Image Denoising via Thresholded t-SVD and Top-K Sparse Transformer

Hyperspectral images (HSIs) are often degraded by complex mixed noise during acquisition and transmission, making effective denoising essential for subsequent analysis. Recent hybrid approaches that bridge model-driven and data-driven paradigms have shown great promise. However, most of these approaches lack effective alternation between different priors or modules, resulting in loosely coupled regularization and insufficient exploitation of their complementary strengths. Inspired by tensor robust principal component analysis (TRPCA), we propose a novel deep unfolding network (DU-TRPCA) that enforces stage-wise alternation between two tightly integrated modules: low-rank and sparse. The low-rank module employs thresholded tensor singular value decomposition (t-SVD), providing a widely adopted convex surrogate for tensor low-rankness and has been demonstrated to effectively capture the global spatial-spectral structure of HSIs. The Top-K sparse transformer module adaptively imposes sparse constraints, directly matching the sparse regularization in TRPCA and enabling effective removal of localized outliers and complex noise. This tightly coupled architecture preserves the stage-wise alternation between low-rank approximation and sparse refinement inherent in TRPCA, while enhancing representational capacity through attention mechanisms. Extensive experiments on synthetic and real-world HSIs demonstrate that DU-TRPCA surpasses state-of-the-art methods under severe mixed noise, while offering interpretability benefits and stable denoising dynamics inspired by iterative optimization. Code is available at https://github.com/liangli97/TRPCA-Deep-Unfolding-HSI-Denoising.

cs.CV

SwitchCodec: A High-Fidelity Nerual Audio Codec With Sparse Quantization

Neural audio compression has emerged as a promising technology for efficiently representing speech, music, and general audio. However, existing methods suffer from significant performance degradation at limited bitrates, where the available embedding space is sharply constrained. To address this, we propose a universal high-fidelity neural audio compression algorithm featuring Residual Experts Vector Quantization (REVQ), which substantially expands the embedding space with minimal impact on bandwidth. A gentle load-balancing strategy is introduced to ensure the full utilization of this expanded space. Furthermore, we develop a novel multi-tiered discriminator that periodically stratifies STFT spectra, guiding the generator to focus on critical spectral regions. To support multiple bitrates without quality loss at the lower end, we adopt an efficient post-training strategy. Our proposed model achieves impressive performance, with PESQ and ViSQOL scores of 2.87 and 4.27, respectively, at 2.67 kbps bandwidth. The approach effectively reduces spectral blur, decreasing the distance to the original mel-spectrogram by 13%. Notably, our post-training strategy achieves performance comparable to dedicated fixed-bitrate models while reducing the required training time by half. Extensive ablation studies confirm the superiority of our method over baselines.

cs.SD

Criticality and Universality of Generalized Kuramoto Model

We explore synchronization transitions in even-$D$-dimensional generalized Kuramoto oscillators on both complete graphs and $d$-dimensional lattices. In the globally coupled system, analytical expansions of the self-consistency equations, incorporating finite-size corrections, reveal universal critical exponents $\beta = 1/2$ and $\bar{\nu} = 5/2$ for all even $D$, indicating an unconventional upper critical dimension $d_u = 5$. Extensive numerical simulations across multiple $D$ confirm these theoretical predictions. For locally coupled systems, we develop a framework based on spin-wave theory and fluctuation-resolved functional network diagnostics, which captures criticality in entrainment transition. A modified Edwards-Anderson order parameter further validates the predicted exponents. This combined theoretical and numerical study uncovers a family of universality classes characterized by $D$-independent but $d$-dependent criticality, offering a unified perspective on symmetry and dimensionality in nonequilibrium synchronization phenomena.

cond-mat.stat-mech

Percolation in the two-dimensional Ising model

The study of the Ising model from a percolation perspective has played a significant role in the modern theory of critical phenomena. We consider the celebrated square-lattice Ising model and construct percolation clusters by placing bonds, with probability $p$, between any pair of parallel spins within an extended range beyond nearest neighbors. At the Ising criticality, we observe two percolation transitions as $p$ increases: starting from a disordered phase with only small clusters, the percolation system enters into a stable critical phase that persists over a wide range $p_{c_1} < p < p_{c_2}$, and then develops a long-ranged percolation order with giant clusters for both up and down spins. At $p_{c1}$ and for the stable critical phase, the critical behaviors agree well with those for the Fortuin-Kasteleyn random clusters and the spin domains of the Ising model, respectively. At $p_{c2}$, the fractal dimension of clusters and the scaling exponent along $p$ direction are estimated as $y_{h2} = 1.958\,0(6)$ and $y_{p2} = 0.552(9)$, of which the exact values remain unknown. These findings reveal interesting geometric properties of the two-dimensional Ising model that has been studied for more than 100 years.

cond-mat.stat-mech

Is the atmospheric river operating at a self-organized criticality state?

Atmospheric rivers (ARs) are essential components of the global hydrological cycle, with profound implications for water resources, extreme weather events, and climate dynamics. Yet, the statistical organization and underlying physical mechanisms of AR intensity and evolution remain poorly understood. Here we apply methods from statistical physics to analyze the full life cycle of ARs and identify universal signatures of self-organized criticality (SOC). We demonstrate that AR morphology exhibits nontrivial fractal geometry, while AR event sizes, quantified via integrated water vapor transport, follow robust power-law distributions, displaying finite-size scaling. These scaling behaviors persist under warming scenarios, suggesting that ARs operate near a critical state as emergent, self-regulating systems. Concurrently, we observe a systematic poleward migration and intensification of ARs, linked to thermodynamic amplification and dynamical reorganization. Our findings establish a statistical physics framework for ARs, linking critical phenomena to the spatiotemporal structure of extreme events in a warming climate.

physics.geo-ph

Semantically Robust Unsupervised Image Translation for Paired Remote Sensing Images

Image translation for change detection or classification in bi-temporal remote sensing images is unique. Although it can acquire paired images, it is still unsupervised. Moreover, strict semantic preservation in translation is always needed instead of multimodal outputs. In response to these problems, this paper proposes a new method, SRUIT (Semantically Robust Unsupervised Image-to-image Translation), which ensures semantically robust translation and produces deterministic output. Inspired by previous works, the method explores the underlying characteristics of bi-temporal Remote Sensing images and designs the corresponding networks. Firstly, we assume that bi-temporal Remote Sensing images share the same latent space, for they are always acquired from the same land location. So SRUIT makes the generators share their high-level layers, and this constraint will compel two domain mapping to fall into the same latent space. Secondly, considering land covers of bi-temporal images could evolve into each other, SRUIT exploits the cross-cycle-consistent adversarial networks to translate from one to the other and recover them. Experimental results show that constraints of sharing weights and cross-cycle consistency enable translated images with both good perceptual image quality and semantic preservation for significant differences.

cs.CV

qNBO: quasi-Newton Meets Bilevel Optimization

Bilevel optimization, addressing challenges in hierarchical learning tasks, has gained significant interest in machine learning. The practical implementation of the gradient descent method to bilevel optimization encounters computational hurdles, notably the computation of the exact lower-level solution and the inverse Hessian of the lower-level objective. Although these two aspects are inherently connected, existing methods typically handle them separately by solving the lower-level problem and a linear system for the inverse Hessian-vector product. In this paper, we introduce a general framework to address these computational challenges in a coordinated manner. Specifically, we leverage quasi-Newton algorithms to accelerate the resolution of the lower-level problem while efficiently approximating the inverse Hessian-vector product. Furthermore, by exploiting the superlinear convergence properties of BFGS, we establish the non-asymptotic convergence analysis of the BFGS adaptation within our framework. Numerical experiments demonstrate the comparable or superior performance of the proposed algorithms in real-world learning tasks, including hyperparameter optimization, data hyper-cleaning, and few-shot meta-learning.

cs.LG

Universality of the complete-graph Potts model with $0< q \leq 2$

Universality is a fundamental concept in modern physics. For the $q$-state Potts model, the critical exponents are merely determined by the order-parameter symmetry $S_q$, spatial dimensionality and interaction range, independent of microscopic details. In a simplest and mean-field treatment--i.e., the Potts model on complete graph (CG), the phase transition is further established to be of percolation universality for the range of $0 < q <2$. By simulating the CG Potts model in the random-cluster representation, we numerically demonstrate such a hyper-universality that the critical exponents are the same for $0< q <2$ and, moreover, the Ising system ($q = 2$) exhibits a variety of critical geometric properties in percolation universality. On the other hand, many other universal properties in the finite-size scaling (FSS) theory, including Binder-like ratios and distribution function of the order parameter, are observed to be $q$-dependent. Our finding provides valuable insights for the study of critical phenomena in finite spatial dimensions, particularly when the FSS theory is utilized.

cond-mat.stat-mech

Spatial Optical Simulator for Classical Statistical Models

Optical simulators for the Ising model have demonstrated great promise for solving challenging problems in physics and beyond. Here, we develop a spatial optical simulator for a variety of classical statistical systems, including the clock, $XY$, Potts, and Heisenberg models, utilizing a digital micromirror device composed of a large number of tiny mirrors. Spins, with desired amplitudes or phases of the statistical models, are precisely encoded by a patch of mirrors with a superpixel approach. Then, by modulating the light field in a sequence of designed patterns, the spin-spin interaction is realized in such a way that the Hamiltonian symmetries are preserved. We successfully simulate statistical systems on a fully connected network, with ferromagnetic or Mattis-type random interactions, and observe the corresponding phase transitions between the paramagnetic, and the ferromagnetic or spin-glass phases. Our results largely extend the research scope of spatial optical simulators and their versatile applications.

physics.optics

Crossover Finite-Size Scaling Theory and Its Applications in Percolation

Finite-size scaling (FSS) for a critical phase transition ($t=0$) states that within a window of size $|t|\sim L^{-1/\nu}$, the scaling behavior of any observable $Q$ in a system of linear size $L$ asymptotically follows a scaling form as $Q(t,L)=L^{Y_Q}\tilde{Q}(tL^{1/\nu})$, where $\nu$ is the correlation-length exponent, $Y_Q$ is an FSS exponent and ${\tilde Q}(x)$ is a function of the scaled distance-to-criticality $x \equiv tL^{1/\nu}$. We systematically study the asymptotic scaling behavior of ${\tilde Q}(|x|\to\infty)$ for a broad variety of observables by requiring that the FSS and infinite-system critical behaviors match with each other in the crossover critical regime with $t \to 0$ and $|x|\to\infty$. This crossover FSS theory predicts that when the criticality is approached at a slower speed as $|t|\sim L^{-\lambda}$ with $\lambda <1/\nu$, the FSS becomes $\lambda$-dependent and the exponent can be derived. As applications, explosive percolation and high-dimensional percolation are considered. For the former, it is shown that the widely observed anomalous phenomena at the infinite-system criticality $t=0$ can be attributed to the mixing effects of the standard FSS behaviors around the pseudocritical point in an event-based ensemble. For the latter, FSS exponents are found to be different at the infinite-system critical and the pseudocritical point if free boundary conditions are used, and they are related to each other by using the crossover FSS theory. From these observations, the FSS of percolation systems falls into three classifications. Extensive simulations are carried out to affirm these predictions.

cond-mat.stat-mech

Universal Scaling of Gap Dynamics in Percolation

Percolation is a cornerstone concept in physics, providing crucial insights into critical phenomena and phase transitions. In this study, we adopt a kinetic perspective to reveal the scaling behaviors of higher-order gaps in the largest cluster across various percolation models, spanning from latticebased to network systems, encompassing both continuous and discontinuous percolation. Our results uncover an inherent self-similarity in the dynamical process both for critical and supercritical phase, characterized by two independent Fisher exponents, respectively. Utilizing a scaling ansatz, we propose a novel scaling relation that links the discovered Fisher exponents with other known critical exponents. Additionally, we demonstrate the application of our theory to real systems, showing its practical utility in extracting the corresponding Fisher exponents. These findings enrich our understanding of percolation dynamics and highlight the robust and universal scaling laws that transcend individual models and extend to broader classes of complex systems.

cond-mat.stat-mech

Logarithmic Finite-Size Scaling of the Four-Dimensional Ising Model

Field-theoretical calculations predict that, at the upper critical dimension $d_c=4$, the finite-size scaling (FSS) behaviors of the Ising model would be modified by multiplicative logarithmic corrections with thermal and magnetic correction exponents $(\hat{y}_t, \hat{y}_h)=(1/6,1/4)$. Using high-efficient cluster algorithms and the lifted worm algorithm, we present a systematic study of the FSS of the four-dimensional Ising model in the Fortuin-Kasteleyn (FK) bond and loop representations. Our numerical results reveal the FSS behaviors of various geometric and physical quantities in the three representations, offering robust evidence for the logarithmic correction form conjectured by the field theory. In particular, clear evidence is obtained for the existence of $\hat{y}_t=1/6$ in the loop representation, while it is difficult to extract in the spin representations, because of mixing with the Gaussian-fixed-point asymptotics. In the FK-bond representation, the multiplicative logarithmic correction for the second-largest cluster is also numerically observed to be governed by an exponent $\hat{y}_{h2} = -1/4$ with its exact value unknown yet.

cond-mat.stat-mech

Open-CD: A Comprehensive Toolbox for Change Detection

We present Open-CD, a change detection toolbox that contains a rich set of change detection methods as well as related components and modules. The toolbox started from a series of open source general vision task tools, including OpenMMLab Toolkits, PyTorch Image Models, etc. It gradually evolves into a unified platform that covers many popular change detection methods and contemporary modules. It not only includes training and inference codes, but also provides some useful scripts for data analysis. We believe this toolbox is by far the most complete change detection toolbox. In this report, we introduce the various features, supported methods and applications of Open-CD. In addition, we also conduct a benchmarking study on different methods and components. We wish that the toolbox and benchmark could serve the growing research community by providing a flexible toolkit to reimplement existing methods and develop their own new change detectors. Code and models are available at https://github.com/likyoo/open-cd. Pioneeringly, this report also includes brief descriptions of the algorithms supported in Open-CD, mainly contributed by their authors. We sincerely encourage researchers in this field to participate in this project and work together to create a more open community. This toolkit and report will be kept updated.

cs.CV