SearcharxivSearch

arXiv subjects

Wenwen Zhou

Publications and source records attributed to Wenwen Zhou.

At least 19 recordsLinked to original sources

Blockchain security based on cryptography: a review

As an emerging service framework built by combining cryptography, P2P network, consensus mechanism and innovative contract technology, blockchain has been widely used in digital finance, data sharing, message traceability and electronic evidence preservation because of its decentralised, non-tamperable and transaction traceability. However, with the complex and changeable application scenarios of blockchain technology and the continuous enhancement of blockchain attack technology, the security of the blockchain system has been seriously threatened, dramatically affecting the development and application of blockchain technology. This paper aims to analyse the attacks on blockchain from the perspective of cryptography. Firstly, from the cryptography technology in the blockchain, the principle of hash functions, digital signatures, and other technologies, as well as their role in the blockchain, are introduced. Then, based on the six-layer architecture of the blockchain, the attacks on the data layer, the network layer, the consensus layer, the contract layer, the incentive layer and the application layer are analysed, and the methods to mitigate or resist the attacks are proposed. Secondly, the attack principles of 51% attack, Double-Spending attack, Reentrancy attack, Replay attack, Sybil attack and Timestamp Tampering attack were analysed, and the mitigation or defence solutions for these six attacks were designed. Finally, the core problems to be solved in blockchain technology are summarised, and the future development of blockchain security technology is projected.

cs.CR

Conditional stability for an inverse problem of a fully-discrete stochastic hyperbolic equation

In this paper, we investigate a discrete inverse problem of determining three unknowns, i.e. initial displacement, initial velocity and random source term, in a fully discrete approximation of one-dimensional stochastic hyperbolic equation. We firstly prove a new Carleman estimate for the fully-discrete stochastic hyperbolic equation. Based on this Carleman estimate, we then establish a Lipschitz stability for this discrete inverse problem by the discrete spatial derivative data at the left endpoint and the measurements of the solution and its time derivative at the final time. Owing to the discrete setting, an extra term with respect to mesh size arises in the right-hand side of the stability estimate.

math.AP

Latent representation learning based model correction and uncertainty quantification for PDEs

Model correction is essential for reliable PDE learning when the governing physics is misspecified due to simplified assumptions or limited observations. In the machine learning literature, existing correction methods typically operate in parameter space, where uncertainty is often quantified via sampling or ensemble-based methods, which can be prohibitive and motivates more efficient representation-level alternatives. To this end, we develop a latent-space model-correction framework by extending our previously proposed LVM-GP solver, which couples latent-variable model with Gaussian processes (GPs) for uncertainty-aware PDE learning. Our architecture employs a shared confidence-aware encoder and two probabilistic decoders, with the solution decoder predicting the solution distribution and the correction decoder inferring a discrepancy term to compensate for model-form errors. The encoder constructs a stochastic latent representation by balancing deterministic features with a GP prior through a learnable confidence function. Conditioned on this shared latent representation, the two decoders jointly quantify uncertainty in both the solution and the correction under soft physics constraints with noisy data. An auxiliary latent-space regularization is introduced to control the learned representation and enhance robustness. This design enables joint uncertainty quantification of both the solution and the correction within a single training procedure, without parameter sampling or repeated retraining. Numerical experiments show accuracy comparable to Ensemble PINNs and B-PINNs, with improved computational efficiency and robustness to misspecified physics.

math.NA

LVM-GP: Uncertainty-Aware PDE Solver via coupling latent variable model and Gaussian process

We propose a novel probabilistic framework, termed LVM-GP, for uncertainty quantification in solving forward and inverse partial differential equations (PDEs) with noisy data. The core idea is to construct a stochastic mapping from the input to a high-dimensional latent representation, enabling uncertainty-aware prediction of the solution. Specifically, the architecture consists of a confidence-aware encoder and a probabilistic decoder. The encoder implements a high-dimensional latent variable model based on a Gaussian process (LVM-GP), where the latent representation is constructed by interpolating between a learnable deterministic feature and a Gaussian process prior, with the interpolation strength adaptively controlled by a confidence function learned from data. The decoder defines a conditional Gaussian distribution over the solution field, where the mean is predicted by a neural operator applied to the latent representation, allowing the model to learn flexible function-to-function mapping. Moreover, physical laws are enforced as soft constraints in the loss function to ensure consistency with the underlying PDE structure. Compared to existing approaches such as Bayesian physics-informed neural networks (B-PINNs) and deep ensembles, the proposed framework can efficiently capture functional dependencies via merging a latent Gaussian process and neural operator, resulting in competitive predictive accuracy and robust uncertainty quantification. Numerical experiments demonstrate the effectiveness and reliability of the method.

