SearcharxivSearch

arXiv subjects

Yan Cheng

Publications and source records attributed to Yan Cheng.

28 records · Page 2Linked to original sources

Edge-Assisted Lightweight Region-of-Interest Extraction and Transmission for Vehicle Perception

To enhance on-road environmental perception for autonomous driving, accurate and real-time analytics on high-resolution video frames generated from on-board cameras be-comes crucial. In this paper, we design a lightweight object location method based on class activation mapping (CAM) to rapidly capture the region of interest (RoI) boxes that contain driving safety related objects from on-board cameras, which can not only improve the inference accuracy of vision tasks, but also reduce the amount of transmitted data. Considering the limited on-board computation resources, the RoI boxes extracted from the raw image are offloaded to the edge for further processing. Considering both the dynamics of vehicle-to-edge communications and the limited edge resources, we propose an adaptive RoI box offloading algorithm to ensure prompt and accurate inference by adjusting the down-sampling rate of each box. Extensive experimental results on four high-resolution video streams demonstrate that our approach can effectively improve the overall accuracy by up to 16% and reduce the transmission demand by up to 49%, compared with other benchmarks.

cs.MM

SigRec: Automatic Recovery of Function Signatures in Smart Contracts

Millions of smart contracts have been deployed onto Ethereum for providing various services, whose functions can be invoked. For this purpose, the caller needs to know the function signature of a callee, which includes its function id and parameter types. Such signatures are critical to many applications focusing on smart contracts, e.g., reverse engineering, fuzzing, attack detection, and profiling. Unfortunately, it is challenging to recover the function signatures from contract bytecode, since neither debug information nor type information is present in the bytecode. To address this issue, prior approaches rely on source code, or a collection of known signatures from incomplete databases or incomplete heuristic rules, which, however, are far from adequate and cannot cope with the rapid growth of new contracts. In this paper, we propose a novel solution that leverages how functions are handled by Ethereum virtual machine (EVM) to automatically recover function signatures. In particular, we exploit how smart contracts determine the functions to be invoked to locate and extract function ids, and propose a new approach named type-aware symbolic execution (TASE) that utilizes the semantics of EVM operations on parameters to identify the number and the types of parameters. Moreover, we develop SigRec, a new tool for recovering function signatures from contract bytecode without the need of source code and function signature databases. The extensive experimental results show that SigRec outperforms all existing tools, achieving an unprecedented 98.7 percent accuracy within 0.074 seconds. We further demonstrate that the recovered function signatures are useful in attack detection, fuzzing and reverse engineering of EVM bytecode.

cs.CR

NVIDIA FLARE: Federated Learning from Simulation to Real-World

Federated learning (FL) enables building robust and generalizable AI models by leveraging diverse datasets from multiple collaborators without centralizing the data. We created NVIDIA FLARE as an open-source software development kit (SDK) to make it easier for data scientists to use FL in their research and real-world applications. The SDK includes solutions for state-of-the-art FL algorithms and federated machine learning approaches, which facilitate building workflows for distributed learning across enterprises and enable platform developers to create a secure, privacy-preserving offering for multiparty collaboration utilizing homomorphic encryption or differential privacy. The SDK is a lightweight, flexible, and scalable Python package. It allows researchers to apply their data science workflows in any training libraries (PyTorch, TensorFlow, XGBoost, or even NumPy) in real-world FL settings. This paper introduces the key design principles of NVFlare and illustrates some use cases (e.g., COVID analysis) with customizable FL workflows that implement different privacy-preserving algorithms. Code is available at https://github.com/NVIDIA/NVFlare.

cs.LG

Lattice-aligned gallium oxynitride nanolayer for GaN surface enhancement and function extension

Gallium nitride (GaN), as a promising alternative semiconductor to silicon, is of well-established use in photoelectronic and electronic technology. However, the vulnerable GaN surface has been a critical restriction that hinders the development of GaN-based devices, especially regarding device stability and reliability. Here, we overcome this challenge by converting the GaN surface into a gallium oxynitride (GaON) epitaxial nanolayer through an in-situ two-step "oxidation-reconfiguration" process. The oxygen plasma treatment overcomes the chemical inertness of the GaN surface, and the sequential thermal annealing manipulates the kinetic-thermodynamic reaction pathways to create a metastable GaON nanolayer with wurtzite lattice. This GaN-derived GaON nanolayer is a tailored structure for surface reinforcement and possesses several advantages, including wide bandgap, high thermodynamic stability, and large valence band offset with GaN substrate. These enhanced physical properties can be further leveraged to enable GaN-based applications in new scenarios, such as complementary logic integrated circuits, photoelectrochemical water splitting, and ultraviolet photoelectric conversion, making GaON a versatile functionality extender.

physics.app-ph

Ferroelectricity in $\mathrm{HfO_2}$ from a chemical perspective

Ferroelectricity observed in thin film $\mathrm{HfO_2}$, either doped with Si, Al, etc. or in the $\mathrm{Hf_{0.5}Zr_{0.5}O_2}$ form, has gained great technical significance. However, the soft mode theory faces a difficulty in explaining the origin of such ferroelectricity. In this work, we propose that the 7 cation coordination number of $\mathrm{HfO_2/ZrO_2}$ lies at the heart of this ferroelectricity, which stems from the proper ionic radii of Hf/Zr compared with O. Among the numerous compounds with non-centrosymmetric nature, e.g., $mm2$ point group, $\mathrm{HfO_2}$ and $\mathrm{ZrO_2}$ are special in that they are close to the border of 7 and 8 cation coordination, such that the 8-coordination tetragonal intermediate phase could greatly reduce the switching barrier. Other 7-coordination candidates, including $\mathrm{SrI_2}$, TaON, YSBr and YOF are also studied in comparison to $\mathrm{HfO_2}$/$\mathrm{ZrO_2}$, and six switching paths are analyzed in detail for the $Pca2_1$ phase. A rule of preferred switching path in terms of ionic radii ratio and coordination number has been established. We also show the possible route from ferroelectric $Pca2_1$ phase to monoclinic $P2_1/c$ phase in $\mathrm{HfO_2}$, which is relevant to the fatigue phenomenon.

