-
Quantum Random Number Generator (QRNG): Theoretical and Experimental Investigations
Authors:
Zeshan Haider,
Muhammad Haroon Saeed,
Muhammad Ehsan-ul-Haq Zaheer,
Zeeshan Ahmed Alvi,
Muhammad Ilyas,
Tahira Nasreen,
Muhammad Imran,
Rameez Ul Islam,
Manzoor Ikram
Abstract:
Quantum Random Number Generators (QRNGs) emerged as a promising solution for generating truly random numbers. In the present article, we give an overview of QRNGs highlighting the merits and demerits of various strategies briefly. Then opting for the best-case scenario, we present the in-depth experimental explorations for building and characterizing QRNG using the homodyne detection technique to…
▽ More
Quantum Random Number Generators (QRNGs) emerged as a promising solution for generating truly random numbers. In the present article, we give an overview of QRNGs highlighting the merits and demerits of various strategies briefly. Then opting for the best-case scenario, we present the in-depth experimental explorations for building and characterizing QRNG using the homodyne detection technique to measure the quadrature amplitude of quantum vacuum fluctuations. Since entropy assessment plays a fundamental role in authenticating the true randomness, a comprehensive description of entropy and how it evaluates the quality of randomness of the source is illustrated. Our experimental setup, apart from the hardware, includes a diverse set of testing techniques including NIST statistical/entropy suites, Dieharder tests battery, and autocorrelation coefficient to verify the randomness and statistical properties of the generated random numbers. We believe that our experimental investigations provide a valuable resource for building QRNGs for a wide range of applications.
△ Less
Submitted 3 June, 2025;
originally announced June 2025.
-
The Observation of hyperradiance accompanied by enhanced entanglement in a hybrid optomechanical system
Authors:
Zeshan Haider,
Muhammad Altaf,
Tahira Nasreen,
Muhammad Imran,
Rameez Ul Islam,
Manzoor Ikram
Abstract:
We have theoretically investigated an optomechanical system and presented the scenario of significantly enhanced bipartite photon-phonon entanglement for two qubits coupled to the single mode of the cavity. And results are compared with the one qubit case for reference. The tripartite atoms-photon-phonon interaction is considered as only three-body resonant interaction while the two-body actions a…
▽ More
We have theoretically investigated an optomechanical system and presented the scenario of significantly enhanced bipartite photon-phonon entanglement for two qubits coupled to the single mode of the cavity. And results are compared with the one qubit case for reference. The tripartite atoms-photon-phonon interaction is considered as only three-body resonant interaction while the two-body actions are ignored under some potential approximations. Furthermore, we have studied the phenomenon of hyperradiance in which the well-known Dicke superradiant ($N^2$ scaling law) can be surpassed due to the inter-atomic correlations. Jointly, a parameter regime is explored to observe the entanglement of photon-phonon pairs and their hyperradiance simultaneously. As it is important to show that the generation of photons and phonons are antibunched, the equal time second-order correlation function $g^{(2)}(0)$ is characterized as witness. This system can be realized in Circuit Cavity Quantum Electrodynamics (CCQED) in which the direct coupling of the atom and mechanical resonator is possible.We have theoretically investigated an optomechanical system and presented the scenario of significantly enhanced bipartite photon-phonon entanglement for two qubits coupled to the single mode of the cavity.
△ Less
Submitted 2 June, 2025;
originally announced June 2025.
-
Self-attention-based Diffusion Model for Time-series Imputation in Partial Blackout Scenarios
Authors:
Mohammad Rafid Ul Islam,
Prasad Tadepalli,
Alan Fern
Abstract:
Missing values in multivariate time series data can harm machine learning performance and introduce bias. These gaps arise from sensor malfunctions, blackouts, and human error and are typically addressed by data imputation. Previous work has tackled the imputation of missing data in random, complete blackouts and forecasting scenarios. The current paper addresses a more general missing pattern, wh…
▽ More
Missing values in multivariate time series data can harm machine learning performance and introduce bias. These gaps arise from sensor malfunctions, blackouts, and human error and are typically addressed by data imputation. Previous work has tackled the imputation of missing data in random, complete blackouts and forecasting scenarios. The current paper addresses a more general missing pattern, which we call "partial blackout," where a subset of features is missing for consecutive time steps. We introduce a two-stage imputation process using self-attention and diffusion processes to model feature and temporal correlations. Notably, our model effectively handles missing data during training, enhancing adaptability and ensuring reliable imputation and performance, even with incomplete datasets. Our experiments on benchmark and two real-world time series datasets demonstrate that our model outperforms the state-of-the-art in partial blackout scenarios and shows better scalability.
△ Less
Submitted 3 March, 2025;
originally announced March 2025.
-
Critical Role of Artificially Intelligent Conversational Chatbot
Authors:
Seraj A. M. Mostafa,
Md Z. Islam,
Mohammad Z. Islam,
Fairose Jeehan,
Saujanna Jafreen,
Raihan U. Islam
Abstract:
Artificially intelligent chatbot, such as ChatGPT, represents a recent and powerful advancement in the AI domain. Users prefer them for obtaining quick and precise answers, avoiding the usual hassle of clicking through multiple links in traditional searches. ChatGPT's conversational approach makes it comfortable and accessible for finding answers quickly and in an organized manner. However, it is…
▽ More
Artificially intelligent chatbot, such as ChatGPT, represents a recent and powerful advancement in the AI domain. Users prefer them for obtaining quick and precise answers, avoiding the usual hassle of clicking through multiple links in traditional searches. ChatGPT's conversational approach makes it comfortable and accessible for finding answers quickly and in an organized manner. However, it is important to note that these chatbots have limitations, especially in terms of providing accurate answers as well as ethical concerns. In this study, we explore various scenarios involving ChatGPT's ethical implications within academic contexts, its limitations, and the potential misuse by specific user groups. To address these challenges, we propose architectural solutions aimed at preventing inappropriate use and promoting responsible AI interactions.
△ Less
Submitted 31 October, 2023;
originally announced October 2023.
-
Using a Balanced Scorecard to Identify Opportunities to Improve Code Review Effectiveness: An Industrial Experience Report
Authors:
Masum Hasan,
Anindya Iqbal,
Mohammad Rafid Ul Islam,
A. J. M. Imtiajur Rahman,
Amiangshu Bosu
Abstract:
Peer code review is a widely adopted software engineering practice to ensure code quality and ensure software reliability in both the commercial and open-source software projects. Due to the large effort overhead associated with practicing code reviews, project managers often wonder, if their code reviews are effective and if there are improvement opportunities in that respect. Since project manag…
▽ More
Peer code review is a widely adopted software engineering practice to ensure code quality and ensure software reliability in both the commercial and open-source software projects. Due to the large effort overhead associated with practicing code reviews, project managers often wonder, if their code reviews are effective and if there are improvement opportunities in that respect. Since project managers at Samsung Research Bangladesh (SRBD) were also intrigued by these questions, this research developed, deployed, and evaluated a production-ready solution using the Balanced SCorecard (BSC) strategy that SRBD managers can use in their day-to-day management to monitor individual developer's, a particular project's or the entire organization's code review effectiveness. Following the four-step framework of the BSC strategy, we: 1) defined the operation goals of this research, 2) defined a set of metrics to measure the effectiveness of code reviews, 3) developed an automated mechanism to measure those metrics, and 4) developed and evaluated a monitoring application to inform the key stakeholders. Our automated model to identify useful code reviews achieves 7.88% and 14.39% improvement in terms of accuracy and minority class F1 score respectively over the models proposed in prior studies. It also outperforms human evaluators from SRBD, that the model replaces, by a margin of 25.32% and 23.84% respectively in terms of accuracy and minority class F1 score. In our post-deployment survey, SRBD developers and managers indicated that they found our solution as useful and it provided them with important insights to help their decision makings.
△ Less
Submitted 12 August, 2021; v1 submitted 26 January, 2021;
originally announced January 2021.