SearcharxivSearch

arXiv subjects

Ankit Sharma

Publications and source records attributed to Ankit Sharma.

At least 19 recordsLinked to original sources

Learning Long-Term Temporal Dependencies in Photovoltaic Power Output Prediction Through Multi-Horizon Forecasting

The rapid global expansion of solar photovoltaic (PV) capacity-reaching a record 597 GW in 2024-highlights the urgent need for robust forecasting models to mitigate the grid instability caused by the intermittent nature of solar irradiance. While deep learning-based direct forecasting using ground-based sky images (GSI) has emerged as a dominant approach, existing literature is often constrained by single-architecture evaluations and an exclusive focus on single-horizon (point) prediction. This paper proposes a transition from traditional single-horizon estimation toward a multi-horizon forecasting framework, leading to an architecture-independent improvement in accuracy. We hypothesize and demonstrate experimentally that joint optimization over a sequence of future values allows deep neural networks to better capture latent inter-step temporal dependencies by avoiding precocious convergence of the network in terms of both weight gradients and filter diversity. Leveraging this architecture-independent improvement that integrates sequential sky imagery with historical PV generation data, we evaluate the models' abilities to predict power output across multiple discrete future time steps simultaneously. Our methodology is validated through a comparative analysis across diverse deep learning architectures. The results demonstrate that this multi-horizon approach significantly enhances predictive accuracy and robustness across the entire forecast horizon while maintaining computational parsimony. By achieving superior performance with negligible overhead compared to single-horizon models, this work provides a scalable and efficient solution to improve the resilience of modern power grids.

cs.CV

Improving LLM Reliability through Hybrid Abstention and Adaptive Detection

Large Language Models (LLMs) deployed in production environments face a fundamental safety-utility trade-off either a strict filtering mechanisms prevent harmful outputs but often block benign queries or a relaxed controls risk unsafe content generation. Conventional guardrails based on static rules or fixed confidence thresholds are typically context-insensitive and computationally expensive, resulting in high latency and degraded user experience. To address these limitations, we introduce an adaptive abstention system that dynamically adjusts safety thresholds based on real-time contextual signals such as domain and user history. The proposed framework integrates a multi-dimensional detection architecture composed of five parallel detectors, combined through a hierarchical cascade mechanism to optimize both speed and precision. The cascade design reduces unnecessary computation by progressively filtering queries, achieving substantial latency improvements compared to non-cascaded models and external guardrail systems. Extensive evaluation on mixed and domain-specific workloads demonstrates significant reductions in false positives, particularly in sensitive domains such as medical advice and creative writing. The system maintains high safety precision and near-perfect recall under strict operating modes. Overall, our context-aware abstention framework effectively balances safety and utility while preserving performance, offering a scalable solution for reliable LLM deployment.

cs.AI

Quantitative imaging of Abrikosov vortices by scanning quantum magnetometry

Understanding vortex matter in type-II superconductors is central to controlling dissipation and flux pinning in superconducting materials and devices. Here, we use cryogenic scanning nitrogen vacancy magnetometry (NVM) to image Abrikosov vortices in the cuprate superconductors BSCCO-2212 and YBCO under controlled field-cooled conditions. Measurements, which are performed using continuous-wave optically detected magnetic resonance (cw-ODMR) in a closed-cycle cryostat, yield quantitative magnetic-field maps with nanoscale spatial resolution. In BSCCO-2212 at 71 K, we resolve a well-ordered triangular vortex lattice, whose symmetry and spacing are confirmed through 2D Fourier analysis and are consistent with flux quantization. YBCO thin films imaged at 3 K exhibit a more disordered vortex arrangement reflecting stronger pinning, while maintaining quantitative agreement between measured vortex density and the applied magnetic field. These results render our cryogenic scanning NVM a reliable quantitative tool for real-space studies of vortices in high-$T_c$ superconductors, in particular since such a remarkable magnetic resolution has been achieved within relatively short acquisition times of 2 to 4 h.

cond-mat.supr-con

LightTopoGAT: Enhancing Graph Attention Networks with Topological Features for Efficient Graph Classification

