arXiv ScienceSearch

arXiv subjects

Shakti Singh

Publications and source records attributed to Shakti Singh.

At least 19 recordsLinked to original sources

On the Modeling of Kink Oscillations in Fine-Structured Coronal Loops with Field-aligned Nonlinear Longitudinal Disturbances

We investigate the influence of nonlinear longitudinal disturbances, triggered by an initial field-aligned velocity flow, on the damping of standing kink oscillations in fine-structured, cool coronal loop strands under isobaric conditions. Using two-dimensional ideal MHD simulations, we model different realistic flow geometries, bounded, unbounded, and external, and quantify their impact on wave excitation, damping, and energy leakage. Our modelled loop strand incorporates strong density contrasts ($d = 5$ and $d = 20$), providing a configuration consistent with cool-loop observations from Hinode/SOT and SDO/AIA. Our results show that while the nonlinear disturbances exert mild influence on the oscillation period, they substantially modify the damping time. Unbounded flows yield the strongest damping, reducing the damping time by up to $\sim 25\%$ compared to bounded flows, caused by enhanced wave-flow coupling and scattering. Longitudinally inhomogeneous flows further intensify the damping, with high-density strands exhibiting faster convergence toward the uniform-flow limit. In cases with supersonic internal flow, slow sausage-mode harmonics and weak slow shocks are additionally excited, indicating the generation of mixed-mode wave responses in flow-dominated loops. These findings demonstrate that realistic, spatially extended nonlinear disturbances play a significant role in the damping of kink oscillations and should be incorporated into forward modeling and coronal seismology diagnostics.

astro-ph.SR

From Fragments to Facts: A Curriculum-Driven DPO Approach for Generating Hindi News Veracity Explanations

In an era of rampant misinformation, generating reliable news explanations is vital, especially for under-represented languages like Hindi. Lacking robust automated tools, Hindi faces challenges in scaling misinformation detection. To bridge this gap, we propose a novel framework integrating Direct Preference Optimization (DPO) with curriculum learning to align machine-generated explanations with human reasoning. Fact-checked explanations from credible sources serve as preferred responses, while LLM outputs highlight system limitations and serve as non-preferred responses. To refine task-specific alignment, we introduce two key parameters -- Actuality and Finesse -- into the DPO loss function, enhancing explanation quality and consistency. Experiments with LLMs (Mistral, Llama, Gemma) and PLMs (mBART, mT5) confirm the framework's effectiveness in generating coherent, contextually relevant explanations. This scalable approach combats misinformation and extends automated explanation generation to low-resource languages.

cs.CL

Poisoning Behavioral-based Worker Selection in Mobile Crowdsensing using Generative Adversarial Networks

With the widespread adoption of Artificial intelligence (AI), AI-based tools and components are becoming omnipresent in today's solutions. However, these components and tools are posing a significant threat when it comes to adversarial attacks. Mobile Crowdsensing (MCS) is a sensing paradigm that leverages the collective participation of workers and their smart devices to collect data. One of the key challenges faced at the selection stage is ensuring task completion due to workers' varying behavior. AI has been utilized to tackle this challenge by building unique models for each worker to predict their behavior. However, the integration of AI into the system introduces vulnerabilities that can be exploited by malicious insiders to reduce the revenue obtained by victim workers. This work proposes an adversarial attack targeting behavioral-based selection models in MCS. The proposed attack leverages Generative Adversarial Networks (GANs) to generate poisoning points that can mislead the models during the training stage without being detected. This way, the potential damage introduced by GANs on worker selection in MCS can be anticipated. Simulation results using a real-life dataset show the effectiveness of the proposed attack in compromising the victim workers' model and evading detection by an outlier detector, compared to a benchmark. In addition, the impact of the attack on reducing the payment obtained by victim workers is evaluated.

cs.CR

Comprehensive Review of Reinforcement Learning for Medical Ultrasound Imaging

