arXiv ScienceSearch

arXiv subjects

Yash Kumar

Publications and source records attributed to Yash Kumar.

12 recordsLinked to original sources

Tuning of superconducting properties with disorder in NbxSn nanocrystalline thin films

Nanocrystalline superconducting films offer an excellent platform to explore the interplay between disorder, granularity, and dimensionality. In this work, we investigate two series of NbxSn thin films with near-stoichiometric (x =3) and slightly Sn-rich (x =2.5) compositions, deposited on Si (100) substrates via DC magnetron sputtering. Both series exhibit nanocrystalline morphology, with the Sn-rich films displaying smaller grain sizes and a more granular microstructure. A suppression of the superconducting transition temperature (Tc) with decreasing film thickness is observed in both series. Notably, a disorder-driven crossover to an insulating state emerges, occurring at a thickness of approximately 11 nm for the Sn-rich films-about twice that of the stoichiometric films. The estimated disorder parameter (kFl=0.4) in the thinnest films indicates proximity to the Anderson localization regime for these films. Magneto-transport measurements reveal a thickness-driven 3D to 2D crossover, with its onset strongly dependent on film stoichiometry. Furthermore, a pronounced suppression of superfluid stiffness is observed in the Sn-rich films, corroborating the structure-property correlations identified in this study. This work highlights the role of stoichiometry controlled disorder in tuning superconductivity in granular NbxSn thin films.

cond-mat.supr-con

Do LLM hallucination detectors suffer from low-resource effect?

LLMs, while outperforming humans in a wide range of tasks, can still fail in unanticipated ways. We focus on two pervasive failure modes: (i) hallucinations, where models produce incorrect information about the world, and (ii) the low-resource effect, where the models show impressive performance in high-resource languages like English but the performance degrades significantly in low-resource languages like Bengali. We study the intersection of these issues and ask: do hallucination detectors suffer from the low-resource effect? We conduct experiments on five tasks across three domains (factual recall, STEM, and Humanities). Experiments with four LLMs and three hallucination detectors reveal a curious finding: As expected, the task accuracies in low-resource languages experience large drops (compared to English). However, the drop in detectors' accuracy is often several times smaller than the drop in task accuracy. Our findings suggest that even in low-resource languages, the internal mechanisms of LLMs might encode signals about their uncertainty. Further, the detectors are robust within language (even for non-English) and in multilingual setups, but not in cross-lingual settings without in-language supervision.

cs.CL

Understanding Generalization, Robustness, and Interpretability in Low-Capacity Neural Networks

Although modern deep learning often relies on massive over-parameterized models, the fundamental interplay between capacity, sparsity, and robustness in low-capacity networks remains a vital area of study. We introduce a controlled framework to investigate these properties by creating a suite of binary classification tasks from the MNIST dataset with increasing visual difficulty (e.g., 0 and 1 vs. 4 and 9). Our experiments reveal three core findings. First, the minimum model capacity required for successful generalization scales directly with task complexity. Second, these trained networks are robust to extreme magnitude pruning (up to 95% sparsity), revealing the existence of sparse, high-performing subnetworks. Third, we show that over-parameterization provides a significant advantage in robustness against input corruption. Interpretability analysis via saliency maps further confirms that these identified sparse subnetworks preserve the core reasoning process of the original dense models. This work provides a clear, empirical demonstration of the foundational trade-offs governing simple neural networks.

cs.LG

Crossover between the zeptosecond and attosecond physics

Nuclear orbiting resonances have been revealed at the sub-barrier energies as an atomic phenomenon by means of x-ray spectroscopy experiments. This interpretation is supported by several phenomenological models and theoretical estimates of the nuclear orbiting timescale and cross-section, inelastic scattering cross section including both nuclear and Coulomb excitation, and the Wigner-Smith time delay. We demonstrate that a multi-photon exchange during nuclear orbiting is responsible for an atomic excitation. Furthermore, proximity of the projectile and target nucleus during the nuclear orbiting modifies the effective charge of the projectile. Even though this orbiting induced excitation is triggered in zeptoseconds, it can still be observed in the attosecond time scale because of the Wigner-Smith time delay inherent to autoionization. Thus, we demonstrate the crossover between the zeptosecond and attosecond time scales which are native to nuclear and atomic physics, respectively. Markedly, this crossover may be the reason for x-ray production from ultra short nuclear processes ($\leq 10^{-21}$ sec). This explanation is likely to resolve the fission time scale anomaly and can stimulate cross-disciplinary research ranging from solid state to high-energy physics.

physics.atom-ph

Efficient Mathematical Programming Formulation and Algorithmic Framework for Optimal Camera Placement

