Source author record

Lei Pan

Lei Pan appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

22works
14topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

22 published item(s)

preprint2026arXiv

A Systematic Security Analysis for Path-based Traceability Systems in RFID-Enabled Supply Chains

Traceability systems have become prevalent in supply chains because of the rapid development of RFID and IoT technologies. These systems facilitate product recall and mitigate problems such as counterfeiting, tampering, and theft by tracking the manufacturing and distribution life-cycle of a product. Therefore, traceability systems are a defense mechanism against supply chain attacks and, consequently, have become a target for attackers to circumvent. For example, a counterfeiter may change the trace of a fake product for the trace of an authentic product, fooling the system into accepting a counterfeit product as legit and thereby giving a false sense of security. This systematic analysis starts with the observation that security requirements in existing traceability solutions are often unstructured or incomplete, leaving critical vulnerabilities unaddressed. We synthesized the properties of current state-of-the-art traceability solutions within a single security framework that allows us to analyze and compare their security claims. Using this framework, we objectively compared the security of $17$ traceability solutions and identified several weaknesses and vulnerabilities. This article reports on these flaws, the methodology we used to identify them, and the first security evaluation of traceability solutions on a large scale.

preprint2022arXiv

Adaptive Cross-Attention-Driven Spatial-Spectral Graph Convolutional Network for Hyperspectral Image Classification

Recently, graph convolutional networks (GCNs) have been developed to explore spatial relationship between pixels, achieving better classification performance of hyperspectral images (HSIs). However, these methods fail to sufficiently leverage the relationship between spectral bands in HSI data. As such, we propose an adaptive cross-attention-driven spatial-spectral graph convolutional network (ACSS-GCN), which is composed of a spatial GCN (Sa-GCN) subnetwork, a spectral GCN (Se-GCN) subnetwork, and a graph cross-attention fusion module (GCAFM). Specifically, Sa-GCN and Se-GCN are proposed to extract the spatial and spectral features by modeling correlations between spatial pixels and between spectral bands, respectively. Then, by integrating attention mechanism into information aggregation of graph, the GCAFM, including three parts, i.e., spatial graph attention block, spectral graph attention block, and fusion block, is designed to fuse the spatial and spectral features and suppress noise interference in Sa-GCN and Se-GCN. Moreover, the idea of the adaptive graph is introduced to explore an optimal graph through back propagation during the training process. Experiments on two HSI data sets show that the proposed method achieves better performance than other classification methods.

preprint2022arXiv

Economic model predictive control of integrated energy systems: A multi-time-scale framework

In this work, a composite economic model predictive control (CEMPC) is proposed for the optimal operation of a stand-alone integrated energy system (IES). Time-scale multiplicity exists in IESs dynamics is taken into account and addressed using multi-time-scale decomposition. The entire IES is decomposed into three reduced-order subsystems with slow, medium, and fast dynamics. Subsequently, the CEMPC, which includes slow economic model predictive control (EMPC), medium EMPC and fast EMPC, is developed. The EMPCs communicate with each other to ensure consistency in decision-making. In the slow EMPC, the global control objectives are optimized, and the manipulated inputs explicitly affecting the slow dynamics are applied. The medium EMPC optimizes the control objectives correlated with the medium dynamics and applies the corresponding optimal medium inputs to the IES, while the fast EMPC optimizes the fast dynamics relevant objectives and makes a decision on the manipulated inputs directly associated with the fast dynamics. Meanwhile, thermal comfort is integrated into the CEMPC in the form of zone tracking of the building temperature for achieving more control degrees of freedom to prioritize satisfying the electric demand and reducing operating costs of the IES. Moreover, a long-term EMPC based on a simplified slow subsystem model is developed and incorporated into the CEMPC to ensure that the operating state accommodates long-term forecasts for external conditions. Finally, the effectiveness and superiority of the proposed method are demonstrated via simulations and a comparison with a hierarchical real-time optimization mechanism.