Graph Neural Networks have demonstrated significant success in graph classification tasks, yet they often require substantial computational resources and struggle to capture global graph properties effectively. We introduce LightTopoGAT, a lightweight graph attention network that enhances node features through topological augmentation by incorporating node degree and local clustering coefficient to improve graph representation learning. The proposed approach maintains parameter efficiency through streamlined attention mechanisms while integrating structural information that is typically overlooked by local message passing schemes. Through comprehensive experiments on three benchmark datasets, MUTAG, ENZYMES, and PROTEINS, we show that LightTopoGAT achieves superior performance compared to established baselines including GCN, GraphSAGE, and standard GAT, with a 6.6 percent improvement in accuracy on MUTAG and a 2.2 percent improvement on PROTEINS. Ablation studies further confirm that these performance gains arise directly from the inclusion of topological features, demonstrating a simple yet effective strategy for enhancing graph neural network performance without increasing architectural complexity.

cs.LG

Establishing Baselines for Photonic Quantum Machine Learning: Insights from an Open, Collaborative Initiative

The Perceval Challenge is an open, reproducible benchmark designed to assess the potential of photonic quantum computing for machine learning. Focusing on a reduced and hardware-feasible version of the MNIST digit classification task or near-term photonic processors, it offers a concrete framework to evaluate how photonic quantum circuits learn and generalize from limited data. Conducted over more than three months, the challenge attracted 64 teams worldwide in its first phase. After an initial selection, 11 finalist teams were granted access to GPU resources for large-scale simulation and photonic hardware execution through cloud service. The results establish the first unified baseline of photonic machine-learning performance, revealing complementary strengths between variational, hardware-native, and hybrid approaches. This challenge also underscores the importance of open, reproducible experimentation and interdisciplinary collaboration, highlighting how shared benchmarks can accelerate progress in quantum-enhanced learning. All implementations are publicly available in a single shared repository (https://github.com/Quandela/HybridAIQuantum-Challenge), supporting transparent benchmarking and cumulative research. Beyond this specific task, the Perceval Challenge illustrates how systematic, collaborative experimentation can map the current landscape of photonic quantum machine learning and pave the way toward hybrid, quantum-augmented AI workflows.

quant-ph

Automated Detection and Analysis of Minor Deformations in Flat Walls Due to Railway Vibrations Using LiDAR and Machine Learning

This study introduces an advanced methodology for automatically identifying minor deformations in flat walls caused by vibrations from nearby railway tracks. It leverages high-density Terrestrial Laser Scanner (TLS) LiDAR surveys and AI/ML techniques to collect and analyze data. The scan data is processed into a detailed point cloud, which is segmented to distinguish ground points, trees, buildings, and other objects. The analysis focuses on identifying sections along flat walls and estimating their deformations relative to the ground orientation. Findings from the study, conducted at the RGIPT campus, reveal significant deformations in walls close to the railway corridor, with the highest deformations ranging from 7 to 8 cm and an average of 3 to 4 cm. In contrast, walls further from the corridor show negligible deformations. The developed automated process for feature extraction and deformation monitoring demonstrates potential for structural health monitoring. By integrating LiDAR data with machine learning, the methodology provides an efficient system for identifying and analyzing structural deformations, highlighting the importance of continuous monitoring for ensuring structural integrity and public safety in urban infrastructure. This approach represents a substantial advancement in automated feature extraction and deformation analysis, contributing to more effective management of urban infrastructure.

cs.LG

Algorithmic Results for Weak Roman Domination Problem in Graphs

Consider a graph $G = (V, E)$ and a function $f: V \rightarrow \{0, 1, 2\}$. A vertex $u$ with $f(u)=0$ is defined as \emph{undefended} by $f$ if it lacks adjacency to any vertex with a positive $f$-value. The function $f$ is said to be a \emph{Weak Roman Dominating function} (WRD function) if, for every vertex $u$ with $f(u) = 0$, there exists a neighbour $v$ of $u$ with $f(v) > 0$ and a new function $f': V \rightarrow \{0, 1, 2\}$ defined in the following way: $f'(u) = 1$, $f'(v) = f(v) - 1$, and $f'(w) = f(w)$, for all vertices $w$ in $V\setminus\{u,v\}$; so that no vertices are undefended by $f'$. The total weight of $f$ is equal to $\sum_{v\in V} f(v)$, and is denoted as $w(f)$. The \emph{Weak Roman Domination Number} denoted by $\gamma_r(G)$, represents $min\{w(f)~\vert~f$ is a WRD function of $G\}$. For a given graph $G$, the problem of finding a WRD function of weight $\gamma_r(G)$ is defined as the \emph{Minimum Weak Roman domination problem}. The problem is already known to be NP-hard for bipartite and chordal graphs. In this paper, we further study the algorithmic complexity of the problem. We prove the NP-hardness of the problem for star convex bipartite graphs and comb convex bipartite graphs, which are subclasses of bipartite graphs. In addition, we show that for the bounded degree star convex bipartite graphs, the problem is efficiently solvable. We also prove the NP-hardness of the problem for split graphs, a subclass of chordal graphs. On the positive side, we give polynomial-time algorithms to solve the problem for $P_4$-sparse graphs. Further, we have presented some approximation results.

cs.DM

Exploring Algorithmic Solutions for the Independent Roman Domination Problem in Graphs

Given a graph $G=(V,E)$, a function $f:V\to \{0,1,2\}$ is said to be a \emph{Roman Dominating function} if for every $v\in V$ with $f(v)=0$, there exists a vertex $u\in N(v)$ such that $f(u)=2$. A Roman Dominating function $f$ is said to be an \emph{Independent Roman Dominating function} (or IRDF), if $V_1\cup V_2$ forms an independent set, where $V_i=\{v\in V~\vert~f(v)=i\}$, for $i\in \{0,1,2\}$. The total weight of $f$ is equal to $\sum_{v\in V} f(v)$, and is denoted as $w(f)$. The \emph{Independent Roman Domination Number} of $G$, denoted by $i_R(G)$, is defined as min$\{w(f)~\vert~f$ is an IRDF of $G\}$. For a given graph $G$, the problem of computing $i_R(G)$ is defined as the \emph{Minimum Independent Roman Domination problem}. The problem is already known to be NP-hard for bipartite graphs. In this paper, we further study the algorithmic complexity of the problem. In this paper, we propose a polynomial-time algorithm to solve the Minimum Independent Roman Domination problem for distance-hereditary graphs, split graphs, and $P_4$-sparse graphs.

math.CO

Effective Phonon Dispersion and Low field transport in AlxGa1-xN alloys using supercells: An ab-initio approach

To investigate the transport properties in random alloys, it is important to model the alloy disorder using supercells. Though traditional methods like Virtual Crystal Approximation (VCA) are computationally efficient, the local disorder in the system is not accurately captured as artificial translational symmetry is imposed on the system. However, in the case of supercells, the error introduced by self-image interaction between the impurities is reduced and translational symmetry is explicitly imposed over larger length scales. In this work, we have investigated the Effective Phonon Dispersion (EPD) and transport properties, from first principle calculations using supercells in AlxGa1-xN alloy systems. Using our in-house developed code, the EPD of AlGaN is obtained and the individual modes are identified. Next, we discuss our in-house developed method to calculate low-field transport properties in supercells. First to validate our methods we have solved the Boltzmann Transport Equation using Rode method to compare the phonon limited mobility in the 4 atom GaN primitive cell and 12 atom GaN supercell. Using the same technique, we have investigated the low field transport in random AlxGa1-xN alloy systems. Our calculations show that along with alloy scattering, electron-phonon scattering may also play an important role at room temperature and high-temperature device operation. This technique opens up the path for calculating phonon-limited transport properties in random alloy systems.

cond-mat.mtrl-sci

Effective Phonon Dispersion of $\beta$- (Al$_x$Ga$_{1-x}$)$_2$O$_3$ alloy semiconductor

In this work, the Effective Phonon Dispersion of $\beta$- (Al$_x$Ga$_{1-x}$)$_2$O$_3$ alloy is investigated using the Phonon unfolding formalism. To capture the true randomness of the system, supercells are designed using the technique of special quasirandom structues. The phonon unfolding technique is then used to obtain the effective phonon dispersion (EPD) for aluminium fractions of 18.75 \% and 37.5 \% with respect to gallium atoms. The impact of disorder on the high frequency and DC dielectric constant is also investigated. The unfolding procedure was also applied to the dipole moment where the projection probability was used to obtain the IR spectra of the disordered system. The calculated properties gives us further insights to calculate the transport properties in these alloy semiconductors while capturing the true randomness of the system.

cond-mat.mtrl-sci

Electrical Characteristics of in situ Mg-doped beta-Ga2O3 Current-Blocking Layer for Vertical Devices

The lack of p-type doping has impeded the development of vertical gallium oxide (Ga2O3) devices. Current blocking layers (CBL) using implanted deep acceptors has been used to demonstrate vertical devices. This paper presents the first demonstration of in situ Mg-doped beta-Ga2O3 CBLs grown using metalorganic chemical vapor deposition. Device structures were designed with in-situ Mg doped layers with varied targeted Mg doping concentrations, which were calibrated by quantitative secondary ion mass spectroscopy (SIMS). The effectiveness of the CBL is characterized using temperature dependent current-voltage measurements using n-Mg-doped-n structures, providing crucial insight into the underlying mechanisms. To further validate the experimental results, a TCAD simulation is performed and the electrically active effective doping is found to be dependent on the Mg-doping density, offering a new perspective on the optimization of CBL performance. Breakdown measurements show a 3.4 MV/cm field strength. This study represents a significant step forward in the development of Ga2O3-based devices and paves the way for future advancements in this exciting field.

cond-mat.mtrl-sci

Automatic Detection of Signalling Behaviour from Assistance Dogs as they Forecast the Onset of Epileptic Seizures in Humans

Epilepsy or the occurrence of epileptic seizures, is one of the world's most well-known neurological disorders affecting millions of people. Seizures mostly occur due to non-coordinated electrical discharges in the human brain and may cause damage, including collapse and loss of consciousness. If the onset of a seizure can be forecast then the subject can be placed into a safe environment or position so that self-injury as a result of a collapse can be minimised. However there are no definitive methods to predict seizures in an everyday, uncontrolled environment. Previous studies have shown that pet dogs have the ability to detect the onset of an epileptic seizure by scenting the characteristic volatile organic compounds exuded through the skin by a subject prior a seizure occurring and there are cases where assistance dogs, trained to scent the onset of a seizure, can signal this to their owner/trainer. In this work we identify how we can automatically detect the signalling behaviours of trained assistance dogs and use this to alert their owner. Using data from an accelerometer worn on the collar of a dog we describe how we gathered movement data from 11 trained dogs for a total of 107 days as they exhibited signalling behaviour on command. We present the machine learning techniques used to accurately detect signalling from routine dog behaviour. This work is a step towards automatic alerting of the likely onset of an epileptic seizure from the signalling behaviour of a trained assistance dog.

cs.LG

A systematic literature review on insider threats

Insider threats is the most concerned cybersecurity problem which is poorly addressed by widely used security solutions. Despite the fact that there have been several scientific publications in this area, but from our innovative study classification and structural taxonomy proposals, we argue to provide the more information about insider threats and defense measures used to counter them. While adopting the current grounded theory method for a thorough literature evaluation, our categorization's goal is to organize knowledge in insider threat research. Along with an analysis of major recent studies on detecting insider threats, the major goal of the study is to develop a classification of current types of insiders, levels of access, motivations behind it, insider profiling, security properties, and methods they use to attack. This includes use of machine learning algorithm, behavior analysis, methods of detection and evaluation. Moreover, actual incidents related to insider attacks have also been analyzed.

cs.CR

Effective Electronic Structure of Monoclinic $\beta-(Al_xGa_{1-x})_2O_3$ alloy semiconductor

In this article, the electronic band structure $\beta-(Al_xGa_{1-x})_2O_3$ alloy system is calculated with $\beta-Ga_2O_3$ as the bulk crystal. The technique of band unfolding is implemented to obtain the effective bandstructure \textit{(EBS)} for aluminium fractions varying between 12.5\% and 62.5\% with respect to the gallium atoms. A 160 atom supercell is used to model the disordered system that is generated using the technique of special quasirandom structures which mimics the site correlation of a truly random alloy and reduces the configurational space that arises due to the vast enumeration of alloy occupation sites. The impact of the disorder is then evaluated on the electron effective mass and bandgap which is calculated under the generalized gradient approximation \textit{(GGA)}. The EBS of disordered systems gives an insight into the effect of the loss of translational symmetry on the band topology which manifests as band broadening and can be used to evaluate disorder induced scattering rates and electron lifetimes. This technique of band unfolding can be further extended to alloy phonon dispersion and subsequently phonon lifetimes can also be evaluated from the band broadening.

cond-mat.mtrl-sci

Nonlinear Optical Limiting with Hybrid Nanostructures of NiCo2O4 and Multiwall Carbon Nanotubes

Nonlinear optical (NLO) response in terms of reverse saturable absorption (RSA) has been exploited extensively for optical limiting. Here, we experimentally demonstrate that flower-like hybrid nanostructures of NiCo2O4 and Multiwall Carbon Nanotubes (NCO@MWCNT) exhibit a strong non-linearity in their absorption, specifically an excited state absorption (ESA) induced RSA, when exposed to nanosecond laser pulses. We obtain strong nonlinear absorption coefficient (\b{eta}) and nonlinear refractive index (n2) in hybrid NCO@MWCNT, the values that are 2-times and 2-orders of magnitude higher, respectively compared to NCO or MWCNT alone. This offers straightforward application in optical limiting with optical limiting (FOL) and optical onset (FON) threshold ca. 2-10 times lower than benchmark NLO materials, e.g., graphene, family of 2-D transition metal dichalcogenides (TMDC) materials and recently established NCO. Notably, for femtosecond pumping, NLO response of NCO@MWCNT is dominated by saturable absorption (SA) with a week contribution from two photon absorption (TPA), arising respectively from MWCNT and NCO. A remarkable sign reversal along with a larger amplitude is obtained for n2 thanks to the charge transfer from MWCNT to NCO.

physics.optics

Near-Infrared Depth-Independent Image Dehazing using Haar Wavelets

We propose a fusion algorithm for haze removal that combines color information from an RGB image and edge information extracted from its corresponding NIR image using Haar wavelets. The proposed algorithm is based on the key observation that NIR edge features are more prominent in the hazy regions of the image than the RGB edge features in those same regions. To combine the color and edge information, we introduce a haze-weight map which proportionately distributes the color and edge information during the fusion process. Because NIR images are, intrinsically, nearly haze-free, our work makes no assumptions like existing works that rely on a scattering model and essentially designing a depth-independent method. This helps in minimizing artifacts and gives a more realistic sense to the restored haze-free image. Extensive experiments show that the proposed algorithm is both qualitatively and quantitatively better on several key metrics when compared to existing state-of-the-art methods.

cs.CV

Unveiling and engineering of third order optical nonlinearities in NiCo$_2$O$_4$ nanoflowers

In this paper, we demonstrate NiCo$_2$O$_4$ (NCO) as an efficient new nonlinear optical material with straightforward potential applications in optical limiting devices. We obtain nonlinear absorption coefficient ($\beta$) and nonlinear refractive index ($n_2$) in parallel by performing Z-scan technique, in both open and closed aperture configurations, respectively. To understand the mechanism responsible for third order optical nonlinearity in NCO, we excited the sample with contrasting laser pulse durations, 7 ns and 120 fs, at two different off-resonant wavelengths. For ns excitation, nonlinearity is mediated by excited state absorption (ESA) and free-carrier absorption, that gives rise to large \b{eta}ESA and positive $n_2$. On the other hand, when excited with fs laser, two-photon absorption (TPA) takes place and bound carriers induce strong negative $n_2$. The values obtained for $\beta$ and $n_2$ in NCO are found to be higher among the family of well-known conventional transition metal oxides, therefore are promising for optics and other photonics applications.

physics.optics

Towards Consistent Predictive Confidence through Fitted Ensembles

Deep neural networks are behind many of the recent successes in machine learning applications. However, these models can produce overconfident decisions while encountering out-of-distribution (OOD) examples or making a wrong prediction. This inconsistent predictive confidence limits the integration of independently-trained learning models into a larger system. This paper introduces separable concept learning framework to realistically measure the performance of classifiers in presence of OOD examples. In this setup, several instances of a classifier are trained on different parts of a partition of the set of classes. Later, the performance of the combination of these models is evaluated on a separate test set. Unlike current OOD detection techniques, this framework does not require auxiliary OOD datasets and does not separate classification from detection performance. Furthermore, we present a new strong baseline for more consistent predictive confidence in deep models, called fitted ensembles, where overconfident predictions are rectified by transformed versions of the original classification task. Fitted ensembles can naturally detect OOD examples without requiring auxiliary data by observing contradicting predictions among its components. Experiments on MNIST, SVHN, CIFAR-10/100, and ImageNet show fitted ensemble significantly outperform conventional ensembles on OOD examples and are possible to scale.

cs.LG