Researcher profile

Sakshi Gupta

Sakshi Gupta contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 17 - UnverifiedVerification L1Unclaimed author
4works
0followers
5topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

4 published item(s)

preprint2026arXiv

Ultra-broadband Mid to Long-wave Infrared Spintronic Poisson Bolometer

Infrared detectors have traditionally been divided into two fundamental classes, mid-wave (MWIR, 3-5 um) and long-wave (LWIR, 8-14 um). Integrating MWIR and LWIR within a single device is challenging due to distinct materials, cooling needs, and detection mechanisms, while such integration is critical for improved object recognition, temperature estimation, and environmental sensing. In this work, we demonstrate a Spintronic Poisson (SP) bolometer enabling room-temperature ultra-broadband sensing across 3-14 um. Unlike conventional bolometers that rely on continuous analog signals, the SP bolometer implements a Poisson-counting detection paradigm, encoding temperature in discrete stochastic events, which turns thermal noise from a limitation into the basis of the estimator itself. We fabricate the SP bolometer using a spintronic transduction layer integrated with a plasmonic nanoantenna array to enhance broadband infrared absorption. Using spintronic transduction, the device achieves the noise-equivalent temperature difference (NETD, thermal sensitivity metric) of 80-100 mK at 300 K, surpassing uncooled detectors and approaching cooled technologies. This work establishes a statistical detection paradigm for room-temperature infrared sensing with broad application potential.

preprint2016arXiv

Shallow Parsing Pipeline for Hindi-English Code-Mixed Social Media Text

In this study, the problem of shallow parsing of Hindi-English code-mixed social media text (CSMT) has been addressed. We have annotated the data, developed a language identifier, a normalizer, a part-of-speech tagger and a shallow parser. To the best of our knowledge, we are the first to attempt shallow parsing on CSMT. The pipeline developed has been made available to the research community with the goal of enabling better text analysis of Hindi English CSMT. The pipeline is accessible at http://bit.ly/csmt-parser-api .

preprint2014arXiv

Optimizing the For loop: Comparison of For loop and micro For loop

Looping is one of the fundamental logical instructions used for repeating a block of code. It is used in programs across all programming languages. Traditionally, in languages like C, the for loop is used extensively for repeated execution of a block of code, due to its ease for use and simplified representation. This paper proposes a new way of representing the for loop to improve its runtime efficiency and compares the experimental statistics with the traditional for loop representation. It is found that for small number of iterations, the difference in computational time may not be considerable. But given any large number of iterations, the difference is noticeable.