SearcharxivSearch

arXiv subjects

Atul Kumar

Publications and source records attributed to Atul Kumar.

At least 37 records · Page 2Linked to original sources

Uncertainty-Aware Deep Neural Representations for Visual Analysis of Vector Field Data

The widespread use of Deep Neural Networks (DNNs) has recently resulted in their application to challenging scientific visualization tasks. While advanced DNNs demonstrate impressive generalization abilities, understanding factors like prediction quality, confidence, robustness, and uncertainty is crucial. These insights aid application scientists in making informed decisions. However, DNNs lack inherent mechanisms to measure prediction uncertainty, prompting the creation of distinct frameworks for constructing robust uncertainty-aware models tailored to various visualization tasks. In this work, we develop uncertainty-aware implicit neural representations to model steady-state vector fields effectively. We comprehensively evaluate the efficacy of two principled deep uncertainty estimation techniques: (1) Deep Ensemble and (2) Monte Carlo Dropout, aimed at enabling uncertainty-informed visual analysis of features within steady vector field data. Our detailed exploration using several vector data sets indicate that uncertainty-aware models generate informative visualization results of vector field features. Furthermore, incorporating prediction uncertainty improves the resilience and interpretability of our DNN model, rendering it applicable for the analysis of non-trivial vector field data sets.

cs.GR

Harnessing Quantum Support Vector Machines for Cross-Domain Classification of Quantum States

In the present study, we use cross-domain classification using quantum machine learning for quantum advantages to readdress the entanglement versus separability paradigm. The inherent structure of quantum states and its relation to a particular class of quantum states are used to intuitively classify testing states from domains different from training states, called \textit{cross-domain classification}. Using our quantum machine learning algorithm, we demonstrate efficient classifications of two-qubit mixed states into entangled and separable classes. For analyzing the quantumness of correlations, our model adequately classifies Bell diagonal states as zero and non-zero discord states. In addition, we also extend our analysis to evaluate the robustness of our model using random local unitary transformations. Our results demonstrate the potential of the quantum support vector machine for classifying quantum states across the multi-dimensional Hilbert space in comparison to classical support vector machines and neural networks.

quant-ph

Towards realization of universal quantum teleportation using weak measurements

In this manuscript, we analyze universal quantum teleportation in the presence of memory or memory-less dynamics with applications of partial collapse measurement operators. Our results show that the combined effects of memory or non-Markovianity and weak measurements can lead to universal quantum teleportation (UQT). Our study involves noise models of physical importance having characteristic Markovian and non-Markovian regions allowing one to observe a transition in quantum properties as one switches from non-Markovian to Markovian dynamics. For this, we characterize the effects of different types of non-Markovianity for efficient UQT both due to retention of correlations for a longer duration and due to information backflow. We further analyze memory effects arising from a correlated channel with or without weak measurements. Interestingly, our analysis for a correlated amplitude damping channel shows that memory effects are of significant advantage to minimize the fidelity deviation. The presence of weak measurements further enhances the realization of UQT in the presence of memory. The ability of memory effects in achieving zero fidelity deviation at non-zero time is interesting and of experimental importance.

quant-ph

Facets of correlated non-Markovian channels

We investigate the domain of correlated non-Markovian channels, exploring the potential memory arising from the correlated action of channels and the inherent memory due to non-Markovian dynamics. The impact of channel correlations is studied using different non-Markovianity indicators and measures. In addition, the dynamical aspects of correlated non-Markovian channels, including entanglement dynamics as well as changes in the volume of accessible states, are explored. The analysis is presented for both unital and non-unital correlated channels. A new correlated channel constructed with modified Ornstein-Uhlenbeck noise is also presented and explored. Further, the geometrical effects of the non-Markovianity of the correlated non-Markovian channels are discussed with a study of change in the volume of the accessible states. The link between the correlation factor and error correction success probability is highlighted.

quant-ph

A Graph-Theoretical Framework to Analyse Zero Discord Quantum States

This article comprehensively explores matrices and their prerequisites for achieving positive semidefiniteness. The study delves into a series of theorems concerning pure quantum states in the context of weighted graphs. The main objective of this study is to establish a graph-theoretic framework for the study of quantum discord and to identify the necessary and sufficient conditions for zero quantum discord states using unitary operators. This research aims to advance the understanding of quantum discord and its implications for quantum information theory with a graph-theoretic framework.

quant-ph

Separability of Graph Laplacian Quantum States: Utilizing Unitary Operators, Neighbourhood Sets and Equivalence Relation

