Catalog footprint

What is connected

29works
31topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

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

Published work

29 published item(s)

preprint2026arXiv

On the Robustness of Fairness Practices: A Causal Framework for Systematic Evaluation

Machine learning (ML) algorithms are increasingly deployed to make critical decisions in socioeconomic applications such as finance, criminal justice, and autonomous driving. However, due to their data-driven and pattern-seeking nature, ML algorithms may develop decision logic that disproportionately distributes opportunities, benefits, resources, or information among different population groups, potentially harming marginalized communities. In response to such fairness concerns, the software engineering and ML communities have made significant efforts to establish the best practices for creating fair ML software. These include fairness interventions for training ML models, such as including sensitive features, selecting non-sensitive attributes, and applying bias mitigators. But how reliably can software professionals tasked with developing data-driven systems depend on these recommendations? And how well do these practices generalize in the presence of faulty labels, missing data, or distribution shifts? These questions form the core theme of this paper.

preprint2026arXiv

Probing the morphology of the Gum Nebula through pulsar observables and a novel distance estimation method

Various existing models of the Gum Nebula differ significantly in their parameters and suggested origins, which can be independently tested for consistency with data on some key observables of pulsars in the direction of the nebula. Our analysis of such data on the Vela pulsar, assuming a dominant scattering region in its foreground, suggests that the fractional distance of the scatterer is $0.89 \pm 0.01$, and for the given distance of the Vela pulsar, it translates to $254 \pm 16$ pc. Using independent distances of ten pulsars, we suggest a refined description of the Gum Nebula electron density model with its basic morphology similar to that used in the YMW16 model, which now provides better estimates of pulsar distances in these directions. In our new Gum Nebula model, as expected, the Vela pulsar would be behind the frontal edge of the Gum shell, which was intriguingly located in front of the nebula in the YMW16 model. We also present a new technique to better constrain the pulsar distances using their dispersion measure and temporal broadening simultaneously, and find that it is less affected by the uncertainties in the Galactic electron density distribution models. Notably, the new approach shows that the expected temporal broadening as a function of trial distance does not follow a monotonic increasing trend, but instead exhibits oscillations at regions of enhanced electron density. This behaviour is expected, as the method employs the integral form of temporal broadening with the appropriate weighting kernel, leading to more reliable estimates.

preprint2023arXiv

The International Linear Collider: Report to Snowmass 2021

The International Linear Collider (ILC) is on the table now as a new global energy-frontier accelerator laboratory taking data in the 2030s. The ILC addresses key questions for our current understanding of particle physics. It is based on a proven accelerator technology. Its experiments will challenge the Standard Model of particle physics and will provide a new window to look beyond it. This document brings the story of the ILC up to date, emphasizing its strong physics motivation, its readiness for construction, and the opportunity it presents to the US and the global particle physics community.

preprint2022arXiv

Adapting Rapid Motor Adaptation for Bipedal Robots

Recent advances in legged locomotion have enabled quadrupeds to walk on challenging terrains. However, bipedal robots are inherently more unstable and hence it's harder to design walking controllers for them. In this work, we leverage recent advances in rapid adaptation for locomotion control, and extend them to work on bipedal robots. Similar to existing works, we start with a base policy which produces actions while taking as input an estimated extrinsics vector from an adaptation module. This extrinsics vector contains information about the environment and enables the walking controller to rapidly adapt online. However, the extrinsics estimator could be imperfect, which might lead to poor performance of the base policy which expects a perfect estimator. In this paper, we propose A-RMA (Adapting RMA), which additionally adapts the base policy for the imperfect extrinsics estimator by finetuning it using model-free RL. We demonstrate that A-RMA outperforms a number of RL-based baseline controllers and model-based controllers in simulation, and show zero-shot deployment of a single A-RMA policy to enable a bipedal robot, Cassie, to walk in a variety of different scenarios in the real world beyond what it has seen during training. Videos and results at https://ashish-kmr.github.io/a-rma/

preprint2022arXiv

