HongGuang Sun

CL
h-index17
3papers
35citations
Novelty53%
AI Score30

3 Papers

NAOct 15, 2016
A fast semi-discrete Kansa method to solve the two-dimensional spatiotemporal fractional diffusion

HongGuang Sun, Xiaoting Liu, Yong Zhang et al.

Anomalous diffusion is a common phenomenon observed in underground solute transport, soil water infiltration and sediment movement, etc. Time and space fractional derivative advection-dispersion equation (FADE) has been widely employed as the governing equation to characterize above mentioned anomalous diffusion related processes. However, a main problem in application of time and space FADE model to describe the real-world mass transport processes, is its low computation efficiency for long-time range and large irregular domain cases. This study offers a new algorithm in which the Kansa method is used for vector space fractional derivative term discretization and then analytical approach for resulted time fractional ordinary system. The influence of node distribution mode and node numbers on accuracy and convergence rate are analysed through the numerical examples in one and two dimensional cases. To test the application potentials of present methods, we offer the numerical results of two dimensional time and space FADE models in continuous and discrete cases. It shows that the solute plumes in heterogeneous and anisotropic media, can be well simulated by using present method compared with the previous time-consumed particle Monte-Carlo methods.

CLMay 31, 2023Code
A Global Context Mechanism for Sequence Labeling

Conglei Xu, Kun Shen, Hongguang Sun et al.

Global sentence information is crucial for sequence labeling tasks, where each word in a sentence must be assigned a label. While BiLSTM models are widely used, they often fail to capture sufficient global context for inner words. Previous work has proposed various RNN variants to integrate global sentence information into word representations. However, these approaches suffer from three key limitations: (1) they are slower in both inference and training compared to the original BiLSTM, (2) they cannot effectively supplement global information for transformer-based models, and (3) the high time cost associated with reimplementing and integrating these customized RNNs into existing architectures. In this study, we introduce a simple yet effective mechanism that addresses these limitations. Our approach efficiently supplements global sentence information for both BiLSTM and transformer-based models, with minimal degradation in inference and training speed, and is easily pluggable into current architectures. We demonstrate significant improvements in F1 scores across seven popular benchmarks, including Named Entity Recognition (NER) tasks such as Conll2003, Wnut2017 , and the Chinese named-entity recognition task Weibo, as well as End-to-End Aspect-Based Sentiment Analysis (E2E-ABSA) benchmarks such as Laptop14, Restaurant14, Restaurant15, and Restaurant16. With out any extra strategy, we achieve third highest score on weibo NER benchmark. Compared to CRF, one of the most popular frameworks for sequence labeling, our mechanism achieves competitive F1 scores while offering superior inference and training speed. Code is available at: https://github.com/conglei2XU/Global-Context-Mechanism

COMP-PHDec 5, 2024
A Data-Driven Framework for Discovering Fractional Differential Equations in Complex Systems

Xiangnan Yu, Hao Xu, Zhiping Mao et al.

In complex physical systems, conventional differential equations often fall short in capturing non-local and memory effects, as they are limited to local dynamics and integer-order interactions. This study introduces a stepwise data-driven framework for discovering fractional differential equations (FDEs) directly from data. FDEs, known for their capacity to model non-local dynamics with fewer parameters than integer-order derivatives, can represent complex systems with long-range interactions. Our framework applies deep neural networks as surrogate models for denoising and reconstructing sparse and noisy observations while using Gaussian-Jacobi quadrature to handle the challenges posed by singularities in fractional derivatives. To optimize both the sparse coefficients and fractional order, we employ an alternating optimization approach that combines sparse regression with global optimization techniques. We validate the framework across various datasets, including synthetic anomalous diffusion data, experimental data on the creep behavior of frozen soils, and single-particle trajectories modeled by Lévy motion. Results demonstrate the framework's robustness in identifying the structure of FDEs across diverse noise levels and its capacity to capture integer-order dynamics, offering a flexible approach for modeling memory effects in complex systems.