Researcher profile

Yu Cui

Yu Cui contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 19 - UnverifiedVerification L1Unclaimed author
5works
0followers
8topics
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

5 published item(s)

preprint2025arXiv

Towards Provably Secure Generative AI: Reliable Consensus Sampling

Existing research on generative AI security is primarily driven by mutually reinforcing attack and defense methodologies grounded in empirical experience. This dynamic frequently gives rise to previously unknown attacks that can circumvent current detection and prevention. This necessitates the continual updating of security mechanisms. Constructing generative AI with provable security and theoretically controllable risk is therefore necessary. Consensus Sampling (CS) is a promising algorithm toward provably secure AI. It controls risk by leveraging overlap in model output probabilities. However, we find that CS relies on frequent abstention to avoid unsafe outputs, which reduces utility. Moreover, CS becomes highly vulnerable when unsafe models are maliciously manipulated. To address these issues, we propose a new primitive called Reliable Consensus Sampling (RCS), that traces acceptance probability to tolerate extreme adversarial behaviors, improving robustness. RCS also eliminates the need for abstention entirely. We further develop a feedback algorithm to continuously and dynamically enhance the safety of RCS. We provide theoretical guarantees that RCS maintains a controllable risk threshold. Extensive experiments show that RCS significantly improves robustness and utility while maintaining latency comparable to CS. We hope this work contributes to the development of provably secure generative AI.

preprint2022arXiv

Charge carriers trapping by the full-configuration defects in metal halide perovskites quantum dots

Metal halide perovskites quantum dots (MHPQDs) have aroused enormous interesting in the photovoltaic and photoelectric because of their marvelous properties and size characteristics. However, one of key problems that how to systematically analyze charge carriers trapping by different defects is still a challenge task. Here, we study nonradiation multiphonon processes of the charge carrier trapping by various defects in MHPQDs based on the well-known Huang-Rhys model, in which a method of fullconfiguration defect, including different defect species with variable depth and lattice relaxation strength, is developed by introducing a localization parameter in the quantum defect model. With the help of this method, these fastest trapping channels for charge carriers transferring from the quantum dot ground state to different defects are found. Furthermore, the dependences of the trapping time on the radius of quantum dot, the defect depth and temperature are given. These results not only enrich the knowledge of charge carrier trapping processes by defects, but enlighten the designs of MHPQDs-based photovoltaic and photoelectric devices.

preprint2022arXiv

Cosmological Parameter Estimation Using Current and Future Observations of Strong Gravitational Lensing

Remarkable development of cosmology is benefited from the increasingly improved measurements of cosmic distances including absolute distances and relative distances. In recent years, however, the emerged cosmological tensions motivate us to explore the independent and precise late-universe probes. The two observational effects of strong gravitational lensing (SGL), the velocity dispersions of lens galaxies and the time delays between multiple images, can provide measurements of relative and absolute distances respectively, and their combination is possible to break the degeneracies between cosmological parameters and enable tight constraints on cosmological parameters. In this paper, we combine the observed 130 SGL systems with velocity-dispersion measurements and 7 SGL systems with time-delay measurements to constrain dark-energy cosmological models. It is found that the combination of the two effects does not significantly break the degeneracies between cosmological parameters as expected. However, with the simulations of 8000 SGL systems with well-measured velocity dispersions and 55 SGL systems with well-measured time delays based on the forthcoming LSST survey, we find that the combination of two effects can significantly break the parameter degeneracies, and make the constraint precision of cosmological parameters meet the standard of precision cosmology. We conclude that the observations of SGL will become a useful late-universe probe for precisely measuring cosmological parameters.

preprint2022arXiv

Infrared optical absorption of Frohlich polaron in metal halide perovskites

The formation of Frohlich polaron in metal halide perovskites, arising from the charge carrierlongitudinal optical (LO) phonon coupling, has been proposed to explain their exceptional properties, but the effective identification of polaron in these materials is still a challenge task. Herein, we theoretically present the infrared optical absorption of Frohlich polaron based on Huang-Rhys model. We find that multiphonon overtones are appeared as the energy of incident photon matches the multiple LO phonons, wherein the average phonon numbers of a polaron can be directly evaluated by the order of the strongest overtone. These multiphonon structures sensitively depend on the scale of electronic distribution in the ground state and the dimensionality of the perovskite materials, which gives the enlightenment for the effective modulation of competing processes between the polaron formation and carrier cooling. Moreover, the order of the strongest overtone shifts to the higher ones with temperature, providing a potential proof of the carriers mobility affected by LO phonons scattering. The present model not only suggests a direct way to verify Frohlich polaron, but also enriches the understanding of the polaron properties in metal halide perovskites.

preprint2022arXiv

VReBERT: A Simple and Flexible Transformer for Visual Relationship Detection

Visual Relationship Detection (VRD) impels a computer vision model to 'see' beyond an individual object instance and 'understand' how different objects in a scene are related. The traditional way of VRD is first to detect objects in an image and then separately predict the relationship between the detected object instances. Such a disjoint approach is prone to predict redundant relationship tags (i.e., predicate) between the same object pair with similar semantic meaning, or incorrect ones that have a similar meaning to the ground truth but are semantically incorrect. To remedy this, we propose to jointly train a VRD model with visual object features and semantic relationship features. To this end, we propose VReBERT, a BERT-like transformer model for Visual Relationship Detection with a multi-stage training strategy to jointly process visual and semantic features. We show that our simple BERT-like model is able to outperform the state-of-the-art VRD models in predicate prediction. Furthermore, we show that by using the pre-trained VReBERT model, our model pushes the state-of-the-art zero-shot predicate prediction by a significant margin (+8.49 R@50 and +8.99 R@100).