preprint2022arXiv

Exchange-biased quantum anomalous Hall effect

The quantum anomalous Hall (QAH) effect is characterized by a dissipationless chiral edge state with a quantized Hall resistance at zero magnetic field. Manipulating the QAH state is of great importance in both the understanding of topological quantum physics and the implementation of dissipationless electronics. Here, we realized the QAH effect in the magnetic topological insulator Cr-doped (Bi,Sb)2Te3 (CBST) grown on an uncompensated antiferromagnetic insulator Al-doped Cr2O3. Through polarized neutron reflectometry (PNR), we find a strong exchange coupling between CBST and Al-Cr2O3 surface spins fixing interfacial magnetic moments perpendicular to the film plane. The interfacial coupling results in an exchange-biased QAH effect. We further demonstrate that the magnitude and sign of the exchange bias can be effectively controlled using a field training process to set the magnetization of the Al-Cr2O3 layer. Our work demonstrates the use of the exchange bias effect to effectively manipulate the QAH state, opening new possibilities in QAH-based spintronics.

preprint2022arXiv

FAAG: Fast Adversarial Audio Generation through Interactive Attack Optimisation

Automatic Speech Recognition services (ASRs) inherit deep neural networks' vulnerabilities like crafted adversarial examples. Existing methods often suffer from low efficiency because the target phases are added to the entire audio sample, resulting in high demand for computational resources. This paper proposes a novel scheme named FAAG as an iterative optimization-based method to generate targeted adversarial examples quickly. By injecting the noise over the beginning part of the audio, FAAG generates adversarial audio in high quality with a high success rate timely. Specifically, we use audio's logits output to map each character in the transcription to an approximate position of the audio's frame. Thus, an adversarial example can be generated by FAAG in approximately two minutes using CPUs only and around ten seconds with one GPU while maintaining an average success rate over 85%. Specifically, the FAAG method can speed up around 60% compared with the baseline method during the adversarial example generation process. Furthermore, we found that appending benign audio to any suspicious examples can effectively defend against the targeted adversarial attack. We hope that this work paves the way for inventing new adversarial attacks against speech recognition with computational constraints.

preprint2022arXiv

Spatial-Spectral Feature Extraction via Deep ConvLSTM Neural Networks for Hyperspectral Image Classification

In recent years, deep learning has presented a great advance in hyperspectral image (HSI) classification. Particularly, long short-term memory (LSTM), as a special deep learning structure, has shown great ability in modeling long-term dependencies in the time dimension of video or the spectral dimension of HSIs. However, the loss of spatial information makes it quite difficult to obtain the better performance. In order to address this problem, two novel deep models are proposed to extract more discriminative spatial-spectral features by exploiting the Convolutional LSTM (ConvLSTM). By taking the data patch in a local sliding window as the input of each memory cell band by band, the 2-D extended architecture of LSTM is considered for building the spatial-spectral ConvLSTM 2-D Neural Network (SSCL2DNN) to model long-range dependencies in the spectral domain. To better preserve the intrinsic structure information of the hyperspectral data, the spatial-spectral ConvLSTM 3-D Neural Network (SSCL3DNN) is proposed by extending LSTM to 3-D version for further improving the classification performance. The experiments, conducted on three commonly used HSI data sets, demonstrate that the proposed deep models have certain competitive advantages and can provide better classification performance than other state-of-the-art approaches.

preprint2022arXiv

Towards Privacy-Preserving Neural Architecture Search

