arXiv ScienceSearch

arXiv subjects

A. Rahaman

Publications and source records attributed to A. Rahaman.

16 recordsLinked to original sources

GraM-Diff: A Unified Graph-Mamba Diffusion Framework for EEG-Based Alzheimer's Disease Data Generation and Diagnosis

Electroencephalography (EEG) is a promising, non-invasive, and cost-effective modality for Alzheimer's disease (AD) detection, but deep learning methods are limited by small and imbalanced clinical datasets. Generative augmentation offers a solution, yet existing approaches rely on inefficient class-specific models or fail to capture complex spatial and temporal brain dynamics. To address this, we propose GraM-Diff, a unified classifier-guided Graph-Mamba diffusion framework for EEG synthesis. It embeds Graph Convolutional Networks within a diffusion U-Net to model inter-electrode connectivity and Bidirectional Mamba state-space blocks for linear-complexity long-range temporal modeling. Latent-space classifier guidance lets a single model generate both healthy and pathological EEG within a shared representation, avoiding fragmented per-cohort pipelines. Across four EEG-based AD benchmarks, synthetic augmentation improves classification, yields superior Context-FID and correlation scores over strong generative baselines, and enhances robustness in data-scarce settings.

cs.LG

ECA-BLS: An Efficient Complex-Augmented Broad Learning System

Broad Learning System (BLS) is an efficient alternative to deep architectures due to its fast training, analytical learning, and strong generalization under limited data. However, existing BLS variants are confined to real-valued representations, restricting their ability to capture nonlinear interactions and second-order statistical dependencies inherent in real-world data. Notably, no prior BLS model fully exploits the complete second-order statistics that naturally emerge when data are embedded in the complex domain. To address this limitation, this paper introduces the first complex augmented Broad Learning System (CA-BLS), which transforms real-valued inputs into phase-encoded complex representations and adopts widely linear modeling to jointly leverage covariance and pseudo-covariance information via complex conjugate augmentation. This enables effective modeling of latent nonlinearities, coherence structures, and second-order dependencies inaccessible to conventional BLS formulations. To mitigate the additional computational cost of complex augmentation, an Efficient Complex Augmented BLS (ECA-BLS) is further developed, reformulating CA-BLS entirely in the real domain while preserving its exact decision function, achieving up to 75\% fewer multiplications and over 60\% fewer additions. A rigorous theoretical analysis proves the mathematical equivalence between CA-BLS and ECA-BLS, ensuring zero theoretical loss. Extensive experiments on 26 benchmark datasets from the UCI and KEEL repositories demonstrate that ECA-BLS consistently outperforms classical BLS and recent state-of-the-art randomized neural networks in accuracy, average rank, and statistical significance, establishing augmented second-order modeling as a critical and previously missing dimension of BLS research.

cs.LG

Robust Broad Learning System with Wave Loss for Classification under Data Uncertainty

Broad Learning System (BLS) offers an efficient alternative to deep architectures by enabling fast learning through randomized feature mapping and closed-form solutions. However, its reliance on squared error loss makes it highly sensitive to noise, outliers, and corrupted labels, limiting its reliability in real-world scenarios. To address this limitation, we propose Wave-BLS, a robust broad learning framework that integrates the wave loss function, which is asymmetric, bounded, and smooth, enabling controlled penalization of large errors. The proposed formulation replaces the standard least-squares objective with a wave-loss-based optimization problem, solved efficiently using a Nesterov accelerated gradient (NAG)-based scheme without requiring matrix inversion, thereby improving scalability. Extensive experiments on 30 UCI benchmark datasets demonstrate that Wave-BLS consistently outperforms classical BLS and several robust variants. Statistical validation using Friedman and Nemenyi post-hoc tests confirms the significance of the observed improvements. Furthermore, robustness evaluations under controlled noise and outlier injection reveal that Wave-BLS exhibits substantially slower performance degradation compared to BLS, even in challenging contamination settings. These results establish Wave-BLS as a stable and robust alternative to existing broad learning models for learning under data uncertainty.

cs.LG

RoBell-RVFL: A Robust Generalized Bell Random Vector Functional Link Network

