SearcharxivSearch

arXiv subjects

Sudip Chakrabarty

Publications and source records attributed to Sudip Chakrabarty.

13 recordsLinked to original sources

Quantifying Margenau--Hill Nonclassicality

Quasiprobability distributions offer a useful way of describing nonclassical features of quantum systems through their departure from classical probability theory. In this work, we investigate the quantification of nonclassicality associated with the Margenau--Hill quasiprobability (MHQ) distribution using its moments, without requiring reconstruction of the full distribution. First we introduce the logarithmic MHQ negativity as a quantifier of nonclassicality, and then derive a hierarchy of rigorous lower bounds in terms of low-order moments. Within the resulting hierarchy, the fourth-moment bound is the strongest among the bounds based on even moments. For qubits, we further derive a tight upper bound on the exact MHQ negativity and identify the corresponding extremal state. We also obtain an optimal positivity threshold based on the fourth moment for arbitrary pairs of qubit observables. Finally, we show that the relevant moments admit exact multicopy representations, providing a route to their estimation using interferometry or classical shadow techniques. Our results establish a moment-based framework for extracting quantitative information about MHQ negativity from a finite set of low-order observables.

quant-ph

Measurement-induced remote activation of nonclassicality

Nonclassicality, defined through nonpositivity of quasiprobability distributions such as the Wigner and Kirkwood-Dirac distributions, underlies key quantum advantages. We show that it can be remotely activated: local measurements by a correlated partner alone can drive a party whose reduced state is classical into a genuinely nonclassical conditional state. For two-qubit systems we obtain closed forms for the maximal single-branch effect and for its probability-weighted average under the best two-outcome projective measurement, the latter proven optimal over all measurements when the shared state carries no local bias. Local noise on the steered party, evaluated relative to its own noise-updated reference basis, can enhance the effect when non-unital and misaligned with that party's axis, whereas no unital channel ever helps. This nonclassicality is shown to unlock, for the same reference observable, anomalous weak values unavailable to the unsteered state under arbitrary postselection. An exactly solvable hybrid qubit-oscillator model shows the same mechanism generates Wigner negativity. These results identify measurement-induced steering as an operational resource for remotely activating nonclassicality.

quant-ph

Operational certification of nonclassicality in arbitrary quantum states from few copies

States with negative Wigner functions constitute a fundamental nonclassical resource underlying quantum advantage. However, their experimental certification typically relies on reconstructing the full phase-space distribution, resulting in a prohibitive measurement overhead for arbitrary quantum states. In this letter, we overcome this limitation by introducing Wigner moments, a family of global phase-space quantities that admit an exact multicopy realization as parity expectation values, and are therefore directly measurable from only a modest number of state copies. This operational correspondence enables systematic hierarchies of detection criteria together with experimentally accessible lower bounds on the logarithmic Wigner negativity, and constitutes a genuine measure of nonclassicality. Numerical benchmarking of our protocol reveals a substantial reduction in copy budget relative to conventional Wigner tomography, establishing Wigner moments as an efficient framework for certifying continuous-variable quantum resources such as genuine multipartite entanglement.

quant-ph

Comparative Analysis of Military Detection Using Drone Imagery Across Multiple Visual Spectrums

In modern warfare, drones are becoming an essential part of intelligence gathering and carrying out precise attacks in different kinds of hostile environments. Their ability to operate in real-time and hostile environments from a safe distance makes them invaluable for surveillance and military operations. The KIIT-MiTA dataset is comprised of images of different military scenarios taken from drones, and these provide a foundation for detecting military objects, but it does not take into account the various types of real-world scenarios. With that in mind, to evaluate how the models are performing under varying conditions, four different types of datasets are created: Gray Scale, Thermal Vision, Night Vision, and Obscura Vision. These simulate the real-world environments such as low visibility, heat-based imagery, and nighttime conditions. The YOLOv11-small model is trained and used to detect objects across diverse settings. This research boosts the performance and reliability of drone-based operations by contributing to the development of advanced detection systems in both defensive and offensive missions.

cs.CV

Detection of quantum imaginarity using moments and its interferometric realization

Complex numbers, intrinsic to the formulation of quantum theory, play a pivotal role in enabling advantages across a broad range of quantum information-processing tasks. Despite their fundamental importance, practical and scalable criteria for detecting quantum imaginarity remain relatively underexplored, particularly methods that enable its identification with reduced experimental overhead. In this work, we propose a realistic and experimentally feasible method to detect quantum imaginarity using moment-based approach. Our framework relies on experimentally accessible moments of the Kirkwood-Dirac quasiprobability distribution, enabling scalable detection in many-body and high-dimensional systems without requiring full state tomography. We then present an illustrative example to support our detection scheme. Finally, we present an interferometric scheme for measuring these moments, paving the way for experimental implementation of our detection protocol.

