SearcharxivSearch

arXiv subjects

Arpan Gupta

Publications and source records attributed to Arpan Gupta.

3 recordsLinked to original sources

Localization and universality of three-dimensional pseudospin-$s$ fermions

Quantum interference of electrons in disordered conductors is a sensitive probe of the internal structure of quasiparticles, revealing universal signatures of symmetry through weak localization (WL) and weak antilocalization (WAL). While these phenomena are well understood for the conventional Schr\"odinger and Dirac-Weyl fermions, their fate in the broader class of multifold chiral fermions remains largely unexplored. We develop a unified framework for semiclassical transport and quantum interference in three-dimensional disordered fermions with an arbitrary pseudospin $s$. Starting from a general short-range matrix disorder $\mathcal{M}$, we derive compact expressions for elastic lifetimes and ladder vertex corrections for arbitrary pseudospin with multiband effects, and then show that in the scalar-disorder limit while the Drude conductivity is strongly pseudospin and helicity dependent, in contrast, the leading quantum interference correction exhibits a striking universality: its magnitude remains identical to that of conventional diffusive metals and Weyl fermions, while its sign is determined solely by the parity of $2s$, placing half-integer pseudospins in the symplectic class (WAL) and integer pseudospins in the orthogonal class (WL). We also analyze the role of interband and intervalley scattering for $s=3/2$. By solving the resulting coupled Bethe-Salpeter equations, we demonstrate that channel mixing suppresses WAL and drives a crossover toward localization. Our results establish a general theory of localization across the full pseudospin hierarchy, revealing an interplay between internal geometry, symmetry class, and transport universality.

cond-mat.mes-hall

Multi-Class Abnormality Classification Task in Video Capsule Endoscopy

In this work for Capsule Vision Challenge 2024, we addressed the challenge of multiclass anomaly classification in video capsule Endoscopy (VCE)[1] with a variety of deep learning models, ranging from custom CNNs to advanced transformer architectures. The purpose is to correctly classify diverse gastrointestinal disorders, which is critical for increasing diagnostic efficiency in clinical settings. We started with a baseline CNN model and improved performance with ResNet[2] for better feature extraction, followed by Vision Transformer (ViT)[3] to capture global dependencies. We further improve the results by using Multiscale Vision Transformer (MViT)[4] for improved hierarchical feature extraction, while Dual Attention Vision Transformer (DaViT) [5] delivered best results by combining spatial and channel attention methods. Our best balanced accuracy on validation set [6] was 0.8592 and Mean AUC was 0.9932. This methodology enabled us to improve model accuracy across a wide range of criteria, greatly surpassing all other methods.Additionally, our team capsule commandos achieved 7th place ranking with a test set[7] performance of Mean AUC: 0.7314 and balanced accuracy: 0.3235

eess.IV

Cricket stroke extraction: Towards creation of a large-scale cricket actions dataset

In this paper, we deal with the problem of temporal action localization for a large-scale untrimmed cricket videos dataset. Our action of interest for cricket videos is a cricket stroke played by a batsman, which is, usually, covered by cameras placed at the stands of the cricket ground at both ends of the cricket pitch. After applying a sequence of preprocessing steps, we have ~73 million frames for 1110 videos in the dataset at constant frame rate and resolution. The method of localization is a generalized one which applies a trained random forest model for CUTs detection(using summed up grayscale histogram difference features) and two linear SVM camera models(CAM1 and CAM2) for first frame detection, trained on HOG features of CAM1 and CAM2 video shots. CAM1 and CAM2 are assumed to be part of the cricket stroke. At the predicted boundary positions, the HOG features of the first frames are computed and a simple algorithm was used to combine the positively predicted camera shots. In order to make the process as generic as possible, we did not consider any domain specific knowledge, such as tracking or specific shape and motion features. The detailed analysis of our methodology is provided along with the metrics used for evaluation of individual models, and the final predicted segments. We achieved a weighted mean TIoU of 0.5097 over a small sample of the test set.

cs.CV