arXiv ScienceSearch

arXiv subjects

Muhammad Abdullah

Publications and source records attributed to Muhammad Abdullah.

16 recordsLinked to original sources

On Embedding Hamming Spheres with Applications to Positive Curvature

We consider isometric $\mathbb{Z}_{p}$-torus actions on closed, positively curved manifolds, obtaining a homotopy classification result. This allows us to strengthen on the improvement of the $3n/8$ half-maximal symmetry rank result of Fang-Rong and Ghazawneh given in Theorem B and Corollary C in the work of the author and Searle. Along the way, we generalize a sphere-embedding construction of Wilking from the binary case to arbitrary primes in Theorem C, which is a geometric construction of independent interest.

math.DG

Hybrid Semantic Context-Enhanced Ensemble Learning for Wind Power Ramp-Event Forecasting and Uncertainty-Aware Evaluation

Wind power ramp events which are sudden, large swings in turbine output over short windows are difficult to estimate, and standard models often miss them. Hybrid forecasting approach is built which augments semantic context to ramp-event forecast. Rather than applying an extensive language model directly to predict turbine operating data, we have implemented a pipeline where turbine operating data is converted to simplified text, which is then converted to dense embeddings to be used as inputs for ensemble models incorporated with other features. Testing runs are performed at multiple intervals within the SDWPF dataset, including 10-minute, 30-minute, and 60- minute horizons, with ramp events constituting the highest change in future power output. We check robustness against autoregressive, LSTM, and GRU baselines plus several ensemble configurations, using Diebold-Mariano tests and bootstrap confidence intervals, and we vary the ramp threshold, compress the embeddings with PCA, and validate externally on Kaggle SCADA and NREL data with uncertainty-aware scoring. The semantic-context features produce negligible yet statistically significant gains over the baselines in multiple paired ensemble runs, most clearly at the 30- and 60-minute horizons where these gains hold across different ramp-threshold definitions, and PCA compression helps in some longer-horizon cases. The best context- augmented ensembles rank near the top overall, though the GRU model still posts the lowest ramp-event RMSE at 30 and 60 minutes. External tests confirm the error reduction generalizes across datasets, but the size of the gain depends on both model and dataset. Prediction intervals cover most test cases well but weaken during ramp events, pointing to a localized shift in the data distribution.

cs.LG

Quantum Neural Physics: Solving Partial Differential Equations on Quantum Simulators using Quantum Convolutional Neural Networks

Neural Physics recasts local discretisations of partial differential equations (PDEs) as fixed convolutional operators, providing a physics-preserving alternative to data-driven surrogate modelling in scientific machine learning. However, existing realizations remain largely confined to classical AI hardware and do not directly connect to quantum structured operator design. To bridge this gap, we introduce a \emph{Quantum Neural Physics} framework and develop a Hybrid Quantum-Classical CNN Multigrid Solver (HQC-CNNMG). The proposed method maps analytically prescribed stencil operators to local quantum convolutional primitives and embeds them within a classical multilevel W-cycle architecture, combining the operator-centric view of scientific ML with the numerical rigor of multigrid solvers. Using amplitude encoding together with the Linear Combination of Unitaries (LCU) and the Quantum Fourier Transform (QFT), the resulting local quantum operators admit logarithmic-depth implementation, with circuit depth scaling as $\mathcal{O}(\log K)$ for an encoded block of size $K$ under the idealized parallel circuit model considered here. Numerical experiments on Poisson, transient diffusion, convection--diffusion, and incompressible Navier--Stokes problems demonstrate numerical consistency, stable multilevel behaviour, and workflow-level feasibility on noiseless simulators. Comparisons with representative quantum linear solver paradigms further show that the main strength of HQC-CNNMG lies in its balanced trade-off among local circuit depth, numerical robustness, and compatibility with PDE structure, rather than in fully quantum global inversion.

quant-ph

Emergence of Purely Elasto-Plastic Turbulence in Shear Flows

We observe the emergence of a distinct, elasticity-driven flow state in a yield-stress fluid in the absence of inertia. Numerical simulations show that this elasto-plastic turbulent state is characterized by a broad spectrum of fluctuations in velocity and stress. Results show a non-monotonic relationship between the volume fraction of the unyielded flow and plasticity. Surprisingly, we find that above a critical value of plasticity, the system can fluidize. Our results reveal the complex interplay between elasticity and plasticity in simple shear flows, indicating that plasticity can enhance rather than hinder momentum transport.