An Open Source Interactive Visual Analytics Tool for Comparative Programming Comprehension

This paper proposes an open source visual analytics tool consisting of several views and perspectives on eye movement data collected during code reading tasks when writing computer programs. Hence the focus of this work is on code and program comprehension. The source code is shown as a visual stimulus. It can be inspected in combination with overlaid scanpaths in which the saccades can be visually encoded in several forms, including straight, curved, and orthogonal lines, modifiable by interaction techniques. The tool supports interaction techniques like filter functions, aggregations, data sampling, and many more. We illustrate the usefulness of our tool by applying it to the eye movements of 216 programmers of multiple expertise levels that were collected during two code comprehension tasks. Our tool helped to analyze the difference between the strategic program comprehension of programmers based on their demographic background, time taken to complete the task, choice of programming task, and expertise.

preprint2022arXiv

ATP: A holistic attention integrated approach to enhance ABSA

Aspect based sentiment analysis (ABSA) deals with the identification of the sentiment polarity of a review sentence towards a given aspect. Deep Learning sequential models like RNN, LSTM, and GRU are current state-of-the-art methods for inferring the sentiment polarity. These methods work well to capture the contextual relationship between the words of a review sentence. However, these methods are insignificant in capturing long-term dependencies. Attention mechanism plays a significant role by focusing only on the most crucial part of the sentence. In the case of ABSA, aspect position plays a vital role. Words near to aspect contribute more while determining the sentiment towards the aspect. Therefore, we propose a method that captures the position based information using dependency parsing tree and helps attention mechanism. Using this type of position information over a simple word-distance-based position enhances the deep learning model's performance. We performed the experiments on SemEval'14 dataset to demonstrate the effect of dependency parsing relation-based attention for ABSA.

preprint2022arXiv

DeepMI: A Mutual Information Based Framework For Unsupervised Deep Learning of Tasks

In this work, we propose an information theory based framework DeepMI to train deep neural networks (DNN) using Mutual Information (MI). The DeepMI framework is especially targeted but not limited to the learning of real world tasks in an unsupervised manner. The primary motivation behind this work is the limitation of the traditional loss functions for unsupervised learning of a given task. Directly using MI for the training purpose is quite challenging to deal with because of its unbounded above nature. Hence, we develop an alternative linearized representation of MI as a part of the framework. Contributions of this paper are three fold: i) investigation of MI to train deep neural networks, ii) novel loss function LLMI , and iii) a fuzzy logic based end-to-end differentiable pipeline to integrate DeepMI into deep learning framework. Due to the unavailability of a standard benchmark, we carefully design the experimental analysis and select three different tasks for the experimental study. We demonstrate that L LMI alone provides better gradients to achieve a neural network better performance over the popular loss functions, also in the cases when multiple loss functions are used for a given task.

preprint2022arXiv

Fairness-aware Configuration of Machine Learning Libraries

This paper investigates the parameter space of machine learning (ML) algorithms in aggravating or mitigating fairness bugs. Data-driven software is increasingly applied in social-critical applications where ensuring fairness is of paramount importance. The existing approaches focus on addressing fairness bugs by either modifying the input dataset or modifying the learning algorithms. On the other hand, the selection of hyperparameters, which provide finer controls of ML algorithms, may enable a less intrusive approach to influence the fairness. Can hyperparameters amplify or suppress discrimination present in the input dataset? How can we help programmers in detecting, understanding, and exploiting the role of hyperparameters to improve the fairness? We design three search-based software testing algorithms to uncover the precision-fairness frontier of the hyperparameter space. We complement these algorithms with statistical debugging to explain the role of these parameters in improving fairness. We implement the proposed approaches in the tool Parfait-ML (PARameter FAIrness Testing for ML Libraries) and show its effectiveness and utility over five mature ML algorithms as used in six social-critical applications. In these applications, our approach successfully identified hyperparameters that significantly improve (vis-a-vis the state-of-the-art techniques) the fairness without sacrificing precision. Surprisingly, for some algorithms (e.g., random forest), our approach showed that certain configuration of hyperparameters (e.g., restricting the search space of attributes) can amplify biases across applications. Upon further investigation, we found intuitive explanations of these phenomena, and the results corroborate similar observations from the literature.

