arXiv ScienceSearch

arXiv subjects

Dong Gao

Publications and source records attributed to Dong Gao.

15 recordsLinked to original sources

Classification of compact Lagrangian self-similar submanifolds with Legendrian capillary boundary in the unit ball

We classify smooth compact connected Lagrangian immersions $X$ in the closed unit ball of $\C^n$, $n\ge2$, satisfying $H+\varepsilon X^\perp=0$, $\varepsilon\in\{-1,0,1\}$, with Legendrian boundary on the unit sphere and constant contact angle on each connected component. We prove that the boundary has at most two connected components. When the boundary is connected, $X$ is a diffeomorphism onto an equatorial Lagrangian $n$-disk. When the boundary has two components, $X$ splits globally as $X(s,p)=γ(s)ψ(p)$, where $ψ$ is a compact minimal Legendrian immersion in the unit sphere and $γ$ is an Anciaux profile with a unique radial minimum. The two contact angles are supplementary. In complex dimension two, every non-disk solution is a finite cover of a Lagrangian catenoid segment for $\varepsilon=0$ or of a rotational Anciaux annulus for $\varepsilon=\pm1$. In higher complex dimensions, iterated Calabi suspensions produce families whose minimal Legendrian links have nontrivial topology.

math.DG

Relative Liouville Rigidity for Lagrangian Self-Similar Submanifolds with Legendrian Boundary

We study compact Lagrangian self-similar immersions in the unit ball with Legendrian boundary. The Liouville form naturally defines a relative de Rham class, and we prove that the vanishing of this relative Liouville class forces the immersion to be a diffeomorphism onto an equatorial Lagrangian disk. In particular, this gives rigidity for exact immersions with connected boundary. We also establish a boundary flux identity and a localized boundary unique continuation theorem, yielding rigidity when a nonempty relatively open boundary portion satisfies the free-boundary condition, when the cosine of the contact angle has a fixed sign, or when the Legendrian capillary boundary is connected. In the two-dimensional minimal case, these results recover the smooth disk theorem of Li--Wang--Weng and the free-boundary theorem of Luo--Sun, while extending the underlying rigidity mechanisms to higher dimensions and the self-similar setting. Finally, in every dimension $n\geq 2$, we construct compact embedded exact Lagrangian examples in the minimal, self-shrinking, and self-expanding cases with two Legendrian capillary boundary components, nonzero relative Liouville class, and supplementary contact angles.

math.DG

Exploring Modality-Aware Fusion and Decoupled Temporal Propagation for Multi-Modal Object Tracking

Most existing multimodal trackers adopt uniform fusion strategies, overlooking the inherent differences between modalities. Moreover, they propagate temporal information through mixed tokens, leading to entangled and less discriminative temporal representations. To address these limitations, we propose MDTrack, a novel framework for modality aware fusion and decoupled temporal propagation in multimodal object tracking. Specifically, for modality aware fusion, we allocate dedicated experts to each modality, including infrared, event, depth, and RGB, to process their respective representations. The gating mechanism within the Mixture of Experts dynamically selects the optimal experts based on the input features, enabling adaptive and modality specific fusion. For decoupled temporal propagation, we introduce two separate State Space Model structures to independently store and update the hidden states of the RGB and X modal streams, effectively capturing their distinct temporal information. To ensure synergy between the two temporal representations, we incorporate a set of cross attention modules between the input features of the two SSMs, facilitating implicit information exchange. The resulting temporally enriched features are then integrated into the backbone through another set of cross attention modules, enhancing MDTrack's ability to leverage temporal information. Extensive experiments demonstrate the effectiveness of our proposed method. Both MDTrack S and MDTrack U achieve state of the art performance across five multimodal tracking benchmarks.

cs.CV

Multi-State Tracker: Enhancing Efficient Object Tracking via Multi-State Specialization and Interaction