physics.flu-dyn

Perspiration vapor lightens near skin air but hinders human evaporative cooling in arid heat

Sweat evaporation is the body's primary cooling mechanism, yet the physical factors governing it are not fully understood. We identify a dueling buoyancy effect in the context of the human body, in which perspiration vapor reduces the near skin air density, counteracting the downward flow driven by cooling of warm air upon contact with the skin. In hot, arid, stagnant environments, this opposing buoyancy suppresses free convection and can reduce sweat evaporation by more than half. As a result, commonly used thermoregulation models can substantially underpredict body temperature (e.g., by 1C after 2 hours of exposure to typical Arizona summer conditions). We develop compact, physics informed models for free convective heat transfer coefficients across wide temperature and humidity ranges, enabling improved thermoregulation modeling and thermal audits. These results enhance understanding of human heat balance and support more accurate heat stress assessment to inform behavioral, infrastructural, and policy decisions for extreme heat adaptations.

physics.flu-dyn

$\mathbb{Z}_p$-torus actions on positively curved manifolds

In this article, we study closed, positively curved $n$-manifolds that admit an effective, isometric $\mathbb{Z}_p^r$-action with a fixed point, where $p$ is an odd prime. For all sufficiently large $n$, we obtain a symmetry-rank bound in Theorem A that improves the $3n/8$ bound of Fang and Rong and of Ghazawneh. We improve on this bound for small odd primes $3\leq p\leq 19$ in Theorem B. One of our main tools comes from the theory of error-correcting codes and is of independent interest: we derive a finite-length Plotkin bound and a finite-length Elias-Bassalygo bound for $q$-ary codes and show that the finite-length Plotkin bound is asymptotically sharper for all primes $p \ge 23$.

math.DG

Attention-ResUNet and EfficientSASM-UNet: UNet based frameworks for Lung and Nodule segmentation

Lung cancer has been one of the major threats across the world with the highest mortalities. Computer-aided detection (CAD) can help in early detection and thus can help increase the survival rate. Accurate lung parenchyma segmentation (to include the juxta-pleural nodules) and lung nodule segmentation, the primary symptom of lung cancer, play a crucial role in the overall accuracy of the Lung CAD pipeline. Lung nodule segmentation is quite challenging because of the diverse nodule types and other inhibit structures present within the lung lobes. Traditional machine/deep learning methods suffer from generalization and robustness. Recent Vision Language Models/Foundation Models perform well on the anatomical level, but they suffer on fine-grained segmentation tasks, and their semi-automatic nature limits their effectiveness in real-time clinical scenarios. In this paper, we propose a novel method for accurate 3D segmentation of lung parenchyma and lung nodules. The proposed architecture is an attention-based network with residual blocks at each encoder-decoder state. Max pooling is replaced by strided convolutions at the encoder, and trilinear interpolation is replaced by transposed convolutions at the decoder to maximize the number of learnable parameters. Dilated convolutions at each encoder-decoder stage allow the model to capture the larger context without increasing computational costs. The proposed method has been evaluated extensively on one of the largest publicly available datasets, namely LUNA16, and is compared with recent notable work in the domain using standard performance metrics like Dice score, IOU, etc. It can be seen from the results that the proposed method achieves better performance than state-of-the-art methods. The source code, datasets, and pre-processed data can be accessed using the link: https://github.com/EMeRALDsNRPU/Attention-Based-3D-ResUNet.

eess.IV

Resolving shortwave and longwave irradiation distributions across the human body in outdoor built environments

Outdoor built environments can be designed to enhance thermal comfort, yet the relationship between the two is often assessed in whole-body terms, overlooking the asymmetric nature of thermal interactions between the human body and its surroundings. Moreover, the radiative component of heat exchange-dominant in hot and dry climates-is typically lumped into a single artificial metric, the mean radiant temperature, rather than being resolved into its shortwave and longwave spectral components. The shortwave irradiation distribution on the human body is often highly anisotropic, causing localized thermal discomfort in outdoor environments. However, no existing methods effectively quantify shortwave and longwave irradiation distributions on the human body. To address this gap, we developed two methods to quantify these processes. The first approach uses an outdoor thermal manikin with a white-coated side, enabling the separation of spectral components by subtracting measurements from symmetrically corresponding surface zones of tan color. The second hybrid approach converts radiometer measurements in six directions into boundary conditions for computational thermal manikin simulations. We evaluated irradiation distributions for various body parts using both methods during outdoor measurements across sunny, partially shaded, and fully shaded sites under warm to extremely hot conditions. In most cases, the two methods produced closely aligned results, with divergences highlighting their respective strengths and limitations. Additionally, we used the manikin to quantify irradiation attenuation provided by five long-sleeve shirts with colors ranging from white to black. These advanced methods can be integrated with airflow and thermoregulatory modeling to optimize outdoor built environments for enhanced human thermal comfort.