preprint2021arXiv

Real Time Incremental Foveal Texture Mapping for Autonomous Vehicles

We propose an end-to-end real time framework to generate high resolution graphics grade textured 3D map of urban environment. The generated detailed map finds its application in the precise localization and navigation of autonomous vehicles. It can also serve as a virtual test bed for various vision and planning algorithms as well as a background map in the computer games. In this paper, we focus on two important issues: (i) incrementally generating a map with coherent 3D surface, in real time and (ii) preserving the quality of color texture. To handle the above issues, firstly, we perform a pose-refinement procedure which leverages camera image information, Delaunay triangulation and existing scan matching techniques to produce high resolution 3D map from the sparse input LIDAR scan. This 3D map is then texturized and accumulated by using a novel technique of ray-filtering which handles occlusion and inconsistencies in pose-refinement. Further, inspired by human fovea, we introduce foveal-processing which significantly reduces the computation time and also assists ray-filtering to maintain consistency in color texture and coherency in 3D surface of the output map. Moreover, we also introduce texture error (TE) and mean texture mapping error (MTME), which provides quantitative measure of texturing and overall quality of the textured maps.

preprint2021arXiv

Semi Supervised Deep Quick Instance Detection and Segmentation

In this paper, we present a semi supervised deep quick learning framework for instance detection and pixel-wise semantic segmentation of images in a dense clutter of items. The framework can quickly and incrementally learn novel items in an online manner by real-time data acquisition and generating corresponding ground truths on its own. To learn various combinations of items, it can synthesize cluttered scenes, in real time. The overall approach is based on the tutor-child analogy in which a deep network (tutor) is pretrained for class-agnostic object detection which generates labeled data for another deep network (child). The child utilizes a customized convolutional neural network head for the purpose of quick learning. There are broadly four key components of the proposed framework semi supervised labeling, occlusion aware clutter synthesis, a customized convolutional neural network head, and instance detection. The initial version of this framework was implemented during our participation in Amazon Robotics Challenge (ARC), 2017. Our system was ranked 3rd, 4th and 5th worldwide in pick, stow-pick and stow task respectively. The proposed framework is an improved version over ARC17 where novel features such as instance detection and online learning has been added.

preprint2021arXiv

Shape Back-Projection In 3D Scenes

In this work, we propose a novel framework shape back-projection for computationally efficient point cloud processing in a probabilistic manner. The primary component of the technique is shape histogram and a back-projection procedure. The technique measures similarity between 3D surfaces, by analyzing their geometrical properties. It is analogous to color back-projection which measures similarity between images, simply by looking at their color distributions. In the overall process, first, shape histogram of a sample surface (e.g. planar) is computed, which captures the profile of surface normals around a point in form of a probability distribution. Later, the histogram is back-projected onto a test surface and a likelihood score is obtained. The score depicts that how likely a point in the test surface behaves similar to the sample surface, geometrically. Shape back-projection finds its application in binary surface classification, high curvature edge detection in unorganized point cloud, automated point cloud labeling for 3D-CNNs (convolutional neural network) etc. The algorithm can also be used for real-time robotic operations such as autonomous object picking in warehouse automation, ground plane extraction for autonomous vehicles and can be deployed easily on computationally limited platforms (UAVs).

preprint2021arXiv

Towards Deep Learning Assisted Autonomous UAVs for Manipulation Tasks in GPS-Denied Environments