Efficient trackers achieve faster runtime by reducing computational complexity and model parameters. However, this efficiency often compromises the expense of weakened feature representation capacity, thus limiting their ability to accurately capture target states using single-layer features. To overcome this limitation, we propose Multi-State Tracker (MST), which utilizes highly lightweight state-specific enhancement (SSE) to perform specialized enhancement on multi-state features produced by multi-state generation (MSG) and aggregates them in an interactive and adaptive manner using cross-state interaction (CSI). This design greatly enhances feature representation while incurring minimal computational overhead, leading to improved tracking robustness in complex environments. Specifically, the MSG generates multiple state representations at multiple stages during feature extraction, while SSE refines them to highlight target-specific features. The CSI module facilitates information exchange between these states and ensures the integration of complementary features. Notably, the introduced SSE and CSI modules adopt a highly lightweight hidden state adaptation-based state space duality (HSA-SSD) design, incurring only 0.1 GFLOPs in computation and 0.66 M in parameters. Experimental results demonstrate that MST outperforms all previous efficient trackers across multiple datasets, significantly improving tracking accuracy and robustness. In particular, it shows excellent runtime performance, with an AO score improvement of 4.5\% over the previous SOTA efficient tracker HCAT on the GOT-10K dataset. The code is available at https://github.com/wsumel/MST.

cs.CV

Isoparametric Hypersurfaces in product spaces of space forms

We give a complete classification of isoparametric hypersurfaces in a product space $M^2_{κ_1}\times M^2_{κ_2}$ of $2$-dimensional space forms for $κ_i\in \{-1,0,1\}$ with $κ_1\neq κ_2$. In fact we prove that any isoparametic hypersurface in such a space has constant product angle function, which enables us to remove the condition of constant principal curvatures from the classification obtained recently by J.B.M.dos Santos and J.P.dos Santos.

math.DG

A New Multifractal-based Deep Learning Model for Text Mining

In this world full of uncertainty, where the fabric of existence weaves patterns of complexity, multifractal emerges as beacons of insight, illuminating them. As we delve into the realm of text mining that underpins various natural language processing applications and powers a range of intelligent services, we recognize that behind the veil of text lies a manifestation of human thought and cognition, intricately intertwined with the complexities. Building upon the foundation of perceiving text as a complex system, this study embarks on a journey to unravel the hidden treasures within, armed with the proposed multifractal method that deciphers the multifractal attributes embedded within the text landscape. This endeavor culminates in the birth of our novel model, which also harnesses the power of the proposed activation function to facilitate nonlinear information transmission within its neural network architecture. The success on experiments anchored in real-world technical reports covering the extraction of technical term and classification of hazard events, stands as a testament to our endeavors. This research venture not only expands our understanding of text mining but also opens new horizons for knowledge discovery across various domains.

cs.LG

A Zipf's Law-based Text Generation Approach for Addressing Imbalance in Entity Extraction

Entity extraction is critical in the intelligent advancement across diverse domains. Nevertheless, a challenge to its effectiveness arises from the data imbalance. This paper proposes a novel approach by viewing the issue through the quantitative information, recognizing that entities exhibit certain levels of commonality while others are scarce, which can be reflected in the quantifiable distribution of words. The Zipf's Law emerges as a well-suited adoption, and to transition from words to entities, words within the documents are classified as common and rare ones. Subsequently, sentences are classified into common and rare ones, and are further processed by text generation models accordingly. Rare entities within the generated sentences are then labeled using human-designed rules, serving as a supplement to the raw dataset, thereby mitigating the imbalance problem. The study presents a case of extracting entities from technical documents, and experimental results from two datasets prove the effectiveness of the proposed method. Furthermore, the significance of Zipf's law in driving the progress of AI is discussed, broadening the reach and coverage of Informetrics. This paper presents a successful demonstration of extending Informetrics to interface with AI through Zipf's Law.

cs.CL

On Hypersurfaces of $\mathbb{H}^2\times\mathbb{H}^2$

In this paper, we study hypersurfaces in $\mathbb{H}^2\times\mathbb{H}^2$. We first classify the hypersurfaces with constant principal curvatures and constant product angle function. Then, we classify homogeneous hypersurfaces and isoparametric hypersurfaces, respectively. Finally, we classify the hypersurfaces with at most two distinct constant principal curvatures, as well as those with three constant principal curvatures under some additional conditions.