Optimal camera placement plays a crucial role in applications such as surveillance, environmental monitoring, and infrastructure inspection. Even highly abstracted versions of this problem are NP-hard due to the high-dimensional continuous domain of camera configurations (i.e., positions and orientations) and difficulties in efficiently and accurately calculating camera coverage. In this paper, we present a novel framework for optimal camera placement that uses integer programming and adaptive sampling strategies to maximize coverage, given a limited camera budget. We develop a modified maximum k-coverage formulation and two adaptive sampling strategies, Explore and Exploit (E&E) and Target Uncovered Spaces (TUS), that iteratively add new camera configurations to the candidate set in order to improve the solution. E&E focuses on local search around camera configurations chosen in previous iterations, whereas TUS focuses specifically on covering regions that were previously uncovered. We first conduct theoretical analysis to provide bounds on the probability of finding an optimal solution and expected sampling needs, while ensuring monotonic improvements in coverage. Then, we conduct a detailed numerical analysis over different environments. Results show that E&E achieves coverage improvements of 3.3-16.0% over all baseline random sampling approaches, while maintaining manageable computational times. Meanwhile, TUS performs well in open environments and with tight camera budgets, achieving gains of 6.9-9.1% in such conditions. Compared to the baseline, our approach achieves similar coverage using only 30-70% of the sampling budget, demonstrating its computational efficiency. Through a case study, we obtain insights into optimal camera placement decisions for a typical indoor surveillance application.

math.OC

Deep Convolutional Architectures for Extrapolative Forecast in Time-dependent Flow Problems

Physical systems whose dynamics are governed by partial differential equations (PDEs) find applications in numerous fields, from engineering design to weather forecasting. The process of obtaining the solution from such PDEs may be computationally expensive for large-scale and parameterized problems. In this work, deep learning techniques developed especially for time-series forecasts, such as LSTM and TCN, or for spatial-feature extraction such as CNN, are employed to model the system dynamics for advection dominated problems. These models take as input a sequence of high-fidelity vector solutions for consecutive time-steps obtained from the PDEs and forecast the solutions for the subsequent time-steps using auto-regression; thereby reducing the computation time and power needed to obtain such high-fidelity solutions. The models are tested on numerical benchmarks (1D Burgers' equation and Stoker's dam break problem) to assess the long-term prediction accuracy, even outside the training domain (extrapolation). Non-intrusive reduced-order modelling techniques such as deep auto-encoder networks are utilized to compress the high-fidelity snapshots before feeding them as input to the forecasting models in order to reduce the complexity and the required computations in the online and offline stages. Deep ensembles are employed to perform uncertainty quantification of the forecasting models, which provides information about the variance of the predictions as a result of the epistemic uncertainties.

cs.LG

Energy networks for state estimation with random sensors using sparse labels

State estimation is required whenever we deal with high-dimensional dynamical systems, as the complete measurement is often unavailable. It is key to gaining insight, performing control or optimizing design tasks. Most deep learning-based approaches require high-resolution labels and work with fixed sensor locations, thus being restrictive in their scope. Also, doing Proper orthogonal decomposition (POD) on sparse data is nontrivial. To tackle these problems, we propose a technique with an implicit optimization layer and a physics-based loss function that can learn from sparse labels. It works by minimizing the energy of the neural network prediction, enabling it to work with a varying number of sensors at different locations. Based on this technique we present two models for discrete and continuous prediction in space. We demonstrate the performance using two high-dimensional fluid problems of Burgers' equation and Flow Past Cylinder for discrete model and using Allen Cahn equation and Convection-diffusion equations for continuous model. We show the models are also robust to noise in measurements.

cs.LG

ML-Based Analysis to Identify Speech Features Relevant in Predicting Alzheimer's Disease

Alzheimer's disease (AD) is a neurodegenerative disease that affects nearly 50 million individuals across the globe and is one of the leading causes of deaths globally. It is projected that by 2050, the number of people affected by the disease would more than double. Consequently, the growing advancements in technology beg the question, can technology be used to predict Alzheimer's for a better and early diagnosis? In this paper, we focus on this very problem. Specifically, we have trained both ML models and neural networks to predict and classify participants based on their speech patterns. We computed a number of linguistic variables using DementiaBank's Pitt Corpus, a database consisting of transcripts of interviews with subjects suffering from multiple neurodegenerative diseases. We then trained both binary classifiers, as well as multiclass classifiers to distinguish AD from normal aging and other neurodegenerative diseases. We also worked on establishing the link between specific speech factors that can help determine the onset of AD. Confusion matrices and feature importance graphs have been plotted model-wise to compare the performances of our models. In both multiclass and binary classification, neural networks were found to outperform the other models with a testing accuracy of 76.44% and 92.05% respectively. For the feature importance, it was concluded that '%_PRESP' (present participle), '%_3S' (3rd person present tense markers) were two of the most important speech features for our classifiers in predicting AD.