Machine learning promotes the continuous development of signal processing in various fields, including network traffic monitoring, EEG classification, face identification, and many more. However, massive user data collected for training deep learning models raises privacy concerns and increases the difficulty of manually adjusting the network structure. To address these issues, we propose a privacy-preserving neural architecture search (PP-NAS) framework based on secure multi-party computation to protect users' data and the model's parameters/hyper-parameters. PP-NAS outsources the NAS task to two non-colluding cloud servers for making full advantage of mixed protocols design. Complement to the existing PP machine learning frameworks, we redesign the secure ReLU and Max-pooling garbled circuits for significantly better efficiency ($3 \sim 436$ times speed-up). We develop a new alternative to approximate the Softmax function over secret shares, which bypasses the limitation of approximating exponential operations in Softmax while improving accuracy. Extensive analyses and experiments demonstrate PP-NAS's superiority in security, efficiency, and accuracy.

preprint2022arXiv

Video is All You Need: Attacking PPG-based Biometric Authentication

Unobservable physiological signals enhance biometric authentication systems. Photoplethysmography (PPG) signals are convenient owning to its ease of measurement and are usually well protected against remote adversaries in authentication. Any leaked PPG signals help adversaries compromise the biometric authentication systems, and the advent of remote PPG (rPPG) enables adversaries to acquire PPG signals through restoration. While potentially dangerous, rPPG-based attacks are overlooked because existing methods require the victim's PPG signals. This paper proposes a novel spoofing attack approach that uses the waveforms of rPPG signals extracted from video clips to fool the PPG-based biometric authentication. We develop a new PPG restoration model that does not require leaked PPG signals for adversarial attacks. Test results on state-of-art PPG-based biometric authentication show that the signals recovered through rPPG pose a severe threat to PPG-based biometric authentication.

preprint2022arXiv

Weak-Key Analysis for BIKE Post-Quantum Key Encapsulation Mechanism

The evolution of quantum computers poses a serious threat to contemporary public-key encryption (PKE) schemes. To address this impending issue, the National Institute of Standards and Technology (NIST) is currently undertaking the Post-Quantum Cryptography (PQC) standardization project intending to evaluate and subsequently standardize the suitable PQC scheme(s). One such attractive approach, called Bit Flipping Key Encapsulation (BIKE), has made to the final round of the competition. Despite having some attractive features, the IND-CCA security of the BIKE depends on the average decoder failure rate (DFR), a higher value of which can facilitate a particular type of side-channel attack. Although the BIKE adopts a Black-Grey-Flip (BGF) decoder that offers a negligible DFR, the effect of weak-keys on the average DFR has not been fully investigated. Therefore, in this paper, we first perform an implementation of the BIKE scheme, and then through extensive experiments show that the weak-keys can be a potential threat to IND-CCA security of the BIKE scheme and thus need attention from the research community prior to standardization. We also propose a key-check algorithm that can potentially supplement the BIKE mechanism and prevent users from generating and adopting weak keys to address this issue.

preprint2021arXiv

ECG-Adv-GAN: Detecting ECG Adversarial Examples with Conditional Generative Adversarial Networks

Electrocardiogram (ECG) acquisition requires an automated system and analysis pipeline for understanding specific rhythm irregularities. Deep neural networks have become a popular technique for tracing ECG signals, outperforming human experts. Despite this, convolutional neural networks are susceptible to adversarial examples that can misclassify ECG signals and decrease the model's precision. Moreover, they do not generalize well on the out-of-distribution dataset. The GAN architecture has been employed in recent works to synthesize adversarial ECG signals to increase existing training data. However, they use a disjointed CNN-based classification architecture to detect arrhythmia. Till now, no versatile architecture has been proposed that can detect adversarial examples and classify arrhythmia simultaneously. To alleviate this, we propose a novel Conditional Generative Adversarial Network to simultaneously generate ECG signals for different categories and detect cardiac abnormalities. Moreover, the model is conditioned on class-specific ECG signals to synthesize realistic adversarial examples. Consequently, we compare our architecture and show how it outperforms other classification models in normal/abnormal ECG signal detection by benchmarking real world and adversarial signals.

preprint2021arXiv

On Robustness of Neural Semantic Parsers

