-
Maximizing the Promptness of Metaverse Systems using Edge Computing by Deep Reinforcement Learning
Authors:
Tam Ninh Thi-Thanh,
Trinh Van Chien,
Hung Tran,
Nguyen Hoai Son,
Van Nhan Vo
Abstract:
Metaverse and Digital Twin (DT) have attracted much academic and industrial attraction to approach the future digital world. This paper introduces the advantages of deep reinforcement learning (DRL) in assisting Metaverse system-based Digital Twin. In this system, we assume that it includes several Metaverse User devices collecting data from the real world to transfer it into the virtual world, a…
▽ More
Metaverse and Digital Twin (DT) have attracted much academic and industrial attraction to approach the future digital world. This paper introduces the advantages of deep reinforcement learning (DRL) in assisting Metaverse system-based Digital Twin. In this system, we assume that it includes several Metaverse User devices collecting data from the real world to transfer it into the virtual world, a Metaverse Virtual Access Point (MVAP) undertaking the processing of data, and an edge computing server that receives the offloading data from the MVAP. The proposed model works under a dynamic environment with various parameters changing over time. The experiment results show that our proposed DRL algorithm is suitable for offloading tasks to ensure the promptness of DT in a dynamic environment.
△ Less
Submitted 3 June, 2025;
originally announced June 2025.
-
Optimality conditions in terms of Bouligand generalized differentials for a nonsmooth semilinear elliptic optimal control problem with distributed and boundary control pointwise constraints
Authors:
Vu Huu Nhu,
Nguyen Hai Son
Abstract:
This paper is concerned with an optimal control problem governed by nonsmooth semilinear elliptic partial differential equations with both distributed and boundary unilateral pointwise control constraints, in which the nonlinear coefficient in the state equation is not differentiable at one point.
Therefore, the Bouligand subdifferential of this nonsmooth coefficient in every point consists of o…
▽ More
This paper is concerned with an optimal control problem governed by nonsmooth semilinear elliptic partial differential equations with both distributed and boundary unilateral pointwise control constraints, in which the nonlinear coefficient in the state equation is not differentiable at one point.
Therefore, the Bouligand subdifferential of this nonsmooth coefficient in every point consists of one or two elements that will be used to construct the two associated Bouligand generalized derivatives of the control-to-state operator in any admissible control.
These Bouligand generalized derivatives appear in a novel optimality condition, which extends the purely primal optimality condition saying that the directional derivative of the reduced objective functional in admissible directions in nonnegative.
We then establish the optimality conditions in the form of multiplier existence. There, in addition to the existence of the adjoint states and of the nonnegative multipliers associated with the unilateral pointwise constraints as usual, other nonnegative multipliers exist and correspond to the nondifferentiability of the control-to-state mapping.
The latter type of optimality conditions shall be applied to an optimal control satisfying the so-called \emph{constraint qualification} to derive a \emph{strong} stationarity, where the sign of the associated adjoint state does not vary on the level set of the corresponding optimal state at the value of nondifferentiability.
Finally, this strong stationarity is also shown to be equivalent to the purely primal optimality condition.
△ Less
Submitted 27 January, 2025; v1 submitted 27 November, 2023;
originally announced November 2023.
-
Locally Hölder continuity of the solution map to a boundary control problem with finite mixed control-state constraints
Authors:
Nguyen Hai Son,
Tuan Anh Dao
Abstract:
The local stability of the solution map to a parametric boundary control problem governed by semilinear elliptic equations with finite mixed pointwise constraints is considered in this paper. We prove that the solution map is locally Hölder continuous in $L^\infty-$norm of control variable when the strictly nonnegative second-order optimality conditions are satisfied for the unperturbed problem.
The local stability of the solution map to a parametric boundary control problem governed by semilinear elliptic equations with finite mixed pointwise constraints is considered in this paper. We prove that the solution map is locally Hölder continuous in $L^\infty-$norm of control variable when the strictly nonnegative second-order optimality conditions are satisfied for the unperturbed problem.
△ Less
Submitted 25 November, 2022;
originally announced November 2022.
-
Jointly Learning Span Extraction and Sequence Labeling for Information Extraction from Business Documents
Authors:
Nguyen Hong Son,
Hieu M. Vu,
Tuan-Anh D. Nguyen,
Minh-Tien Nguyen
Abstract:
This paper introduces a new information extraction model for business documents. Different from prior studies which only base on span extraction or sequence labeling, the model takes into account advantage of both span extraction and sequence labeling. The combination allows the model to deal with long documents with sparse information (the small amount of extracted information). The model is trai…
▽ More
This paper introduces a new information extraction model for business documents. Different from prior studies which only base on span extraction or sequence labeling, the model takes into account advantage of both span extraction and sequence labeling. The combination allows the model to deal with long documents with sparse information (the small amount of extracted information). The model is trained end-to-end to jointly optimize the two tasks in a unified manner. Experimental results on four business datasets in English and Japanese show that the model achieves promising results and is significantly faster than the normal span-based extraction method. The code is also available.
△ Less
Submitted 26 May, 2022;
originally announced May 2022.
-
Enhance Incomplete Utterance Restoration by Joint Learning Token Extraction and Text Generation
Authors:
Shumpei Inoue,
Tsungwei Liu,
Nguyen Hong Son,
Minh-Tien Nguyen
Abstract:
This paper introduces a model for incomplete utterance restoration (IUR) called JET (\textbf{J}oint learning token \textbf{E}xtraction and \textbf{T}ext generation). Different from prior studies that only work on extraction or abstraction datasets, we design a simple but effective model, working for both scenarios of IUR. Our design simulates the nature of IUR, where omitted tokens from the contex…
▽ More
This paper introduces a model for incomplete utterance restoration (IUR) called JET (\textbf{J}oint learning token \textbf{E}xtraction and \textbf{T}ext generation). Different from prior studies that only work on extraction or abstraction datasets, we design a simple but effective model, working for both scenarios of IUR. Our design simulates the nature of IUR, where omitted tokens from the context contribute to restoration. From this, we construct a Picker that identifies the omitted tokens. To support the picker, we design two label creation methods (soft and hard labels), which can work in cases of no annotation data for the omitted tokens. The restoration is done by using a Generator with the help of the Picker on joint learning. Promising results on four benchmark datasets in extraction and abstraction scenarios show that our model is better than the pretrained T5 and non-generative language model methods in both rich and limited training data settings.\footnote{The code is available at \url{https://github.com/shumpei19/JET}}
△ Less
Submitted 28 July, 2022; v1 submitted 8 April, 2022;
originally announced April 2022.
-
A Span Extraction Approach for Information Extraction on Visually-Rich Documents
Authors:
Tuan-Anh D. Nguyen,
Hieu M. Vu,
Nguyen Hong Son,
Minh-Tien Nguyen
Abstract:
Information extraction (IE) for visually-rich documents (VRDs) has achieved SOTA performance recently thanks to the adaptation of Transformer-based language models, which shows the great potential of pre-training methods. In this paper, we present a new approach to improve the capability of language model pre-training on VRDs. Firstly, we introduce a new query-based IE model that employs span extr…
▽ More
Information extraction (IE) for visually-rich documents (VRDs) has achieved SOTA performance recently thanks to the adaptation of Transformer-based language models, which shows the great potential of pre-training methods. In this paper, we present a new approach to improve the capability of language model pre-training on VRDs. Firstly, we introduce a new query-based IE model that employs span extraction instead of using the common sequence labeling approach. Secondly, to further extend the span extraction formulation, we propose a new training task that focuses on modelling the relationships among semantic entities within a document. This task enables target spans to be extracted recursively and can be used to pre-train the model or as an IE downstream task. Evaluation on three datasets of popular business documents (invoices, receipts) shows that our proposed method achieves significant improvements compared to existing models. The method also provides a mechanism for knowledge accumulation from multiple downstream IE tasks.
△ Less
Submitted 6 July, 2021; v1 submitted 2 June, 2021;
originally announced June 2021.
-
Upper semicontinuity of the solution map to a parametric boundary optimal control problem with unbounded constraint sets
Authors:
Nguyen Hai Son,
Tuan Anh Dao
Abstract:
We would like to study the solution stability of a parametric control problem governed by semilinear elliptic equations with a mixed state-control constraint, where the cost function is nonconvex and the admissible set is unbounded. The main goal of this paper is to give some sufficient conditions under which the solution map is upper semicontinuous and continuous with respect to parameters.
We would like to study the solution stability of a parametric control problem governed by semilinear elliptic equations with a mixed state-control constraint, where the cost function is nonconvex and the admissible set is unbounded. The main goal of this paper is to give some sufficient conditions under which the solution map is upper semicontinuous and continuous with respect to parameters.
△ Less
Submitted 30 December, 2020;
originally announced December 2020.
-
Independent sets of closure operations
Authors:
Nguyen Hoang Son
Abstract:
In this paper independent sets of closure operations are introduced. We characterize minimal keys and antikeys of closure operations in terms of independent sets. We establish an expression on the connection between minimal keys and antikeys of closure operations based on independent sets. We construct two combinatorial algorithms for finding all minimal keys and all antikeys of a given closure op…
▽ More
In this paper independent sets of closure operations are introduced. We characterize minimal keys and antikeys of closure operations in terms of independent sets. We establish an expression on the connection between minimal keys and antikeys of closure operations based on independent sets. We construct two combinatorial algorithms for finding all minimal keys and all antikeys of a given closure operation based on independent sets. We estimate the time complexity of these algorithms. Finally, we give an NP-complete problem concerning nonkeys of closure operations.
△ Less
Submitted 6 April, 2020;
originally announced April 2020.
-
Transfer Learning for Information Extraction with Limited Data
Authors:
Minh-Tien Nguyen,
Viet-Anh Phan,
Le Thai Linh,
Nguyen Hong Son,
Le Tien Dung,
Miku Hirano,
Hajime Hotta
Abstract:
This paper presents a practical approach to fine-grained information extraction. Through plenty of experiences of authors in practically applying information extraction to business process automation, there can be found a couple of fundamental technical challenges: (i) the availability of labeled data is usually limited and (ii) highly detailed classification is required. The main idea of our prop…
▽ More
This paper presents a practical approach to fine-grained information extraction. Through plenty of experiences of authors in practically applying information extraction to business process automation, there can be found a couple of fundamental technical challenges: (i) the availability of labeled data is usually limited and (ii) highly detailed classification is required. The main idea of our proposal is to leverage the concept of transfer learning, which is to reuse the pre-trained model of deep neural networks, with a combination of common statistical classifiers to determine the class of each extracted term. To do that, we first exploit BERT to deal with the limitation of training data in real scenarios, then stack BERT with Convolutional Neural Networks to learn hidden representation for classification. To validate our approach, we applied our model to an actual case of document processing, which is a process of competitive bids for government projects in Japan. We used 100 documents for training and testing and confirmed that the model enables to extract fine-grained named entities with a detailed level of information preciseness specialized in the targeted business process, such as a department name of application receivers.
△ Less
Submitted 8 June, 2020; v1 submitted 6 March, 2020;
originally announced March 2020.
-
The method of detecting online password attacks based on high-level protocol analysis and clustering techniques
Authors:
Nguyen Hong Son,
Ha Thanh Dung
Abstract:
Although there have been many solutions applied, the safety challenges related to the password security mechanism are not reduced. The reason for this is that while the means and tools to support password attacks are becoming more and more abundant, the number of transaction systems through the Internet is increasing, and new services systems appear. For example, IoT also uses password-based authe…
▽ More
Although there have been many solutions applied, the safety challenges related to the password security mechanism are not reduced. The reason for this is that while the means and tools to support password attacks are becoming more and more abundant, the number of transaction systems through the Internet is increasing, and new services systems appear. For example, IoT also uses password-based authentication. In this context, consolidating password-based authentication mechanisms is critical, but monitoring measures for timely detection of attacks also play an important role in this battle. The password attack detection solutions being used need to be supplemented and improved to meet the new situation. In this paper we propose a solution that automatically detects online password attacks in a way that is based solely on the network, using unsupervised learning techniques and protected application orientation. Our solution, therefore, minimizes dependence on the factors encountered by host-based or supervised learning solutions. The certainty of the solution comes from using the results of an in-depth analysis of attack characteristics to build the detection capacity of the mechanism. The solution was implemented experimentally on the real system and gave positive results.
△ Less
Submitted 4 December, 2019;
originally announced December 2019.
-
Tomographic probability representation for quantum fermion fields
Authors:
V. A. Andreev,
M. A. Man'ko,
V. I. Man'ko,
Nguyen Hung Son,
Nguyen Cong Thanh,
Yu. P. Timofeev,
S. D. Zakharov
Abstract:
Tomographic probability representation is introduced for fermion fields. The states of the fermions are mapped onto probability distribution of discrete random variables (spin projections). The operators acting on the fermion states are described by fermionic tomographic symbols. The product of the operators acting on the fermion states is mapped onto star-product of the fermionic symbols. The k…
▽ More
Tomographic probability representation is introduced for fermion fields. The states of the fermions are mapped onto probability distribution of discrete random variables (spin projections). The operators acting on the fermion states are described by fermionic tomographic symbols. The product of the operators acting on the fermion states is mapped onto star-product of the fermionic symbols. The kernel of the star-product is obtained. The antisymmetry of the fermion states is formulated as the specific symmetry property of the tomographic joint probability distribution associated with the states.
△ Less
Submitted 9 October, 2009;
originally announced October 2009.
-
Quark-Antiquark Pairing Induced by Instantons in QCD
Authors:
N. V. Hieu,
N. H. Son,
N. V. Thanh,
H. B. Thang
Abstract:
The quark-antiquark pairing due to the four-fermion direct coupling induced by the instantons in QCD is studied in the framework of the functional integral method. The integral equations for the order parameters are derived. Several classes of the solutions of these non-linear equations are considered in details. Their implications for the dynamical symmetry breakings are discussed
The quark-antiquark pairing due to the four-fermion direct coupling induced by the instantons in QCD is studied in the framework of the functional integral method. The integral equations for the order parameters are derived. Several classes of the solutions of these non-linear equations are considered in details. Their implications for the dynamical symmetry breakings are discussed
△ Less
Submitted 24 January, 2000;
originally announced January 2000.
-
On the Quark-Quark Superconducting Pairing Induced by Instantons in QCD
Authors:
N. V. Hieu,
H. N. Long,
N. H. Son,
N. A. Viet
Abstract:
The superconducting pairing of quarks induced by instantons in QCD is studied by means of the functional integral method. The integral equation determining the critical temperature of the superconducting phase transition is established. It is shown that the Bose condensate of diquarks consists of color antitriplet $(\bar{3}) $ scalar diquarks
The superconducting pairing of quarks induced by instantons in QCD is studied by means of the functional integral method. The integral equation determining the critical temperature of the superconducting phase transition is established. It is shown that the Bose condensate of diquarks consists of color antitriplet $(\bar{3}) $ scalar diquarks
△ Less
Submitted 31 January, 2000; v1 submitted 24 January, 2000;
originally announced January 2000.