In this work, we present a pragmatic approach to enable unmanned aerial vehicle (UAVs) to autonomously perform highly complicated tasks of object pick and place. This paper is largely inspired by challenge-2 of MBZIRC 2020 and is primarily focused on the task of assembling large 3D structures in outdoors and GPS-denied environments. Primary contributions of this system are: (i) a novel computationally efficient deep learning based unified multi-task visual perception system for target localization, part segmentation, and tracking, (ii) a novel deep learning based grasp state estimation, (iii) a retracting electromagnetic gripper design, (iv) a remote computing approach which exploits state-of-the-art MIMO based high speed (5000Mb/s) wireless links to allow the UAVs to execute compute intensive tasks on remote high end compute servers, and (v) system integration in which several system components are weaved together in order to develop an optimized software stack. We use DJI Matrice-600 Pro, a hex-rotor UAV and interface it with the custom designed gripper. Our framework is deployed on the specified UAV in order to report the performance analysis of the individual modules. Apart from the manipulation system, we also highlight several hidden challenges associated with the UAVs in this context.

preprint2020arXiv

A general penalty method for density-to-potential inversion

A general penalty method is presented for the construction of of Kohn-Sham system for given density through Levy's constrained-search. The method uses a functional $S[ρ]$ of one's choice. Different forms of $S[ρ]$ are employed to calculate the kinetic energy and exchange-correlation potential of atoms, jellium spheres, and Hookium and consistency among results obtained from them is shown.

preprint2020arXiv

Accurate effective potential for density amplitude and the corresponding Kohn-Sham exchange-correlation potential calculated from approximate wavefunctions

Over the past few years it has been pointed out that direct inversion of accurate but approximate ground state densities leads to Kohn-Sham exchange-correlation (xc) potentials that can differ significantly from the exact xc potential of a given system. On the other hand, the corresponding wavefunction based construction of exchange-correlation potential as done by Baerends et al. and Staroverov et al. obviates such problems and leads to potentials that are very close to the true xc potential. In this paper, we provide an understanding of why the wavefunction based approach gives the exchange-correlation potential accurately. Our understanding is based on the work of Levy, Perdew and Sahni (LPS) who gave an equation for the square root of density (density amplitude) and the expression for the associated effective potential in the terms of the corresponding wavefunction. We show that even with the use of approximate wavefunctions the LPS expression gives accurate effective and exchange-correlation potentials. Based on this we also identify the source of difference between the potentials obtained from a wavefunction and those given by the inversion of the associated density. Finally, we suggest exploring the possibility of obtaining accurate ground-state density from an approximate wavefunction for a system by making use of the LPS effective potential.

preprint2020arXiv

Distress propagation on production networks: Coarse-graining and modularity of linkages

Distress propagation occurs in connected networks, its rate and extent being dependent on network topology. To study this, we choose economic production networks as a paradigm. An economic network can be examined at many levels: linkages among individual agents (microscopic), among firms/sectors (mesoscopic) or among countries (macroscopic). New emergent dynamical properties appear at every level, so the granularity matters. For viral epidemics, even an individual node may act as an epicenter of distress and potentially affect the entire network. Economic networks, however, are known to be immune at the micro-levels and more prone to failure in the meso/macro-levels. We propose a dynamical interaction model to characterize the mechanism of distress propagation, across different modules of a network, initiated at different epicenters. Vulnerable modules often lead to large degrees of destabilization. We demonstrate our methodology using a unique empirical data-set of input-output linkages across 0.14 million firms in one administrative state of India, a developing economy. The network has multiple hub-and-spoke structures that exhibits moderate disassortativity, which varies with the level of coarse-graining. The novelty lies in characterizing the production network at different levels of granularity or modularity, and finding `too-big-to-fail' modules supersede `too-central-to-fail' modules in distress propagation.

preprint2020arXiv

Domain Independent Unsupervised Learning to grasp the Novel Objects

One of the main challenges in the vision-based grasping is the selection of feasible grasp regions while interacting with novel objects. Recent approaches exploit the power of the convolutional neural network (CNN) to achieve accurate grasping at the cost of high computational power and time. In this paper, we present a novel unsupervised learning based algorithm for the selection of feasible grasp regions. Unsupervised learning infers the pattern in data-set without any external labels. We apply k-means clustering on the image plane to identify the grasp regions, followed by an axis assignment method. We define a novel concept of Grasp Decide Index (GDI) to select the best grasp pose in image plane. We have conducted several experiments in clutter or isolated environment on standard objects of Amazon Robotics Challenge 2017 and Amazon Picking Challenge 2016. We compare the results with prior learning based approaches to validate the robustness and adaptive nature of our algorithm for a variety of novel objects in different domains.