Semantic parsing maps natural language (NL) utterances into logical forms (LFs), which underpins many advanced NLP problems. Semantic parsers gain performance boosts with deep neural networks, but inherit vulnerabilities against adversarial examples. In this paper, we provide the empirical study on the robustness of semantic parsers in the presence of adversarial attacks. Formally, adversaries of semantic parsing are considered to be the perturbed utterance-LF pairs, whose utterances have exactly the same meanings as the original ones. A scalable methodology is proposed to construct robustness test sets based on existing benchmark corpora. Our results answered five research questions in measuring the sate-of-the-art parsers' performance on robustness test sets, and evaluating the effect of data augmentation.

preprint2021arXiv

Quantum Many-Body Scars and Quantum Criticality

In this letter, we study the PXP Hamiltonian with an external magnetic field that exhibits both quantum scar states and quantum criticality. It is known that this model hosts a series of quantum many-body scar states violating quantum thermalization at zero magnetic field, and it also exhibits an Ising quantum phase transition driven by finite magnetic field. Although the former involves the properties of generic excited states and the latter concerns the low-energy physics, we discover two surprising connections between them, inspired by the observation that both states possess log-volume law entanglement entropies. First, we show that the quantum many-body scar states can be tracked to a set of quantum critical states, whose nature can be understood as pair-wisely occupied Fermi sea states. Second, we show that the partial violation of quantum thermalization diminishes in the quantum critical regime. We envision that these connections can be extended to general situations and readily verified in existing cold atom experimental platforms.

preprint2020arXiv

Interaction induced dynamical $\mathcal{PT}$ symmetry breaking in dissipative Fermi-Hubbard models

We investigate the dynamical properties of one-dimensional dissipative Fermi-Hubbard models, which are described by the Lindblad master equations with site-dependent jump operators. The corresponding non-Hermitian effective Hamiltonians with pure loss terms possess parity-time ($\mathcal{PT}$) symmetry if we compensate the system additionally an overall gain term. By solving the two-site Lindblad equation with fixed dissipation exactly, we find that the dynamics of rescaled density matrix shows an instability as the interaction increases over a threshold, which can be equivalently described in the scheme of non-Hermitian effective Hamiltonians. This instability is also observed in multi-site systems and closely related to the $\mathcal{PT}$ symmetry breaking accompanied by appearance of complex eigenvalues of the effective Hamiltonian. Moreover, we unveil that the dynamical instability of the anti-ferromagnetic Mott phase comes from the $\mathcal{PT}$ symmetry breaking in highly excited bands, although the low-energy effective model of the non-Hermitian Hubbard model in the strongly interacting regime is always Hermitian. We also provide a quantitative estimation of the time for the observation of dynamical $\mathcal{PT}$ symmetry breaking which could be probed in experiments.

preprint2020arXiv

Security Analysis Methods on Ethereum Smart Contract Vulnerabilities: A Survey

Smart contracts are software programs featuring both traditional applications and distributed data storage on blockchains. Ethereum is a prominent blockchain platform with the support of smart contracts. The smart contracts act as autonomous agents in critical decentralized applications and hold a significant amount of cryptocurrency to perform trusted transactions and agreements. Millions of dollars as part of the assets held by the smart contracts were stolen or frozen through the notorious attacks just between 2016 and 2018, such as the DAO attack, Parity Multi-Sig Wallet attack, and the integer underflow/overflow attacks. These attacks were caused by a combination of technical flaws in designing and implementing software codes. However, many more vulnerabilities of less severity are to be discovered because of the scripting natures of the Solidity language and the non-updateable feature of blockchains. Hence, we surveyed 16 security vulnerabilities in smart contract programs, and some vulnerabilities do not have a proper solution. This survey aims to identify the key vulnerabilities in smart contracts on Ethereum in the perspectives of their internal mechanisms and software security vulnerabilities. By correlating 16 Ethereum vulnerabilities and 19 software security issues, we predict that many attacks are yet to be exploited. And we have explored many software tools to detect the security vulnerabilities of smart contracts in terms of static analysis, dynamic analysis, and formal verification. This survey presents the security problems in smart contracts together with the available analysis tools and the detection methods. We also investigated the limitations of the tools or analysis methods with respect to the identified security vulnerabilities of the smart contracts.