physics.bio-ph

Viscous Instabilities in Transversely Strained Channel Flows

We investigate here linear stability in a canonical three-dimensional boundary layer generated by the superposition of a spanwise pressure gradient upon an otherwise standard channel flow. As the main result, we introduce a simple coordinate transformation that enables the complete description of modal and non-modal stability using previous results on Poiseuille flow. We leverage this insight to derive closed forms for some relevant stability metrics. In particular, the critical Reynolds number for exponential-in-time growth is found to monotonically decrease with the strength of the cross-flow. A suitably chosen re-scaling, however, shows that the stability characteristics ultimately approach those of channel flow, despite the presence of a non-zero spanwise shear. Unstable eigenmodes akin to the Tollmien-Schlichting wave are found to propagate along the direction of the net flow. From a non-modal perspective, the maximal transient (algebraic) growth increases quadratically with the spanwise pressure differential and, similar to two-dimensional flows, is fueled by the lift-up effect. In this regard, the linear energy budget highlights a dramatic increase in energy production against the spanwise shear.

physics.flu-dyn

Calculation of Femur Caput Collum Diaphyseal angle for X-Rays images using Semantic Segmentation

This paper investigates the use of deep learning approaches to estimate the femur caput-collum-diaphyseal (CCD) angle from X-ray images. The CCD angle is an important measurement in the diagnosis of hip problems, and correct prediction can help in the planning of surgical procedures. Manual measurement of this angle, on the other hand, can be time-intensive and vulnerable to inter-observer variability. In this paper, we present a deep-learning algorithm that can reliably estimate the femur CCD angle from X-ray images. To train and test the performance of our model, we employed an X-ray image dataset with associated femur CCD angle measurements. Furthermore, we built a prototype to display the resulting predictions and to allow the user to interact with the predictions. As this is happening in a sterile setting during surgery, we expanded our interface to the possibility of being used only by voice commands. Our results show that our deep learning model predicts the femur CCD angle on X-ray images with great accuracy, with a mean absolute error of 4.3 degrees on the left femur and 4.9 degrees on the right femur on the test dataset. Our results suggest that deep learning has the potential to give a more efficient and accurate technique for predicting the femur CCD angle, which might have substantial therapeutic implications for the diagnosis and management of hip problems.

eess.IV

Revisiting Crossflow-Based Stabilization in Channel Flows

Stabilization schemes in wall-bounded flows often invoke fluid transpiration through porous boundaries. While these have been extensively validated for external flows, their efficacy in channels, particularly from the standpoint of non-modal perturbations, is yet to be demonstrated. Here, we show that crossflow strengths previously considered ``ideal'' for optimizing stability in channels in fact admit strong non-modal energy amplification. We begin by supplementing existing modal calculations and then show via the resolvent that extremely strong and potentially unfeasible crossflows are required to suppress non-modal growth in linearly stable regimes. Investigation of unforced algebraic growth paints a similar picture. Here, a component-wise budget analysis reveals that energy redistribution through pressure-velocity correlations plays an important role in driving energy growth/decay. The superposition of a moving wall is also considered, and it is shown that while energy amplification generally worsens, it can potentially be suppressed beyond a regime shift in parameter space. However, these flows are marred by rapidly declining mass transport, rendering their ultimate utility questionable. Our results suggest that crossflow-based stabilization might not be useful in internal flows.

physics.flu-dyn

Linear Stability Analysis of Oblique Couette-Poiseuille flows

