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
Aug 27, 2026·Blockchains
0 cites
A Blockchain-Based Bimodal Voter Accreditation System (Block-BVAS): A Framework for Adoption in Electronic Voting Systems

Henry Ohiani Ohize, Adeiza James Onumanyi, Lukman Adewale Ajao, Buhari Ugbede Umar · 9 authors

Despite significant advances in electronic voting technologies, voter accreditation in many electoral systems remains vulnerable to identity fraud, database tampering, equipment failure, and centralized security breaches. Existing accreditation solutions often rely on single-modal biometric authentication and centralized architectures, limiting their robustness, transparency, and public trust. This paper proposes a Blockchain-based Bimodal Voter Accreditation System (Block-BVAS), together with a practical framework for its deployment in electronic voting systems. The proposed system integrates multimodal biometric authentication using facial and fingerprint recognition with a private Ethereum blockchain and conventional cryptographic mechanisms to provide secure, tamper-resistant, and auditable voter accreditation to provide secure, decentralized, and tamper-resistant voter accreditation. A Raspberry Pi 5 serves as the embedded processing platform, demonstrating the feasibility of implementing the framework on cost-effective hardware. By combining distributed-ledger technology with encrypted biometric verification, the proposed architecture enhances the integrity, confidentiality, and immutability of election-related records while addressing limitations associated with single-factor authentication and conventional centralized record management. Experimental evaluation of the biometric authentication module performed effectively, with fingerprint recognition achieving an average authentication accuracy (AA) of 97.8% and facial recognition averaging 95.1%. The blockchain storage overhead (BSO) displayed a near-linear growth pattern relative to the number of transactions, consistent with theoretical expectations for blockchain architectures. Reliability analysis indicated system uptime exceeding 95%, with only minimal operational failures recorded during the test period. This blockchain implementation further demonstrated reliable transaction processing and secure record management, indicating the effectiveness of the proposed Block-BVAS in enhancing the security, transparency, and trustworthiness of electronic voter accreditation.

Open access
Internet Traffic Analysis and Secure E-voting
Advanced Steganography and Watermarking Techniques
Biometric Identification and Security
Original source
Aug 24, 2026·ACM Transactions on Multimedia Computing Communications and Applications
0 cites
Fully Decentralized NFT Storage through Frequency Domain Neural Network Compression

Ningbo Zhu, Xinyao Sun, Irene Cheng

Non-fungible tokens (NFTs) and other Web3 multimedia are typically stored off-chain because image and video assets exceed practical on-chain storage budgets, creating a gap between immutable ownership records and long-term media availability. This paper proposes a collection-level neural compression approach that converts an entire NFT collection into a single compact decoder. The decoder maps a token's integer index directly to its reconstructed image, and is intentionally trained to memorize the collection so that no per-image latent codes are stored. To minimize the decoder's on-chain footprint, we parameterize weights in the frequency domain, progressively prune high-frequency coefficients via zigzag-ordered masking, and apply run-length plus Huffman entropy coding to the resulting sparse parameters. Across three 10,000-image NFT benchmarks, Bored Ape Yacht Club (BAYC), Azuki, and CryptoPunks, the compressed artifacts are reduced to 7.63 MB, 17.09 MB, and 3.33 MB, respectively. These artifacts achieve up to \(177\times\) smaller size than PNG while maintaining high reconstruction quality, measured by Peak Signal-to-Noise Ratio (PSNR) and Structural Similarity Index (SSIM), with PSNR \(\geq\) 33 dB and SSIM \(\geq\) 0.967. We further report Ethereum storage gas estimates showing that collection-level on-chain deployment becomes feasible at \(10^{3}\) – \(10^{4}\) USD under representative fee assumptions, reducing on-chain deployment cost by 58.6%–99.4%. The main contribution is a collection-level compressed decoder that serves as the deployable on-chain storage artifact, removing dependence on external media hosts and avoiding per-image latent storage. These results demonstrate a practical path to self-contained, on-chain availability of large NFT multimedia collections without relying on external storage networks.

Advanced Data Compression Techniques
Advanced Steganography and Watermarking Techniques
Advanced Data Storage Technologies
Original source