88,926 results on '"Zaman, A"'
Search Results
2. PtychoFormer: A Transformer-based Model for Ptychographic Phase Retrieval
- Author
-
Nakahata, Ryuma, Zaman, Shehtab, Zhang, Mingyuan, Lu, Fake, and Chiu, Kenneth
- Subjects
Electrical Engineering and Systems Science - Image and Video Processing ,Computer Science - Computer Vision and Pattern Recognition ,I.2.10 ,I.5.4 - Abstract
Ptychography is a computational method of microscopy that recovers high-resolution transmission images of samples from a series of diffraction patterns. While conventional phase retrieval algorithms can iteratively recover the images, they require oversampled diffraction patterns, incur significant computational costs, and struggle to recover the absolute phase of the sample's transmission function. Deep learning algorithms for ptychography are a promising approach to resolving the limitations of iterative algorithms. We present PtychoFormer, a hierarchical transformer-based model for data-driven single-shot ptychographic phase retrieval. PtychoFormer processes subsets of diffraction patterns, generating local inferences that are seamlessly stitched together to produce a high-quality reconstruction. Our model exhibits tolerance to sparsely scanned diffraction patterns and achieves up to 3600 times faster imaging speed than the extended ptychographic iterative engine (ePIE). We also propose the extended-PtychoFormer (ePF), a hybrid approach that combines the benefits of PtychoFormer with the ePIE. ePF minimizes global phase shifts and significantly enhances reconstruction quality, achieving state-of-the-art phase retrieval in ptychography., Comment: 20 pages, 12 figures
- Published
- 2024
3. Explicit Deuring-Heilbronn phenomenon for Dirichlet $L$-functions
- Author
-
Benli, Kübra, Goel, Shivani, Twiss, Henry, and Zaman, Asif
- Subjects
Mathematics - Number Theory ,11M06, 11M20, 11N36 - Abstract
Assuming the existence of a Landau-Siegel zero, we establish an explicit Deuring-Heilbronn zero repulsion phenomenon for Dirichlet $L$-functions modulo $q$. Our estimate is uniform in the entire critical strip, and improves over the previous best known explicit estimate due to Thorner and Zaman., Comment: Minor correction to constant $c_4$ in main results
- Published
- 2024
4. Improving Arabic Multi-Label Emotion Classification using Stacked Embeddings and Hybrid Loss Function
- Author
-
Ahmed, Nisar and Zaman, Muhammad Imran
- Subjects
Computer Science - Computer Vision and Pattern Recognition ,Computer Science - Computation and Language - Abstract
In multi-label emotion classification, particularly for low-resource languages like Arabic, the challenges of class imbalance and label correlation hinder model performance, especially in accurately predicting minority emotions. To address these issues, this study proposes a novel approach that combines stacked embeddings, meta-learning, and a hybrid loss function to enhance multi-label emotion classification for the Arabic language. The study extracts contextual embeddings from three fine-tuned language models-ArabicBERT, MarBERT, and AraBERT-which are then stacked to form enriched embeddings. A meta-learner is trained on these stacked embeddings, and the resulting concatenated representations are provided as input to a Bi-LSTM model, followed by a fully connected neural network for multi-label classification. To further improve performance, a hybrid loss function is introduced, incorporating class weighting, label correlation matrix, and contrastive learning, effectively addressing class imbalances and improving the handling of label correlations. Extensive experiments validate the proposed model's performance across key metrics such as Precision, Recall, F1-Score, Jaccard Accuracy, and Hamming Loss. The class-wise performance analysis demonstrates the hybrid loss function's ability to significantly reduce disparities between majority and minority classes, resulting in a more balanced emotion classification. An ablation study highlights the contribution of each component, showing the superiority of the model compared to baseline approaches and other loss functions. This study not only advances multi-label emotion classification for Arabic but also presents a generalizable framework that can be adapted to other languages and domains, providing a significant step forward in addressing the challenges of low-resource emotion classification tasks., Comment: The paper is withdrawn due to an authorship dispute. Contributors who were part of the project but lacked significant contributions were not included as authors. The authorship details may be revised, and a replacement submitted after resolving the dispute. Content changes may follow, which will be reflected in the revised version. Thank you for your understanding
- Published
- 2024
5. Impact of Electrode Position on Forearm Orientation Invariant Hand Gesture Recognition
- Author
-
Islam, Md. Johirul, Rumman, Umme, Ferdousi, Arifa, Pervez, Md. Sarwar, Ara, Iffat, Ahmad, Shamim, Haque, Fahmida, Hamid, Sawal, Ali, Md., Zaman, Kh Shahriya, Reaz, Mamun Bin Ibne, Chowdhury, Mustafa Habib, and Islam, Md. Rezaul
- Subjects
Computer Science - Human-Computer Interaction ,Electrical Engineering and Systems Science - Signal Processing - Abstract
Objective: Variation of forearm orientation is one of the crucial factors that drastically degrades the forearm orientation invariant hand gesture recognition performance or the degree of freedom and limits the successful commercialization of myoelectric prosthetic hand or electromyogram (EMG) signal-based human-computer interfacing devices. This study investigates the impact of surface EMG electrode positions (elbow and forearm) on forearm orientation invariant hand gesture recognition. Methods: The study has been performed over 19 intact limbed subjects, considering 12 daily living hand gestures. The quality of the EMG signal is confirmed in terms of three indices. Then, the recognition performance is evaluated and validated by considering three training strategies, six feature extraction methods, and three classifiers. Results: The forearm electrode position provides comparable to or better EMG signal quality considering three indices. In this research, the forearm electrode position achieves up to 5.35% improved forearm orientation invariant hand gesture recognition performance compared to the elbow electrode position. The obtained performance is validated by considering six feature extraction methods, three classifiers, and real-time experiments. In addition, the forearm electrode position shows its robustness with the existence of recent works, considering recognition performance, investigated gestures, the number of channels, the dimensionality of feature space, and the number of subjects. Conclusion: The forearm electrode position can be the best choice for getting improved forearm orientation invariant hand gesture recognition performance. Significance: The performance of myoelectric prosthesis and human-computer interfacing devices can be improved with this optimized electrode position., Comment: 10 pages, 4 figures, 5 tables
- Published
- 2024
6. Structured Downsampling for Fast, Memory-efficient Curation of Online Data Streams
- Author
-
Moreno, Matthew Andres, Zaman, Luis, and Dolson, Emily
- Subjects
Computer Science - Data Structures and Algorithms - Abstract
Operations over data streams typically hinge on efficient mechanisms to aggregate or summarize history on a rolling basis. For high-volume data steams, it is critical to manage state in a manner that is fast and memory efficient -- particularly in resource-constrained or real-time contexts. Here, we address the problem of extracting a fixed-capacity, rolling subsample from a data stream. Specifically, we explore ``data stream curation'' strategies to fulfill requirements on the composition of sample time points retained. Our ``DStream'' suite of algorithms targets three temporal coverage criteria: (1) steady coverage, where retained samples should spread evenly across elapsed data stream history; (2) stretched coverage, where early data items should be proportionally favored; and (3) tilted coverage, where recent data items should be proportionally favored. For each algorithm, we prove worst-case bounds on rolling coverage quality. We focus on the more practical, application-driven case of maximizing coverage quality given a fixed memory capacity. As a core simplifying assumption, we restrict algorithm design to a single update operation: writing from the data stream to a calculated buffer site -- with data never being read back, no metadata stored (e.g., sample timestamps), and data eviction occurring only implicitly via overwrite. Drawing only on primitive, low-level operations and ensuring full, overhead-free use of available memory, this ``DStream'' framework ideally suits domains that are resource-constrained, performance-critical, and fine-grained (e.g., individual data items as small as single bits or bytes). The proposed approach supports $\mathcal{O}(1)$ data ingestion via concise bit-level operations. To further practical applications, we provide plug-and-play open-source implementations targeting both scripted and compiled application domains.
- Published
- 2024
7. Machine Anomalous Sound Detection Using Spectral-temporal Modulation Representations Derived from Machine-specific Filterbanks
- Author
-
Li, Kai, Zaman, Khalid, Li, Xingfeng, Akagi, Masato, and Unoki, Masashi
- Subjects
Computer Science - Sound ,Computer Science - Artificial Intelligence - Abstract
Early detection of factory machinery malfunctions is crucial in industrial applications. In machine anomalous sound detection (ASD), different machines exhibit unique vibration-frequency ranges based on their physical properties. Meanwhile, the human auditory system is adept at tracking both temporal and spectral dynamics of machine sounds. Consequently, integrating the computational auditory models of the human auditory system with machine-specific properties can be an effective approach to machine ASD. We first quantified the frequency importances of four types of machines using the Fisher ratio (F-ratio). The quantified frequency importances were then used to design machine-specific non-uniform filterbanks (NUFBs), which extract the log non-uniform spectrum (LNS) feature. The designed NUFBs have a narrower bandwidth and higher filter distribution density in frequency regions with relatively high F-ratios. Finally, spectral and temporal modulation representations derived from the LNS feature were proposed. These proposed LNS feature and modulation representations are input into an autoencoder neural-network-based detector for ASD. The quantification results from the training set of the Malfunctioning Industrial Machine Investigation and Inspection dataset with a signal-to-noise (SNR) of 6 dB reveal that the distinguishing information between normal and anomalous sounds of different machines is encoded non-uniformly in the frequency domain. By highlighting these important frequency regions using NUFBs, the LNS feature can significantly enhance performance using the metric of AUC (area under the receiver operating characteristic curve) under various SNR conditions. Furthermore, modulation representations can further improve performance. Specifically, temporal modulation is effective for fans, pumps, and sliders, while spectral modulation is particularly effective for valves.
- Published
- 2024
8. TriplePlay: Enhancing Federated Learning with CLIP for Non-IID Data and Resource Efficiency
- Author
-
Imteaj, Ahmed, Hossain, Md Zarif, Zaman, Saika, and Shahid, Abdur R.
- Subjects
Computer Science - Machine Learning ,Computer Science - Artificial Intelligence - Abstract
The rapid advancement and increasing complexity of pretrained models, exemplified by CLIP, offer significant opportunities as well as challenges for Federated Learning (FL), a critical component of privacy-preserving artificial intelligence. This research delves into the intricacies of integrating large foundation models like CLIP within FL frameworks to enhance privacy, efficiency, and adaptability across heterogeneous data landscapes. It specifically addresses the challenges posed by non-IID data distributions, the computational and communication overheads of leveraging such complex models, and the skewed representation of classes within datasets. We propose TriplePlay, a framework that integrates CLIP as an adapter to enhance FL's adaptability and performance across diverse data distributions. This approach addresses the long-tail distribution challenge to ensure fairness while reducing resource demands through quantization and low-rank adaptation techniques.Our simulation results demonstrate that TriplePlay effectively decreases GPU usage costs and speeds up the learning process, achieving convergence with reduced communication overhead.
- Published
- 2024
9. Phytochemical screening, In-vitro and In-vivo anti-diabetic activity of Nelumbo nucifera leaves against alloxan-induced diabetic rabbits
- Author
-
Maqbool, Shahid, Ullah, Najeeb, Zaman, Aqal, Akbar, Atif, Saeed, Saima, Nawaz, Haq, Samad, Noreen, Ullah, Riaz, Bari, Ahmed, and Ali, Syed Saeed
- Published
- 2021
- Full Text
- View/download PDF
10. Comparative Study of Administrators' Supervisory Skills and Teachers' Pedagogical Skills Towards Quality Education in Public and Punjab Education Foundation Funded Schools at Secondary Level
- Author
-
Sabir Hussain, Masood Ahmad, Fakhar Ul Zaman, and Altaf Ahmad
- Abstract
This research analyzed and compared administrators' supervisory and teachers' pedagogical skills concerning quality education in Public and Punjab Education Foundation Funded Schools at the secondary level, in line with the Vision of Sustainable Development Goal 4 (SDG-4) by 2025 (Minimum Standards for Quality Education in Pakistan, 2016). The research employed a descriptive method and adopted a quantitative approach. For this study, 248 head teachers were selected from public schools and 126 from Punjab Education Foundation Funded Schools via simple random sampling, making a total sample of 374 respondents. Data were collected using a five-response Likert scale and analyzed with SPSS, including mean, standard deviation, t-test, and f-test to assess the difference between administrators' supervisory and teachers' pedagogical skills towards quality education in both school types. The study concluded that administrators in public secondary schools exhibited better academic and professional qualifications and that both administrators' supervision and teachers' pedagogical skills were superior in public schools. Additionally, public schools were more aligned with the Minimum Quality Standards for Schooling to meet the vision of Sustainable Development Goal 4 (SDG-4) by 2025 for quality education compared to Punjab Education Foundation Funded Schools. It is recommended that the heads of Punjab Education Foundation-funded schools enhance their supervisory skills, while teachers should improve their pedagogical skills to align with the vision of Sustainable Development Goal 4 (SDG-4) by 2025.
- Published
- 2023
11. Studies on the Effect of Phosphorus Levels on Yield Attributes and Yield of Groundnut in South Odisha Condition
- Author
-
Kumar, Dokkara Prem, Mandal, Tanuj Kumar, Zaman, A., and Pal, Arunabha
- Published
- 2019
- Full Text
- View/download PDF
12. Trustworthy and Responsible AI for Human-Centric Autonomous Decision-Making Systems
- Author
-
Dehghani, Farzaneh, Dibaji, Mahsa, Anzum, Fahim, Dey, Lily, Basdemir, Alican, Bayat, Sayeh, Boucher, Jean-Christophe, Drew, Steve, Eaton, Sarah Elaine, Frayne, Richard, Ginde, Gouri, Harris, Ashley, Ioannou, Yani, Lebel, Catherine, Lysack, John, Arzuaga, Leslie Salgado, Stanley, Emma, Souza, Roberto, Santos, Ronnie de Souza, Wells, Lana, Williamson, Tyler, Wilms, Matthias, Wahid, Zaman, Ungrin, Mark, Gavrilova, Marina, and Bento, Mariana
- Subjects
Computer Science - Artificial Intelligence - Abstract
Artificial Intelligence (AI) has paved the way for revolutionary decision-making processes, which if harnessed appropriately, can contribute to advancements in various sectors, from healthcare to economics. However, its black box nature presents significant ethical challenges related to bias and transparency. AI applications are hugely impacted by biases, presenting inconsistent and unreliable findings, leading to significant costs and consequences, highlighting and perpetuating inequalities and unequal access to resources. Hence, developing safe, reliable, ethical, and Trustworthy AI systems is essential. Our team of researchers working with Trustworthy and Responsible AI, part of the Transdisciplinary Scholarship Initiative within the University of Calgary, conducts research on Trustworthy and Responsible AI, including fairness, bias mitigation, reproducibility, generalization, interpretability, and authenticity. In this paper, we review and discuss the intricacies of AI biases, definitions, methods of detection and mitigation, and metrics for evaluating bias. We also discuss open challenges with regard to the trustworthiness and widespread application of AI across diverse domains of human-centric decision making, as well as guidelines to foster Responsible and Trustworthy AI models., Comment: 44 pages, 2 figures
- Published
- 2024
13. Classification of Mitral Regurgitation from Cardiac Cine MRI using Clinically-Interpretable Morphological Features
- Author
-
On, Y., Vimalesvaran, K., Zaman, S., Shun-Shin, M., Howard, J., Linton, N., Cole, G., Bharath, A. A., and Varela, M.
- Subjects
Electrical Engineering and Systems Science - Image and Video Processing - Abstract
The assessment of mitral regurgitation (MR) using cardiac MRI, particularly Cine MRI, is a promising technique due to its wide availability. However, some of the temporal information available in clinical Cine MRI may not be fully utilised, as it requires detailed temporal analysis across different cardiac views. We propose a new approach to identify MR which automatically extracts 4-dimensional (3D + Time) morphological features from the reconstructed mitral annulus (MA) using Cine long-axis (LAX) views MRI. Our feature extraction involves locating the MA insertion points to derive the reconstructed MA geometry and displacements, resulting in a total of 187 candidate features. We identify the 25 most relevant mitral valve features using minimum-redundancy maximum-relevance (MRMR) feature selection technique. We then apply linear discriminant analysis (LDA) and random forest (RF) model to determine the presence of MR. Both LDA and RF demonstrate good performance, with accuracies of 0.72 +/- 0.05 and 0.73 +/- 0.09, respectively, in a 5-fold cross-validation analysis. This approach will be incorporated in an automatic tool to identify valvular diseases from Cine MRI by integrating both handcrafted and deep features. Our tool will facilitate the diagnosis of valvular disease from conventional cardiac MRI scans with no additional scanning or image analysis penalty. All code is made available on an open-source basis at: https://github.com/HenryOn2021/MA_Morphological_Features., Comment: Accepted paper in STACOM 2024
- Published
- 2024
14. Moments of random multiplicative functions over function fields
- Author
-
Hofmann, Maximilian C. E., Hoganson, Annemily, Menon, Siddarth, Verreault, William, and Zaman, Asif
- Subjects
Mathematics - Number Theory ,Mathematics - Probability - Abstract
Granville-Soundararajan, Harper-Nikeghbali-Radziwill, and Heap-Lindqvist independently established an asymptotic for the even natural moments of partial sums of random multiplicative functions defined over integers. Building on these works, we study the even natural moments of partial sums of Steinhaus random multiplicative functions defined over function fields. Using a combination of analytic arguments and combinatorial arguments, we obtain asymptotic expressions for all the even natural moments in the large field limit and large degree limit, as well as an exact expression for the fourth moment., Comment: 32 pages
- Published
- 2024
15. RIS-Aided Free-Space Optics Communications in A2G Networks over Inverted Gamma-Gamma Turbulent Channels
- Author
-
Rakib, Md. Abdur, Ibrahim, Md., Badrudduza, A. S. M., Ansari, Imran Shafique, Zaman, Md. Shahid Uz, and Yu, Heejung
- Subjects
Computer Science - Information Theory ,Electrical Engineering and Systems Science - Signal Processing - Abstract
With the advent of sixth-generation networks, reconfigurable intelligent surfaces (RISs) have revolutionized wireless communications through dynamic electromagnetic wave manipulation, thereby facilitating the adaptability and unparalleled control of real-time performance evaluations. This study proposed a framework to analyze the performance of RIS-assisted free-space optics (FSO) communication over doubly inverted Gamma-Gamma (IGGG) distributions with pointing error impairments. Furthermore, a special scenario addressing secure communication in the potential presence of an eavesdropper. Consequently, we derived closed-form expressions for the outage probability, average bit error rate, average channel capacity, average secrecy capacity, and secrecy outage probability by employing an asymptotic analysis to provide deeper insights into the influence of various system parameters. Finally, we verified our analytical results through appropriate numerical simulations.
- Published
- 2024
16. Advancing Mixed Reality Game Development: An Evaluation of a Visual Game Analytics Tool in Action-Adventure and FPS Genres
- Author
-
Sargolzaei, Parisa, Rastogi, Mudit, and Zaman, Loutfouz
- Subjects
Computer Science - Human-Computer Interaction - Abstract
In response to the unique challenges of Mixed Reality (MR) game development, we developed GAMR, an analytics tool specifically designed for MR games. GAMR aims to assist developers in identifying and resolving gameplay issues effectively. It features reconstructed gameplay sessions, heatmaps for data visualization, a comprehensive annotation system, and advanced tracking for hands, camera, input, and audio, providing in-depth insights for nuanced game analysis. To evaluate GAMR's effectiveness, we conducted an experimental study with game development students across two game genres: action-adventure and first-person shooter (FPS). The participants used GAMR and provided feedback on its utility. The results showed a significant positive impact of GAMR in both genres, particularly in action-adventure games. This study demonstrates GAMR's effectiveness in MR game development and suggests its potential to influence future MR game analytics, addressing the specific needs of developers in this evolving area., Comment: 32 pages
- Published
- 2024
- Full Text
- View/download PDF
17. PO-QA: A Framework for Portfolio Optimization using Quantum Algorithms
- Author
-
Zaman, Kamila, Marchisio, Alberto, Kashif, Muhammad, and Shafique, Muhammad
- Subjects
Quantum Physics ,Quantitative Finance - Portfolio Management - Abstract
Portfolio Optimization (PO) is a financial problem aiming to maximize the net gains while minimizing the risks in a given investment portfolio. The novelty of Quantum algorithms lies in their acclaimed potential and capability to solve complex problems given the underlying Quantum Computing (QC) infrastructure. Utilizing QC's applicable strengths to the finance industry's problems, such as PO, allows us to solve these problems using quantum-based algorithms such as Variational Quantum Eigensolver (VQE) and Quantum Approximate Optimization Algorithm (QAOA). While the Quantum potential for finance is highly impactful, the architecture and composition of the quantum circuits have not yet been properly defined as robust financial frameworks/algorithms as state of the art in present literature for research and design development purposes. In this work, we propose a novel scalable framework, denoted PO-QA, to systematically investigate the variation of quantum parameters (such as rotation blocks, repetitions, and entanglement types) to observe their subtle effect on the overall performance. In our paper, the performance is measured and dictated by convergence to similar ground-state energy values for resultant optimal solutions by each algorithm variation set for QAOA and VQE to the exact eigensolver (classical solution). Our results provide effective insights into comprehending PO from the lens of Quantum Machine Learning in terms of convergence to the classical solution, which is used as a benchmark. This study paves the way for identifying efficient configurations of quantum circuits for solving PO and unveiling their inherent inter-relationships., Comment: Accepted at the 2024 IEEE International Conference on Quantum Computing and Engineering (QCE24), September 2024
- Published
- 2024
18. Denoising Diffusions in Latent Space for Medical Image Segmentation
- Author
-
Zaman, Fahim Ahmed, Jacob, Mathews, Chang, Amanda, Liu, Kan, Sonka, Milan, and Wu, Xiaodong
- Subjects
Computer Science - Computer Vision and Pattern Recognition - Abstract
Diffusion models (DPMs) have demonstrated remarkable performance in image generation, often times outperforming other generative models. Since their introduction, the powerful noise-to-image denoising pipeline has been extended to various discriminative tasks, including image segmentation. In case of medical imaging, often times the images are large 3D scans, where segmenting one image using DPMs become extremely inefficient due to large memory consumption and time consuming iterative sampling process. In this work, we propose a novel conditional generative modeling framework (LDSeg) that performs diffusion in latent space for medical image segmentation. Our proposed framework leverages the learned inherent low-dimensional latent distribution of the target object shapes and source image embeddings. The conditional diffusion in latent space not only ensures accurate n-D image segmentation for multi-label objects, but also mitigates the major underlying problems of the traditional DPM based segmentation: (1) large memory consumption, (2) time consuming sampling process and (3) unnatural noise injection in forward/reverse process. LDSeg achieved state-of-the-art segmentation accuracy on three medical image datasets with different imaging modalities. Furthermore, we show that our proposed model is significantly more robust to noises, compared to the traditional deterministic segmentation models, which can be potential in solving the domain shift problems in the medical imaging domain. Codes are available at: https://github.com/LDSeg/LDSeg., Comment: 9 pages, 7 figures
- Published
- 2024
19. Semantic Communication in Multi-team Dynamic Games: A Mean Field Perspective
- Author
-
Aggarwal, Shubham, Zaman, Muhammad Aneeq uz, Bastopcu, Melih, and Başar, Tamer
- Subjects
Mathematics - Optimization and Control ,Computer Science - Information Theory ,Electrical Engineering and Systems Science - Systems and Control - Abstract
Coordinating communication and control is a key component in the stability and performance of networked multi-agent systems. While single user networked control systems have gained a lot of attention within this domain, in this work, we address the more challenging problem of large population multi-team dynamic games. In particular, each team constitutes two decision makers (namely, the sensor and the controller) who coordinate over a shared network to control a dynamically evolving state of interest under costs on both actuation and sensing/communication. Due to the shared nature of the wireless channel, the overall cost of each team depends on other teams' policies, thereby leading to a noncooperative game setup. Due to the presence of a large number of teams, we compute approximate decentralized Nash equilibrium policies for each team using the paradigm of (extended) mean-field games, which is governed by (1) the mean traffic flowing over the channel, and (2) the value of information at the sensor, which highlights the semantic nature of the ensuing communication. In the process, we compute optimal controller policies and approximately optimal sensor policies for each representative team of the mean-field system to alleviate the problem of general non-contractivity of the mean-field fixed point operator associated with the finite cardinality of the sensor action space. Consequently, we also prove the $\epsilon$--Nash property of the mean-field equilibrium solution which essentially characterizes how well the solution derived using mean-field analysis performs on the finite-team system. Finally, we provide extensive numerical simulations, which corroborate the theoretical findings and lead to additional insights on the properties of the results presented., Comment: Submitted to IEEE for possible publication
- Published
- 2024
20. Maximizing Blockchain Performance: Mitigating Conflicting Transactions through Parallelism and Dependency Management
- Author
-
Bappy, Faisal Haque, Zaman, Tarannum Shaila, Sajid, Md Sajidul Islam, Pritom, Mir Mehedi Ahsan, and Islam, Tariqul
- Subjects
Computer Science - Cryptography and Security ,Computer Science - Distributed, Parallel, and Cluster Computing - Abstract
While blockchains initially gained popularity in the realm of cryptocurrencies, their widespread adoption is expanding beyond conventional applications, driven by the imperative need for enhanced data security. Despite providing a secure network, blockchains come with certain tradeoffs, including high latency, lower throughput, and an increased number of transaction failures. A pivotal issue contributing to these challenges is the improper management of "conflicting transactions", commonly referred to as "contention". When a number of pending transactions within a blockchain collide with each other, this results in a state of contention. This situation worsens network latency, leads to the wastage of system resources, and ultimately contributes to reduced throughput and higher transaction failures. In response to this issue, in this work, we present a novel blockchain scheme that integrates transaction parallelism and an intelligent dependency manager aiming to reduce the occurrence of conflicting transactions within blockchain networks. In terms of effectiveness and efficiency, experimental results show that our scheme not only mitigates the challenges posed by conflicting transactions, but also outperforms both existing parallel and non-parallel Hyperledger Fabric blockchain networks achieving higher transaction success rate, throughput, and latency. The integration of our scheme with Hyperledger Fabric appears to be a promising solution for improving the overall performance and stability of blockchain networks in real-world applications.
- Published
- 2024
21. Robust Cooperative Multi-Agent Reinforcement Learning:A Mean-Field Type Game Perspective
- Author
-
Zaman, Muhammad Aneeq uz, Laurière, Mathieu, Koppel, Alec, and Başar, Tamer
- Subjects
Computer Science - Multiagent Systems ,Electrical Engineering and Systems Science - Systems and Control - Abstract
In this paper, we study the problem of robust cooperative multi-agent reinforcement learning (RL) where a large number of cooperative agents with distributed information aim to learn policies in the presence of \emph{stochastic} and \emph{non-stochastic} uncertainties whose distributions are respectively known and unknown. Focusing on policy optimization that accounts for both types of uncertainties, we formulate the problem in a worst-case (minimax) framework, which is is intractable in general. Thus, we focus on the Linear Quadratic setting to derive benchmark solutions. First, since no standard theory exists for this problem due to the distributed information structure, we utilize the Mean-Field Type Game (MFTG) paradigm to establish guarantees on the solution quality in the sense of achieved Nash equilibrium of the MFTG. This in turn allows us to compare the performance against the corresponding original robust multi-agent control problem. Then, we propose a Receding-horizon Gradient Descent Ascent RL algorithm to find the MFTG Nash equilibrium and we prove a non-asymptotic rate of convergence. Finally, we provide numerical experiments to demonstrate the efficacy of our approach relative to a baseline algorithm., Comment: Accepted for publication in L4DC 2024
- Published
- 2024
22. Superfluid Stiffness and Flat-Band Superconductivity in Magic-Angle Graphene Probed by cQED
- Author
-
Tanaka, Miuko, Wang, Joel Î-j., Dinh, Thao H., Rodan-Legrain, Daniel, Zaman, Sameia, Hays, Max, Kannan, Bharath, Almanakly, Aziza, Kim, David K., Niedzielski, Bethany M., Serniak, Kyle, Schwartz, Mollie E., Watanabe, Kenji, Taniguchi, Takashi, Grover, Jeffrey A., Orlando, Terry P., Gustavsson, Simon, Jarillo-Herrero, Pablo, and Oliver, William D.
- Subjects
Condensed Matter - Superconductivity ,Condensed Matter - Mesoscale and Nanoscale Physics ,Condensed Matter - Strongly Correlated Electrons ,Quantum Physics - Abstract
The physics of superconductivity in magic-angle twisted bilayer graphene (MATBG) is a topic of keen interest in moir\'e systems research, and it may provide insight into the pairing mechanism of other strongly correlated materials such as high-$T_{\mathrm{c}}$ superconductors. Here, we use DC-transport and microwave circuit quantum electrodynamics (cQED) to measure directly the superfluid stiffness of superconducting MATBG via its kinetic inductance. We find the superfluid stiffness to be much larger than expected from conventional Fermi liquid theory; rather, it is comparable to theoretical predictions involving quantum geometric effects that are dominant at the magic angle. The temperature dependence of the superfluid stiffness follows a power-law, which contraindicates an isotropic BCS model; instead, the extracted power-law exponents indicate an anisotropic superconducting gap, whether interpreted within the Fermi liquid framework or by considering quantum geometry of flat-band superconductivity. Moreover, a quadratic dependence of the superfluid stiffness on both DC and microwave current is observed, which is consistent with Ginzburg-Landau theory. Taken together, our findings indicate that MATBG is an unconventional superconductor with an anisotropic gap and strongly suggest a connection between quantum geometry, superfluid stiffness, and unconventional superconductivity in MATBG. The combined DC-microwave measurement platform used here is applicable to the investigation of other atomically thin superconductors.
- Published
- 2024
23. Knowledge Creation in SMEs in the Era of Industry 4.0: a Comparative Study of Pakistan and China
- Author
-
Zaman, Syed Ahsan Ali, Yushi, Jiang, Khan, Sherbaz, Jamil, Sobia, and Zaman, Syed Imran
- Published
- 2024
- Full Text
- View/download PDF
24. Spatial variability modeling of field infiltration capacity
- Author
-
Islam, Aminul, Zaman, Akhtar Uz, and Sen, Dhrubajyoti
- Published
- 2019
25. Effect of dates and methods of winter rice (Oryza sativa L.) transplanting on relayed niger (Guizotia abyssinica) and soil health
- Author
-
Deka, Anju Mala, Bora, P.C., Kalita, H., Zaman, A.S.N., and Saikia, Pompi
- Published
- 2019
- Full Text
- View/download PDF
26. Investigating Science Teachers' Technology Integration in Classrooms. A Case Study of a Private Higher Secondary School in Karachi, Pakistan
- Author
-
Khaliq ul Zaman and Tasneem Anwar
- Abstract
The use of technology in all fields of education has expanded, and investigating the level of technology integration in schools becomes increasingly significant because it offers data-driven technology integration for policymakers, school administrators, and educators to make better budgeting decisions, determine educator professional development needs, and ensure effective and efficient use of technology in schools. This study investigated science teachers' technology integration in classrooms at a private higher secondary school in Karachi. In this study, the SAMR model and TPACK framework were used to evaluate the technology integration. The SAMR model was used to see at what levels teachers are in technology integration, where substitution is the lowest and redefinition is the highest level of technology integration. The TPACK framework was used to explore the technological, pedagogical, and content knowledge of the teachers. This study employed a qualitative single-embedded case study design. Multiple data were collected through document review (syllabus breakup), observations, and participant interviews. Purposive sampling was used to select six in-service science teachers. Even though this case was chosen for its well-established use of technology, the findings of the study indicated that teachers' use of technology and knowledge about technology integration was at the basic level. The result of the study showed that most of the science teacher participants were at the substitution level and demonstrated low TPACK knowledge. The study concludes by suggesting that sustainable teacher professional development focusing on technology integration and teacher-sustained commitment to learning and use of technology can enhance teachers' TPACK knowledge and enable them to practice transformative technology integration in classrooms.
- Published
- 2024
- Full Text
- View/download PDF
27. Erythrocyte nano-ghosts with dual optical and magnetic resonance characteristics.
- Author
-
Lee, Chi-Hua, Zaman, Shamima, Kundra, Vikas, and Anvari, Bahman
- Subjects
biomimetics ,fluorescence ,halogenated dyes ,nanoparticles ,near-infrared ,red blood cells ,spectroscopy ,Magnetic Resonance Imaging ,Erythrocytes ,Fluorescent Dyes ,Carbocyanines ,Optical Imaging ,Humans ,Contrast Media ,Indocyanine Green - Abstract
SIGNIFICANCE: Fluorescent organic dyes provide imaging capabilities at cellular and sub-cellular levels. However, a common problem associated with some of the existing dyes such as the US FDA-approved indocyanine green (ICG) is their weak fluorescence emission. Alternative dyes with greater emission characteristics would be useful in various imaging applications. Complementing optical imaging, magnetic resonance (MR) imaging enables deep tissue imaging. Nano-sized delivery systems containing dyes with greater fluorescence emission as well as MR contrast agents present a promising dual-mode platform with high optical sensitivity and deep tissue imaging for image-guided surgical applications. AIM: We have engineered a nano-sized platform, derived from erythrocyte ghosts (EGs), with dual near-infrared fluorescence and MR characteristics by co-encapsulation of a brominated carbocyanine dye and gadobenate dimeglumine (Gd-BOPTA). APPROACH: We have investigated the use of three brominated carbocyanine dyes (referred to as BrCy106, BrCy111, and BrCy112) with various degrees of bromination, structural symmetry, and acidic modifications for encapsulation by nano-sized EGs (nEGs) and compared their resulting optical characteristics with nEGs containing ICG. RESULTS: We find that asymmetric dyes (BrCy106 and BrCy112) with one dibromobenzene ring offer greater fluorescence emission characteristics. For example, the relative fluorescence quantum yield ( ϕ ) for nEGs fabricated using 100 μ M of BrCy112 is ∼ 41 -fold higher than nEGs fabricated using the same concentrations of ICG. The dual-mode nEGs containing BrCy112 and Gd-BOPTA show a nearly twofold increase in their ϕ as compared with their single optical mode counterpart. Cytotoxicity is not observed upon incubation of SKOV3 cells with nEGs containing BrCy112. CONCLUSIONS: Erythrocyte nano-ghosts with dual optical and MR characteristics may ultimately prove useful in various biomedical imaging applications such as image-guided tumor surgery where MR imaging can be used for tumor staging and mapping, and fluorescence imaging can help visualize small tumor nodules for resection.
- Published
- 2024
28. Distributional Impacts of Canada's Tax-Free Savings Accounts
- Author
-
Zaman, Ashraf Al
- Published
- 2017
29. Markerless retro-identification complements re-identification of individual insect subjects in archived image data of biological experiments
- Author
-
Zaman, Asaduz, Kellermann, Vanessa, and Dorin, Alan
- Subjects
Computer Science - Computer Vision and Pattern Recognition - Abstract
This study introduces markerless retro-identification of animals, a novel concept and practical technique to identify past occurrences of organisms in archived data, that complements traditional forward-looking chronological re-identification methods in longitudinal behavioural research. Identification of a key individual among multiple subjects may occur late in an experiment if it reveals itself through interesting behaviour after a period of undifferentiated performance. Often, longitudinal studies also encounter subject attrition during experiments. Effort invested in training software models to recognise and track such individuals is wasted if they fail to complete the experiment. Ideally, we would be able to select individuals who both complete an experiment and/or differentiate themselves via interesting behaviour, prior to investing computational resources in training image classification software to recognise them. We propose retro-identification for model training to achieve this aim. This reduces manual annotation effort and computational resources by identifying subjects only after they differentiate themselves late, or at an experiment's conclusion. Our study dataset comprises observations made of morphologically similar reed bees (\textit{Exoneura robusta}) over five days. We evaluated model performance by training on final day five data, testing on the sequence of preceding days, and comparing results to the usual chronological evaluation from day one. Results indicate no significant accuracy difference between models. This underscores retro-identification's value in improving resource efficiency in longitudinal animal studies., Comment: Accepted to CV4Animals: Computer Vision for Animal Behavior Tracking and Modeling 2024
- Published
- 2024
30. Unveiling factors influencing judgment variation in Sentiment Analysis with Natural Language Processing and Statistics
- Author
-
Kellert, Olga, Gómez-Rodríguez, Carlos, and Zaman, Mahmud Uz
- Subjects
Computer Science - Computation and Language ,68T50, 91F20 ,I.2.7 - Abstract
TripAdvisor reviews and comparable data sources play an important role in many tasks in Natural Language Processing (NLP), providing a data basis for the identification and classification of subjective judgments, such as hotel or restaurant reviews, into positive or negative polarities. This study explores three important factors influencing variation in crowdsourced polarity judgments, focusing on TripAdvisor reviews in Spanish. Three hypotheses are tested: the role of Part Of Speech (POS), the impact of sentiment words such as "tasty", and the influence of neutral words like "ok" on judgment variation. The study's methodology employs one-word titles, demonstrating their efficacy in studying polarity variation of words. Statistical tests on mean equality are performed on word groups of our interest. The results of this study reveal that adjectives in one-word titles tend to result in lower judgment variation compared to other word types or POS. Sentiment words contribute to lower judgment variation as well, emphasizing the significance of sentiment words in research on polarity judgments, and neutral words are associated with higher judgment variation as expected. However, these effects cannot be always reproduced in longer titles, which suggests that longer titles do not represent the best data source for testing the ambiguity of single words due to the influence on word polarity by other words like negation in longer titles. This empirical investigation contributes valuable insights into the factors influencing polarity variation of words, providing a foundation for NLP practitioners that aim to capture and predict polarity judgments in Spanish and for researchers that aim to understand factors influencing judgment variation., Comment: Accepted manuscript to be published in PLoS One
- Published
- 2024
31. Novel Interpretable and Robust Web-based AI Platform for Phishing Email Detection
- Author
-
Al-Subaiey, Abdulla, Al-Thani, Mohammed, Alam, Naser Abdullah, Antora, Kaniz Fatema, Khandakar, Amith, and Zaman, SM Ashfaq Uz
- Subjects
Computer Science - Machine Learning ,Computer Science - Artificial Intelligence - Abstract
Phishing emails continue to pose a significant threat, causing financial losses and security breaches. This study addresses limitations in existing research, such as reliance on proprietary datasets and lack of real-world application, by proposing a high-performance machine learning model for email classification. Utilizing a comprehensive and largest available public dataset, the model achieves a f1 score of 0.99 and is designed for deployment within relevant applications. Additionally, Explainable AI (XAI) is integrated to enhance user trust. This research offers a practical and highly accurate solution, contributing to the fight against phishing by empowering users with a real-time web-based application for phishing email detection., Comment: 19 pages, 7 figures, dataset link: https://www.kaggle.com/datasets/naserabdullahalam/phishing-email-dataset/
- Published
- 2024
32. A Guide to Tracking Phylogenies in Parallel and Distributed Agent-based Evolution Models
- Author
-
Moreno, Matthew Andres, Ranjan, Anika, Dolson, Emily, and Zaman, Luis
- Subjects
Computer Science - Neural and Evolutionary Computing ,Quantitative Biology - Populations and Evolution - Abstract
Computer simulations are an important tool for studying the mechanics of biological evolution. In particular, in silico work with agent-based models provides an opportunity to collect high-quality records of ancestry relationships among simulated agents. Such phylogenies can provide insight into evolutionary dynamics within these simulations. Existing work generally tracks lineages directly, yielding an exact phylogenetic record of evolutionary history. However, direct tracking can be inefficient for large-scale, many-processor evolutionary simulations. An alternate approach to extracting phylogenetic information from simulation that scales more favorably is post hoc estimation, akin to how bioinformaticians build phylogenies by assessing genetic similarities between organisms. Recently introduced ``hereditary stratigraphy'' algorithms provide means for efficient inference of phylogenetic history from non-coding annotations on simulated organisms' genomes. A number of options exist in configuring hereditary stratigraphy methodology, but no work has yet tested how they impact reconstruction quality. To address this question, we surveyed reconstruction accuracy under alternate configurations across a matrix of evolutionary conditions varying in selection pressure, spatial structure, and ecological dynamics. We synthesize results from these experiments to suggest a prescriptive system of best practices for work with hereditary stratigraphy, ultimately guiding researchers in choosing appropriate instrumentation for large-scale simulation studies.
- Published
- 2024
33. Trackable Island-model Genetic Algorithms at Wafer Scale
- Author
-
Moreno, Matthew Andres, Yang, Connor, Dolson, Emily, and Zaman, Luis
- Subjects
Computer Science - Neural and Evolutionary Computing ,Computer Science - Distributed, Parallel, and Cluster Computing - Abstract
Emerging ML/AI hardware accelerators, like the 850,000 processor Cerebras Wafer-Scale Engine (WSE), hold great promise to scale up the capabilities of evolutionary computation. However, challenges remain in maintaining visibility into underlying evolutionary processes while efficiently utilizing these platforms' large processor counts. Here, we focus on the problem of extracting phylogenetic information from digital evolution on the WSE platform. We present a tracking-enabled asynchronous island-based genetic algorithm (GA) framework for WSE hardware. Emulated and on-hardware GA benchmarks with a simple tracking-enabled agent model clock upwards of 1 million generations a minute for population sizes reaching 16 million. This pace enables quadrillions of evaluations a day. We validate phylogenetic reconstructions from these trials and demonstrate their suitability for inference of underlying evolutionary conditions. In particular, we demonstrate extraction of clear phylometric signals that differentiate wafer-scale runs with adaptive dynamics enabled versus disabled. Together, these benchmark and validation trials reflect strong potential for highly scalable evolutionary computation that is both efficient and observable. Kernel code implementing the island-model GA supports drop-in customization to support any fixed-length genome content and fitness criteria, allowing it to be leveraged to advance research interests across the community., Comment: arXiv admin note: substantial text overlap with arXiv:2404.10861
- Published
- 2024
- Full Text
- View/download PDF
34. Trackable Agent-based Evolution Models at Wafer Scale
- Author
-
Moreno, Matthew Andres, Yang, Connor, Dolson, Emily, and Zaman, Luis
- Subjects
Computer Science - Neural and Evolutionary Computing ,Computer Science - Distributed, Parallel, and Cluster Computing - Abstract
Continuing improvements in computing hardware are poised to transform capabilities for in silico modeling of cross-scale phenomena underlying major open questions in evolutionary biology and artificial life, such as transitions in individuality, eco-evolutionary dynamics, and rare evolutionary events. Emerging ML/AI-oriented hardware accelerators, like the 850,000 processor Cerebras Wafer Scale Engine (WSE), hold particular promise. However, practical challenges remain in conducting informative evolution experiments that efficiently utilize these platforms' large processor counts. Here, we focus on the problem of extracting phylogenetic information from agent-based evolution on the WSE platform. This goal drove significant refinements to decentralized in silico phylogenetic tracking, reported here. These improvements yield order-of-magnitude performance improvements. We also present an asynchronous island-based genetic algorithm (GA) framework for WSE hardware. Emulated and on-hardware GA benchmarks with a simple tracking-enabled agent model clock upwards of 1 million generations a minute for population sizes reaching 16 million agents. We validate phylogenetic reconstructions from these trials and demonstrate their suitability for inference of underlying evolutionary conditions. In particular, we demonstrate extraction, from wafer-scale simulation, of clear phylometric signals that differentiate runs with adaptive dynamics enabled versus disabled. Together, these benchmark and validation trials reflect strong potential for highly scalable agent-based evolution simulation that is both efficient and observable. Developed capabilities will bring entirely new classes of previously intractable research questions within reach, benefiting further explorations within the evolutionary biology and artificial life communities across a variety of emerging high-performance computing platforms.
- Published
- 2024
35. Fully Decentralized Task Offloading in Multi-Access Edge Computing Systems
- Author
-
Aggarwal, Shubham, Zaman, Muhammad Aneeq uz, Bastopcu, Melih, Ulukus, Sennur, and Başar, Tamer
- Subjects
Computer Science - Information Theory ,Computer Science - Computer Science and Game Theory ,Computer Science - Networking and Internet Architecture ,Electrical Engineering and Systems Science - Systems and Control - Abstract
We consider the problem of task offloading in multi-access edge computing (MEC) systems constituting $N$ devices assisted by an edge server (ES), where the devices can split task execution between a local processor and the ES. Since the local task execution and communication with the ES both consume power, each device must judiciously choose between the two. We model the problem as a large population non-cooperative game among the $N$ devices. Since computation of an equilibrium in this scenario is difficult due to the presence of a large number of devices, we employ the mean-field game framework to reduce the finite-agent game problem to a generic user's multi-objective optimization problem, with a coupled consistency condition. By leveraging the novel age of information (AoI) metric, we invoke techniques from stochastic hybrid systems (SHS) theory and study the tradeoffs between increasing information freshness and reducing power consumption. In numerical simulations, we validate that a higher load at the ES may lead devices to upload their task to the ES less often., Comment: Accepted to IEEE Globecom Workshops 2024
- Published
- 2024
36. 'Sorry, Come Again?' Prompting -- Enhancing Comprehension and Diminishing Hallucination with [PAUSE]-injected Optimal Paraphrasing
- Author
-
Rawte, Vipula, Tonmoy, S. M Towhidul Islam, Zaman, S M Mehedi, Priya, Prachi, Chadha, Aman, Sheth, Amit P., and Das, Amitava
- Subjects
Computer Science - Computation and Language ,Computer Science - Artificial Intelligence - Abstract
Hallucination has emerged as the most vulnerable aspect of contemporary Large Language Models (LLMs). In this paper, we introduce the Sorry, Come Again (SCA) prompting, aimed to avoid LLM hallucinations by enhancing comprehension through: (i) optimal paraphrasing and (ii) injecting [PAUSE] tokens to delay LLM generation. First, we provide an in-depth analysis of linguistic nuances: formality, readability, and concreteness of prompts for 21 LLMs, and elucidate how these nuances contribute to hallucinated generation. Prompts with lower readability, formality, or concreteness pose comprehension challenges for LLMs, similar to those faced by humans. In such scenarios, an LLM tends to speculate and generate content based on its imagination (associative memory) to fill these information gaps. Although these speculations may occasionally align with factual information, their accuracy is not assured, often resulting in hallucination. Recent studies reveal that an LLM often neglects the middle sections of extended prompts, a phenomenon termed as lost in the middle. While a specific paraphrase may suit one LLM, the same paraphrased version may elicit a different response from another LLM. Therefore, we propose an optimal paraphrasing technique to identify the most comprehensible paraphrase of a given prompt, evaluated using Integrated Gradient (and its variations) to guarantee that the LLM accurately processes all words. While reading lengthy sentences, humans often pause at various points to better comprehend the meaning read thus far. We have fine-tuned an LLM with injected [PAUSE] tokens, allowing the LLM to pause while reading lengthier prompts. This has brought several key contributions: (i) determining the optimal position to inject [PAUSE], (ii) determining the number of [PAUSE] tokens to be inserted, and (iii) introducing reverse proxy tuning to fine-tune the LLM for [PAUSE] insertion.
- Published
- 2024
37. Policy Optimization finds Nash Equilibrium in Regularized General-Sum LQ Games
- Author
-
Zaman, Muhammad Aneeq uz, Aggarwal, Shubham, Bastopcu, Melih, and Başar, Tamer
- Subjects
Computer Science - Computer Science and Game Theory ,Computer Science - Artificial Intelligence ,Computer Science - Machine Learning ,Computer Science - Multiagent Systems - Abstract
In this paper, we investigate the impact of introducing relative entropy regularization on the Nash Equilibria (NE) of General-Sum $N$-agent games, revealing the fact that the NE of such games conform to linear Gaussian policies. Moreover, it delineates sufficient conditions, contingent upon the adequacy of entropy regularization, for the uniqueness of the NE within the game. As Policy Optimization serves as a foundational approach for Reinforcement Learning (RL) techniques aimed at finding the NE, in this work we prove the linear convergence of a policy optimization algorithm which (subject to the adequacy of entropy regularization) is capable of provably attaining the NE. Furthermore, in scenarios where the entropy regularization proves insufficient, we present a $\delta$-augmentation technique, which facilitates the achievement of an $\epsilon$-NE within the game., Comment: Accepted for Conference on Decision and Control 2024
- Published
- 2024
38. Bistatic Doppler Frequency Estimation with Asynchronous Moving Devices for Integrated Sensing and Communications
- Author
-
Ventura, Gianmaria, Bhalli, Zaman, Rossi, Michele, and Pegoraro, Jacopo
- Subjects
Electrical Engineering and Systems Science - Signal Processing - Abstract
In this letter, we present for the first time a method to estimate the bistatic Doppler frequency of a target with clock asynchronous and mobile Integrated Sensing And Communication (ISAC) devices. Existing approaches have separately tackled the presence of phase offsets due to clock asynchrony or the additional Doppler shift due to device movement. However, in real ISAC scenarios, these two sources of phase nuisance are concurrently present, making the estimation of the target's Doppler frequency particularly challenging. Our method solves the problem using the sole wireless signal at the receiver, exploiting the invariance of phase offsets across multipath components and the bistatic geometry in an original way. The proposed method is validated via simulation, exploring the impact of different system parameters. Numerical results show that our approach is a viable way of estimating Doppler frequency in bistatic asynchronous ISAC scenarios with mobile devices.
- Published
- 2024
39. Independent RL for Cooperative-Competitive Agents: A Mean-Field Perspective
- Author
-
Zaman, Muhammad Aneeq uz, Koppel, Alec, Laurière, Mathieu, and Başar, Tamer
- Subjects
Computer Science - Machine Learning ,Computer Science - Artificial Intelligence ,Computer Science - Computer Science and Game Theory ,Computer Science - Multiagent Systems - Abstract
We address in this paper Reinforcement Learning (RL) among agents that are grouped into teams such that there is cooperation within each team but general-sum (non-zero sum) competition across different teams. To develop an RL method that provably achieves a Nash equilibrium, we focus on a linear-quadratic structure. Moreover, to tackle the non-stationarity induced by multi-agent interactions in the finite population setting, we consider the case where the number of agents within each team is infinite, i.e., the mean-field setting. This results in a General-Sum LQ Mean-Field Type Game (GS-MFTGs). We characterize the Nash equilibrium (NE) of the GS-MFTG, under a standard invertibility condition. This MFTG NE is then shown to be $\mathcal{O}(1/M)$-NE for the finite population game where $M$ is a lower bound on the number of agents in each team. These structural results motivate an algorithm called Multi-player Receding-horizon Natural Policy Gradient (MRPG), where each team minimizes its cumulative cost independently in a receding-horizon manner. Despite the non-convexity of the problem, we establish that the resulting algorithm converges to a global NE through a novel problem decomposition into sub-problems using backward recursive discrete-time Hamilton-Jacobi-Isaacs (HJI) equations, in which independent natural policy gradient is shown to exhibit linear convergence under time-independent diagonal dominance. Experiments illuminate the merits of this approach in practice.
- Published
- 2024
40. Pairs Trading Using a Novel Graphical Matching Approach
- Author
-
Qureshi, Khizar and Zaman, Tauhid
- Subjects
Statistics - Applications ,Quantitative Finance - Statistical Finance - Abstract
Pairs trading, a strategy that capitalizes on price movements of asset pairs driven by similar factors, has gained significant popularity among traders. Common practice involves selecting highly cointegrated pairs to form a portfolio, which often leads to the inclusion of multiple pairs sharing common assets. This approach, while intuitive, inadvertently elevates portfolio variance and diminishes risk-adjusted returns by concentrating on a small number of highly cointegrated assets. Our study introduces an innovative pair selection method employing graphical matchings designed to tackle this challenge. We model all assets and their cointegration levels with a weighted graph, where edges signify pairs and their weights indicate the extent of cointegration. A portfolio of pairs is a subgraph of this graph. We construct a portfolio which is a maximum weighted matching of this graph to select pairs which have strong cointegration while simultaneously ensuring that there are no shared assets within any pair of pairs. This approach ensures each asset is included in just one pair, leading to a significantly lower variance in the matching-based portfolio compared to a baseline approach that selects pairs purely based on cointegration. Theoretical analysis and empirical testing using data from the S\&P 500 between 2017 and 2023, affirm the efficacy of our method. Notably, our matching-based strategy showcases a marked improvement in risk-adjusted performance, evidenced by a gross Sharpe ratio of 1.23, a significant enhancement over the baseline value of 0.48 and market value of 0.59. Additionally, our approach demonstrates reduced trading costs attributable to lower turnover, alongside minimized single asset risk due to a more diversified asset base.
- Published
- 2024
41. The potential clinical utility of Whole Genome Sequencing for patients with cancer: evaluation of a regional implementation of the 100,000 Genomes Project
- Author
-
Leung, Elaine Y. L., Robbins, Helen L., Zaman, Shafquat, Lal, Neeraj, Morton, Dion, Dew, Lisa, Williams, Anthony P., Wallis, Yvonne, Bell, Jennie, Raghavan, Manoj, Middleton, Gary, and Beggs, Andrew D.
- Published
- 2024
- Full Text
- View/download PDF
42. Insight into Structural, Electronic, Elastic and Optical Properties of Thallium Based Perovskite TlXBr3 (X = Ti, Zr) via DFT Study for Reflective Coating
- Author
-
Quraishi, A. M., Amina, Khan, Sajid, Alrefaee, Salhah Hamed, Shernazarov, Iskandar, Almahri, Albandary, Nurmuhammedov, Anvar, Tirth, Vineet, Algahtani, Ali, Mohammed, Rawaa M., Mohsen, Q., Hadia, N. M A., and Zaman, Abid
- Published
- 2024
- Full Text
- View/download PDF
43. Centrality Versus Temperature of Protons, Deuterons, and Tritons in Au + Au Collisions at 54.4 GeV
- Author
-
Khan, Imran, Qudus, Abdul, and Zaman, Ali
- Published
- 2024
- Full Text
- View/download PDF
44. Postdigital Videogames Literacies: Thinking With, Through, and Beyond James Gee’s Learning Principles
- Author
-
Bacalja, Alexander, Nichols, T. Phillip, Robinson, Bradley, Bhatt, Ibrar, Kucharczyk, Stefan, Zomer, Chris, Nash, Brady, Dupont, Bruno, De Cock, Rozane, Zaman, Bieke, Bonenfant, Maude, Grosemans, Eva, Abrams, Sandra Schamroth, Vallis, Carmen, Koutsogiannis, Dimitrios, Dishon, Gideon, Reed, Jack, Byers, Thomas, Fawzy, Rania Magdi, Hsu, Hsiao-Ping, Lowien, Nathan, Barton, Georgina, Callow, Jon, Liu, Zirui, Serafini, Frank, Vermeire, Zowi, deHaan, Jonathan, Croasdale, Alison, Torres-Toukoumidis, Angel, Xu, Xiao, and Schnaider, Karoline
- Published
- 2024
- Full Text
- View/download PDF
45. Multi-criteria process optimization for better performance of grinding AISI 1060 hardened steel using different hybrid taguchi-based MCDM methods
- Author
-
Zaman, Prianka Binte, Tusar, Md. Imran Hasan, and Dhar, Nikhil Ranjan
- Published
- 2024
- Full Text
- View/download PDF
46. Integrated-decision support system (DSS) for risk identification and mitigation in manufacturing industry for zero-defect manufacturing (ZDM): a state-of-the-art review
- Author
-
Akbar, Muhammad Awais, Naseem, Afshan, Zaman, Uzair Khaleeq uz, and Petronijevic, Jelena
- Published
- 2024
- Full Text
- View/download PDF
47. Differences in misinformation sharing can lead to politically asymmetric sanctions
- Author
-
Mosleh, Mohsen, Yang, Qi, Zaman, Tauhid, Pennycook, Gordon, and Rand, David G.
- Published
- 2024
- Full Text
- View/download PDF
48. Novel results from quadratically nonlinear elastic wave models using Murnaghan’s potential
- Author
-
Hameed, Hamza, Zaman, F. D., Ahmad, Shahbaz, and Ali, Hassan
- Published
- 2024
- Full Text
- View/download PDF
49. Leveraging Ensemble Models and Follow-up Data for Accurate Prediction of mRS Scores from Radiomic Features of DSC-PWI Images
- Author
-
Yassin, Mazen M., Zaman, Asim, Lu, Jiaxi, Yang, Huihui, Cao, Anbo, Hassan, Haseeb, Han, Taiyu, Miao, Xiaoqiang, Shi, Yongkang, Guo, Yingwei, Luo, Yu, and Kang, Yan
- Published
- 2024
- Full Text
- View/download PDF
50. Identification and characterization of human GDF15 knockouts
- Author
-
Gurtan, Allan M., Khalid, Shareef, Koch, Christopher, Khan, Maleeha Zaman, Lamarche, Lindsey B., Splawski, Igor, Dolan, Elizabeth, Carrion, Ana M., Zessis, Richard, Clement, Matthew E., Chen, Zhiping, Lindsley, Loren D., Chiu, Yu-Hsin, Streeper, Ryan S., Denning, Daniel P., Goldfine, Allison B., Doyon, Brian, Abbasi, Ali, Harrow, Jennifer L., Tsunoyama, Kazuhisa, Asaumi, Makoto, Kou, Ikuyo, Shuldiner, Alan R., Rodriguez-Flores, Juan L., Rasheed, Asif, Jahanzaib, Muhammad, Mian, Muhammad Rehan, Liaqat, Muhammad Bilal, Raza, Syed Shahzaib, Sultana, Riffat, Jalal, Anjum, Saeed, Muhammad Hamid, Abbas, Shahid, Memon, Fazal Rehman, Ishaq, Mohammad, Dominy, John E., and Saleheen, Danish
- Published
- 2024
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.