Medical Ultrasound (US) imaging has seen increasing demands over the past years, becoming one of the most preferred imaging modalities in clinical practice due to its affordability, portability, and real-time capabilities. However, it faces several challenges that limit its applicability, such as operator dependency, variability in interpretation, and limited resolution, which are amplified by the low availability of trained experts. This calls for the need of autonomous systems that are capable of reducing the dependency on humans for increased efficiency and throughput. Reinforcement Learning (RL) comes as a rapidly advancing field under Artificial Intelligence (AI) that allows the development of autonomous and intelligent agents that are capable of executing complex tasks through rewarded interactions with their environments. Existing surveys on advancements in the US scanning domain predominantly focus on partially autonomous solutions leveraging AI for scanning guidance, organ identification, plane recognition, and diagnosis. However, none of these surveys explore the intersection between the stages of the US process and the recent advancements in RL solutions. To bridge this gap, this review proposes a comprehensive taxonomy that integrates the stages of the US process with the RL development pipeline. This taxonomy not only highlights recent RL advancements in the US domain but also identifies unresolved challenges crucial for achieving fully autonomous US systems. This work aims to offer a thorough review of current research efforts, highlighting the potential of RL in building autonomous US solutions while identifying limitations and opportunities for further advancements in this field.

eess.IV

CACTUS: An Open Dataset and Framework for Automated Cardiac Assessment and Classification of Ultrasound Images Using Deep Transfer Learning

Cardiac ultrasound (US) scanning is a commonly used techniques in cardiology to diagnose the health of the heart and its proper functioning. Therefore, it is necessary to consider ways to automate these tasks and assist medical professionals in classifying and assessing cardiac US images. Machine learning (ML) techniques are regarded as a prominent solution due to their success in numerous applications aimed at enhancing the medical field, including addressing the shortage of echography technicians. However, the limited availability of medical data presents a significant barrier to applying ML in cardiology, particularly regarding US images of the heart. This paper addresses this challenge by introducing the first open graded dataset for Cardiac Assessment and ClassificaTion of UltraSound (CACTUS), which is available online. This dataset contains images obtained from scanning a CAE Blue Phantom and representing various heart views and different quality levels, exceeding the conventional cardiac views typically found in the literature. Additionally, the paper introduces a Deep Learning (DL) framework consisting of two main components. The first component classifies cardiac US images based on the heart view using a Convolutional Neural Network (CNN). The second component uses Transfer Learning (TL) to fine-tune the knowledge from the first component and create a model for grading and assessing cardiac images. The framework demonstrates high performance in both classification and grading, achieving up to 99.43% accuracy and as low as 0.3067 error, respectively. To showcase its robustness, the framework is further fine-tuned using new images representing additional cardiac views and compared to several other state-of-the-art architectures. The framework's outcomes and performance in handling real-time scans were also assessed using a questionnaire answered by cardiac experts.

cs.CV

Blockchain-based Crowdsourced Deep Reinforcement Learning as a Service

Deep Reinforcement Learning (DRL) has emerged as a powerful paradigm for solving complex problems. However, its full potential remains inaccessible to a broader audience due to its complexity, which requires expertise in training and designing DRL solutions, high computational capabilities, and sometimes access to pre-trained models. This necessitates the need for hassle-free services that increase the availability of DRL solutions to a variety of users. To enhance the accessibility to DRL services, this paper proposes a novel blockchain-based crowdsourced DRL as a Service (DRLaaS) framework. The framework provides DRL-related services to users, covering two types of tasks: DRL training and model sharing. Through crowdsourcing, users could benefit from the expertise and computational capabilities of workers to train DRL solutions. Model sharing could help users gain access to pre-trained models, shared by workers in return for incentives, which can help train new DRL solutions using methods in knowledge transfer. The DRLaaS framework is built on top of a Consortium Blockchain to enable traceable and autonomous execution. Smart Contracts are designed to manage worker and model allocation, which are stored using the InterPlanetary File System (IPFS) to ensure tamper-proof data distribution. The framework is tested on several DRL applications, proving its efficacy.

cs.LG

UAV-assisted Internet of Vehicles: A Framework Empowered by Reinforcement Learning and Blockchain

