arXiv ScienceSearch

arXiv subjects

Peiru Li

Publications and source records attributed to Peiru Li.

3 recordsLinked to original sources

Coherence measures in the strictly incoherent operation framework and its application in the multi-path interferometer

Quantifying coherence is an essential endeavor in both quantum foundations and quantum technologies. In this paper, we study the coherence measures in terms of the diagonal states in the strictly incoherent operations framework. Specifically, we propose a coherence measure in terms of fidelity and provide its analytical expression. The relations between the proposed coherence measure and some other coherence measures are derived. Furthermore, we prove its monotonicity under incoherent operations. As an application, we explore the role of the proposed coherence measure in characterizing the waveness in the multi-path interferometer. As a result, some wave-particle dualities in terms of fidelity are presented. This work not only deepens the interpretation of the diagonal states on characterizing quantum states, but also promotes the quantitative description of the wave-particle behaviors in the multi-path interferometer.

quant-ph

Grounding and Enhancing Informativeness and Utility in Dataset Distillation

Dataset Distillation (DD) seeks to create a compact dataset from a large, real-world dataset. While recent methods often rely on heuristic approaches to balance efficiency and quality, the fundamental relationship between original and synthetic data remains underexplored. This paper revisits knowledge distillation-based dataset distillation within a solid theoretical framework. We introduce the concepts of Informativeness and Utility, capturing crucial information within a sample and essential samples in the training set, respectively. Building on these principles, we define optimal dataset distillation mathematically. We then present InfoUtil, a framework that balances informativeness and utility in synthesizing the distilled dataset. InfoUtil incorporates two key components: (1) game-theoretic informativeness maximization using Shapley Value attribution to extract key information from samples, and (2) principled utility maximization by selecting globally influential samples based on Gradient Norm. These components ensure that the distilled dataset is both informative and utility-optimized. Experiments demonstrate that our method achieves a 6.1\% performance improvement over the previous state-of-the-art approach on ImageNet-1K dataset using ResNet-18.

cs.LG

HFContractFuzzer: Fuzzing Hyperledger Fabric Smart Contracts for Vulnerability Detection

With its unique advantages such as decentralization and immutability, blockchain technology has been widely used in various fields in recent years. The smart contract running on the blockchain is also playing an increasingly important role in decentralized application scenarios. Therefore, the automatic detection of security vulnerabilities in smart contracts has become an urgent problem in the application of blockchain technology. Hyperledger Fabric is a smart contract platform based on enterprise-level licensed distributed ledger technology. However, the research on the vulnerability detection technology of Hyperledger Fabric smart contracts is still in its infancy. In this paper, we propose HFContractFuzzer, a method based on Fuzzing technology to detect Hyperledger Fabric smart contracts, which combines a Fuzzing tool for golang named go-fuzz and smart contracts written by golang. We use HFContractFuzzer to detect vulnerabilities in five contracts from typical sources and discover that four of them have security vulnerabilities, proving the effectiveness of the proposed method.

cs.CR