This article delves into an analysis of the intrinsic entanglement and separability feature in quantum states as depicted by graph Laplacian. We show that the presence or absence of edges in the graph plays a pivotal role in defining the entanglement or separability of these states. We propose a set of criteria for ascertaining the separability of quantum states comprising $n$-qubit within a composite Hilbert space, indicated as $H=H_1 \otimes H_2 \otimes \dots \otimes H_n$. This determination is achieved through a combination of unitary operators, neighbourhood sets, and equivalence relations.

quant-ph

Quantum-inspired attribute selection algorithm: A Fidelity-based Quantum Decision Tree

A classical decision tree is completely based on splitting measures, which utilize the occurrence of random events in correspondence to its class labels in order to optimally segregate datasets. However, the splitting measures are based on greedy strategy, which leads to construction of an imbalanced tree and hence decreases the prediction accuracy of the classical decision tree algorithm. An intriguing approach is to utilize the foundational aspects of quantum computing for enhancing decision tree algorithm. Therefore, in this work, we propose to use fidelity as a quantum splitting criterion to construct an efficient and balanced quantum decision tree. For this, we construct a quantum state using the occurrence of random events in a feature and its corresponding class. The quantum state is further utilized to compute fidelity for determining the splitting attribute among all features. Using numerical analysis, our results clearly demonstrate that the proposed algorithm cooperatively ensures the construction of a balanced tree. We further compared the efficiency of our proposed quantum splitting criterion to different classical splitting criteria on balanced and imbalanced datasets. Our simulation results show that the proposed splitting criterion exceeds all classical splitting criteria for all possible evaluation metrics.

quant-ph

On the Achievable Rate of MIMO Narrowband PLC with Spatio-Temporal Correlated Noise

Narrowband power line communication (NB-PLC) systems are an attractive solution for supporting current and future smart grids. A technology proposed to enhance data rate in NB-PLC is multiple-input multiple-output (MIMO) transmission over multiple power line phases. To achieve reliable communication over MIMO NB-PLC, a key challenge is to take into account and mitigate the effects of temporally and spatially correlated cyclostationary noise. Noise samples in a cycle can be divided into three classes with different distributions, i.e. Gaussian, moderate impulsive, and strong impulsive. However, in this paper we first show that the impulsive classes in their turn can be divided into sub-classes with normal distributions and, after deriving the theoretical capacity, two noise sample sets with such characteristics are used to evaluate achievable information rates: one sample set is the measured noise in laboratory and the other is produced through MIMO frequency-shift (FRESH) filtering. The achievable information rates are attained by means of a spatio-temporal whitening of the portions of the cyclostationary correlated noise samples that belong to the Gaussian sub-classes. The proposed approach can be useful to design the optimal receiver in terms of bit allocation using waterfilling algorithm and to adapt modulation order.

cs.IT

COMEX: A Tool for Generating Customized Source Code Representations

Learning effective representations of source code is critical for any Machine Learning for Software Engineering (ML4SE) system. Inspired by natural language processing, large language models (LLMs) like Codex and CodeGen treat code as generic sequences of text and are trained on huge corpora of code data, achieving state of the art performance on several software engineering (SE) tasks. However, valid source code, unlike natural language, follows a strict structure and pattern governed by the underlying grammar of the programming language. Current LLMs do not exploit this property of the source code as they treat code like a sequence of tokens and overlook key structural and semantic properties of code that can be extracted from code-views like the Control Flow Graph (CFG), Data Flow Graph (DFG), Abstract Syntax Tree (AST), etc. Unfortunately, the process of generating and integrating code-views for every programming language is cumbersome and time consuming. To overcome this barrier, we propose our tool COMEX - a framework that allows researchers and developers to create and combine multiple code-views which can be used by machine learning (ML) models for various SE tasks. Some salient features of our tool are: (i) it works directly on source code (which need not be compilable), (ii) it currently supports Java and C#, (iii) it can analyze both method-level snippets and program-level snippets by using both intra-procedural and inter-procedural analysis, and (iv) it is easily extendable to other languages as it is built on tree-sitter - a widely used incremental parser that supports over 40 languages. We believe this easy-to-use code-view generation and customization tool will give impetus to research in source code representation learning methods and ML4SE. Tool: https://pypi.org/project/comex - GitHub: https://github.com/IBM/tree-sitter-codeviews - Demo: https://youtu.be/GER6U87FVbU

cs.SE

The role of entanglement for enhancing the efficiency of quantum kernels towards classification

