Source author record

Ankit Singh

Ankit Singh 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

3works
3topics
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

3 published item(s)

preprint2020arXiv

Mitigating Dataset Imbalance via Joint Generation and Classification

Supervised deep learning methods are enjoying enormous success in many practical applications of computer vision and have the potential to revolutionize robotics. However, the marked performance degradation to biases and imbalanced data questions the reliability of these methods. In this work we address these questions from the perspective of dataset imbalance resulting out of severe under-representation of annotated training data for certain classes and its effect on both deep classification and generation methods. We introduce a joint dataset repairment strategy by combining a neural network classifier with Generative Adversarial Networks (GAN) that makes up for the deficit of training examples from the under-representated class by producing additional training examples. We show that the combined training helps to improve the robustness of both the classifier and the GAN against severe class imbalance. We show the effectiveness of our proposed approach on three very different datasets with different degrees of imbalance in them. The code is available at https://github.com/AadSah/ImbalanceCycleGAN .

preprint2020arXiv

Study of galaxies on large-scale filaments in simulations

We use data from the Evolution and Assembly of GaLaxies in their Environment (EAGLE) cosmological simulation to study properties of galaxies in the cosmic web. Galaxies become more redder and form stars at a lower rate relative to their counterparts further away from the cylindrical axis of the large-scale filaments. These trends are particularly strong for galaxies with $M_*/M_{\odot}\lesssim10^{10}$. We also find that at distances $<0.5$ Mpc from the spine of the filaments, the median gas and stellar mass fraction in filament galaxies rises sharply with decreasing distance from the spine of the filament. These results, together with matching trends in the SFR/$M_*$ and the $g-r$ colour of filament galaxies suggest that (i) the intrafilamentary gas condenses into the filament galaxies thus fuelling star formation in them, and (ii) increased number density of galaxies closer to the central axis of the filament enhances the rate of gravitational interactions among filament galaxies closer to the spine.

preprint2015arXiv

Comparative Stability of Cloned and Non-cloned Code: A Replication Study

Code cloning is an important software engineering aspect. It is a common software reuse principle that consists of duplicating source code within a program or across different systems owned or maintained by the same entity. There are several contradictory claims concerning the impact of cloning on software stability and maintenance effort. Some papers state that cloning is desired since it speeds up the development process and helps stakeholders meet the tight schedule and deliver on time. Other papers argue that code clone leads to code bloat and causes increase software maintenance costs due to copied defects and dead code. In this paper, we are replicating a previous study done on cloning by the original author. We are repeating his work using the same methods and metrics but with different subjects and experimenters. The paper we are addressing evaluates the impact of code cloning on code stability using three different stability-measuring methods. Our team will apply the same stability measurement techniques on a different software system developed in C programming language to determine generalizability, assure that the results are reliable, validate their outcomes, and to inspire new search by combining previous findings from related studies.