cs.LG

GrADE: A graph based data-driven solver for time-dependent nonlinear partial differential equations

The physical world is governed by the laws of physics, often represented in form of nonlinear partial differential equations (PDEs). Unfortunately, solution of PDEs is non-trivial and often involves significant computational time. With recent developments in the field of artificial intelligence and machine learning, the solution of PDEs using neural network has emerged as a domain with huge potential. However, most of the developments in this field are based on either fully connected neural networks (FNN) or convolutional neural networks (CNN). While FNN is computationally inefficient as the number of network parameters can be potentially huge, CNN necessitates regular grid and simpler domain. In this work, we propose a novel framework referred to as the Graph Attention Differential Equation (GrADE) for solving time dependent nonlinear PDEs. The proposed approach couples FNN, graph neural network, and recently developed Neural ODE framework. The primary idea is to use graph neural network for modeling the spatial domain, and Neural ODE for modeling the temporal domain. The attention mechanism identifies important inputs/features and assign more weightage to the same; this enhances the performance of the proposed framework. Neural ODE, on the other hand, results in constant memory cost and allows trading of numerical precision for speed. We also propose depth refinement as an effective technique for training the proposed architecture in lesser time with better accuracy. The effectiveness of the proposed framework is illustrated using 1D and 2D Burgers' equations. Results obtained illustrate the capability of the proposed framework in modeling PDE and its scalability to larger domains without the need for retraining.

stat.ML

Search for a viable nucleus-nucleus potential for heavy-ion nuclear reactions

We have constructed an empirical formulae for the fusion and interaction barriers using experimental values available till date. The fusion barriers so obtained have been compared with different model predictions based on the proximity, Woods-Saxon and double folding potentials along with several empirical formulas, time dependent Hartree-Fock theories, and the experimental results. The comparison allows us to find the best model, which is nothing but the present empirical formula only. Most remarkably, the fusion barrier and radius show excellent consonance with the experimental findings for the reactions meant for synthesis of the superheavy elements also. Furthermore, it is seen that substitution of the predicted fusion barrier and radius in classic Wong formula [C. Wong, Phys. Rev. Lett. {31}, 766 (1973)] for the total fusion cross sections satisfies very well with the experiments. Similarly, current interaction barrier predictions have also been compared well with a few experimental results available and Bass potential model meant for the interaction barrier predictions. Importantly, the present formulae for the fusion as well as interaction barrier will have practical implications in carrying out the physics research near the Coulomb barrier energies. Furthermore, present fusion barrier and radius provide us a good nucleus-nucleus potential useful for numerous theoretical applications.

nucl-th

State estimation with limited sensors -- A deep learning based approach

The importance of state estimation in fluid mechanics is well-established; it is required for accomplishing several tasks including design/optimization, active control, and future state prediction. A common tactic in this regards is to rely on reduced order models. Such approaches, in general, use measurement data of one-time instance. However, oftentimes data available from sensors is sequential and ignoring it results in information loss. In this paper, we propose a novel deep learning based state estimation framework that learns from sequential data. The proposed model structure consists of the recurrent cell to pass information from different time steps enabling utilization of this information to recover the full state. We illustrate that utilizing sequential data allows for state recovery from only one or two sensors. For efficient recovery of the state, the proposed approached is coupled with an auto-encoder based reduced order model. We illustrate the performance of the proposed approach using two examples and it is found to outperform other alternatives existing in the literature.

physics.flu-dyn

Exploring the accurate nuclear potential

We have constructed empirical formulae for fusion and interaction barrier heights using experimental values available in the literature. Fusion excitation function measurements are used for the former and back angle quasi-elastic excitation function for the latter case. The fusion barriers so obtained have been compared with various model predictions such as Bass potential, Christenson and Winther, Broglia and Winther, Aage Winther, Siwek-Wilczynska and J.Wilczynski, Skyrme energy density function model, and the Sao Paulo optical potential along with experimental results. The comparison allows us to find the best model, which is found to be the Broglia and Winther model. Further, to examine its predictability, the Broglia and Winther model parameters are used to obtain total fusion cross sections showing good agreement with the experimental values for beam energies above the fusion barriers. Thus, this model can be useful for planning any experiments, especially ones aiming for super heavy elements. Similarly, current interaction barrier heights have also been compared with the Bass potential model predictions. It shows that the present model calculations are much lower than the Bass potential model predictions. We believe the current interaction barrier model prediction will be a good starting point for future quasi-elastic scattering experiments. Whereas both the Broglia and Winther model and our interaction barrier model will have practical implications in carrying out physics research near the Coulomb barrier energies.

nucl-th