Quantum kernels are considered as potential resources to illustrate benefits of quantum computing in machine learning. Considering the impact of hyperparameters on the performance of a classical machine learning model, it is imperative to identify promising hyperparameters using quantum kernel methods in order to achieve quantum advantages. In this work, we analyse and classify sentiments of textual data using a new quantum kernel based on linear and full entangled circuits as hyperparameters for controlling the correlation among words. We also find that the use of linear and full entanglement further controls the expressivity of the Quantum Support Vector Machine (QSVM). In addition, we also compare the efficiency of the proposed circuit with other quantum circuits and classical machine learning algorithms. Our results show that the proposed fully entangled circuit outperforms all other fully or linearly entangled circuits in addition to classical algorithms for most of the features. In fact, as the feature increases the efficiency of our proposed fully entangled model also increases significantly.

quant-ph

A Novel Approach for Cancellation of Non-Aligned Inter Spreading Factor Interference in LoRa Systems

Long Range (LoRa) has become a key enabler technology for low power wide area networks. However, due to its ALOHA-based medium access scheme, LoRa has to cope with collisions that limit the capacity and network scalability. Collisions between randomly overlapped signals modulated with different spreading factors (SFs) result in inter-SF interference, which increases the packet loss likelihood when signal-to-interference ratio (SIR) is low. This issue cannot be resolved by channel coding since the probability of error distance is not concentrated around the adjacent symbol. In this paper, we analytically model this interference, and propose an interference cancellation method based on the idea of segmentation of the received signal. This scheme has three steps. First, the SF of the interference signal is identified, then the equivalent data symbol and complex amplitude of the interference are estimated. Finally, the estimated interference signal is subtracted from the received signal before demodulation. Unlike conventional serial interference cancellation (SIC), this scheme can directly estimate and reconstruct the non-aligned inter-SF interference without synchronization. Simulation results show that the proposed method can significantly reduce the symbol error rate (SER) under low SIR compared with the conventional demodulation. Moreover, it also shows high robustness to fractional sample timing offset (STO) and carrier frequency offset (CFO) of interference. The presented results clearly show the effectiveness of the proposed method in terms of the SER performance.

eess.SP

Transverse spectral instability in generalized Kadomtsev-Petviashvili equation

We study transverse stability and instability of one-dimensional small-amplitude periodic traveling waves of a generalized Kadomtsev-Petviashvili equation with respect to two-dimensional perturbations, which are either periodic or square-integrable in the direction of the propagation of the underlying one-dimensional wave and periodic in the transverse direction. We obtain transverse instability results in KP-fKdV, KP-ILW, and KP-Whitham equations. Moreover, assuming the spectral stability of one-dimensional wave with respect to one-dimensional square-integrable periodic perturbations, we obtain transverse stability results in aforementioned equations.

math.AP

Signatures of an energetic charge bunch moving in a plasma

A charge bunch moving in a plasma can excite a variety of linear and nonlinear waves in the form of trailing wakes, fore-wake shocks and precursor solitons. These structures can further interact with the background plasma to create secondary effects that can serve as signatures of the passage of the charge bunch. Using particle-in-cell simulations we investigate in detail the dynamics of a plasma system that is being traversed by an energetic charged ion bunch. Using two different shapes of the charge source, namely, an idealized one dimensional line source and a two dimensional thin rectangular source we examine the differences in the nature of the excited wave structures and their consequent impact on the background plasma. Our simulations reveal interesting features such as the dependence of the precursor speeds on the total charge of the ion bunch, local particle trapping, and energization of the trapped ions in various regions along the traversal path leading to the formation of energetic ion beam-lets. The collective excitations and the signatures in the ambient plasma could prove useful in practical applications such as in ion beam heating of plasmas. They can also help in analysing the trajectories of charged objects like space debris orbiting in the ionosphere.

physics.plasm-ph

High-frequency instabilities of the Ostrovsky equation

We study spectral stability of small amplitude periodic traveling waves of the Ostrovsky equation. We prove that these waves exhibit spectral instabilities arising from a collision of pair of non-zero eigenvalues on the imaginary axis when subjected to square integrable perturbations on the whole real line. We also list all such collisions between pair of eigenvalues on the imaginary axis and do a Krein signature analysis.

math.AP

Kinetic simulations of collision-less plasmas in open magnetic geometries