The dominance of majority classes in real-world datasets poses a fundamental challenge to randomized neural networks, often biasing decision boundaries and overlooking critical minority samples. Existing remedies, such as synthetic minority over-sampling (SMOTE) and class-weighted loss functions, primarily address class proportions while neglecting intra-class distribution, making them vulnerable to label noise and outliers. In this paper, we propose \textbf{RoBell-RVFL}, a robust and lightweight \emph{quality-aware} generalized bell random vector functional link network that redefines how randomized models handle class imbalance and noisy data. RoBell-RVFL employs a dual-strategy, sample-level weighting mechanism that strictly preserves minority class information using unit weights, while adaptively regulating the influence of majority class samples through a probability-weighted generalized bell (gbell) membership function in a kernel-induced feature space. This design effectively suppresses noisy, boundary, and outlier samples within the majority class, enabling the network to learn from informative samples rather than merely abundant ones. By explicitly incorporating local class probability and class distribution information into the learning process, RoBell-RVFL achieves adaptive control over sample contributions without sacrificing the closed-form learning efficiency of RVFL networks. Extensive evaluations on UCI and KEEL benchmark datasets, along with robustness tests under up to 40\% label noise, demonstrate that RoBell-RVFL consistently and significantly outperforms recent state-of-the-art RVFL variants. The results indicate that adaptive, quality-aware sample weighting is essential for robust RVFL learning, rendering conventional global weighting schemes ineffective in noisy and imbalanced environments.

cs.LG

Robust Dual-Model Collaborative Random Vector Functional Link Network

Random vector functional link (RVFL) networks are lightweight and fast neural models that offer efficient training and strong generalization through randomized hidden-layer weights and direct input-output connections. However, conventional RVFL models are sensitive to noisy labels, outliers, and imbalanced data, which limits their performance in real-world applications. To address these challenges, we propose the kernel risk-sensitive mean p-power based RVFL (KRPRVFL) model, which integrates the computational efficiency of RVFL with the robustness of the kernel risk-sensitive mean p-power (KRP) criterion. By replacing the standard least-squares objective with a KRP-based loss, KRPRVFL adaptively reduces the influence of corrupted or unreliable samples during training, resulting in improved stability and generalization. Additionally, a collaborative learning mechanism is introduced to enable adaptive interaction among model components, further enhancing robustness in complex and noisy environments. The proposed framework also leverages kernel-induced feature mapping to capture nonlinear relationships without requiring explicit hidden-layer selection, maintaining both efficiency and scalability. Extensive experiments on UCI and KEEL benchmark datasets demonstrate that KRPRVFL consistently outperforms baseline models in terms of accuracy, robustness, and statistical significance, highlighting its effectiveness as a fast, scalable, and reliable solution for challenging classification tasks.

cs.LG

Uncertainty-Aware Ensemble Deep Randomized Neural Networks for Classification

The current state-of-the-art (SOTA) deep randomized neural networks, such as deep Random Vector Functional Link (dRVFL) and ensemble deep RVFL (edRVFL), treat all training samples uniformly, which limits their robustness and effectiveness when applied to real-world datasets containing noise and outliers. Furthermore, the propagation of contaminated features across hidden layers negatively influences the decision-making capability of these models. To overcome these limitations, we propose intuitionistic fuzzy dRVFL (IF-dRVFL) and intuitionistic fuzzy edRVFL (IF-edRVFL) frameworks that enhance model robustness. The proposed models unify intuitionistic fuzzy theory to exploit sample neighborhood information in the kernel space by jointly considering membership and non-membership degrees for each sample. Membership degrees are computed based on the distance of samples from their respective class centroids, while non-membership degrees quantify sample heterogeneity within local neighborhoods. These measures are employed to assign adaptive weights to training samples, enabling effective discrimination among clean, noisy, and outlier data points. Extensive experiments conducted on UCI and KEEL benchmark datasets, with and without the presence of Gaussian noise, demonstrate the superiority of the proposed IF-dRVFL and IF-edRVFL models over existing SOTA fuzzy and non-fuzzy approaches. The source code is available at https://github.com/mtanveer1/IF-edRVFL.

cs.LG

AUREXA-SE: Audio-Visual Unified Representation Exchange Architecture with Cross-Attention and Squeezeformer for Speech Enhancement

In this paper, we propose AUREXA-SE (Audio-Visual Unified Representation Exchange Architecture with Cross-Attention and Squeezeformer for Speech Enhancement), a progressive bimodal framework tailored for audio-visual speech enhancement (AVSE). AUREXA-SE jointly leverages raw audio waveforms and visual cues by employing a U-Net-based 1D convolutional encoder for audio and a Swin Transformer V2 for efficient and expressive visual feature extraction. Central to the architecture is a novel bidirectional cross-attention mechanism, which facilitates deep contextual fusion between modalities, enabling rich and complementary representation learning. To capture temporal dependencies within the fused embeddings, a stack of lightweight Squeezeformer blocks combining convolutional and attention modules is introduced. The enhanced embeddings are then decoded via a U-Net-style decoder for direct waveform reconstruction, ensuring perceptually consistent and intelligible speech output. Experimental evaluations demonstrate the effectiveness of AUREXA-SE, achieving significant performance improvements over noisy baselines, with STOI of 0.516, PESQ of 1.323, and SI-SDR of -4.322 dB. The source code of AUREXA-SE is available at https://github.com/mtanveer1/AVSEC-4-Challenge-2025.

