Blockchain Papers

Follow blockchain research across journals, conferences, and preprint repositories.

4 papersLast indexed Aug 31, 2026
Search papers

Paper index

4 results · page 1 of 1

Clear filters
Jan 1, 2026·IEEE Access
0 cites
Icy-DVRF: A Distributed Verifiable Random Function Based on FROST Signatures

Ahmet Ramazan Ağırtaş, Arda Buğra Özer, Zülfükar SAYGI, Oğuz Yayla

Unbiased and unpredictable randomness is a cornerstone of Web3 security, underpinning everything from consensus protocols to DeFi logic. Although Distributed Verifiable Random Functions (DVRFs) eliminate central points of failure, current designs often have to compromise performance. Most existing protocols are hindered by one of three limitations: proofs that scale linearly with the number of participants, high computational cost of bilinear pairings, or latency introduced by mandatory interactive steps during generation. In this work, we present Icy-DVRF, a protocol that improves DVRFwCP by employing a preprocessing scheme similar to FROST to reduce the number of interaction rounds among participants and lowering the additional communication cost from <inline-formula> <tex-math notation="LaTeX">$O(n^{2} t)$ </tex-math></inline-formula> to <inline-formula> <tex-math notation="LaTeX">$O(t)$ </tex-math></inline-formula> while maintaining constant-size proofs. The downside of our construction is that, relative to DDH-DVRF and GLOW-DVRF, this approach incurs an additional off-chain communication round due to the threshold structure of our non-interactive zero-knowledge proof. This architecture ensures that verification costs remain low, regardless of the set of participants. While theoretical estimates suggest verification costs of approximately one quarter of those of standard designs, our empirical benchmarks on the Sepolia testnet, utilizing the EIP-2537: Precompile for BLS12-381 curve operations, confirm that Icy-DVRF requires only 88,803 gas for full execution. This represents a significant 43.02% reduction in total gas consumption compared to existing pairing-based constructions, saving 67,035 gas per on-chain verification. Off-chain, eliminating DVRFwCP&#x2019;s Augmented Secure-DKG round yields a per-node speedup ranging from a factor of 1.46 at <inline-formula> <tex-math notation="LaTeX">$(n,t)=(5,3)$ </tex-math></inline-formula> to a factor of 4.43 at <inline-formula> <tex-math notation="LaTeX">$(n,t)=(50,34)$ </tex-math></inline-formula>.

Open access
Generative Adversarial Networks and Image Synthesis
Seismic Imaging and Inversion Techniques
Medical Image Segmentation Techniques
Original source
Jan 1, 2025·IEEE Access
3 cites
High-Performance Number Theoretic Transform on GPU Through radix2-CT and 4-Step Algorithms

Alisah Ozcan, Arsalan Javeed, Erkay SavaÅŸ

The number theoretic transform (NTT) provides a practical and efficient technique to perform multiplication of very large degree polynomials typically found in fully homomorphic encryption (FHE), lattice-based cryptography, and non-interactive succinct zero-knowledge proof systems such as zk-SNARK. In this paper, we focus on this aspect and present two robust algorithms for efficient NTT using readily available GPU cards as hardware accelerators. These algorithms are based on the radix-2 Cooley-Tukey (CT) and 4-Step techniques, which are rooted in classical FFT research. To this end, our algorithms leverage novel strategy to optimize memory access patterns adaptive to input size, which often is very large. Our approach: i) reduces and optimizes the number of accesses required for global memory for thread synchronization on the GPU device, and ii) systematically improves and enhances the use of spatial locality. We achieve this effect by carefully controlling parameters such as the number of kernels, thread block size and shape, and thread layout, which directly impact overall NTT performance. The proposed optimizations enable our NTT implementation to handle very large polynomial sizes up to 228, which are usually a limiting factor in existing approaches, and achieve remarkable performance. To the best of our knowledge, our proposed technique is unique and provides a recipe for selecting suitable configurable parameter combinations to achieve top performance for a given polynomial degree. Furthermore, we perform thorough experiments and empirically assess the performance of our proposed algorithms on three mainstream commercial GPU cards by NVIDIA. Finally, we demonstrate that our algorithms compare favorably and outperform an existing commercial-grade open-source implementation in this arena.

Open access
Medical Image Segmentation Techniques
Computational Physics and Python Applications
Cryptography and Residue Arithmetic
Original source
Sep 8, 2023·arXiv (Cornell University)
2 cites
Data-Flow-Based Normalization Generation Algorithm of R1CS for Zero-Knowledge Proof

Chenhao Shi, Hao Chen, Ruibang Liu, Guoqiang Li

The communities of blockchains and distributed ledgers have been stirred up by the introduction of zero-knowledge proofs (ZKPs). Originally designed to solve privacy issues, ZKPs have now evolved into an effective remedy for scalability concerns and are applied in Zcash (internet money like Bitcoin). To enable ZKPs, Rank-1 Constraint Systems (R1CS) offer a verifier for bi-linear equations. To accurately and efficiently represent R1CS, several language tools like Circom, Noir, and Snarky have been proposed to automate the compilation of advanced programs into R1CS. However, due to the flexible nature of R1CS representation, there can be significant differences in the compiled R1CS forms generated from circuit language programs with the same underlying semantics. To address this issue, this paper uses a data-flow-based R1CS paradigm algorithm, which produces a standardized format for different R1CS instances with identical semantics. By using the normalized R1CS format circuits, the complexity of circuits' verification can be reduced. In addition, this paper presents an R1CS normalization algorithm benchmark, and our experimental evaluation demonstrates the effectiveness and correctness of our methods.

Open access
3 source records
Image and Signal Denoising Methods
Medical Image Segmentation Techniques
Advanced Neural Network Applications
Original source
Feb 1, 2020·MPG.PuRe (Max Planck Society)
2 cites
MRzero: Fully automated invention of MRI sequences using supervised learning

Alexander Loktyushin, Kai Herz, Nhan Tam Dang, Felix Glang · 10 authors

Purpose: A supervised learning framework is proposed to automatically generate MR sequences and corresponding reconstruction without human knowledge on MR strategies. This enables a target-based optimization from scratch, as well as exploration of novel and flexible MR sequence strategies. Methods: The entire scanning and reconstruction process is simulated end-to-end in terms of RF events, gradient moment events in x and y, and delay times, acting on the input model spin system given in terms of proton density, T1 and T2, and B0. As proof of concept we use both conventional MR images but also binary masks and T1 maps as a target and optimize from scratch using the loss defined by data fidelity, SAR, and scan time. Results: In a first attempt, MRzero learns all gradient and RF events from zero, and is able to generate the aimed at target image. Appending a neural network layer to the reconstruction module also arbitrary targets were learned successfully. Experiments could be translated to image acquisition at a real system (3T Siemens, PRISMA) and could be verified in measurements of phantoms and the human brain in vivo. Discussion/Conclusion: We have developed a fully automated MR sequence generator based on Bloch equation simulations and supervised learning. While we focus on the method herein, having such a differentiable digital MR twin at hand paves the way to a novel way of generating MR sequence and reconstruction solely governed by the target provided, which can be a certain MR contrast, but the possibilities for targets are limitless, e.g. quantification, segmentation, as well as contrasts of other image modalities.

Brain Tumor Detection and Classification
Neural Networks and Applications
Medical Image Segmentation Techniques
Original source