We perform a detailed numerical study of modal and non-modal stability in oblique Couette-Poiseuille profiles, which are among the simplest examples of three-dimensional boundary layers. Through a comparison with the Orr-Sommerfeld operator for the aligned case, we show how an effective wall speed succinctly characterizes modal stability. Large-scale parameter sweeps reveal that the misalignment between the pressure gradient and wall motion is, in general, destabilizing. For flows that are sufficiently oblique, the instability is found to depend exclusively on the direction of wall motion and not on its speed, a conclusion supported, in part, by the perturbation energy budget and the evolution of the critical layers. Closed forms for the critical parameters in this regime are derived using a simple analysis. Finally, a modified long-wavelength approximation is developed, and the resulting asymptotic eigenvalue problem is used to show that there is no cutoff wall speed for unconditional stability whenever the angle of wall motion is non-zero, in stark contrast to the aligned case. From a non-modal perspective, pseudo-resonance is examined through the resolvent and the $\epsilon$-pseudospectra. An analysis of the unforced initial value problem shows that the maximum energy gain is highly dependent on both the magnitude and direction of the wall velocity. However, the strongest amplification is always achieved for configurations that are only weakly skewed. Finally, the optimal perturbations appear to develop via a lift-up effect induced by an Orr-like mechanism.

physics.flu-dyn

A Web-Based Tool for Comparative Process Mining

Process mining techniques enable the analysis of a wide variety of processes using event data. Among the available process mining techniques, most consider a single process perspective at a time-in the shape of a model or log. In this paper, we have developed a tool that can compare and visualize the same process under different constraints, allowing to analyze multiple aspects of the process. We describe the architecture, structure and use of the tool, and we provide an open-source full implementation.

cs.SE

Inflation from Dynamical Projective Connections

We show how the recently developed string-inspired, projectively-invariant gravitational model Thomas-Whitehead gravity (TW gravity) naturally gives rise to a field acting as the inflaton. In the formulation of TW gravity, a field $\mathcal{D}_{ab}$ is introduced into the projective connection components and is related to a rank-two tensor field $\mathcal{P}_{ab}$. Through the dynamical action of TW gravity, in terms of projective curvature, the tensor field $\mathcal{P}_{ab}$ acquires dynamics. By decomposing $\mathcal{P}_{ab}$ into its trace and traceless degrees of freedom, and choosing the connection to be Levi-Civita, we demonstrate that TW gravity contains a non-minimally coupled scalar field with a specific potential. Considering only the trace degrees of freedom, we demonstrate that the scalar field acts as an inflaton in the slow roll approximation. We find a range of values for the parameters introduced by TW gravity that fit the experimental constraints of the most recent cosmological data.

hep-th

Robust Baggage Detection and Classification Based on Local Tri-directional Pattern

In recent decades, the automatic video surveillance system has gained significant importance in computer vision community. The crucial objective of surveillance is monitoring and security in public places. In the traditional Local Binary Pattern, the feature description is somehow inaccurate, and the feature size is large enough. Therefore, to overcome these shortcomings, our research proposed a detection algorithm for a human with or without carrying baggage. The Local tri-directional pattern descriptor is exhibited to extract features of different human body parts including head, trunk, and limbs. Then with the help of support vector machine, extracted features are trained and evaluated. Experimental results on INRIA and MSMT17 V1 datasets show that LtriDP outperforms several state-of-the-art feature descriptors and validate its effectiveness.

cs.CV

Exploiting ML algorithms for Efficient Detection and Prevention of JavaScript-XSS Attacks in Android Based Hybrid Applications

The development and analysis of mobile applications in term of security have become an active research area from many years as many apps are vulnerable to different attacks. Especially the concept of hybrid applications has emerged in the last three years where applications are developed in both native and web languages because the use of web languages raises certain security risks in hybrid mobile applications as it creates possible channels where malicious code can be injected inside the application. WebView is an important component in hybrid mobile applications which used to implements a sandbox mechanism to protect the local resources of smartphone devices from un-authorized access of JavaScript. However, the WebView application program interfaces (APIs) also have security issues. For example, an attacker can attack the hybrid application via JavaScript code by bypassing the sandbox security through accessing the public methods of the applications. Cross-site scripting (XSS) is one of the most popular malicious code injection technique for accessing the public methods of the application through JavaScript. This research proposes a framework for detection and prevention of XSS attacks in hybrid applications using state-of-the-art machine learning (ML) algorithms. The detection of the attacks have been perform by exploiting the registered Java object features. The dataset and the sample hybrid applications have been developed using the android studio. Then the widely used toolkit, RapidMiner, has been used for empirical analysis. The results reveal that the ensemble based Random Forest algorithm outperforms other algorithms and achieves both the accuracy and F-measures as high as of 99%.

cs.CR