quant-ph

Soundscapes in Spectrograms: Pioneering Multilabel Classification for South Asian Sounds

Environmental sound classification is a field of growing importance for urban monitoring and cultural soundscape analysis, especially within the acoustically rich environments of South Asia. These regions present a unique challenge as multiple natural, human, and cultural sounds often overlap, straining traditional methods that frequently rely on Mel Frequency Cepstral Coefficients (MFCC). This study introduces a novel spectrogram-based methodology with a superior ability to capture these complex auditory patterns. A Convolutional Neural Network (CNN) architecture is implemented to solve a demanding multilabel, multiclass classification problem on the SAS-KIIT dataset. To demonstrate robustness and comparability, the approach is also validated using the renowned UrbanSound8K dataset. The results confirm that the proposed spectrogram-based method significantly outperforms existing MFCC-based techniques, achieving higher classification accuracy across both datasets. This improvement lays the groundwork for more robust and accurate audio classification systems in real-world applications.

cs.SD

Explainable Continuous-Time Mask Refinement with Local Self-Similarity Priors for Medical Image Segmentation

Accurate semantic segmentation of foot ulcers is essential for automated wound monitoring, yet boundary delineation remains challenging due to tissue heterogeneity and poor contrast with surrounding skin. To overcome the limitations of standard intensity-based networks, we present LSS-LTCNet:an ante-hoc explainable framework synergizing deterministic structural priors with continuous-time neural dynamics. Our architecture departs from traditional black-box models by employing a Local Self-Similarity (LSS) mechanism that extracts dense, illumination-invariant texture descriptors to explicitly disentangle necrotic tissue from background artifacts. To enforce topological precision, we introduce a Liquid Time-Constant (LTC) refinement module that treats boundary evolution as an ODEgoverned dynamic system, iteratively refining masks over continuous time-steps. Comprehensive evaluation on the MICCAI FUSeg dataset demonstrates that LSS-LTCNet achieves state-of-the-art boundary alignment, securing a peak Dice score of 86.96% and an exceptional 95th percentile Hausdorff Distance (HD95) of 8.91 pixels. Requiring merely 25.70M parameters, the model significantly outperforms heavier U-Net and transformer baselines in efficiency. By providing inherent visual audit trails alongside high-fidelity predictions, LSS-LTCNet offers a robust and transparent solution for computer-aided diagnosis in mobile healthcare (mHealth) settings.

cs.CV

YOLO26: An Analysis of NMS-Free End to End Framework for Real-Time Object Detection

The ``You Only Look Once'' (YOLO) framework has long served as a standard for real-time object detection, though traditional iterations have utilized Non-Maximum Suppression (NMS) post-processing, which introduces specific latency and hyperparameter variables. This paper presents a comprehensive architectural analysis of YOLO26, a model that shifts toward a native end-to-end learning strategy by eliminating NMS. This study examines the core mechanisms driving this framework: the MuSGD optimizer for backbone stabilization, Small-Target-Aware Label Assignment (STAL), and ProgLoss for dynamic supervision. To contextualize its performance, this article reviews exhaustive benchmark data from the COCO \texttt{val2017} leaderboard. This evaluation provides an objective comparison of YOLO26 across various model scales (Nano to Extra-Large) against both prior CNN lineages and contemporary Transformer-based architectures (e.g., RT-DETR, DEIM, RF-DETR), detailing the observed speed-accuracy trade-offs and parameter requirements without asserting a singular optimal model. Additionally, the analysis covers the framework's unified multi-task capabilities, including the YOLOE-26 open-vocabulary module for promptable detection. Ultimately, this paper serves to document how decoupling representation learning from heuristic post-processing impacts the "Export Gap" and deterministic latency in modern edge-based computer vision deployments.

cs.CV

AUDRON: A Deep Learning Framework with Fused Acoustic Signatures for Drone Type Recognition