cond-mat.mtrl-sci

Crystallization Mechanism Tuned Phase-Change Materials: Quantum Effect on Te-Terminated Boundary

While phase-change materials (PCMs) composed of chalcogenide have different crystallization mechanisms (CM), such as nucleation-dominated Ge2Sb2Te5 (GST) and growth-dominated GeTe (GT), revealing the essential reason of CM as well as the tuned properties is still a long-standing issue. Here, we remarkably find the distinct stability of Te-terminated (111) boundaries (TTB) in different systems, which provides a path to understand the difference in CM. It stems from the quantum effect of molecular orbital theory: the optimal local chemical composition results in the formation of TTB without dangling bonds (DB) in GST but with DB in GT, where DB destabilizes boundary due to its distorted local environment mismatching Oh symmetry of p orbitals. Moreover, the inner vacancy concentration in GST is alterable and controlled by TTB, manifested by the absence of cubic-to-hexagonal transition in carbon-doped GST of small grains and minimized inner vacancy. Finally, the charge transport property (CTP) is controlled by boundary via changing the density of charge or hole nearby as well as vacancy. These findings open the door to tune CTP by CM, which is necessary for achieving low-power and ultrafast devices.

cond-mat.mtrl-sci

Federated Learning for Breast Density Classification: A Real-World Implementation

Building robust deep learning-based models requires large quantities of diverse training data. In this study, we investigate the use of federated learning (FL) to build medical imaging classification models in a real-world collaborative setting. Seven clinical institutions from across the world joined this FL effort to train a model for breast density classification based on Breast Imaging, Reporting & Data System (BI-RADS). We show that despite substantial differences among the datasets from all sites (mammography system, class distribution, and data set size) and without centralizing data, we can successfully train AI models in federation. The results show that models trained using FL perform 6.3% on average better than their counterparts trained on an institute's local data alone. Furthermore, we show a 45.8% relative improvement in the models' generalizability when evaluated on the other participating sites' testing data.

eess.IV

Engineering photonic environments for two-dimensional materials

A fascinating photonic platform with a small device scale, fast operating speed, as well as low energy consumption is two-dimensional (2D) materials, thanks to their in-plane crystalline structures and out-of-plane quantum confinement. The key to further advancement in this research field is the ability to modify the optical properties of the 2D materials. The modifications typically come from the materials themselves, for example, altering their chemical compositions. This article reviews a comparably less explored but promising means, through engineering the photonic surroundings. Rather than modifying materials themselves, this means manipulates the dielectric and metallic environments, both uniform and nanostructured, that directly interact with the materials. For 2D materials that are only one or a few atoms thick, the interaction with the environment can be remarkably efficient. This review summarizes the three degrees of freedom of this interaction: weak coupling, strong coupling, and multi-functionality. Also, it reviews a relatively timing concept of engineering that directly applied to the 2D materials by patterning. Benefiting from the burgeoning development of nanophotonics, the engineering of photonic environments provides a versatile and creative methodology of reshaping light-matter interaction in 2D materials.

physics.optics

Privacy-preserving Federated Brain Tumour Segmentation

Due to medical data privacy regulations, it is often infeasible to collect and share patient data in a centralised data lake. This poses challenges for training machine learning algorithms, such as deep convolutional networks, which often require large numbers of diverse training examples. Federated learning sidesteps this difficulty by bringing code to the patient data owners and only sharing intermediate model training updates among them. Although a high-accuracy model could be achieved by appropriately aggregating these model updates, the model shared could indirectly leak the local training examples. In this paper, we investigate the feasibility of applying differential-privacy techniques to protect the patient data in a federated learning setup. We implement and evaluate practical federated learning systems for brain tumour segmentation on the BraTS dataset. The experimental results show that there is a trade-off between model performance and privacy protection costs.

cs.CV

Strain-induced large band-gap topological insulator in a new stable silicon allotrope: dumbbell silicene

By the generalized gradient approximation in framewok of density functional theory, we investigate a 2D topological insulator of new silicon allotrope (call dumbbell silicene synthesized recently by Cahangirov et al) through tuning external compression strain, and find a topological quantum phase transition from normal to topological insulator, i.e., the dumbbell silicene can turn a two-dimensional topological insulator with an inverted band gap. The obtained maximum topological nontrivial band gap about 12 meV under isotropic strain is much larger than that for previous silicene, and can be further improved to 36 meV by tuning anisotropic strain, which is sufficiently large to realize quantum spin Hall effect even at room-temperature, and thus is beneficial to the fabrication of high-speed spintronics devices. Furthermore, we confirm that the boron nitride sheet is an ideal substrate for the experimental realization of the dumbbell silicene under external strain, maintaining its nontrivial topology. These properties make the two-dimensional dumbbell silicene a good platform to study novel quantum states of matter, showing great potential for future applications in modern silicon-based microelectronics industry.

cond-mat.mtrl-sci