Skip to content

Author

Sasmita Padhy

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

#edge computing Sep 2026

Quantum-Resilient Federated Learning for Real-Time Digital Twin Synchronization in Smart City 6G Networks

Digital Twin (DT) technology, with Federated Learning (FL), enables decentralised and privacyaware intelligence of large-scale infrastructures of smart cities. Quantum computing compromises the existing cryptography systems that underlie existing FL frameworks. The current paper presents a Quantum-Secure FL (QSec-FL) architecture that incorporates both Post-Quantum Cryptography (PQC) and Quantum Key Distribution (QKD) as methods to ensure quantum-resistant communication between the IoT, edge, and cloud layers of 6G networks. The framework facilitates real-time DT synchronisation and ultra-reliable low-latency communication (URLLC) through adaptive model aggregation and secure key management. With the help of a large dataset of SmartCity-6G-QSec, QSec-FL features better robustness, synchronisation integrity, and intrusion resilience than traditional secure FL systems. Additionally, the framework is compliant with the standards of NIST PQC, ETSI QKD, and 3GPP Release 19, ensuring compatibility and readiness for use in future 6G-based infrastructures. QSec-FL is a quantum-resilient security system incorporating federated intelligence to establish a unified, dependable, real-time DT operation and safe AI-based decision-making of the advanced smart cities.

Sasmita Padhy, Naween Kumar, Gyanendra Kumar · 6 citations
Open access Jul 2026

A Hybrid Vision Mamba and Transformer Architecture for Offline Recognition of Handwritten Marathi Characters

Offline handwritten Marathi character recognition is still kind of hard research problem because there is so much variability within the same class ,and between classes they can look a bit similar ,also the strokes are complex and different people write in their own style. A lot of CNN and Transformer like methods either do not really capture long range relationships well enough, or they end up being too heavy computationally, you know not so efficient. So in this paper we suggest a Hybrid Vision Mamba and Transformer (HVMT), framework for stronger offline handwritten Marathi character recognition. The HVMT idea combines the hierarchical feature extraction power of Vision Mamba, which uses selective state-space modeling, with the contextual representation learning of a smaller Transformer encoder, and inside that encoder we use Multi-Head Self-Attention. Experiments are done on the public MHCD_GIETV2 dataset, where handwritten Marathi characters are collected from writers in different age groups and with diverse writing styles. Before training the images are turned into grayscale, then normalized, resized, and also augmented, to help the model generalize better. The proposed HVMT is compared with CNN, ResNet-50, EfficientNet-B0, ConvNeXt-Tiny, Vision Transformer (ViT-B/16), Swin Transformer-Tiny, and Vision Mamba, all under the same experimental setup. Experimental results show that the proposed framework achieved accuracy 87.11% , precision 87.09% , recall 87.10% and F1-score 87.09% which is better than the compared architectures. At the same time it only uses 26.9 million parameters, 2.6 GFLOPs, and inference time 1.305 ms per image. In other words, the HVMT framework seems to strike a workable tradeoff between recognition precision and compute efficiency. Because of this it is a good fit for things like intelligent document analysis, handwritten document digitization , archival preservation , and several other Indic script recognition tasks and more.

S. Khandakhani, Sachikanta Dash, Sasmita Padhy et al. · 0 citations