preprint2019arXiv

Non-Hermitian Linear Response Theory

Linear response theory lies at the heart of quantum many-body physics because it builds up connections between the dynamical response to an external probe and correlation functions at equilibrium. Here we consider the dynamical response of a Hermitian system to a non-Hermitian probe, and we develop a non-Hermitian linear response theory that can also relate this dynamical response to equilibrium properties. As an application of our theory, we consider the real-time dynamics of momentum distribution induced by one-body and two-body dissipations. We find that, for many cases, the dynamics of momentum occupation and the width of momentum distribution obey the same universal function, governed by the single-particle spectral function. We also find that, for critical state with no well-defined quasi-particles, the dynamics are slower than normal state and our theory provides a model independent way to extract the critical exponent. We apply our results to analyze recent experiment on the Bose-Hubbard model and find surprising good agreement between theory and experiment. We also propose to further verify our theory by carrying out a similar experiment on a one-dimensional Luttinger liquid.

preprint2016arXiv

Tailoring Exchange Couplings in Magnetic Topological Insulator/Antiferromagnet Heterostructures

Magnetic topological insulators such as Cr-doped (Bi,Sb)2Te3 provide a platform for the realization of versatile time-reversal symmetry-breaking physics. By constructing heterostructures with Néel order in an antiferromagnetic CrSb and magnetic topological order in Cr-doped (Bi,Sb)2Te3, we realize emergent interfacial magnetic phenomena which can be tailored through artificial structural engineering. Through deliberate geometrical design of heterostructures and superlattices, we demonstrate the use of antiferromagnetic exchange coupling in manipulating the magnetic properties of the topological surface massive Dirac fermions. This work provides a new framework on integrating topological insulators with antiferromagnetic materials and unveils new avenues towards dissipationless topological antiferromagnetic spintronics.

preprint2015arXiv

Electric-field control of spin-orbit torque in a magnetically doped topological insulator

Electric-field manipulation of magnetic order has proved of both fundamental and technological importance in spintronic devices. So far, electric-field control of ferromagnetism, magnetization and magnetic anisotropy has been explored in various magnetic materials, but the efficient electric-field control of spin-orbit torque (SOT) still remains elusive. Here, we report the effective electric-field control of a giant SOT in a Cr-doped topological insulator (TI) thin film using a top-gate FET structure. The SOT strength can be modulated by a factor of 4 within the accessible gate voltage range, and it shows strong correlation with the spin-polarized surface current in the film. Furthermore, we demonstrate the magnetization switching by scanning gate voltage with constant current and in-plane magnetic field applied in the film. The effective electric-field control of SOT and the giant spin-torque efficiency in Cr-doped TI may lead to the development of energy-efficient gate-controlled spin-torque devices compatible with modern field-effect semiconductor technologies.

preprint2015arXiv

Metal-to-Insulator Switching in Quantum Anomalous Hall States

After decades of searching for the dissipationless transport in the absence of any external magnetic field, quantum anomalous Hall effect (QAHE) was recently achieved in magnetic topological insulator (TI) films. However, the universal phase diagram of QAHE and its relation with quantum Hall effect (QHE) remain to be investigated. Here, we report the experimental observation of the giant longitudinal resistance peak and zero Hall conductance plateau at the coercive field in the 6 quintuple-layer (Cr0.12Bi0.26Sb0.62)2Te3 film, and demonstrate the metal-to-insulator switching between two opposite QAHE plateau states up to 0.3 K. Moreover, the universal QAHE phase diagram is realized through the angle-dependent measurements. Our results address that the quantum phase transitions in both QAHE and QHE regimes are in the same universality class, yet the microscopic details are different. In addition, the realization of the QAHE insulating state unveils new ways to explore quantum phase-related physics and applications.

