Source author record

Vineet Kumar

Vineet Kumar appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

9works
13topics
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

9 published item(s)

preprint2022arXiv

Fairness for AUC via Feature Augmentation

We study fairness in the context of classification where the performance is measured by the area under the curve (AUC) of the receiver operating characteristic. AUC is commonly used to measure the performance of prediction models. The same classifier can have significantly varying AUCs for different protected groups and, in real-world applications, it is often desirable to reduce such cross-group differences. We address the problem of how to acquire additional features to most greatly improve AUC for the disadvantaged group. We develop a novel approach, fairAUC, based on feature augmentation (adding features) to mitigate bias between identifiable groups. The approach requires only a few summary statistics to offer provable guarantees on AUC improvement, and allows managers flexibility in determining where in the fairness-accuracy tradeoff they would like to be. We evaluate fairAUC on synthetic and real-world datasets and find that it significantly improves AUC for the disadvantaged group relative to benchmarks maximizing overall AUC and minimizing bias between groups.

preprint2020arXiv

NTIRE 2020 Challenge on Real Image Denoising: Dataset, Methods and Results

This paper reviews the NTIRE 2020 challenge on real image denoising with focus on the newly introduced dataset, the proposed methods and their results. The challenge is a new version of the previous NTIRE 2019 challenge on real image denoising that was based on the SIDD benchmark. This challenge is based on a newly collected validation and testing image datasets, and hence, named SIDD+. This challenge has two tracks for quantitatively evaluating image denoising performance in (1) the Bayer-pattern rawRGB and (2) the standard RGB (sRGB) color spaces. Each track ~250 registered participants. A total of 22 teams, proposing 24 methods, competed in the final phase of the challenge. The proposed methods by the participating teams represent the current state-of-the-art performance in image denoising targeting real noisy images. The newly collected SIDD+ datasets are publicly available at: https://bit.ly/siddplus_data.

preprint2020arXiv

Predominant Musical Instrument Classification based on Spectral Features

This work aims to examine one of the cornerstone problems of Musical Instrument Retrieval (MIR), in particular, instrument classification. IRMAS (Instrument recognition in Musical Audio Signals) data set is chosen for this purpose. The data includes musical clips recorded from various sources in the last century, thus having a wide variety of audio quality. We have presented a very concise summary of past work in this domain. Having implemented various supervised learning algorithms for this classification task, SVM classifier has outperformed the other state-of-the-art models with an accuracy of 79%. We also implemented Unsupervised techniques out of which Hierarchical Clustering has performed well.

preprint2019arXiv

Suppression of quarkonia in PbPb collisions at $\sqrt{s_{NN}}$ = 5.02 TeV

We study different processes responsible for the modification of quarkonia yields in the medium produced in PbPb collisions at $\sqrt{s_{NN}}$ = 5.02 TeV. The quarkonia and heavy flavour cross sections are estimated using the measurements in pp collisions at LHC energies and shadowing corrections are obtained using the EPS09 parametrizations. A kinetic model is used which incorporates quarkonia suppression inside the Quark Gluon Plasma (QGP), suppression due to hadronic comovers, and regeneration from recombination of heavy quark pairs. The quarkonia dissociation cross section due to gluon collisions, including both color-electric dipole and color-magnetic dipole transitions, has been employed. The regeneration rate is obtained using the principle of detailed balance. The effect of these processes on the nuclear modification factors for both $\Jpsi$ and $Υ$ in different ranges of transverse momentum $\pT$ and rapidity has been studied for PbPb collisions at $\sNN =$ 5.02 TeV. The calculations are compared with the available results from LHC experiments. Both the suppression and regeneration due to a QGP are effective in the low and intermediate $\pT$ range. The large observed suppression of $\Jpsi$ at $\pT~>$ 10 GeV/$c$ is larger than the suppression expected due to gluon dissociation.

preprint2016arXiv

Coherent Pion Production in Neutrino Nucleus Scattering

In this article, we study the coherent pion production in neutrino-nucleus interaction in the resonance region using the formalism based on partially conserved axial current (PCAC) theorem which relates the neutrino-nucleus cross section to the pion-nucleus elastic cross section. The pion nucleus elastic cross section is calculated using the Glauber model in terms of pion-nucleon cross sections obtained by parameterizing the experimental data. We calculate the differential and integrated cross sections for charged current coherent pion production in neutrino carbon scattering. The results of integrated cross section calculations are compared with the measured data. Predictions for the differential and integrated cross sections for coherent pion productions in neutrino iron scattering using above formalism are also made.

preprint2015arXiv

A Study and Implementation of RSA Cryptosystem

This project involves an implementation of the Rivest Shamir Adleman (RSA) encryption algorithm in C. It consists of generation of two random prime numbers and a number co- prime to phi(n) also called euler toitent function. These three are used to generate a public key and private key. The user has to enter a message which is encrypted by the public key. The algorithm also decrypts the generated cipher text with the help of the private key and returns the plain text message which was encrypted earlier.

preprint2015arXiv

Quarkonia suppression in PbPb collisions at $\sqrt{s_{NN}}$ = 2.76 TeV

We estimate the modification of quarkonia yields due to different processes in the medium produced in Pb+Pb collisions at LHC energy. The quarkonia and heavy flavour cross sections calculated up to next-to-leading order (NLO) are used in the study. Shadowing corrections are obtained with the NLO EPS09 parametrization. A kinetic model is employed which incorporates quarkonia suppression inside a QGP, suppression due to hadronic comovers, and regeneration from charm pairs. The quarkonia dissociation cross section due to gluon collisions has been considered and the regeneration rate has been obtained using the principle of detailed balance. The modification in quarkonia yields due to collisions with hadronic comovers has been estimated assuming that the comovers are pions. The manifestations of these effects on the nuclear modification factors for both $J/ψ$ and $Υ$ in different kinematic regions has been demonstrated for Pb+Pb collisions at $\sqrt{s_{_{NN}}}$ = 2.76 TeV in comparison with the measurements. Both the suppression and regeneration due to a deconfined medium strongly affect the low and intermediate $p_T$ range. The large observed suppression of $J/ψ$ at $p_T~>$ 10 GeV/$c$ exceeds the estimates of suppression by gluon dissociation.

preprint2014arXiv

Lexicon Infused Phrase Embeddings for Named Entity Resolution

Most state-of-the-art approaches for named-entity recognition (NER) use semi supervised information in the form of word clusters and lexicons. Recently neural network-based language models have been explored, as they as a byproduct generate highly informative vector representations for words, known as word embeddings. In this paper we present two contributions: a new form of learning word embeddings that can leverage information from relevant lexicons to improve the representations, and the first system to use neural word embeddings to achieve state-of-the-art results on named-entity recognition in both CoNLL and Ontonotes NER. Our system achieves an F1 score of 90.90 on the test set for CoNLL 2003---significantly better than any previous system trained on public data, and matching a system employing massive private industrial query-log data.

preprint2014arXiv

Prime number generation and factor elimination

We have presented a multivariate polynomial function termed as factor elimination function,by which, we can generate prime numbers. This function's mapping behavior can explain the irregularities in the occurrence of prime numbers on the number line. Generally the different categories of prime numbers found till date, satisfy the form of this function. We present some absolute and probabilistic conditions for the primality of the number generated by this method. This function is capable of leading to highly efficient algorithms for generating prime numbers.