This paper addresses the challenges of selecting relay nodes and coordinating among them in UAV-assisted Internet-of-Vehicles (IoV). The selection of UAV relay nodes in IoV employs mechanisms executed either at centralized servers or decentralized nodes, which have two main limitations: 1) the traceability of the selection mechanism execution and 2) the coordination among the selected UAVs, which is currently offered in a centralized manner and is not coupled with the relay selection. Existing UAV coordination methods often rely on optimization methods, which are not adaptable to different environment complexities, or on centralized deep reinforcement learning, which lacks scalability in multi-UAV settings. Overall, there is a need for a comprehensive framework where relay selection and coordination are coupled and executed in a transparent and trusted manner. This work proposes a framework empowered by reinforcement learning and Blockchain for UAV-assisted IoV networks. It consists of three main components: a two-sided UAV relay selection mechanism for UAV-assisted IoV, a decentralized Multi-Agent Deep Reinforcement Learning (MDRL) model for autonomous UAV coordination, and a Blockchain implementation for transparency and traceability in the interactions between vehicles and UAVs. The relay selection considers the two-sided preferences of vehicles and UAVs based on the Quality-of-UAV (QoU) and the Quality-of-Vehicle (QoV). Upon selection of relay UAVs, the decentralized coordination between them is enabled through an MDRL model trained to control their mobility and maintain the network coverage and connectivity using Proximal Policy Optimization (PPO). The evaluation results demonstrate that the proposed selection and coordination mechanisms improve the stability of the selected relays and maximize the coverage and connectivity achieved by the UAVs.

cs.NI

Adaptive Target Localization under Uncertainty using Multi-Agent Deep Reinforcement Learning with Knowledge Transfer

Target localization is a critical task in sensitive applications, where multiple sensing agents communicate and collaborate to identify the target location based on sensor readings. Existing approaches investigated the use of Multi-Agent Deep Reinforcement Learning (MADRL) to tackle target localization. Nevertheless, these methods do not consider practical uncertainties, like false alarms when the target does not exist or when it is unreachable due to environmental complexities. To address these drawbacks, this work proposes a novel MADRL-based method for target localization in uncertain environments. The proposed MADRL method employs Proximal Policy Optimization to optimize the decision-making of sensing agents, which is represented in the form of an actor-critic structure using Convolutional Neural Networks. The observations of the agents are designed in an optimized manner to capture essential information in the environment, and a team-based reward functions is proposed to produce cooperative agents. The MADRL method covers three action dimensionalities that control the agents' mobility to search the area for the target, detect its existence, and determine its reachability. Using the concept of Transfer Learning, a Deep Learning model builds on the knowledge from the MADRL model to accurately estimating the target location if it is unreachable, resulting in shared representations between the models for faster learning and lower computational complexity. Collectively, the final combined model is capable of searching for the target, determining its existence and reachability, and estimating its location accurately. The proposed method is tested using a radioactive target localization environment and benchmarked against existing methods, showing its efficacy.

cs.LG

Blockchain-assisted Demonstration Cloning for Multi-Agent Deep Reinforcement Learning

Multi-Agent Deep Reinforcement Learning (MDRL) is a promising research area in which agents learn complex behaviors in cooperative or competitive environments. However, MDRL comes with several challenges that hinder its usability, including sample efficiency, curse of dimensionality, and environment exploration. Recent works proposing Federated Reinforcement Learning (FRL) to tackle these issues suffer from problems related to model restrictions and maliciousness. Other proposals using reward shaping require considerable engineering and could lead to local optima. In this paper, we propose a novel Blockchain-assisted Multi-Expert Demonstration Cloning (MEDC) framework for MDRL. The proposed method utilizes expert demonstrations in guiding the learning of new MDRL agents, by suggesting exploration actions in the environment. A model sharing framework on Blockchain is designed to allow users to share their trained models, which can be allocated as expert models to requesting users to aid in training MDRL systems. A Consortium Blockchain is adopted to enable traceable and autonomous execution without the need for a single trusted entity. Smart Contracts are designed to manage users and models allocation, which are shared using IPFS. The proposed framework is tested on several applications, and is benchmarked against existing methods in FRL, Reward Shaping, and Imitation Learning-assisted RL. The results show the outperformance of the proposed framework in terms of learning speed and resiliency to faulty and malicious models.