preprint2020arXiv

Thermoelectric Properties of GaN with Carrier Concentration Modulation: An Experimental and Theoretical Investigation

The present work investigates the less explored thermoelectric properties of n-type GaN semiconductors by combined both the experimental and computational tools. Seebeck coefficients of epitaxial thin films of GaN were experimentally measured in the wide temperature range from 77 K to 650 K in steps of ~10 K covering both low and high-temperature regimes as a function of carrier concentration 2 x1016, 2 x 1017, 4 x 1017 and 8 x 1017 cm-3. The measured Seebeck coefficient at room temperature was found to be highest, -374 microV/K, at the lowest concentration of 4 x 1016 cm-3 and decreases in magnitude monotonically (-327.6 microV/K, -295 microV/K, -246 microV/K for 2 x 1017, 4 x 1017, 8 x 1017 cm-3, respectively) as the carrier concentration of samples increases. Seebeck coefficient remains negative in the entire temperature range under study indicate that electrons are dominant carriers. To understand the temperature-dependent behavior, we have also carried out the electronic structure, and transport coefficients calculations by using Tran-Blaha modified Becke-Johnson (TB-mBJ) potential, and semiclassical Boltzmann transport theory implemented in WIEN2k and BoltzTraP code, respectively. The experimentally observed carrier concentrations were used in the calculations. The estimated results obtained under constant relaxation time approximations provide a very good agreement between theoretical and experimental data of Seebeck coefficients in the temperature range of 260 to 625 K.

preprint2020arXiv

Wide range temperature-dependent (80-630 K) study of Hall effect and the Seebeck coefficient of \b{eta}-Ga2O3 single crystals

Investigation of Seebeck coefficient in ultra-wide bandgap materials presents a challenge in measurement, nevertheless, it is essential for understanding fundamental transport mechanisms involved in electrical and thermal conduction. \b{eta}-Ga2O3 is a strategic material for high power optoelectronic applications. Present work reports Seebeck coefficient measurement for single crystal Sn doped \b{eta}-Ga2O3 in a wide temperature range (80-630 K). The non-monotonic trend with large magnitude and negative sign in the entire temperature range shows electrons are dominant carriers. The structural and Raman characterization confirms the single-phase and presence of low, mid, and high-frequency phonon modes, respectively. Temperature dependent (90-350 K) Hall effect measurement was carried out as supplementary study. Hall mobility showed T1.12 for T less than 135 K and T-0.70 for T more than 220 K. Activation energies from Seebeck coefficient and conductivity analysis revealed presence of inter band conduction due to impurity defects. The room temperature Seebeck coefficient, power factor and thermal conductivity were found as 68.57 microV/K, 0.15 microW/K2cm and 14.2 W/mK, respectively. The value of the figure-of-merit for \b{eta}-Ga2O3 was found to be aprox. 0.01 (300 K).

preprint2015arXiv

Multi-orbital quantum antiferromagnetism in iron pnictides --- effective spin couplings and quantum corrections to sublattice magnetization

Towards understanding the multi-orbital quantum antiferromagnetism in iron pnictides, effective spin couplings and spin fluctuation induced quantum corrections to sublattice magnetization are obtained in the $(π,0)$ AF state of a realistic three band interacting electron model involving $xz$, $yz$, and $xy$ Fe 3d orbitals. The $xy$ orbital is found to be mainly responsible for the generation of strong ferromagnetic spin coupling in the $b$ direction, which is critically important to fully account for the spin wave dispersion as measured in inelastic neutron scattering experiments. The ferromagnetic spin coupling is strongly suppressed as the $xy$ band approaches half filling, and is ascribed to particle-hole exchange in the partially filled $xy$ band. The strongest AF spin coupling in the $a$ direction is found to be in the orbital off diagonal sector involving the $xz$ and $xy$ orbitals. First order quantum corrections to sublattice magnetization are evaluated for the three orbitals, and yield a significant $37\%$ average reduction from the Hartree-Fock value.

