SearcharxivSearch

arXiv subjects

Akash Agarwal

Publications and source records attributed to Akash Agarwal.

3 recordsLinked to original sources

Importance and Science Outcomes from the first XSPECT/XPoSat Workshop

This paper summarizes the science outcomes of the first Workshop on Data Analysis using observations from the XSPECT payload onboard the XPoSat, which brought together early-career researchers and experts to explore the instrument's scientific capabilities through lectures and hands-on analyses. Participants performed end-to-end data analysis, including calibration, spectral modeling, and timing studies, on seven sources comprising Neutron Star Low-Mass X-ray Binaries, pulsars, and Black Hole X-ray Binaries, demonstrating the instrument's scientific potential. The observations, obtained during the first year of XSPECT operations, together with in-house developed software, were provided to the participants, making them the first users outside the instrument team to analyze XSPECT data. For NS-LMXBs, Aql X-1 exhibited a classical Type-I X-ray burst, enabling constraints on the stellar radius through spectral fitting. Sco X-1, observed across its complete Z-track, revealed systematic spectral evolution driven by accretion-rate fluctuations and disk-corona coupling, while Cir X-1 displayed orbital phase-dependent transitions between hard and soft states, reflecting changes in accretion geometry. Among accretion-powered pulsars, GX 301-2 showed a double-peaked, energy-dependent pulse profile and strong iron fluorescence lines due to stellar wind reprocessing, whereas Vela X-1 exhibited orbital phase-dependent absorption and steady coronal temperatures. Among BH-XRBs, Cyg X-1 transitioned from a hard to soft-intermediate state with increasing disk contribution and spectral softening, while Cyg X-3 remained in the intermediate state with multiple emission lines originating from a clumpy stellar wind. The workshop outcomes highlight the scientific promise of XSPECT and the importance of collaborative training in maximizing the science from XSPECT and future Indian space astronomy missions.

astro-ph.HE

Simultaneous Improvement of ML Model Fairness and Performance by Identifying Bias in Data

Machine learning models built on datasets containing discriminative instances attributed to various underlying factors result in biased and unfair outcomes. It's a well founded and intuitive fact that existing bias mitigation strategies often sacrifice accuracy in order to ensure fairness. But when AI engine's prediction is used for decision making which reflects on revenue or operational efficiency such as credit risk modelling, it would be desirable by the business if accuracy can be somehow reasonably preserved. This conflicting requirement of maintaining accuracy and fairness in AI motivates our research. In this paper, we propose a fresh approach for simultaneous improvement of fairness and accuracy of ML models within a realistic paradigm. The essence of our work is a data preprocessing technique that can detect instances ascribing a specific kind of bias that should be removed from the dataset before training and we further show that such instance removal will have no adverse impact on model accuracy. In particular, we claim that in the problem settings where instances exist with similar feature but different labels caused by variation in protected attributes , an inherent bias gets induced in the dataset, which can be identified and mitigated through our novel scheme. Our experimental evaluation on two open-source datasets demonstrates how the proposed method can mitigate bias along with improving rather than degrading accuracy, while offering certain set of control for end user.

cs.LG

MLSmellHound: A Context-Aware Code Analysis Tool

Meeting the rise of industry demand to incorporate machine learning (ML) components into software systems requires interdisciplinary teams contributing to a shared code base. To maintain consistency, reduce defects and ensure maintainability, developers use code analysis tools to aid them in identifying defects and maintaining standards. With the inclusion of machine learning, tools must account for the cultural differences within the teams which manifests as multiple programming languages, and conflicting definitions and objectives. Existing tools fail to identify these cultural differences and are geared towards software engineering which reduces their adoption in ML projects. In our approach we attempt to resolve this problem by exploring the use of context which includes i) purpose of the source code, ii) technical domain, iii) problem domain, iv) team norms, v) operational environment, and vi) development lifecycle stage to provide contextualised error reporting for code analysis. To demonstrate our approach, we adapt Pylint as an example and apply a set of contextual transformations to the linting results based on the domain of individual project files under analysis. This allows for contextualised and meaningful error reporting for the end-user.

cs.SE