stat.ML

Carleman estimate for full-discrete approximations of the complex Ginzburg-Landau equation with dynamic boundary conditions and applications to controllability

In this paper, we investigate Carleman estimate and controllability result for the fully-discrete approximations of a one-dimensional Ginzburg-Landau equation with dynamic boundary conditions. We first establish a new discrete Carleman estimate for the corresponding adjoint system. Based on this Carleman estimate, we obtain a relaxed observability inequality for the adjoint system, and then a controllability result for the fully-discrete Ginzburg-Landau equation with dynamic boundary conditions.

math.AP

fabSAM: A Farmland Boundary Delineation Method Based on the Segment Anything Model

Delineating farmland boundaries is essential for agricultural management such as crop monitoring and agricultural census. Traditional methods using remote sensing imagery have been efficient but limited in generalisation. The Segment Anything Model (SAM), known for its impressive zero shot performance, has been adapted for remote sensing tasks through prompt learning and fine tuning. Here, we propose a SAM based farmland boundary delineation framework 'fabSAM' that combines a Deeplabv3+ based Prompter and SAM. Also, a fine tuning strategy was introduced to enable SAMs decoder to improve the use of prompt information. Experimental results on the AI4Boundaries and AI4SmallFarms datasets have shown that fabSAM has a significant improvement in farmland region identification and boundary delineation. Compared to zero shot SAM, fabSAM surpassed it by 23.5% and 15.1% in mIOU on the AI4Boundaries and AI4SmallFarms datasets, respectively. For Deeplabv3+, fabSAM outperformed it by 4.9% and 12.5% in mIOU, respectively. These results highlight the effectiveness of fabSAM, which also means that we can more easily obtain the global farmland region and boundary maps from open source satellite image datasets like Sentinel2.

cs.CV

ESGReveal: An LLM-based approach for extracting structured data from ESG reports

ESGReveal is an innovative method proposed for efficiently extracting and analyzing Environmental, Social, and Governance (ESG) data from corporate reports, catering to the critical need for reliable ESG information retrieval. This approach utilizes Large Language Models (LLM) enhanced with Retrieval Augmented Generation (RAG) techniques. The ESGReveal system includes an ESG metadata module for targeted queries, a preprocessing module for assembling databases, and an LLM agent for data extraction. Its efficacy was appraised using ESG reports from 166 companies across various sectors listed on the Hong Kong Stock Exchange in 2022, ensuring comprehensive industry and market capitalization representation. Utilizing ESGReveal unearthed significant insights into ESG reporting with GPT-4, demonstrating an accuracy of 76.9% in data extraction and 83.7% in disclosure analysis, which is an improvement over baseline models. This highlights the framework's capacity to refine ESG data analysis precision. Moreover, it revealed a demand for reinforced ESG disclosures, with environmental and social data disclosures standing at 69.5% and 57.2%, respectively, suggesting a pursuit for more corporate transparency. While current iterations of ESGReveal do not process pictorial information, a functionality intended for future enhancement, the study calls for continued research to further develop and compare the analytical capabilities of various LLMs. In summary, ESGReveal is a stride forward in ESG data processing, offering stakeholders a sophisticated tool to better evaluate and advance corporate sustainability efforts. Its evolution is promising in promoting transparency in corporate reporting and aligning with broader sustainable development aims.

cs.CL

AutoPCF: Efficient Product Carbon Footprint Accounting with Large Language Models