Unmanned aerial vehicles (UAVs), commonly known as drones, are increasingly used across diverse domains, including logistics, agriculture, surveillance, and defense. While these systems provide numerous benefits, their misuse raises safety and security concerns, making effective detection mechanisms essential. Acoustic sensing offers a low-cost and non-intrusive alternative to vision or radar-based detection, as drone propellers generate distinctive sound patterns. This study introduces AUDRON (AUdio-based Drone Recognition Network), a hybrid deep learning framework for drone sound detection, employing a combination of Mel-Frequency Cepstral Coefficients (MFCC), Short-Time Fourier Transform (STFT) spectrograms processed with convolutional neural networks (CNNs), recurrent layers for temporal modeling, and autoencoder-based representations. Feature-level fusion integrates complementary information before classification. Experimental evaluation demonstrates that AUDRON effectively differentiates drone acoustic signatures from background noise, achieving high accuracy while maintaining generalizability across varying conditions. AUDRON achieves 98.51 percent and 97.11 percent accuracy in binary and multiclass classification. The results highlight the advantage of combining multiple feature representations with deep learning for reliable acoustic drone detection, suggesting the framework's potential for deployment in security and surveillance applications where visual or radar sensing may be limited.

cs.SD

Explainable Transformer-CNN Fusion for Noise-Robust Speech Emotion Recognition

Speech Emotion Recognition (SER) systems often degrade in performance when exposed to the unpredictable acoustic interference found in real-world environments. Additionally, the opacity of deep learning models hinders their adoption in trust-sensitive applications. To bridge this gap, we propose a Hybrid Transformer-CNN framework that unifies the contextual modeling of Wav2Vec 2.0 with the spectral stability of 1D-Convolutional Neural Networks. Our dual-stream architecture processes raw waveforms to capture long-range temporal dependencies while simultaneously extracting noise-resistant spectral features (MFCC, ZCR, RMSE) via a custom Attentive Temporal Pooling mechanism. We conducted extensive validation across four diverse benchmark datasets: RAVDESS, TESS, SAVEE, and CREMA-D. To rigorously test robustness, we subjected the model to non-stationary acoustic interference using real-world noise profiles from the SAS-KIIT dataset. The proposed framework demonstrates superior generalization and state-of-the-art accuracy across all datasets, significantly outperforming single-branch baselines under realistic environmental interference. Furthermore, we address the ``black-box" problem by integrating SHAP and Score-CAM into the evaluation pipeline. These tools provide granular visual explanations, revealing how the model strategically shifts attention between temporal and spectral cues to maintain reliability in the presence of complex environmental noise.

cs.SD

Nonlocality in Continuous-Variable Quantum Networks

Quantum networks enable forms of nonlocality beyond the standard Bell scenario, with a multitude of potential applications. Continuous-variable (CV) platforms are particularly attractive for large-scale networks, offering deterministic entanglement generation and favorable prospects for long-distance distribution. Here we present a formalism to study CV network nonlocality using pseudospin measurements. Considering the linear chain and star configurations, we derive the maximal violations of the corresponding network locality inequalities for arbitrary two-mode states. Using two-mode squeezed vacuum states, we show that the strength of nonlocality in the star configuration remains independent of the network size. Moreover, the nonlocal correlations persist even at arbitrarily high temperatures provided the squeezing exceeds a critical threshold. Further, we demonstrate non-Gaussianity as an enhancer of network nonlocality through illustrations of various classes of non-Gaussian resources. Remarkably, a coherent superposition of single-photon subtractions across modes achieves maximal violation for vanishing squeezing. Finally, we provide schematics of an experimentally feasible implementation of CV network nonlocality based on the isomorphism between pseudospin and spatial parity observables.

quant-ph

Probing Kirkwood-Dirac nonpositivity and its operational implications via moments

The Kirkwood-Dirac (KD) distribution has recently emerged as a powerful quasiprobability framework with wide-ranging applications in quantum information processing tasks. In this work, we introduce an experimentally motivated criterion for detecting nonclassical signatures of the KD distribution using its statistical moments and demonstrate its effectiveness through explicit examples. We further show that this approach extends naturally to identifying other quantum resources, such as quantum coherence and nonclassical extractable work -- that are intrinsically connected to the KD distribution. Our criteria involves the evaluation of simple functionals, making it well-suited for efficient experimental implementation.

quant-ph

Efficient detection of nonclassicality using moments of the Wigner function

States with a negative Wigner function, a significant subclass of nonclassical states, serve as a valuable resource for various quantum information processing tasks. Here, we provide a criterion for detecting such quantum states characterized by a negative Wigner function. Our method relies on evaluating moments of the Wigner function, which involves computing simple functionals and can be implemented in a real experiment without the need for full state tomography or Wigner function reconstruction. We provide explicit examples to support our detection scheme. Further, we propose an experimental method utilizing the mode SWAP operator to realize these moments in a real experiment.

quant-ph