SearcharxivSearch

arXiv subjects

Xueke Wang

Publications and source records attributed to Xueke Wang.

4 recordsLinked to original sources

Suppression of heading errors in Bell-Bloom optically pumped free-induction-decay alkali-metal atomic magnetometers

Heading errors of atomic magnetometers refer to the dependence of measurement results on the sensor orientation with respect to the external magnetic field. There are three main sources of such errors: the light shift effect, the linear nuclear-spin Zeeman effect, and the nonlinear Zeeman effect. In this work, we suppress the former two effects by using the Bell-Bloom optical pumping method and probe the atomic signals while the pumping beam is off, and focus on the heading error induced by nonlinear Zeeman effect while the sensor operates in the geomagnetic field range. We demonstrate several schemes to suppress this remaining heading error within 1 nT using a single magnetometer or a comagnetometer. In the magnetometer system, two schemes are developed to average out the horizontal atomic polarization in space or in time, respectively. In the comagnetometer system, we combine the simultaneously measured Larmor frequencies of two different kinds of alkali atoms to either suppress the heading error or extract the orientation of the pumping beam relative to the bias field.

physics.atom-ph

Partial measurements of the total field gradient and the field gradient tensor using an atomic magnetic gradiometer

Magnetic gradiometers have wide practical and academic applications, and two important types of field gradient observables are the total field gradient and field gradient tensor. However, measurements of the field gradient tensor have not been the focus of previous researches on atomic magnetic gradiometers. In this work, we develop an atomic magnetic gradiometer based on two separately optically pumped atomic ensembles in a Herriott-cavity-assisted atomic cell. This gradiometer shows versatile operation modes and functions, and we demonstrate them in measurements of both types of field gradient observables.

physics.atom-ph

GC-LSTM: Graph Convolution Embedded LSTM for Dynamic Link Prediction

Dynamic link prediction is a research hot in complex networks area, especially for its wide applications in biology, social network, economy and industry. Compared with static link prediction, dynamic one is much more difficult since network structure evolves over time. Currently most researches focus on static link prediction which cannot achieve expected performance in dynamic network. Aiming at low AUC, high Error Rate, add/remove link prediction difficulty, we propose GC-LSTM, a Graph Convolution Network (GC) embedded Long Short Term Memory network (LTSM), for end-to-end dynamic link prediction. To the best of our knowledge, it is the first time that GCN embedded LSTM is put forward for link prediction of dynamic networks. GCN in this new deep model is capable of node structure learning of network snapshot for each time slide, while LSTM is responsible for temporal feature learning for network snapshot. Besides, current dynamic link prediction method can only handle removed links, GC-LSTM can predict both added or removed link at the same time. Extensive experiments are carried out to testify its performance in aspects of prediction accuracy, Error Rate, add/remove link prediction and key link prediction. The results prove that GC-LSTM outperforms current state-of-art method.

cs.SI

DeepPoison: Feature Transfer Based Stealthy Poisoning Attack

Deep neural networks are susceptible to poisoning attacks by purposely polluted training data with specific triggers. As existing episodes mainly focused on attack success rate with patch-based samples, defense algorithms can easily detect these poisoning samples. We propose DeepPoison, a novel adversarial network of one generator and two discriminators, to address this problem. Specifically, the generator automatically extracts the target class' hidden features and embeds them into benign training samples. One discriminator controls the ratio of the poisoning perturbation. The other discriminator works as the target model to testify the poisoning effects. The novelty of DeepPoison lies in that the generated poisoned training samples are indistinguishable from the benign ones by both defensive methods and manual visual inspection, and even benign test samples can achieve the attack. Extensive experiments have shown that DeepPoison can achieve a state-of-the-art attack success rate, as high as 91.74%, with only 7% poisoned samples on publicly available datasets LFW and CASIA. Furthermore, we have experimented with high-performance defense algorithms such as autodecoder defense and DBSCAN cluster detection and showed the resilience of DeepPoison.

cs.CR