Recognition and Processing of NATOM
YiPeng Deng, YinHui Luo

TL;DR
This paper presents a method for processing and classifying NOTAM data in civil aviation, involving data cleaning, language-specific processing, and a decoupled neural network approach to improve minority class recognition.
Contribution
It introduces a novel decoupling feature and classifier training strategy for neural networks to enhance minority sample recognition in NOTAM text classification.
Findings
Effective data preprocessing for bilingual NOTAM data.
Decoupled training improves minority class accuracy.
Neural network model achieves high multi-classification performance.
Abstract
In this paper we show how to process the NOTAM (Notice to Airmen) data of the field in civil aviation. The main research contents are as follows: 1.Data preprocessing: For the original data of the NOTAM, there is a mixture of Chinese and English, and the structure is poor. The original data is cleaned, the Chinese data and the English data are processed separately, word segmentation is completed, and stopping-words are removed. Using Glove word vector methods to represent the data for using a custom mapping vocabulary. 2.Decoupling features and classifiers: In order to improve the ability of the text classification model to recognize minority samples, the overall model training process is decoupled from the perspective of the algorithm as a whole, divided into two stages of feature learning and classifier learning. The weights of the feature learning stage and the classifier learning…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImbalanced Data Classification Techniques · Anomaly Detection Techniques and Applications · Rough Sets and Fuzzy Logic
MethodsGloVe Embeddings