cs.LG

Influence- and Interest-based Worker Recruitment in Crowdsourcing using Online Social Networks

Workers recruitment remains a significant issue in Mobile Crowdsourcing (MCS), where the aim is to recruit a group of workers that maximizes the expected Quality of Service (QoS). Current recruitment systems assume that a pre-defined pool of workers is available. However, this assumption is not always true, especially in cold-start situations, where a new MCS task has just been released. Additionally, studies show that up to 96\% of the available candidates are usually not willing to perform the assigned tasks. To tackle these issues, recent works use Online Social Networks (OSNs) and Influence Maximization (IM) to advertise about the desired MCS tasks through influencers, aiming to build larger pools. However, these works suffer from several limitations, such as 1) the lack of group-based selection methods when choosing influencers, 2) the lack of a well-defined worker recruitment process following IM, 3) and the non-dynamicity of the recruitment process, where the workers who refuse to perform the task are not substituted. In this paper, an Influence- and Interest-based Worker Recruitment System (IIWRS), using OSNs, is proposed. The proposed system has two main components: 1) an MCS-, group-, and interest-based IM approach, using a Genetic Algorithm, to select a set of influencers from the network to advertise about the MCS tasks, and 2) a dynamic worker recruitment process which considers the social attributes of workers, and is able to substitute those who do not accept to perform the assigned tasks. Empirical studies are performed using real-life datasets, while comparing IIWRS with existing benchmarks.

cs.SI

Iron phosphate glass structure at different length scale with emphasis on the medium range: a classical molecular dynamic study

Glasses are known to have medium range order (MRO) but its link to any experimentally measurable quantity is still ambiguous. The first sharp diffraction peak (FSDP) in structure-factor S(q) obtained from diffraction experiments on glasses has been associated with this MRO but understanding the fundamental origin of this universal peak is still an open problem. We have addressed this issue for a complex glass i.e. iron phosphate glass (IPG) through atomistic models generated from a hybrid approach (our in-house developed MC code with MD simulation). We have performed a comparative study by generating glass models from different initial configurations and randomization techniques. The developed IPG models were first validated with existing data on short range order (SRO) and MRO, through study of pair correlation functions, bond angle distributions and coordination number (CN) for SRO and rings distribution, FSDP in structure factor and void size distribution for MRO. The study of coordination environment of oxygen is specifically shown to aide in understanding glass formation through topological constraint theory. Thereafter to understand the fundamental origin of FSDP in S(q), structure factors were calculated corresponding to individual ring sizes present in the model. The relative contribution of these individual S(q)s in the total experimental S(q) is estimated using an inverse fitting approach. The contributions thus obtained directly correlated with rings size percentages in the models for the considered q-range. Through this exercise we can connect the rings distribution of an atomistic glass model with an experimentally measurable quantity like FSDP in S(q) for a complex glass like IPG.

cond-mat.mtrl-sci

Space-time non-separable dynamics of ultrashort vortex pulse with power exponential spectrum

Ultrashort optical pulses with orbital angular momentum (OAM) owing to their applications in classical as well as quantum domains attract a lot of research attention. The evolution of their spatio-temporal dynamics is of particular interest. In the present work, the spatio-temporal evolution of ultrashort Laguerre Gauss (LG) vortex with power exponential spectrum, also called power exponential (PE) pulse is numerically explored, in dispersive and nonlinear media. The evolution of space-time non-separable ultrashort vortex pulse is specifically addressed. The study reveals the asymmetric spatio-temporal evolution and splitting in the spatio-temporal plane. Compression at the trailing edge of the pulse is observed with increase in the strength of the nonlinearity. The study further reveals that the temporal, spectral, and chirp evolution patterns of the pulse vary uniquely across different spatial regions and these variations depend upon the strength of nonlinearity and propagation distance. In weak nonlinear regime, a redshift in the spectrum is observed as one moves radially outward from the bright caustic of the ultrashort LG vortex, while a blueshifted spectrum emerges as one approaches the phase singularity. Interestingly, as the pulse furthers in the medium, nonlinearity induced spectral shift is witnessed and with stronger nonlinearity, a complex spectral evolution is observed.