preprint2015arXiv

The effect of premature wall yield on creep testing of strongly-flocculated suspensions

Measuring yielding in cohesive suspensions is often hampered by slip at measurement surfaces. This paper presents creep data for strongly-flocculated suspensions obtained using vane-in-cup tools with differing cup-to-vane diameter ratios. The three suspensions were titania and alumina aggregated at their isoelectric points and polymer-flocculated alumina. The aim was to find the diameter ratio where slip or premature yielding at the cup wall had no effect on the transient behaviour. The large diameter ratio results showed readily understandable material behaviour comprising linear viscoelasticity at low stresses, strain-softening close to yielding, time-dependent yield across a range of stresses and then viscous flow. Tests in small ratio geometries however showed more complex responses. Effects attributed to the cup wall included delayed softening, slip, multiple yielding and stick-slip events, and unsteady flow. The conclusion was that cups have to be relatively large to eliminate wall artefacts. A diameter ratio of three was sufficient in practice, although the minimum ratio must be material dependent.

preprint2013arXiv

Cognitive Radios: A Survey of Methods for Channel State Prediction

This paper discusses the need for Cognitive Radio ability in view of the physical scarcity of wireless spectrum for communication. A background of the Cognitive Radio technology is presented and the aspect of 'channel state prediction' is focused upon. Hidden Markov Models (HMM) have been traditionally used to model the wireless channel behavior but it suffers from certain limitations. We discuss few techniques of channel state prediction using machine-learning methods and will extend the Conditional Random Field (CRF) procedure to this field.

preprint2013arXiv

Ion beam generated surface ripples: new insight in the underlying mechanism

A new hydrodynamic mechanism is proposed for the ion beam induced surface patterning on solid surfaces. Unlike the standard mechanisms based on the ion beam impact generated erosion and mass redistribution at the free surface (proposed by Bradley-Harper (BH) and its extended theories), the new mechanism proposes that the ion beam induced saltation and creep processes, coupled with incompressible solid flow in amorphous layer, leads to the formation of ripple patterns at the amorphous/crystalline (a/c) interface and hence at the free surface. Ion beam stimulated solid flow inside the amorphous layer controls the wavelength, where as the amount of material transported and re-deposited at a/c interface control the amplitude of ripples. The new approach is verified by designed experiments and supported by the discrete simulation method.

preprint2013arXiv

Prospects for a Heavy Vector-Like Charge 2/3 Quark T search at the LHC with \sqrt{s}=14 TeV and 33 TeV. "A Snowmass 2013 Whitepaper"

We present the prospects for the discovery or exclusion of heavy vector-like charge 2/3 quarks, T, in proton-proton collisions at two center-of-mass energies, 14 and 33 TeV at the LHC. In this note, the pair production of T quark and its antiparticle, with decays to W boson and a b quark (Wb), a top quark and the Higgs boson (tH), and a top quark and Z boson (tZ) are investigated. Higgs boson decays to $b\bar b$ and $W^+W^-$ final states are selected for this study.

preprint2013arXiv

Some Efficient Solutions to Yao's Millionaire Problem

We present three simple and efficient protocol constructions to solve Yao's Millionaire Problem when the parties involved are non-colluding and semi-honest. The first construction uses a partially homomorphic Encryption Scheme and is a 4-round scheme using 2 encryptions, 2 homomorphic circuit evaluations (subtraction and XOR) and a single decryption. The second construction uses an untrusted third party and achieves a communication overhead linear in input bit-size with the help of an order preserving function.Moreover, the second construction does not require an apriori input bound and can work on inputs of different bit-sizes. The third construction does not use a third party and, even though, it has a quadratic communication overhead, it is a fairly simple construction.

