SearcharxivSearch

arXiv subjects

Jingwen Shi

Publications and source records attributed to Jingwen Shi.

3 recordsLinked to original sources

Skin-inspired in-sensor encoding of strain vector using tunable quantum geometry

Human skin provides crucial tactile feedback, allowing us to skillfully perceive various objects by sensing and encoding complex deformations through multiple parameters in each tactile receptor. However, replicating this high-dimensional tactile perception with conventional materials' electronic properties remains a daunting challenge. Here, we present a skin-inspired method to encode strain vectors directly within a sensor. This is achieved by leveraging the strain-tunable quantum properties of electronic bands in the van der Waals topological semimetal Td -WTe2. We observe robust and independent responses from the second-order and third-order nonlinear Hall signals in Td -WTe2 when subjected to variations in both the magnitude and direction of strain. Through rigorous temperature-dependent measurements and scaling law analysis, we establish that these strain responses primarily stem from quantum geometry-related phenomena, including the Berry curvature and Berry-connection polarizability tensor. Furthermore, our study demonstrates that the strain-dependent nonlinear Hall signals can efficiently encode high-dimensional strain information using a single device. This capability enables accurate and comprehensive sensing of complex strain patterns in the embossed character "NJU". Our findings highlight the promising application of topological quantum materials in advancing next-generation, bio-inspired flexible electronics.

cond-mat.mes-hall

Enc2DB: A Hybrid and Adaptive Encrypted Query Processing Framework

As cloud computing gains traction, data owners are outsourcing their data to cloud service providers (CSPs) for Database Service (DBaaS), bringing in a deviation of data ownership and usage, and intensifying privacy concerns, especially with potential breaches by hackers or CSP insiders. To address that, encrypted database services propose encrypting every tuple and query statement before submitting to the CSP, ensuring data confidentiality when the CSP is honest-but-curious, or even compromised. Existing solutions either employ property preserving cryptography schemes, which can perform certain operations over ciphertext without decrypting the data over the CSP, or utilize trusted execution environment (TEE) to safeguard data and computations from the CSP. Based on these efforts, we introduce Enc2DB, a novel secure database system, following a hybrid strategy on PostgreSQL and openGauss. We present a micro-benchmarking test and self-adaptive mode switch strategy that can dynamically choose the best execution path (cryptography or TEE) to answer a given query. Besides, we also design and implement a ciphertext index compatible with native cost model and query optimizers to accelerate query processing. Empirical study over TPC-C test justifies that Enc2DB outperforms pure TEE and cryptography solutions, and our ciphertext index implementation also outperforms the state-of-the-art cryptographic-based system.

cs.CR

Handling Data Heterogeneity in Federated Learning via Knowledge Distillation and Fusion

Federated learning (FL) supports distributed training of a global machine learning model across multiple devices with the help of a central server. However, data heterogeneity across different devices leads to the client model drift issue and results in model performance degradation and poor model fairness. To address the issue, we design Federated learning with global-local Knowledge Fusion (FedKF) scheme in this paper. The key idea in FedKF is to let the server return the global knowledge to be fused with the local knowledge in each training round so that the local model can be regularized towards the global optima. Therefore, the client model drift issue can be mitigated. In FedKF, we first propose the active-inactive model aggregation technique that supports a precise global knowledge representation. Then, we propose a data-free knowledge distillation (KD) approach to enable each client model to learn the global knowledge (embedded in the global model) while each client model can still learn the local knowledge (embedded in the local dataset) simultaneously, thereby realizing the global-local knowledge fusion process. The theoretical analysis and intensive experiments demonstrate the superiority of FedKF over previous solutions.

cs.LG