Researcher profile

Yuqi Chen

Yuqi Chen contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
7works
0followers
7topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

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

Published work

7 published item(s)

preprint2022arXiv

LawBreaker: An Approach for Specifying Traffic Laws and Fuzzing Autonomous Vehicles

Autonomous driving systems (ADSs) must be tested thoroughly before they can be deployed in autonomous vehicles. High-fidelity simulators allow them to be tested against diverse scenarios, including those that are difficult to recreate in real-world testing grounds. While previous approaches have shown that test cases can be generated automatically, they tend to focus on weak oracles (e.g. reaching the destination without collisions) without assessing whether the journey itself was undertaken safely and satisfied the law. In this work, we propose LawBreaker, an automated framework for testing ADSs against real-world traffic laws, which is designed to be compatible with different scenario description languages. LawBreaker provides a rich driver-oriented specification language for describing traffic laws, and a fuzzing engine that searches for different ways of violating them by maximising specification coverage. To evaluate our approach, we implemented it for Apollo+LGSVL and specified the traffic laws of China. LawBreaker was able to find 14 violations of these laws, including 173 test cases that caused accidents.

preprint2022arXiv

The Role of Permanent and Induced Electrostatic Dipole Moments for Schottky Barriers in Janus MXY/Graphene Heterostructures: a First Principles Study

The Schottky barrier height ($E_{SBH}$) is a crucial factor in determining the transport properties of semiconductor materials as it directly regulates the carrier mobility in opto-electronics devices. In principle, van der Waals (vdW) Janus heterostructures offer an appealing avenue to controlling the ESBH. However, the underlying atomistic mechanisms are far from understood conclusively, which prompts for further research in the topic. To this end, here, we carry out an extensive first principles study of the electronic properties and $E_{SBH}$ of several vdW Janus MXY/Graphene (M=Mo, W; X, Y=S, Se, Te) heterostructures. The results of the simulations show that by changing the composition and geometry of the heterostructure's interface, it is possible to control its electrical contact, thence electron transport properties, from Ohmic to Schottky with nearly one order of magnitude variations in the $E_{SBH}$. Detailed analysis of the simulations enables rationalization of this highly attractive property on the basis of the interplay between the permanent dipole moment of the Janus MXY sheet and the induced one due to interfacial charge redistribution at the MXY/Gr interface. Such an interplay is shown to be highly effective in altering the electrostatic potential difference across the vdW Janus heterostructure, determining its ESBH, thence Schottky (Ohmic) contact type. These computational findings contribute guidelines to control electrical contacts in Janus heterostructures towards rational design of electrical contacts in nanoscale devices.

preprint2020arXiv

A Compact Pattern Reconfigurable Antenna Based on Multimode Plane Spiral OAM

Orbital angular momentum (OAM) has attracted great interest in the past few decades due to its helical phase characteristics. It has been proved that Plane spiral OAM (PSOAM) has potential in pattern reconfiguration of azimuthal domain because it solves the difficulty of mode superposition caused by different main lobe directions of different modes. However, the absence of a compact high-purity multimode PSOAM antenna hinders the development of PSOAM applications. In this paper, a compact high-purity 8-mode PSOAM antenna consisting of a coaxial resonator group (CRG) and a rotating parabolic reflector (RPR) is designed. It works in the X-band with the bandwidth of 140 MHz, and its efficiency is greater than 90$\%$. Amplitude and phase of each PSOAM beam generated by this antenna can be controlled independently owing to its feed network and separate resonators design, hence any target pattern in azimuthal domain can be approximately reconfigured by modes weighting. The simulation and experiment results show that this antenna can make the PSOAM based pattern configuration possible, which will have potential in the OAM based applications.

preprint2020arXiv

Active Fuzzing for Testing and Securing Cyber-Physical Systems

Cyber-physical systems (CPSs) in critical infrastructure face a pervasive threat from attackers, motivating research into a variety of countermeasures for securing them. Assessing the effectiveness of these countermeasures is challenging, however, as realistic benchmarks of attacks are difficult to manually construct, blindly testing is ineffective due to the enormous search spaces and resource requirements, and intelligent fuzzing approaches require impractical amounts of data and network access. In this work, we propose active fuzzing, an automatic approach for finding test suites of packet-level CPS network attacks, targeting scenarios in which attackers can observe sensors and manipulate packets, but have no existing knowledge about the payload encodings. Our approach learns regression models for predicting sensor values that will result from sampled network packets, and uses these predictions to guide a search for payload manipulations (i.e. bit flips) most likely to drive the CPS into an unsafe state. Key to our solution is the use of online active learning, which iteratively updates the models by sampling payloads that are estimated to maximally improve them. We evaluate the efficacy of active fuzzing by implementing it for a water purification plant testbed, finding it can automatically discover a test suite of flow, pressure, and over/underflow attacks, all with substantially less time, data, and network access than the most comparable approach. Finally, we demonstrate that our prediction models can also be utilised as countermeasures themselves, implementing them as anomaly detectors and early warning systems.

preprint2020arXiv

OAM Mode-Group Generation Method: Partial Arc Transmitting Scheme

A partial slotted curved waveguide leaky-wave antenna which can generate orbital angular momentum (OAM) mode-groups (MG) with high equivalent OAM order negative and positive 40 at 60 GHz is proposed in this paper. The proposed antenna with partial slotting is designed according to the circular traveling-wave antenna which can generate single conventional OAM wave, so it can be regarded as partial arc transmitting (PAT) scheme compared with the full 2pi aperture slotting of the circular traveling-wave antenna. The full-wave simulation results show that the generated OAM MGs present a high gain beam with a helical phase distribution. This method may lead to novel applications for next generation communication and radar system.

preprint2020arXiv

Theoretical analysis of the non-uniform OAM source based on an equivalent source transformation

Orbital angular momentum (OAM) has gradually become a research hotspot in radar, communication and other fields because of its phase distribution. However it encounters some problems in the real practice owing to its inherent characteristics. Recently OAM mode group has been proposed to solve these problems. In this paper, a non-uniform OAM source is used to generate the OAM mode-group (MG) directly. The radiation field is analyzed based on an equivalent source transformation. Taking the partial arc transmitting (PAT) scheme as an example, the non-uniform source is equivalenced as a group of uniform OAM sources by calculated its Fourier transform. This work provides theoretical guidance for the design of non-uniform OAM antenna in the RF domain.

preprint2019arXiv

Learning-Guided Network Fuzzing for Testing Cyber-Physical System Defences

The threat of attack faced by cyber-physical systems (CPSs), especially when they play a critical role in automating public infrastructure, has motivated research into a wide variety of attack defence mechanisms. Assessing their effectiveness is challenging, however, as realistic sets of attacks to test them against are not always available. In this paper, we propose smart fuzzing, an automated, machine learning guided technique for systematically finding 'test suites' of CPS network attacks, without requiring any knowledge of the system's control programs or physical processes. Our approach uses predictive machine learning models and metaheuristic search algorithms to guide the fuzzing of actuators so as to drive the CPS into different unsafe physical states. We demonstrate the efficacy of smart fuzzing by implementing it for two real-world CPS testbeds---a water purification plant and a water distribution system---finding attacks that drive them into 27 different unsafe states involving water flow, pressure, and tank levels, including six that were not covered by an established attack benchmark. Finally, we use our approach to test the effectiveness of an invariant-based defence system for the water treatment plant, finding two attacks that were not detected by its physical invariant checks, highlighting a potential weakness that could be exploited in certain conditions.