Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
18works
0followers
25topics
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

18 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).