math.DG

A new hazard event classification model via deep learning and multifractal

Hazard and operability analysis (HAZOP) is the paradigm of industrial safety that can reveal the hazards of process from its node deviations, consequences, causes, measures and suggestions, and such hazards can be considered as hazard events (HaE). The classification research on HaE has much irreplaceable pragmatic values. In this paper, we present a novel deep learning model termed DLF through multifractal to explore HaE classification where the motivation is that HaE can be naturally regarded as a kind of time series. Specifically, first HaE is vectorized to get HaE time series by employing BERT. Then, a new multifractal analysis method termed HmF-DFA is proposed to win HaE fractal series by analyzing HaE time series. Finally, a new hierarchical gating neural network (HGNN) is designed to process HaE fractal series to accomplish the classification of HaE from three aspects: severity, possibility and risk. We take HAZOP reports of 18 processes as cases, and launch the experiments on this basis. Results demonstrate that compared with other classifiers, DLF classifier performs better under metrics of precision, recall and F1-score, especially for the severity aspect. Also, HmF-DFA and HGNN effectively promote HaE classification. Our HaE classification system can serve application incentives to experts, engineers, employees, and other enterprises. We hope our research can contribute added support to the daily practice in industrial safety.

cs.CL

Yes, DLGM! A novel hierarchical model for hazard classification

Hazards can be exposed by HAZOP as text information, and studying their classification is of great significance to the development of industrial informatics, which is conducive to safety early warning, decision support, policy evaluation, etc. However, there is no research on this important field at present. In this paper, we propose a novel model termed DLGM via deep learning for hazard classification. Specifically, first, we leverage BERT to vectorize the hazard and treat it as a type of time series (HTS). Secondly, we build a grey model FSGM(1, 1) to model it, and get the grey guidance in the sense of the structural parameters. Finally, we design a hierarchical-feature fusion neural network (HFFNN) to investigate the HTS with grey guidance (HTSGG) from three themes, where, HFFNN is a hierarchical structure with four types of modules: two feature encoders, a gating mechanism, and a deepening mechanism. We take 18 industrial processes as application cases and launch a series of experiments. The experimental results prove that DLGM has promising aptitudes for hazard classification and that FSGM(1, 1) and HFFNN are effective. We hope our research can contribute added value and support to the daily practice in industrial safety.

cs.CL

Epitaxial growth of high quality $Mn_3Sn$ thin films by pulsed laser deposition

Non-collinear antiferromagnet Weyl semimetal $Mn_3Sn$ have attracted great research interest recently. Although large anomalous Hall effect, anomalous Nernst effect and magneto-optical effect have been observed in $Mn_3Sn$, most studies are based on single crystals. So far, it is still challenging to grow high quality epitaxial $Mn_3Sn$ thin films with transport and optical properties comparable to their single crystal counterparts. Here, we report the structure, magneto-optical and transport properties of epitaxial $Mn_3Sn$ thin films fabricated by pulsed laser deposition (PLD). Highly oriented $Mn_{3+x}Sn_{1-x}$ (0001) and (11$\bar2$0) epitaxial films are successfully growth on single crystalline $Al_2O_3$ and MgO substrates. Large anomalous Hall effect (AHE) up to $\left| ΔR_H\right|$=3.02 $μΩ\cdot cm$, and longitudinal magneto-optical Kerr effect (LMOKE) with $θ_K$ = 38.1 mdeg at 633 nm wavelength are measured at 300 K temperature, which are comparable to $Mn_3Sn$ single crystals. Our work demonstrates that high quality $Mn_3Sn$ epitaxial thin films can be fabricated by PLD, paving the way for future device applications.

cond-mat.mtrl-sci

Why KDAC? A general activation function for knowledge discovery