physics.optics

Evolutions of ring Airy vortex beam and ring Pearcey vortex beam in turbulent atmosphere and a comparative analysis of their channel efficiencies and OAM spectra

An optical vortex beam propagating through turbulent atmosphere encounters distortions in the wavefront that results in modal scattering. Abruptly autofocussing (AAF) beams with orbital angular momentum have gained significant attention due to their non-diffracting and self-healing nature. These warrants understanding of the behaviour of these beams through turbulent atmosphere absolutely necessary. With this intuition, in the present work we investigate the behaviour of two AAF beams namely ring Airy vortex beam (RAVB) and ring Pearcey vortex beam (RPVB) through the turbulent atmosphere in two cases-multiplexed and non-multiplexed. We propagate multiplexed as well as non-multiplexed RAVB and RPVB in different levels of turbulent atmosphere. In non-multiplexed case, channel efficiency declines for both the beams with increase in modes numbers. In multiplexed case, increasing the gap between the mode sets results in decrease in channel efficiency. We also report that in weak atmospheric turbulence RAVB outperform RPVB in terms of channel efficiency. We use optical transformation sorting (log-polar) method to demultiplex the optical beams at the output. Furthermore, we investigate and compare the OAM spectra of both beams in different levels of atmospheric turbulence and at different propagation distances. The comparison reveals that the spectra of RPVB are more dispersive as compared to that of RAVB.

physics.optics

Towards atomistic understanding of Iron phosphate glass: a first-principles based DFT modeling and study of its physical properties

Iron phosphate glasses (IPG) have been proposed as futuristic glass material for nuclear waste immobilization, anode material for lithium batteries and also as bioactive glass. In the last decade, there have been attempts to propose atomistic models of IPG to explain their properties from atomistic viewpoint and to predict their behavior in radioactive environment. In this paper, we seek to produce small scale models of IPG that can be handled within the scheme of Density Functional Theory (DFT) to study the electronic structure of this material. The starting models generated using Monte Carlo (MC) method [S. Singh and S. Chandra, Comp. Mat. Sci., 202, 110943, (2022)] were subsequently annealed (at 1000 K) using ab-initio molecular dynamics (AIMD). This removes coordination defects present in the MC models. The equilibrated structure at this temperature was then force-relaxed using conjugate-gradient (CG) optimization. This hybrid approach (MC + AIMD + 0K DFT-CG optimization) produced good atomistic models of IPG which can reproduce experimentally observed electronic band-gap, vibrational density of states (VDOS), magnetic moment of Fe, the elastic constants as well as optical and dielectric properties. Computationally expensive melt-quench simulation can be avoided using present approach allowing the use of DFT for accurate calculations of properties of complex glass like IPG.

cond-mat.mtrl-sci

Characterizing MRO in atomistic models of vitreous SiO$_2$ generated using ab-initio molecular dynamics

Vitreous silica is the most versatile material for scientific and commercial applications. Although large-scale atomistic models of vitreous-SiO$_2$ (v-SiO$_2$) having medium-range order (MRO) have been successfully developed by melt-quench through classical molecular dynamics, the MRO is not well studied for the smaller-scale models developed by melt-quench using ab-initio molecular dynamics (AIMD). In this study, we obtain atomistic models of v-SiO$_2$ by performing melt-quench simulation using AIMD. The final structure is compared with the experimental data and some recent atomistic models, on the basis of the structural properties. Since AIMD allows for the estimation of electronic structure, a detailed study of electronic properties is also done. It shows the presence of defect states mainly due to dangling bonds in the band-gap region of electronic density of states, whereas the edge-shared type of defective structures in the glassy models are found to contribute mainly in the valence band. In addition, Oxygen and Silicon vacancies as well as bridging Oxygen type of defects were created and their contributions to the band-gap were studied.

cond-mat.mtrl-sci

Ring Pearcey vortex beam dynamics through atmospheric turbulence