The product carbon footprint (PCF) is crucial for decarbonizing the supply chain, as it measures the direct and indirect greenhouse gas emissions caused by all activities during the product's life cycle. However, PCF accounting often requires expert knowledge and significant time to construct life cycle models. In this study, we test and compare the emergent ability of five large language models (LLMs) in modeling the 'cradle-to-gate' life cycles of products and generating the inventory data of inputs and outputs, revealing their limitations as a generalized PCF knowledge database. By utilizing LLMs, we propose an automatic AI-driven PCF accounting framework, called AutoPCF, which also applies deep learning algorithms to automatically match calculation parameters, and ultimately calculate the PCF. The results of estimating the carbon footprint for three case products using the AutoPCF framework demonstrate its potential in achieving automatic modeling and estimation of PCF with a large reduction in modeling time from days to minutes.

cs.AI

IB-UQ: Information bottleneck based uncertainty quantification for neural function regression and neural operator learning

We propose a novel framework for uncertainty quantification via information bottleneck (IB-UQ) for scientific machine learning tasks, including deep neural network (DNN) regression and neural operator learning (DeepONet). Specifically, we incorporate the bottleneck by a confidence-aware encoder, which encodes inputs into latent representations according to the confidence of the input data belonging to the region where training data is located, and utilize a Gaussian decoder to predict means and variances of outputs conditional on representation variables. Furthermore, we propose a data augmentation based information bottleneck objective which can enhance the quantification quality of the extrapolation uncertainty, and the encoder and decoder can be both trained by minimizing a tractable variational bound of the objective. In comparison to uncertainty quantification (UQ) methods for scientific learning tasks that rely on Bayesian neural networks with Hamiltonian Monte Carlo posterior estimators, the model we propose is computationally efficient, particularly when dealing with large-scale data sets. The effectiveness of the IB-UQ model has been demonstrated through several representative examples, such as regression for discontinuous functions, real-world data set regression, learning nonlinear operators for partial differential equations, and a large-scale climate model. The experimental results indicate that the IB-UQ model can handle noisy data, generate robust predictions, and provide confident uncertainty evaluation for out-of-distribution data.

math.NA

Near-real-time global gridded daily CO$_2$ emissions 2021

We present a near-real-time global gridded daily CO$_2$ emissions dataset (GRACED) throughout 2021. GRACED provides gridded CO$_2$ emissions at a 0.1degree*0.1degree spatial resolution and 1-day temporal resolution from cement production and fossil fuel combustion over seven sectors, including industry, power, residential consumption, ground transportation, international aviation, domestic aviation, and international shipping. GRACED is prepared from a near-real-time daily national CO$_2$ emissions estimates (Carbon Monitor), multi-source spatial activity data emissions and satellite NO$_2$ data for time variations of those spatial activity data. GRACED provides the most timely overview of emissions distribution changes, which enables more accurate and timely identification of when and where fossil CO$_2$ emissions have rebounded and decreased. Uncertainty analysis of GRACED gives a grid-level two-sigma uncertainty of value of 19.9% in 2021, indicating the reliability of GRACED was not sacrificed for the sake of higher spatiotemporal resolution that GRACED provides. Continuing to update GRACED in a timely manner could help policymakers monitor energy and climate policies' effectiveness and make adjustments quickly.

physics.ao-ph

RESUS: Warm-Up Cold Users via Meta-Learning Residual User Preferences in CTR Prediction

Click-Through Rate (CTR) prediction on cold users is a challenging task in recommender systems. Recent researches have resorted to meta-learning to tackle the cold-user challenge, which either perform few-shot user representation learning or adopt optimization-based meta-learning. However, existing methods suffer from information loss or inefficient optimization process, and they fail to explicitly model global user preference knowledge which is crucial to complement the sparse and insufficient preference information of cold users. In this paper, we propose a novel and efficient approach named RESUS, which decouples the learning of global preference knowledge contributed by collective users from the learning of residual preferences for individual users. Specifically, we employ a shared predictor to infer basis user preferences, which acquires global preference knowledge from the interactions of different users. Meanwhile, we develop two efficient algorithms based on the nearest neighbor and ridge regression predictors, which infer residual user preferences via learning quickly from a few user-specific interactions. Extensive experiments on three public datasets demonstrate that our RESUS approach is efficient and effective in improving CTR prediction accuracy on cold users, compared with various state-of-the-art methods.