preprint2015arXiv

Precise quantization of anomalous Hall effect near zero magnetic field

We report a nearly ideal quantum anomalous Hall effect in a three-dimensional topological insulator thin film with ferromagnetic doping. Near zero applied magnetic field we measure exact quantization in Hall resistance to within a part per 10,000 and longitudinal resistivity under 1 ohm per square, with chiral edge transport explicitly confirmed by non-local measurements. Deviations from this behavior are found to be caused by thermally-activated carriers, which can be eliminated by taking advantage of an unexpected magnetocaloric effect.

preprint2015arXiv

Resonant magneto-optic Kerr effect in the magnetic topological insulator Cr:(Sb$_x$,Bi$_{1-x}$)$_2$Te$_3$

We report measurements of the polar Kerr effect, proportional to the out-of-plane component of the magnetization, in thin films of the magnetically doped topological insulator $(\text{Cr}_{0.12}\text{Bi}_{0.26}\text{Sb}_{0.62})_2\text{Te}_3$. Measurements of the complex Kerr angle, $Θ_K$, were performed as a function of photon energy in the range $0.8\text{ eV}<\hbarω<3.0\text{ eV}$. We observed a peak in the real part of $Θ_K(ω)$ and zero crossing in the imaginary part that we attribute to resonant interaction with a spin-orbit avoided crossing located $\approx$ 1.6 eV above the Fermi energy. The resonant enhancement allows measurement of the temperature and magnetic field dependence of $Θ_K$ in the ultrathin film limit, $d\geq2$ quintuple layers. We find a sharp transition to zero remanent magnetization at 6 K for $d<8$~QL, consistent with theories of the dependence of impurity spin interactions on film thickness and their location relative to topological insulator surfaces.

preprint2015arXiv

Strongly interacting one-dimensional quantum gas mixtures with weak p-wave interactions

We study one-dimensional strongly interacting quantum gas mixtures, including both the Bose-Fermi and spin-1/2 Fermi-Fermi mixtures, with weak p-wave interactions between intra-component fermions, and demonstrate that the weak p-wave interaction can not be omitted in the strongly interacting regime where the strength of p-wave interactions is comparable with the inverse of the strength of strongly repulsive s-wave interactions. While the total density distribution is not sensitive to the weak p-wave interaction, we find that the p-wave interaction plays an important role in determining the species-dependent (or spin-dependent) density distributions and produces significant physical effects on the low-energy spin dynamics. We also derive effective spin-exchange models for strongly interacting quantum gas mixtures with weak p-wave interactions, which indicate that a quantum phase transition from anti-ferromagnetic state to ferromagnetic state can be induced by tuning the relative strengths of intra-component and inter-component interactions.

preprint2014arXiv

Scale-Invariant Dissipationless Chiral Transport in Magnetic Topological Insulators beyond the Two-Dimensional Limit

We investigate the quantum anomalous Hall Effect (QAHE) and related chiral transport in the millimeter-size (Cr0.12Bi0.26Sb0.62)2Te3 films. With high sample quality and robust magnetism at low temperatures, the quantized Hall conductance of e2/h is found to persist even when the film thickness is beyond the two-dimensional (2D) hybridization limit. Meanwhile, the Chern insulator-featured chiral edge conduction is manifested by the non-local transport measurements. In contrast to the 2D hybridized thin film, an additional weakly field-dependent longitudinal resistance is observed in the 10 quintuple-layer film, suggesting the influence of the film thickness on the dissipative edge channel in the QAHE regime. The extension of QAHE into the three-dimensional thickness region addresses the universality of this quantum transport phenomenon and motivates the exploration of new QAHE phases with tunable Chern numbers. In addition, the observation of the scale-invariant dissipationless chiral propagation on a macroscopic scale makes a major stride towards ideal low-power interconnect applications.