preprint2013arXiv

System and Methods for Converting Speech to SQL

This paper concerns with the conversion of a Spoken English Language Query into SQL for retrieving data from RDBMS. A User submits a query as speech signal through the user interface and gets the result of the query in the text format. We have developed the acoustic and language models using which a speech utterance can be converted into English text query and thus natural language processing techniques can be applied on this English text query to generate an equivalent SQL query. For conversion of speech into English text HTK and Julius tools have been used and for conversion of English text query into SQL query we have implemented a System which uses rule based translation to translate English Language Query into SQL Query. The translation uses lexical analyzer, parser and syntax directed translation techniques like in compilers. JFLex and BYACC tools have been used to build lexical analyzer and parser respectively. System is domain independent i.e. system can run on different database as it generates lex files from the underlying database.

preprint2011arXiv

Spin dephasing in III-V nanowires

We use semiclassical Monte Carlo approach to investigate spin polarized transport in InP and InSb nanowires. Spin dephasing in III-V channels is caused due to D'yakonov- Perel (DP) relaxation and due to Elliott-Yafet (EY) relaxation. The DP relaxation occurs because of bulk inversion asymmetry (Dresselhaus spin-orbit interaction) and structural inversion asymmetry (Rashba spin-orbit interaction). The injection polarization direction studied is that along the length of the channel. The dephasing rate is found to be very strong for InSb as compared to InP which has larger spin dephasing lengths. The ensemble averaged spin components vary differently for both InP and InSb nanowires. The steady state spin distribution also shows a difference between the two III-V nanowires.

preprint2011arXiv

Spin dephasing in Silicon Germanium nanowires

We study spin polarized transport in silicon germanium nanowires using a semiclassical monte carlo approach. Spin depolarization in the channel is caused due to D'yakonov-Perel (DP) relaxation associated with Rashba spin orbit coupling and due to Elliott- Yafet (EY) relaxation. We investigate the dependence of spin dephasing on germanium mole fraction in silicon germanium nanowires. The spin dephasing lengths decrease with an increase in the germanium mole fraction. We also find that the temperature has a strong influence on the dephasing rate and spin relaxation lengths increase with decrease in temperature. The ensemble averaged spin components and the steady state distribution of spin components vary with initial polarization.

preprint2011arXiv

Spin Relaxation in Germanium Nanowires

We use semiclassical Monte Carlo approach along with spin density matrix calculations to model spin polarized electron transport. The model is applied to germanium nanowires and germanium two dimensional channels to study and compare spin relaxation between them. Spin dephasing in germanium occurs because of Rashba Spin Orbit Interaction (structural inversion asymmetry) which gives rise to D'yakonov-Perel(DP) relaxation. In germanium spin flip scattering due to Elliot-Yafet(EY) mechanism also leads to spin relaxation. The spin relaxation tests for both 1-D and 2-D channels are carried out at different values of temperature and driving electric field and the variation in spin relaxation length is recorded. Spin relaxation length in a nanowire is found to be much higher than that in a 2-D channel due to suppression of DP relaxation in a nanowire. At lower temperatures the spin relaxation length increases. This suggests that spin relaxation in germanium occurs slowly in a 1-D channel (nanowires) and at lower temperatures. The electric field dependence of spin relaxation length was found to be very weak.

preprint2011arXiv

Spin Relaxation in Silicon Nanowires

We simulate spin polarized transport of electrons along a silicon nanowire and along a silicon two dimensional channel. Spin density matrix calculations are used along with the semi-classical Monte Carlo approach to model spin evolution along the channel. Spin dephasing in silicon is caused due to Rashba Spin Orbit Interaction (structural inversion asymmetry) which gives rise to D'yakonov-Perel' relaxation. Spin relaxation length in a nanowire is found to be an order of magnitude higher than that in a 2-D channel. The effect of driving electric field on spin relaxation is also investigated. These results obtained are essential for design of spintronics based devices.