cs.IR

A Novel Fast Exact Subproblem Solver for Stochastic Quasi-Newton Cubic Regularized Optimization

In this work we describe an Adaptive Regularization using Cubics (ARC) method for large-scale nonconvex unconstrained optimization using Limited-memory Quasi-Newton (LQN) matrices. ARC methods are a relatively new family of optimization strategies that utilize a cubic-regularization (CR) term in place of trust-regions and line-searches. LQN methods offer a large-scale alternative to using explicit second-order information by taking identical inputs to those used by popular first-order methods such as stochastic gradient descent (SGD). Solving the CR subproblem exactly requires Newton's method, yet using properties of the internal structure of LQN matrices, we are able to find exact solutions to the CR subproblem in a matrix-free manner, providing large speedups and scaling into modern size requirements. Additionally, we expand upon previous ARC work and explicitly incorporate first-order updates into our algorithm. We provide experimental results when the SR1 update is used, which show substantial speed-ups and competitive performance compared to Adam and other second order optimizers on deep neural networks (DNNs). We find that our new approach, ARCLQN, compares to modern optimizers with minimal tuning, a common pain-point for second order methods.

math.OC

Doping induced Mott collapse and the density wave instabilities in (Sr$_{1-x}$La$_x$)$_3$Ir$_2$O$_7$

The path from a Mott insulating phase to high temperature superconductivity encounters a rich set of unconventional phenomena involving the insulator-to-metal transition (IMT) such as emergent electronic orders and pseudogaps that ultimately affect the condensation of Cooper pairs. A huge hindrance to understanding the origin of these phenomena in the curates is the difficulty in accessing doping levels near the parent state. Recently, the J$_{eff}$=1/2 Mott state of the perovskite strontium iridates has revealed intriguing parallels to the cuprates, with the advantage that it provides unique access to the Mott transition. Here, we exploit this accessibility to study the IMT and the possible nearby electronic orders in the electron-doped bilayer iridate (Sr$_{1-x}$La$_x$)$_3$Ir$_2$O$_7$. Using spectroscopic imaging scanning tunneling microscopy, we image the La dopants in the top as well as the interlayer SrO planes. Surprisingly, we find a disproportionate distribution of La in these layers with the interlayer La being primarily responsible for the IMT, thereby revealing the distinct site-dependent effects of dopants on the electronic properties of bilayer systems. Furthermore, we discover the coexistence of two electronic orders generated by electron doping: a unidirectional electronic order with a concomitant structural distortion; and local resonant states forming a checkerboard-like pattern trapped by La. This provides evidence that multiple charge orders may exist simultaneously in Mott systems, even with only one band crossing the Fermi energy.

cond-mat.str-el

Disorder induced power-law gaps in an insulator-metal Mott transition

A correlated material in the vicinity of an insulator-metal transition (IMT) exhibits rich phenomenology and variety of interesting phases. A common avenue to induce IMTs in Mott insulators is doping, which inevitably leads to disorder. While disorder is well known to create electronic inhomogeneity, recent theoretical studies have indicated that it may play an unexpected and much more profound role in controlling the properties of Mott systems. Theory predicts that disorder might play a role in driving a Mott insulator across an IMT, with the emergent metallic state hosting a power law suppression of the density of states (with exponent close to 1; V-shaped gap) centered at the Fermi energy. Such V-shaped gaps have been observed in Mott systems but their origins are as yet unknown. To investigate this, we use scanning tunneling microscopy and spectroscopy to study isovalent Ru substitutions in Sr$_3$(Ir$_{1-x}$Ru$_x$)$_2$O$_7$ which drives the system into an antiferromagnetic, metallic state. Our experiments reveal that many core features of the IMT such as power law density of states, pinning of the Fermi energy with increasing disorder, and persistence of antiferromagnetism can be understood as universal features of a disordered Mott system near an IMT and suggest that V-shaped gaps may be an inevitable consequence of disorder in doped Mott insulators.

cond-mat.str-el

The influence of electron-doping on the ground state of (Sr{1-x}La{x})2IrO4