cs.SD

Surface-phase superconductivity in Mg-deficient V-doped MgTi$_2$O$_4$ spinel

Around fifty years ago, LiTi$_2$O$_4$ was reported to be first spinel oxide to exhibit a superconducting transition with highest T$_c$ $\approx$ 13.7 K. Recently, MgTi$_2$O$_4$ has been found to be the only other spinel oxide to reveal a superconducting transition with a T$_c$ $\approx$ 3 K, however, its superconducting state is realized only in thin film superlattices involving SrTiO$_3$. We find that a V-doped Mg$_{1-x}$Ti$_2$O$_4$ phase, which gets stabilized as a thin surface layer on top of stoichiometric and insulating V-doped MgTi$_2$O$_4$ bulk sample, exhibits high-temperature superconductivity with T$_c$ $\approx$ 16 K. The superconducting transition is also confirmed through a concomitant sharp diamagnetic transition immediately below T$_c$. The spinel phase of the superconducting surface layer is elucidated through grazing-incidence X-ray diffraction and Micro-Raman spectroscopy. A small shift of the sharp superconducting transition temperature ($\sim$ 4 K) with application of a high magnetic field (upto 9 Tesla) suggests a very high critical field for the system, $\sim$ 25 Tesla. Thus, V-doped Mg$_{1-x}$Ti$_2$O$_4$ exhibits the highest T$_c$ among spinel superconductors and also possesses a very high critical field.

cond-mat.supr-con

Tetramer Orbital-Ordering induced Lattice-Chirality in Ferrimagnetic, Polar MnTi2O4

Using density-functional theory calculations and experimental investigations on structural, magnetic and dielectric properties, we have elucidated a unique tetragonal ground state for MnTi2O4, a Ti^{3+} (3d^1)-ion containing spinel-oxide. With lowering of temperature around 164 K, cubic MnTi2O4 undergoes a structural transition into a polar P4_1 tetragonal structure and at further lower temperatures, around 45 K, the system undergoes a paramagnetic to ferrimagnetic transition. Magnetic superexchange interactions involving Mn and Ti spins and minimization of strain energy associated with co-operative Jahn-Teller distortions plays a critical role in stabilization of the unique tetramer-orbital ordered ground state which further gives rise to lattice chirality through subtle Ti-Ti bond-length modulations.

cond-mat.str-el

Weakly Bound Neutron-Rich Nuclei and Cosmic Phenomena

The single particle and bulk properties of the neutron-rich nuclei constrain fundamental issues in nuclear physics and nuclear astrophysics like the limits of existence of quantum many body systems (atomic nuclei), the equation of state of neutron-rich matter, neutron star, nucleosynthesis, evolution of stars, neutron star merging etc.. The state of the art of Coulomb breakup of the neutron-rich nuclei has been used to explore those properties. Unambiguous information on detailed components of the ground-state wave-function along with quantum numbers of the valence neutron of the nuclei have been obtained from the measurement of threshold strength along with the $\gamma$-rays spectra of the core following Coulomb breakup. The shape of this threshold strength is a finger-print of the quantum numbers of the nucleon. We investigated the ground-state properties of the neutron-rich Na, Mg, Al nuclei around N $\sim$ 20 using this method at GSI, Darmstadt. Very clear evidence has been observed for melting and merging of long cherished magic shell gaps at N = 20, 28. The evanescent neutron-rich nuclei imprint their existence in stellar explosive scenarios (r-process etc.). Coulomb dissociation (CD) is one of the important indirect measurements of the capture cross-section which may provide valuable input to the model for star evolution process, particularly the r-process. Some valuable bulk properties of the neutron-rich nuclei like the density dependent symmetry energy,neutron skin etc. play a key role in understanding cosmic phenomena and these properties have been studied via electromagnetic excitation. Preliminary results of electromagnetic excitation of the neutron-rich nucleus, $^{32}$Mg are presented.

nucl-ex

Determination of the Neutron-Capture Rate of 17C for the R-process Nucleosynthesis

With the R$^{3}$B-LAND setup at GSI we have measured exclusive relative-energy spectra of the Coulomb dissociation of $^{18}$C at a projectile energy around 425~AMeV on a lead target, which are needed to determine the radiative neutron-capture cross sections of $^{17}$C into the ground state of $^{18}$C. Those data have been used to constrain theoretical calculations for transitions populating excited states in $^{18}$C. This allowed to derive the astrophysical cross section $\sigma^{*}_{\mathrm{n}\gamma}$ accounting for the thermal population of $^{17}$C target states in astrophysical scenarios. The experimentally verified capture rate is significantly lower than those of previously obtained Hauser-Feshbach estimations at temperatures $T_{9}\leq{}1$~GK. Network simulations with updated neutron-capture rates and hydrodynamics according to the neutrino-driven wind model as well as the neutron-star merger scenario reveal no pronounced influence of neutron capture of $^{17}$C on the production of second- and third-peak elements in contrast to earlier sensitivity studies.