The subject area of free space optical communication with optical beam carrying orbital angular momentum has attracted a great deal of research attention since last two decades. Efforts to understand, model and execute communication links through turbulent atmosphere with OAM beams have gained particular importance. In this regard, different types of shape preserving beams, which can withstand turbulences of varying strengths, have been proposed and studied. In this paper, we present a numerical investigation of the propagation characteristics of ring Pearcey vortex beam through turbulent atmosphere. The study details on both moderate as well as strong atmospheric turbulences. Modified von Karman model has been relied on to model random phase screen. In moderate turbulence, the ring PVB preserved its singularity. In strong turbulence, the ring PVB preserved its singularity for short propagation distances but lost its singularity at longer propagation distances. We found that upon increasing the value of topological charge, aperture averaged scintillation index increases. We calculated the aperture averaged SI for different truncation factors and noticed that the ring PVB with a truncation factor 0.1 performed better in stronger turbulence. In moderate turbulence, the aperture averaged SI performed better for shorter propagation distances and relatively larger truncation factors. Further, we calculated the aperture averaged SI for spatially chirped ring PVB, and it has been found that aperture averaged SI improved largely for negatively chirped ring PVB. Furthermore, on comparing the aperture averaged SI of ring PVB and ring Airy vortex beam, it has been noticed that in strong turbulence ring PVB exhibited better aperture averaged SI. Additionally, we have calculated the beam wander for ring PVB and ring AVB and found that ring PVB demonstrates better beam wander.

physics.optics

Strain Engineering of 2D-C3N5 Monolayer and its Application in Overall Water-Splitting: A Hybrid Density Functional Study

The recent experimental synthesis of 2D graphitic C3N5 has attracted lot of interests in its electronic and optical properties and its comparison with other graphitic C3N4 and C3N3. To this end, we performed DFT calculations using more accurate HSE06 functional and estimated the corresponding electronic properties. From a comparative study of the band structures of C3N3, C3N4, and C3N5, we found that, the electronic band-gap decreases as 3.24 eV (C3N3) > 2.81 eV (C3N4) > 2.19 eV (C3N5) with increase in the number of nitrogen atoms in the unit cell of these graphitic carbon nitrides. Further, the strain dependency of the band structure of 2D g-C3N5 under uniaxial and biaxial strain is performed using the same HSE- 06 functional. We found a systematic decrease of band-gap as strain increases. Out of the two types of strain, the biaxial strain has been found to be more efficient in modulating the band-gap. The effect of strain on the structure is also explored by analyzing the bond lengths and bond-angles as well as the charge density plots. Furthermore, we found that at a biaxial strain of 20% strain an interesting structural rearrangement occurs in 2D g-C3N5, which reults in a finite magnetic moment arising from the loss of spin-degeneracy of electronic levels. Finally, by studying the evolution of band-gap, band-alignments and optical absorption as a function of strain we are able to predict that biaxially compressed C3N5 with strain in the range 12-14% can be a promising photocatalyst in overall water-splitting with an excellent optical absorption in the visible light spectrum.

cond-mat.mtrl-sci

Spatio-temporal Evolution Dynamics of Ultrashort Laguerre-Gauss Vortices in a Dispersive and Nonlinear Medium

The additional degree of freedom as introduced by the orbital angular momentum (OAM) of light has revolutionized the various technological applications. Optical pulses with OAM have applications in the generation of twisted attosecond pulses, ultrafast spectroscopy, telecommunication, high harmonic generation and in many other areas of physics as well. In this paper, we present a numerical investigation of the propagation dynamics of ultrashort Laguerre Gauss (LG) vortices using nonlinear envelope equation (NEE) in a dispersive and nonlinear medium. Asymmetric splitting of ultrashort LG vortices in time at its bright caustic are observed above a certain pulse power. The asymmetric splitting owes its origin to spacetime focussing. We also observe that spatial evolution at pulse center (t=0 in pulse frame) and temporal evolution at bright caustic of the ultrashort LG vortex are quite similar. In the spectral domain, oscillatory structures are formed and above a certain peak power, we observe the generation of new frequency components with more intense lower frequency components.

physics.optics