Deep learning oriented named entity recognition (DNER) has gradually become the paradigm of knowledge discovery, which greatly promotes domain intelligence. However, the current activation function of DNER fails to treat gradient vanishing, no negative output or non-differentiable existence, which may impede knowledge exploration caused by the omission and incomplete representation of latent semantics. To break through the dilemma, we present a novel activation function termed KDAC. Detailly, KDAC is an aggregation function with multiple conversion modes. The backbone of the activation region is the interaction between exponent and linearity, and the both ends extend through adaptive linear divergence, which surmounts the obstacle of gradient vanishing and no negative output. Crucially, the non-differentiable points are alerted and eliminated by an approximate smoothing algorithm. KDAC has a series of brilliant properties, including nonlinear, stable near-linear transformation and derivative, as well as dynamic style, etc. We perform experiments based on BERT-BiLSTM-CNN-CRF model on six benchmark datasets containing different domain knowledge, such as Weibo, Clinical, E-commerce, Resume, HAZOP and People's daily. The evaluation results show that KDAC is advanced and effective, and can provide more generalized activation to stimulate the performance of DNER. We hope that KDAC can be exploited as a promising activation function to devote itself to the construction of knowledge.

cs.LG

A novel knowledge graph development for industry design: A case study on indirect coal liquefaction process

Hazard and operability analysis (HAZOP) is a remarkable representative in industrial safety engineering. However, a great storehouse of industrial safety knowledge (ISK) in HAZOP reports has not been thoroughly exploited. In order to reuse and unlock the value of ISK and optimize HAZOP, we have developed a novel knowledge graph for industrial safety (ISKG) with HAZOP as the carrier through bridging data science and engineering design. Specifically, firstly, considering that the knowledge contained in HAZOP reports of different processes in industry is not the same, we creatively develope a general ISK standardization framework, it provides a practical scheme for integrating HAZOP reports from various processes and uniformly representing the ISK with diverse expressions. Secondly, we conceive a novel and reliable information extraction model based on deep learning combined with data science, it can effectively mine ISK from HAZOP reports, which alleviates the obstacle of ISK extraction caused by the particularity of HAZOP text. Finally, we build ISK triples and store them in the Neo4j graph database. We take indirect coal liquefaction process as a case study to develop ISKG, and its oriented applications can optimize HAZOP and mine the potential of ISK, which is of great significance to improve the security of the system and enhance prevention awareness for people. ISKG containing the ISK standardization framework and the information extraction model sets an example of the interaction between data science and engineering design, which can enlighten other researchers and extend the perspectives of industrial safety.

cs.CL

Lagrangian surfaces in $\mathbb H^2 \times \mathbb H^2$

The Riemannian product of two hyperbolic planes of constant Gaussian curvature -1 has a natural Kähler structure. In fact, it can be identified with the complex hyperbolic quadric of complex dimension two. In this paper we study Lagrangian surfaces in this manifold. We present several examples and classify the totally umbilical and totally geodesic Lagrangian surfaces, the Lagrangian surfaces with parallel second fundamental form, the minimal Lagrangian surfaces with constant Gaussian curvature and the complete minimal Lagrangian surfaces satisfying a bounding condition on an important function that can be defined on any Lagrangian surface in this particular ambient space.

math.DG

Multiwavelength study of nearly face-on low surface brightness disk galaxies

We study the ages of a large sample (1,802) of nearly face-on disk low surface brightness galaxies (LSBGs) by using the evolutionary population synthesis (EPS) model PEGASE with exponential decreasing star formation rate to fit their multiwavelength spectral energy distributions (SEDs) from far-ultraviolet (FUV) to near-infrared (NIR). The derived ages of LSBGs are 1-5 Gyr for most of the sample no matter the constant or varying dust extinction is adopted, which are similar to most of the previous studies on smaller samples. This means that these LSBGs formed their majority of stars quite recently. However, a small part of the sample (~2-3%) have larger ages as 5-8 Gyr, meaning their major star forming process may occur earlier. At the same time, a large sample (5,886) of high surface brightness galaxies (HSBGs) are selected and studied in the same method for comparisons. The derived ages are 1-5 Gyr for most of the sample (97%) as well. These may mean that probably these LSBGs have no much different star formation history from their HSBGs counterparts. But we should notice that the HSBGs are about 0.2 Gyr younger generally, which could mean that the HSBGs may have more recent star forming activities than the LSBGs.

astro-ph.CO