The evolution of the electronic properties of electron-doped (Sr{1-x}La{x})2IrO4 is experimentally explored as the doping limit of La is approached. As electrons are introduced, the electronic ground state transitions from a spin-orbit Mott phase into an electronically phase separated state, where long-range magnetic order vanishes beyond x = 0.02 and charge transport remains percolative up to the limit of La substitution (x~0.06). In particular, the electronic ground state remains inhomogeneous even beyond the collapse of the parent state's long-range antiferromagnetic order, while persistent short-range magnetism survives up to the highest La-substitution levels. Furthermore, as electrons are doped into Sr2IrO4, we observe the appearance of a low temperature magnetic glass-like state intermediate to the complete suppression of antiferromagnetic order. Universalities and differences in the electron-doped phase diagrams of single layer and bilayer Ruddlesden-Popper strontium iridates are discussed.

cond-mat.str-el

Nanoscale Determination of the Mass Enhancement Factor in the Lightly-Doped Bulk Insulator Lead Selenide

Bismuth chalcogenides and lead telluride/selenide alloys exhibit exceptional thermoelectric properties which could be harnessed for power generation and device applications. Since phonons play a significant role in achieving these desired properties, quantifying the interaction between phonons and electrons, which is encoded in the Eliashberg function of a material, is of immense importance. However, its precise extraction has in part been limited due to the lack of local experimental probes. Here we construct a method to directly extract the Eliashberg function using Landau level spectroscopy, and demonstrate its applicability to lightly-doped thermoelectric bulk insulator PbSe. In addition to its high energy resolution only limited by thermal broadening, this novel experimental method could be used to detect variations in mass enhancement factor at the nanoscale. As such, it opens up a new pathway for investigating the effects of chemical defects, surface doping and strain on the mass enhancement factor.

cond-mat.mtrl-sci

Dirac mass generation from crystal symmetry breaking on the surfaces of topological crystalline insulators

The tunability of topological surface states (SS) and controllable opening of the Dirac gap are of fundamental and practical interest in the field of topological materials. In topological crystalline insulators (TCIs), a spontaneously generated Dirac gap was recently observed, which was ascribed to broken cubic crystal symmetry. However, this structural distortion has not been directly observed so far, and the microscopic mechanism of Dirac gap opening via crystal symmetry breaking remains elusive. In this work, we present scanning tunneling microscopy (STM) measurements of a TCI Pb$_{1-x}$Sn$_x$Se for a wide range of alloy compositions spanning the topological and non-topological regimes. STM topographies directly reveal a symmetry-breaking distortion on the surface, which imparts mass to the otherwise massless Dirac electrons - a mechanism analogous to the long sought-after Higgs mechanism in particle physics. Remarkably, our measurements show that the Dirac gap scales with alloy composition, while the magnitude of the distortion remains nearly constant. Based on theoretical calculations, we find the Dirac mass is controlled by the composition-dependent SS penetration depth, which determines the weight of SS in the distorted region that is confined to the surface. Finally, we discover the existence of SS in the non-topological regime, which have the characteristics of gapped, double-branched Dirac fermions.

cond-mat.mes-hall

Carrier localization and electronic phase separation in a doped spin-orbit driven Mott phase in Sr3(Ir1-xRux)2O7

Interest in many strongly spin-orbit coupled 5d-transition metal oxide insulators stems from mapping their electronic structures to a J=1/2 Mott phase. One of the hopes is to establish their Mott parent states and explore these systems' potential of realizing novel electronic states upon carrier doping. However, once doped, little is understood regarding the role of their reduced Coulomb interaction U relative to their strongly correlated 3d-electron cousins. Here we show that, upon hole-doping a candidate J=1/2 Mott insulator, carriers remain localized within a nanoscale phase separated ground state. A percolative metal-insulator transition occurs with interplay between localized and itinerant regions, stabilizing an antiferromagnetic metallic phase beyond the critical region. Our results demonstrate a surprising parallel between doped 5d- and 3d-electron Mott systems and suggest either through the near degeneracy of nearby electronic phases or direct carrier localization that U is essential to the carrier response of this doped spin-orbit Mott insulator.

cond-mat.str-el