パルサーの発見は、電波天文学の分野における重要かつ意義のある研究トピックです。中国での500メートルの開口球面望遠鏡(FAST)などの天文機器の出現により、データ量とデータレートは指数関数的に増加しています。このため、自動パルサー候補の識別を実行して大規模な天文データセットをマイニングできる人工知能(AI)技術に焦点を当てる必要があります。自動パルサー候補の識別は、さらなる調査のための潜在的な候補を決定し、無線周波数干渉またはその他の非パルサー信号のノイズを除去するタスクと見なすことができます。 DCNNベースのパルサー識別のパフォーマンスを上げるのは非常に困難です。これは、限られたトレーニングサンプルにより、優れた機能を学習するために十分に深く設計されるようにネットワーク構造が制限されるためです。これらの問題に対処するために、ディープコンボリューション生成的敵対ネットワーク(DCGAN)とサポートベクターマシン(SVM)を組み合わせて、不均衡クラスの問題に対処し、パルサーの識別精度を向上させるフレームワークを提案しました。 DCGANはサンプル生成および特徴学習モデルとして使用され、SVMは推論段階で候補者のラベルを予測するための分類子として採用されます。提案されたフレームワークは、不均衡クラスの問題を解決できるだけでなく、前処理ステップで手作りの特徴を計算する代わりにパルサー候補の識別特徴表現を学習できる新しい手法であり、パルサー候補の自動選択により正確になります。 2つのパルサーデータセットの実験により、提案手法の有効性と効率性が検証されます。
Discovering pulsars is a significant and meaningful research topic in the field of radio astronomy. With the advent of astronomical instruments such as he Five-hundred-meter Aperture Spherical Telescope (FAST) in China, data volumes and data rates are exponentially growing. This fact necessitates a focus on artificial intelligence (AI) technologies that can perform the automatic pulsar candidate identification to mine large astronomical data sets. Automatic pulsar candidate identification can be considered as a task of determining potential candidates for further investigation and eliminating noises of radio frequency interferences or other non-pulsar signals. It is very hard to raise the performance of DCNN-based pulsar identification because the limited training samples restrict network structure to be designed deep enough for learning good features as well as the crucial class imbalance problem due to very limited number of real pulsar samples. To address these problems, we proposed a framework which combines deep convolution generative adversarial network (DCGAN) with support vector machine (SVM) to deal with imbalance class problem and to improve pulsar identification accuracy. DCGAN is used as sample generation and feature learning model, and SVM is adopted as the classifier for predicting candidate's labels in the inference stage. The proposed framework is a novel technique which not only can solve imbalance class problem but also can learn discriminative feature representations of pulsar candidates instead of computing hand-crafted features in preprocessing steps too, which makes it more accurate for automatic pulsar candidate selection. Experiments on two pulsar datasets verify the effectiveness and efficiency of our proposed method.