Laboratory plasmas in open magnetic geometries can be found in many different applications such as (1) Scrape-Of-Layer (SOL) and divertor regions in toroidal confinement fusion devices (\approx1-10^2\hspace{1mm}\mathrm{eV}), (2) linear divertor simulators (\approx1-10\hspace{1mm}\mathrm{eV}), (3) plasma-based thrusters (\approx10\hspace{1mm}\mathrm{eV}) and (4) magnetic mirrors (\approx10^2-10^3\hspace{1mm}\mathrm{eV}). A common feature of these plasma systems is the need to resolve, in addition to velocity space, at least one physical dimension (e.g. along flux lines) to capture the relevant physics. In general, this requires a kinetic treatment. Fully kinetic Particle-In-Cell (PIC) simulations can be applied but at the expense of large computational effort. A common way to resolve this is to use a hybrid approach: kinetic ions and fluid electrons. In the present work, the development of a hybrid PIC computational tool suitable for open magnetic geometries is described which includes (1) the effect of non-uniform magnetic fields, (2) finite fully-absorbing boundaries for the particles and (3) volumetric particle sources. Analytical expressions for the momentum transport in the paraxial limit are presented with their underlying assumptions and are used to validate the results from the PIC simulations. The self-consistent electric field is calculated and is shown to modify the ion velocity distribution function in manner consistent with analytic theory. Based on this analysis, the ion distribution function is understood in terms of a loss-cone distribution and an isotropic Maxwell-Boltzmann distribution driven by a volumetric plasma source. Finally, inclusion of a Monte-Carlo based Fokker-Planck collision operator is discussed in the context of future work.

physics.plasm-ph

Dynamic Structural Impact of the COVID-19 Outbreak on the Stock Market and the Exchange Rate: A Cross-country Analysis Among BRICS Nations

COVID-19 has impacted the economy of almost every country in the world. Of particular interest are the responses of the economic indicators of developing nations (such as BRICS) to the COVID-19 shock. As an extension to our earlier work on the dynamic associations of pandemic growth, exchange rate, and stock market indices in the context of India, we look at the same question with respect to the BRICS nations. We use structural variable autoregression (SVAR) to identify the dynamic underlying associations across the normalized growth measurements of the COVID-19 cumulative case, recovery, and death counts, and those of the exchange rate, and stock market indices, using data over 203 days (March 12 - September 30, 2020). Using impulse response analyses, the COVID-19 shock to the growth of exchange rate was seen to persist for around 10+ days, and that for stock exchange was seen to be around 15 days. The models capture the contemporaneous nature of these shocks and the subsequent responses, potentially guiding to inform policy decisions at a national level. Further, causal inference-based analyses would allow us to infer relationships that are stronger than mere associations.

econ.GN

Examining the Effect of COVID-19 on Foreign Exchange Rate and Stock Market -- An Applied Insight into the Variable Effects of Lockdown on Indian Economy

Since March 25, 2020, India had been under a nation-wide lockdown announced as a response to the spread of SARS-CoV-2 and COVID-19 and has resorted to a process of 'unlocking' the lockdown over the past couple of months. This work attempts to examine the effect of novel coronavirus 2019 (COVID-19) and its resulting disease, the COVID-19, on the foreign exchange rates and stock market performances of India using secondary data over a span of 112 days spanning between March 11 and June 30, 2020. The study explores whether the causal relationships and directions among the growth rate of confirmed cases (GROWTHC), exchange rate (GEX) and SENSEX value (GSENSEX) are remaining the same across different pre and post-lockdown phases, attempting to capture any potential changes over time via the vector autoregressive (VAR) models. A positive correlation is found between the growth rate of confirmed cases and the growth rate of exchange rate, and a negative correlation between the growth rate of confirmed cases and the growth rate of SENSEX value. However, on applying a vector autoregressive (VAR) model, it is observed that an increase in the confirmed COVID-19 cases causes no significant change in the values of the exchange rate and SENSEX index. The result varies if the analysis is split across different time periods - before lockdown, the four phases of lockdown, and the first phase of unlock. Nuanced and sensible interpretations of the numeric results indicate significant variability across time in terms of the relation between the variables of interest. The detailed knowledge about the varying patterns of dependence could potentially help the policy makers and investors of India in order to develop their strategies to cope up with the situation.

q-fin.ST

Precursor magneto-sonic solitons in a plasma from a moving charged object

The nature of fore-wake excitations created by a charged object moving in a magnetized plasma is investigated using particle-in-cell simulations. Our studies establish for the first time the existence of precursor magneto-sonic solitons traveling ahead of a moving charged object. The nature of these excitations and the conditions governing their existence are delineated. We also confirm earlier molecular dynamic and fluid simulation results related to electrostatic precursor solitons obtained in the absence of a magnetic field. The electromagnetic precursors could have interesting practical applications such as in the interpretation of observed nonlinear structures during the interaction of the solar wind with the earth and the moon and may also serve as useful tracking signatures of charged space debris traveling in the ionosphere.

physics.plasm-ph