nucl-ex

Systematic investigation of projectile fragmentation using beams of unstable B and C isotopes

Background: Models describing nuclear fragmentation and fragmentation-fission deliver important input for planning nuclear physics experiments and future radioactive ion beam facilities. These models are usually benchmarked against data from stable beam experiments. In the future, two-step fragmentation reactions with exotic nuclei as stepping stones are a promising tool to reach the most neutron-rich nuclei, creating a need for models to describe also these reactions. Purpose: We want to extend the presently available data on fragmentation reactions towards the light exotic region on the nuclear chart. Furthermore, we want to improve the understanding of projectile fragmentation especially for unstable isotopes. Method: We have measured projectile fragments from 10,12-18C and 10-15B isotopes colliding with a carbon target. These measurements were all performed within one experiment, which gives rise to a very consistent dataset. We compare our data to model calculations. Results: One-proton removal cross sections with different final neutron numbers (1pxn) for relativistic 10,12-18C and 10-15B isotopes impinging on a carbon target. Comparing model calculations to the data, we find that EPAX is not able to describe the data satisfactorily. Using ABRABLA07 on the other hand, we find that the average excitation energy per abraded nucleon needs to be decreased from 27 MeV to 8.1 MeV. With that decrease ABRABLA07 describes the data surprisingly well. Conclusions: Extending the available data towards light unstable nuclei with a consistent set of new data have allowed for a systematic investigation of the role of the excitation energy induced in projectile fragmentation. Most striking is the apparent mass dependence of the average excitation energy per abraded nucleon. Nevertheless, this parameter, which has been related to final-state interactions, requires further study.

nucl-ex

Ultra-fast timing detectors to probe exotic properties of nuclei using RIB facility

Recently, the facilities of radioactive ion beam (RIB) combined with advanced detector systems provide us unique opportunity to probe the exotic properties of the nuclei with unusual neutron-to-proton ratio. In this article, a study of characterization of different types of ultra-fast timing detectors: a special type of gas detector (multi-strip multi-gap resistive plate chamber, MMRPC) ($\sigma$ $<$100 ps), scintillators array ( viz., $LaBr_3:Ce$) (timing resolution ($\sigma<$250 ps) are being presented. A brief discussion on usage of these different types of ultra-fast timing detector systems at radioactive ion beam facilities is also included.

physics.ins-det

Response of Multi-strip Multi-gap Resistive Plate Chamber

A prototype of Multi-strip Multi-gap Resistive Plate chamber (MMRPC) with active area 40 cm $\times$ 20 cm has been developed at SINP, Kolkata. Detailed response of the developed detector was studied with the pulsed electron beam from ELBE at Helmholtz-Zentrum Dresden-Rossendorf. In this report the response of SINP developed MMRPC with different controlling parameters is described in details. The obtained time resolution ($\sigma_t$) of the detector after slew correction was 91.5$ \pm $3 ps. Position resolution measured along ($\sigma_x$) and across ($\sigma_y$) the strip was 2.8$\pm$0.6 cm and 0.58 cm, respectively. The measured absolute efficiency of the detector for minimum ionizing particle like electron was 95.8$\pm$1.3 $\%$. Better timing resolution of the detector can be achieved by restricting the events to a single strip. The response of the detector was mainly in avalanche mode but a few percentage of streamer mode response was also observed. A comparison of the response of these two modes with trigger rate was studied

physics.ins-det

Beyond the Neutron Drip-Line: The Unbound Oxygen Isotopes 25O and 26O

The very neutron-rich oxygen isotopes 25O and 26O are investigated experimentally and theoret- ically. In this first R3B-LAND experiment, the unbound states are populated at GSI via proton- knockout reactions from 26F and 27F at relativistic energies around 450 MeV/nucleon. From the kinematically complete measurement of the decay into 24O plus one or two neutrons, the 25O ground- state energy and lifetime are determined, and upper limits for the 26O ground state are extracted. In addition, the results provide evidence for an excited state in 26O at around 4 MeV. The ex- perimental findings are compared to theoretical shell-model calculations based on chiral two- and three-nucleon (3N) forces, including for the first time residual 3N forces, which are shown to be amplified as valence neutrons are added.

nucl-ex

Lepton interferometry in relativistic heavy ion collisions - a case study

We propose intensity interferometry with identical lepton pairs as an efficient tool for the estimation of the source size of the expanding hot zone produced in relativistic heavy ion collisions. This can act as a complementary method to two photon interferometry. The correlation function of two electrons with the same helicity has been evaluated for RHIC energies. The thermal shift of the rho meson mass has negligible effects on the HBT radii.

nucl-th