Zum Hauptinhalt springen

Showing 1–50 of 55 results for author: Pandey, P

Searching in archive cs. Search in all archives.
.
  1. arXiv:2407.16712  [pdf, other

    cs.LG

    Rapid Switching and Multi-Adapter Fusion via Sparse High Rank Adapters

    Authors: Kartikeya Bhardwaj, Nilesh Prasad Pandey, Sweta Priyadarshi, Viswanath Ganapathy, Rafael Esteves, Shreya Kadambi, Shubhankar Borse, Paul Whatmough, Risheek Garrepalli, Mart Van Baalen, Harris Teague, Markus Nagel

    Abstract: In this paper, we propose Sparse High Rank Adapters (SHiRA) that directly finetune 1-2% of the base model weights while leaving others unchanged, thus, resulting in a highly sparse adapter. This high sparsity incurs no inference overhead, enables rapid switching directly in the fused mode, and significantly reduces concept-loss during multi-adapter fusion. Our extensive experiments on LVMs and LLM… ▽ More

    Submitted 22 July, 2024; originally announced July 2024.

    Comments: Published at ICML 2024 Workshop on Foundation Models in the Wild. arXiv admin note: substantial text overlap with arXiv:2406.13175

  2. arXiv:2407.00590  [pdf, other

    cs.DB

    Evaluating Learned Indexes for External-Memory Joins

    Authors: Yuvaraj Chesetti, Prashant Pandey

    Abstract: In this paper, we investigate the effectiveness of utilizing CDF-based learned indexes in indexed-nested loop joins for both sorted and unsorted data in external memory. Our experimental study seeks to determine whether the advantages of learned indexes observed in in-memory joins by Sabek and Kraska (VLDB 2023) extend to the external memory context. First, we introduce two optimizations for integ… ▽ More

    Submitted 7 July, 2024; v1 submitted 30 June, 2024; originally announced July 2024.

  3. arXiv:2406.13175  [pdf, other

    cs.LG cs.AI

    Sparse High Rank Adapters

    Authors: Kartikeya Bhardwaj, Nilesh Prasad Pandey, Sweta Priyadarshi, Viswanath Ganapathy, Rafael Esteves, Shreya Kadambi, Shubhankar Borse, Paul Whatmough, Risheek Garrepalli, Mart Van Baalen, Harris Teague, Markus Nagel

    Abstract: Low Rank Adaptation (LoRA) has gained massive attention in the recent generative AI research. One of the main advantages of LoRA is its ability to be fused with pretrained models adding no overhead during inference. However, from a mobile deployment standpoint, we can either avoid inference overhead in the fused mode but lose the ability to switch adapters rapidly, or suffer significant (up to 30%… ▽ More

    Submitted 18 June, 2024; originally announced June 2024.

  4. arXiv:2406.08798  [pdf, other

    cs.CV

    FouRA: Fourier Low Rank Adaptation

    Authors: Shubhankar Borse, Shreya Kadambi, Nilesh Prasad Pandey, Kartikeya Bhardwaj, Viswanath Ganapathy, Sweta Priyadarshi, Risheek Garrepalli, Rafael Esteves, Munawar Hayat, Fatih Porikli

    Abstract: While Low-Rank Adaptation (LoRA) has proven beneficial for efficiently fine-tuning large models, LoRA fine-tuned text-to-image diffusion models lack diversity in the generated images, as the model tends to copy data from the observed training samples. This effect becomes more pronounced at higher values of adapter strength and for adapters with higher ranks which are fine-tuned on smaller datasets… ▽ More

    Submitted 13 June, 2024; originally announced June 2024.

  5. arXiv:2405.11671  [pdf, other

    cs.DS

    BYO: A Unified Framework for Benchmarking Large-Scale Graph Containers

    Authors: Brian Wheatman, Xiaojun Dong, Zheqi Shen, Laxman Dhulipala, Jakub Łącki, Prashant Pandey, Helen Xu

    Abstract: A fundamental building block in any graph algorithm is a graph container - a data structure used to represent the graph. Ideally, a graph container enables efficient access to the underlying graph, has low space usage, and supports updating the graph efficiently. In this paper, we conduct an extensive empirical evaluation of graph containers designed to support running algorithms on large graphs.… ▽ More

    Submitted 19 May, 2024; originally announced May 2024.

  6. arXiv:2405.10253  [pdf, other

    cs.DS

    Adaptive Quotient Filters

    Authors: Richard Wen, Hunter McCoy, David Tench, Guido Tagliavini, Michael A. Bender, Alex Conway, Martin Farach-Colton, Rob Johnson, Prashant Pandey

    Abstract: Adaptive filters, such as telescoping and adaptive cuckoo filters, update their representation upon detecting a false positive to avoid repeating the same error in the future. Adaptive filters require an auxiliary structure, typically much larger than the main filter and often residing on slow storage, to facilitate adaptation. However, existing adaptive filters are not practical and have seen no… ▽ More

    Submitted 16 May, 2024; originally announced May 2024.

  7. arXiv:2404.08643  [pdf

    cs.NI

    6AInets: Harnessing artificial intelligence for the 6G network security: Impacts and Challenges

    Authors: Navneet Kaur, Naresh Kshetri, Purnendu Shekhar Pandey

    Abstract: This decade has witnessed the initiation of the digital revolution, as anticipated with the advent of 5G networks. Looking ahead to the 6G communication era, considerations are being made regarding how individuals will engage with the digital virtual world. The design of 6G technology, which will present enormous opportunities to develop and enhance human potential, will have a major impact on com… ▽ More

    Submitted 6 February, 2024; originally announced April 2024.

    Comments: 7 pages, 1 figure

  8. arXiv:2404.00613  [pdf, ps, other

    cs.IT

    On $(θ, Θ)$-cyclic codes and their applications in constructing QECCs

    Authors: Awadhesh Kumar Shukla, Sachin Pathak, Om Prakash Pandey, Vipul Mishra, Ashish Kumar Upadhyay

    Abstract: Let $\mathbb F_q$ be a finite field, where $q$ is an odd prime power. Let $R=\mathbb{F}_q+u\mathbb{F}_q+v\mathbb{F}_q+uv\mathbb F_q$ with $u^2=u,v^2=v,uv=vu$. In this paper, we study the algebraic structure of $(θ, Θ)$-cyclic codes of block length $(r,s )$ over $\mathbb{F}_qR.$ Specifically, we analyze the structure of these codes as left $R[x:Θ]$-submodules of… ▽ More

    Submitted 31 March, 2024; originally announced April 2024.

    Comments: 30 pages, 4 tables

  9. arXiv:2403.18159  [pdf, other

    cs.LG cs.AI cs.CL

    Oh! We Freeze: Improving Quantized Knowledge Distillation via Signal Propagation Analysis for Large Language Models

    Authors: Kartikeya Bhardwaj, Nilesh Prasad Pandey, Sweta Priyadarshi, Kyunggeun Lee, Jun Ma, Harris Teague

    Abstract: Large generative models such as large language models (LLMs) and diffusion models have revolutionized the fields of NLP and computer vision respectively. However, their slow inference, high computation and memory requirement makes it challenging to deploy them on edge devices. In this study, we propose a light-weight quantization aware fine tuning technique using knowledge distillation (KD-QAT) to… ▽ More

    Submitted 28 March, 2024; v1 submitted 26 March, 2024; originally announced March 2024.

    Comments: Accepted at Practical ML for Low Resource Settings Workshop at ICLR 2024

  10. arXiv:2309.01729  [pdf, other

    cs.LG cs.AI cs.CV

    Softmax Bias Correction for Quantized Generative Models

    Authors: Nilesh Prasad Pandey, Marios Fournarakis, Chirag Patel, Markus Nagel

    Abstract: Post-training quantization (PTQ) is the go-to compression technique for large generative models, such as stable diffusion or large language models. PTQ methods commonly keep the softmax activation in higher precision as it has been shown to be very sensitive to quantization noise. However, this can lead to a significant runtime and power overhead during inference on resource-constraint edge device… ▽ More

    Submitted 4 September, 2023; originally announced September 2023.

  11. Streaming Speech-to-Confusion Network Speech Recognition

    Authors: Denis Filimonov, Prabhat Pandey, Ariya Rastrow, Ankur Gandhe, Andreas Stolcke

    Abstract: In interactive automatic speech recognition (ASR) systems, low-latency requirements limit the amount of search space that can be explored during decoding, particularly in end-to-end neural ASR. In this paper, we present a novel streaming ASR architecture that outputs a confusion network while maintaining limited latency, as needed for interactive applications. We show that 1-best results of our mo… ▽ More

    Submitted 2 June, 2023; originally announced June 2023.

    Comments: Submitted to Interspeech 2023

    Journal ref: Proc. Interspeech, Aug. 2023, pp. 4099-4103

  12. arXiv:2302.14163  [pdf, other

    cs.CV

    A Language-Guided Benchmark for Weakly Supervised Open Vocabulary Semantic Segmentation

    Authors: Prashant Pandey, Mustafa Chasmai, Monish Natarajan, Brejesh Lall

    Abstract: Increasing attention is being diverted to data-efficient problem settings like Open Vocabulary Semantic Segmentation (OVSS) which deals with segmenting an arbitrary object that may or may not be seen during training. The closest standard problems related to OVSS are Zero-Shot and Few-Shot Segmentation (ZSS, FSS) and their Cross-dataset variants where zero to few annotations are needed to segment n… ▽ More

    Submitted 27 February, 2023; originally announced February 2023.

  13. arXiv:2302.10121  [pdf, other

    cs.HC q-bio.NC

    EEG2IMAGE: Image Reconstruction from EEG Brain Signals

    Authors: Prajwal Singh, Pankaj Pandey, Krishna Miyapuram, Shanmuganathan Raman

    Abstract: Reconstructing images using brain signals of imagined visuals may provide an augmented vision to the disabled, leading to the advancement of Brain-Computer Interface (BCI) technology. The recent progress in deep learning has boosted the study area of synthesizing images from brain signals using Generative Adversarial Networks (GAN). In this work, we have proposed a framework for synthesizing the i… ▽ More

    Submitted 18 March, 2023; v1 submitted 20 February, 2023; originally announced February 2023.

    Comments: Accepted in ICASSP 2023

  14. arXiv:2302.05397  [pdf, other

    cs.LG

    A Practical Mixed Precision Algorithm for Post-Training Quantization

    Authors: Nilesh Prasad Pandey, Markus Nagel, Mart van Baalen, Yin Huang, Chirag Patel, Tijmen Blankevoort

    Abstract: Neural network quantization is frequently used to optimize model size, latency and power consumption for on-device deployment of neural networks. In many cases, a target bit-width is set for an entire network, meaning every layer get quantized to the same number of bits. However, for many networks some layers are significantly more robust to quantization noise than others, leaving an important axi… ▽ More

    Submitted 10 February, 2023; originally announced February 2023.

  15. arXiv:2212.09005  [pdf, other

    cs.DC cs.DS

    High-Performance Filters For GPUs

    Authors: Hunter McCoy, Steven Hofmeyr, Katherine Yelick, Prashant Pandey

    Abstract: Filters approximately store a set of items while trading off accuracy for space-efficiency and can address the limited memory on accelerators, such as GPUs. However, there is a lack of high-performance and feature-rich GPU filters as most advancements in filter research has focused on CPUs. In this paper, we explore the design space of filters with a goal to develop massively parallel, high perf… ▽ More

    Submitted 17 December, 2022; originally announced December 2022.

    Comments: Published at PPOPP 2023

  16. arXiv:2210.04068  [pdf, other

    cs.DS cs.DB

    IcebergHT: High Performance PMEM Hash Tables Through Stability and Low Associativity

    Authors: Prashant Pandey, Michael A. Bender, Alex Conway, Martín Farach-Colton, William Kuszmaul, Guido Tagliavini, Rob Johnson

    Abstract: Modern hash table designs strive to minimize space while maximizing speed. The most important factor in speed is the number of cache lines accessed during updates and queries. This is especially important on PMEM, which is slower than DRAM and in which writes are more expensive than reads. This paper proposes two stronger design objectives: stability and low-associativity. A stable hash table do… ▽ More

    Submitted 11 October, 2022; v1 submitted 8 October, 2022; originally announced October 2022.

  17. arXiv:2210.03429  [pdf, other

    cs.CV

    Adversarially Robust Prototypical Few-shot Segmentation with Neural-ODEs

    Authors: Prashant Pandey, Aleti Vardhan, Mustafa Chasmai, Tanuj Sur, Brejesh Lall

    Abstract: Few-shot Learning (FSL) methods are being adopted in settings where data is not abundantly available. This is especially seen in medical domains where the annotations are expensive to obtain. Deep Neural Networks have been shown to be vulnerable to adversarial attacks. This is even more severe in the case of FSL due to the lack of a large number of training examples. In this paper, we provide a fr… ▽ More

    Submitted 7 October, 2022; originally announced October 2022.

    Comments: MICCAI 2022. arXiv admin note: substantial text overlap with arXiv:2208.12428

  18. arXiv:2208.12428  [pdf, other

    cs.CV cs.AI

    Robust Prototypical Few-Shot Organ Segmentation with Regularized Neural-ODEs

    Authors: Prashant Pandey, Mustafa Chasmai, Tanuj Sur, Brejesh Lall

    Abstract: Despite the tremendous progress made by deep learning models in image semantic segmentation, they typically require large annotated examples, and increasing attention is being diverted to problem settings like Few-Shot Learning (FSL) where only a small amount of annotation is needed for generalisation to novel classes. This is especially seen in medical domains where dense pixel-level annotations… ▽ More

    Submitted 1 March, 2023; v1 submitted 25 August, 2022; originally announced August 2022.

  19. arXiv:2208.06679  [pdf, other

    cs.HC

    Neural Encoding of Songs is Modulated by Their Enjoyment

    Authors: Gulshan Sharma, Pankaj Pandey, Ramanathan Subramanian, Krishna. P. Miyapuram, Abhinav Dhall

    Abstract: We examine user and song identification from neural (EEG) signals. Owing to perceptual subjectivity in human-media interaction, music identification from brain signals is a challenging task. We demonstrate that subjective differences in music perception aid user identification, but hinder song identification. In an attempt to address intrinsic complexities in music identification, we provide empir… ▽ More

    Submitted 13 August, 2022; originally announced August 2022.

  20. arXiv:2207.06911  [pdf, other

    eess.SP cs.LG

    Improving self-supervised pretraining models for epileptic seizure detection from EEG data

    Authors: Sudip Das, Pankaj Pandey, Krishna Prasad Miyapuram

    Abstract: There is abundant medical data on the internet, most of which are unlabeled. Traditional supervised learning algorithms are often limited by the amount of labeled data, especially in the medical domain, where labeling is costly in terms of human processing and specialized experts needed to label them. They are also prone to human error and biased as a select few expert annotators label them. These… ▽ More

    Submitted 28 June, 2022; originally announced July 2022.

  21. arXiv:2204.13277  [pdf, other

    cs.CV

    Automatic Detection and Classification of Symbols in Engineering Drawings

    Authors: Sourish Sarkar, Pranav Pandey, Sibsambhu Kar

    Abstract: A method of finding and classifying various components and objects in a design diagram, drawing, or planning layout is proposed. The method automatically finds the objects present in a legend table and finds their position, count and related information with the help of multiple deep neural networks. The method is pre-trained on several drawings or design templates to learn the feature set that ma… ▽ More

    Submitted 28 April, 2022; originally announced April 2022.

  22. arXiv:2111.10157  [pdf, other

    cs.CL cs.SD eess.AS

    Lattention: Lattice-attention in ASR rescoring

    Authors: Prabhat Pandey, Sergio Duarte Torres, Ali Orkan Bayer, Ankur Gandhe, Volker Leutnant

    Abstract: Lattices form a compact representation of multiple hypotheses generated from an automatic speech recognition system and have been shown to improve performance of downstream tasks like spoken language understanding and speech translation, compared to using one-best hypothesis. In this work, we look into the effectiveness of lattice cues for rescoring n-best lists in second-pass. We encode lattices… ▽ More

    Submitted 19 November, 2021; originally announced November 2021.

    Comments: Submitted to ICASSP 2022

    ACM Class: I.2.7

  23. arXiv:2110.03011  [pdf, other

    cs.RO cs.NI

    Empirical Analysis of Bi-directional Wi-Fi Network Performance on Mobile Robots in Indoor Environments

    Authors: Pranav Pandey, Ramviyas Parasuraman

    Abstract: This paper proposes a framework to measure the important metrics (throughput, delay, packet retransmits, signal strength, etc.) to determine Wi-Fi network performance of mobile robots supported by the Robot Operating Systems (ROS) middleware. We analyze the bidirectional network performance of mobile robots through an experimental setup in an indoor environment, where a mobile robot is communicati… ▽ More

    Submitted 13 January, 2022; v1 submitted 6 October, 2021; originally announced October 2021.

  24. arXiv:2110.02657  [pdf

    eess.IV cs.CV cs.RO

    Towards Robotic Knee Arthroscopy: Multi-Scale Network for Tissue-Tool Segmentation

    Authors: Shahnewaz Ali, Prof. Ross Crawford, Dr. Frederic Maire, Assoc. Prof. Ajay K. Pandey

    Abstract: Tissue awareness has a great demand to improve surgical accuracy in minimally invasive procedures. In arthroscopy, it is one of the challenging tasks due to surgical sites exhibit limited features and textures. Moreover, arthroscopic surgical video shows high intra-class variations. Arthroscopic videos are recorded with endoscope known as arthroscope which records tissue structures at proximity, t… ▽ More

    Submitted 6 October, 2021; originally announced October 2021.

  25. arXiv:2106.06801   

    cs.CV

    Contrastive Semi-Supervised Learning for 2D Medical Image Segmentation

    Authors: Prashant Pandey, Ajey Pai, Nisarg Bhatt, Prasenjit Das, Govind Makharia, Prathosh AP, Mausam

    Abstract: Contrastive Learning (CL) is a recent representation learning approach, which encourages inter-class separability and intra-class compactness in learned image representations. Since medical images often contain multiple semantic classes in an image, using CL to learn representations of local features (as opposed to global) is important. In this work, we present a novel semi-supervised 2D medical s… ▽ More

    Submitted 6 August, 2021; v1 submitted 12 June, 2021; originally announced June 2021.

    Comments: The paper is withdrawn due to a bug in experimental protocol that renders its experimental results and observations invalid. All expts were conducted by the student authors. The roles of senior authors (Prasenjit Das, Govind Makharia, Prathosh, and Mausam) were in defining the problem statement, discussions of potential solutions and framing of the paper and not in performing experiments

  26. arXiv:2106.06688  [pdf, other

    cs.LG eess.SP

    BRAIN2DEPTH: Lightweight CNN Model for Classification of Cognitive States from EEG Recordings

    Authors: Pankaj Pandey, Krishna Prasad Miyapuram

    Abstract: Several Convolutional Deep Learning models have been proposed to classify the cognitive states utilizing several neuro-imaging domains. These models have achieved significant results, but they are heavily designed with millions of parameters, which increases train and test time, making the model complex and less suitable for real-time analysis. This paper proposes a simple, lightweight CNN model t… ▽ More

    Submitted 12 June, 2021; originally announced June 2021.

    Comments: 15 pages, 4 figures, 6 tables, To be published in 25th Conference on Medical Image Understanding and Analysis (MIUA), 2021

  27. arXiv:2104.07378  [pdf, other

    cs.CL cs.AI cs.IR

    Tracking entities in technical procedures -- a new dataset and baselines

    Authors: Saransh Goyal, Pratyush Pandey, Garima Gaur, Subhalingam D, Srikanta Bedathur, Maya Ramanath

    Abstract: We introduce TechTrack, a new dataset for tracking entities in technical procedures. The dataset, prepared by annotating open domain articles from WikiHow, consists of 1351 procedures, e.g., "How to connect a printer", identifies more than 1200 unique entities with an average of 4.7 entities per procedure. We evaluate the performance of state-of-the-art models on the entity-tracking task and find… ▽ More

    Submitted 15 April, 2021; originally announced April 2021.

  28. arXiv:2103.01134  [pdf, other

    cs.LG cs.CV

    Domain Generalization via Inference-time Label-Preserving Target Projections

    Authors: Prashant Pandey, Mrigank Raman, Sumanth Varambally, Prathosh AP

    Abstract: Generalization of machine learning models trained on a set of source domains on unseen target domains with different statistics, is a challenging problem. While many approaches have been proposed to solve this problem, they only utilize source data during training but do not take advantage of the fact that a single target example is available at the time of inference. Motivated by this, we propose… ▽ More

    Submitted 18 July, 2021; v1 submitted 1 March, 2021; originally announced March 2021.

  29. arXiv:2007.14284  [pdf, other

    cs.CV cs.LG

    Discrepancy Minimization in Domain Generalization with Generative Nearest Neighbors

    Authors: Prashant Pandey, Mrigank Raman, Sumanth Varambally, Prathosh AP

    Abstract: Domain generalization (DG) deals with the problem of domain shift where a machine learning model trained on multiple-source domains fail to generalize well on a target domain with different statistics. Multiple approaches have been proposed to solve the problem of domain generalization by learning domain invariant representations across the source domains that fail to guarantee generalization on t… ▽ More

    Submitted 28 July, 2020; originally announced July 2020.

  30. arXiv:2007.10756  [pdf, other

    cs.LG stat.ML

    Understanding Consumer Preferences for Movie Trailers from EEG using Machine Learning

    Authors: Pankaj Pandey, Raunak Swarnkar, Shobhit Kakaria, Krishna Prasad Miyapuram

    Abstract: Neuromarketing aims to understand consumer behavior using neuroscience. Brain imaging tools such as EEG have been used to better understand consumer behavior that goes beyond self-report measures which can be a more accurate measure to understand how and why consumers prefer choosing one product over another. Previous studies have shown that consumer preferences can be effectively predicted by und… ▽ More

    Submitted 21 July, 2020; originally announced July 2020.

    Comments: This paper presented at "The 6th Annual Conference of Cognitive Science", 10-12 December, 2019 Link: https://drive.google.com/file/d/13gcTFUNg_2jA3sokOXv2f0U1D8xd-hkS/view

  31. arXiv:2006.08696  [pdf, other

    cs.CV

    Unsupervised Domain Adaptation for Semantic Segmentation of NIR Images through Generative Latent Search

    Authors: Prashant Pandey, Aayush Kumar Tyagi, Sameer Ambekar, Prathosh AP

    Abstract: Segmentation of the pixels corresponding to human skin is an essential first step in multiple applications ranging from surveillance to heart-rate estimation from remote-photoplethysmography. However, the existing literature considers the problem only in the visible-range of the EM-spectrum which limits their utility in low or no light settings where the criticality of the application is higher. T… ▽ More

    Submitted 17 July, 2020; v1 submitted 15 June, 2020; originally announced June 2020.

    Comments: ECCV 2020 [Spotlight]

  32. arXiv:2006.06404  [pdf, ps, other

    physics.soc-ph cs.SI q-bio.PE

    A model for the spread of an epidemic from local to global: A case study of COVID-19 in India

    Authors: Buddhananda Banerjee, Pradumn Kumar Pandey, Bibhas Adhikari

    Abstract: In this paper we propose an epidemiological model for the spread of COVID-19. The dynamics of the spread is based on four fundamental categories of people in a population: Tested and infected, Non-Tested but infected, Tested but not infected, and non-Tested and not infected. The model is based on two levels of dynamics of spread in the population: at local level and at the global level. The local… ▽ More

    Submitted 4 June, 2020; originally announced June 2020.

  33. arXiv:2005.05432  [pdf, other

    cs.CV eess.IV

    Target-Independent Domain Adaptation for WBC Classification using Generative Latent Search

    Authors: Prashant Pandey, Prathosh AP, Vinay Kyatham, Deepak Mishra, Tathagato Rai Dastidar

    Abstract: Automating the classification of camera-obtained microscopic images of White Blood Cells (WBCs) and related cell subtypes has assumed importance since it aids the laborious manual process of review and diagnosis. Several State-Of-The-Art (SOTA) methods developed using Deep Convolutional Neural Networks suffer from the problem of domain shift - severe performance degradation when they are tested on… ▽ More

    Submitted 13 July, 2020; v1 submitted 11 May, 2020; originally announced May 2020.

    Comments: IEEE TMI 2020

  34. arXiv:2004.11973  [pdf, ps, other

    cs.SI

    Why lockdown : On the spread of SARS-CoV-2 in India, a network approach

    Authors: Pradumn Kumar Pandey, Bibhas Adhikari

    Abstract: We analyze the time series data of number of districts or cities in India that are affected by COVID-19 from March 01, 2020 to April 17, 2020. We study the data in the framework of time series network data. The networks are defined by using the geodesic distances of the districts or cities specified by the latitude and longitude coordinates. We particularly restrict our analysis to all but distric… ▽ More

    Submitted 24 April, 2020; originally announced April 2020.

    Comments: 11 pages

  35. arXiv:1912.11894  [pdf, other

    cs.SI cs.DL physics.soc-ph

    Analysis of Reference and Citation Copying in Evolving Bibliographic Networks

    Authors: Pradumn Kumar Pandey, Mayank Singh, Pawan Goyal, Animesh Mukherjee, Soumen Chakrabarti

    Abstract: Extensive literature demonstrates how the copying of references (links) can lead to the emergence of various structural properties (e.g., power-law degree distribution and bipartite cores) in bibliographic and other similar directed networks. However, it is also well known that the copying process is incapable of mimicking the number of directed triangles in such networks; neither does it have the… ▽ More

    Submitted 26 December, 2019; originally announced December 2019.

    Comments: Accepted in Journal of Informetrics

  36. arXiv:1911.04140  [pdf, other

    cs.CV

    Guided Weak Supervision for Action Recognition with Scarce Data to Assess Skills of Children with Autism

    Authors: Prashant Pandey, Prathosh AP, Manu Kohli, Josh Pritchard

    Abstract: Diagnostic and intervention methodologies for skill assessment of autism typically requires a clinician repetitively initiating several stimuli and recording the child's response. In this paper, we propose to automate the response measurement through video recording of the scene following the use of Deep Neural models for human action recognition from videos. However, supervised learning of neural… ▽ More

    Submitted 28 January, 2020; v1 submitted 11 November, 2019; originally announced November 2019.

    Comments: AAAI 2020

  37. arXiv:1909.04504  [pdf, other

    physics.comp-ph cs.MS

    PySPH: a Python-based framework for smoothed particle hydrodynamics

    Authors: Prabhu Ramachandran, Aditya Bhosale, Kunal Puri, Pawan Negi, Abhinav Muta, A Dinesh, Dileep Menon, Rahul Govind, Suraj Sanka, Amal S Sebastian, Ananyo Sen, Rohan Kaushik, Anshuman Kumar, Vikas Kurapati, Mrinalgouda Patil, Deep Tavker, Pankaj Pandey, Chandrashekhar Kaushik, Arkopal Dutt, Arpit Agarwal

    Abstract: PySPH is an open-source, Python-based, framework for particle methods in general and Smoothed Particle Hydrodynamics (SPH) in particular. PySPH allows a user to define a complete SPH simulation using pure Python. High-performance code is generated from this high-level Python code and executed on either multiple cores, or on GPUs, seamlessly. It also supports distributed execution using MPI. PySPH… ▽ More

    Submitted 28 December, 2020; v1 submitted 10 September, 2019; originally announced September 2019.

    Comments: 39 pages, 19 figures

    Journal ref: ACM Transactions on Mathematical Software, volume 47, number 4, article 34, July 2021

  38. arXiv:1907.01380  [pdf, other

    q-bio.PE cond-mat.stat-mech cs.GT math.DS physics.bio-ph

    Multistability and regime shifts in microbial communities explained by competition for essential nutrients

    Authors: Veronika Dubinkina, Yulia Fridman, Parth Pratim Pandey, Sergei Maslov

    Abstract: Microbial communities routinely have several possible species compositions or community states observed for the same environmental parameters. Changes in these parameters can trigger abrupt and persistent transitions (regime shifts) between such community states. Yet little is known about the main determinants and mechanisms of multistability in microbial communities. Here we introduce and study a… ▽ More

    Submitted 29 June, 2019; originally announced July 2019.

    Comments: 15 pages plus SI, 4 figures and 5 supplementary figures. arXiv admin note: substantial text overlap with arXiv:1810.04726

  39. arXiv:1905.03828  [pdf, other

    cs.LG cs.SD eess.AS stat.ML

    Universal Adversarial Perturbations for Speech Recognition Systems

    Authors: Paarth Neekhara, Shehzeen Hussain, Prakhar Pandey, Shlomo Dubnov, Julian McAuley, Farinaz Koushanfar

    Abstract: In this work, we demonstrate the existence of universal adversarial audio perturbations that cause mis-transcription of audio signals by automatic speech recognition (ASR) systems. We propose an algorithm to find a single quasi-imperceptible perturbation, which when added to any arbitrary speech signal, will most likely fool the victim speech recognition model. Our experiments demonstrate the appl… ▽ More

    Submitted 15 August, 2019; v1 submitted 9 May, 2019; originally announced May 2019.

    Comments: Published as a conference paper at INTERSPEECH 2019

  40. arXiv:1812.09824  [pdf, other

    cs.DS

    The Online Event-Detection Problem

    Authors: Michael A. Bender, Jonathan W. Berry, Martin Farach-Colton, Rob Johnson, Thomas M. Kroeger, Prashant Pandey, Cynthia A. Phillips, Shikha Singh

    Abstract: Given a stream $S = (s_1, s_2, ..., s_N)$, a $φ$-heavy hitter is an item $s_i$ that occurs at least $φN$ times in $S$. The problem of finding heavy-hitters has been extensively studied in the database literature. In this paper, we study a related problem. We say that there is a $φ$-event at time $t$ if $s_t$ occurs exactly $φN$ times in $(s_1, s_2, ..., s_t)$. Thus, for each $φ$-heavy hitter there… ▽ More

    Submitted 23 December, 2018; originally announced December 2018.

  41. arXiv:1804.10673  [pdf, other

    cs.DS

    Buffered Count-Min Sketch on SSD: Theory and Experiments

    Authors: Mayank Goswami, Dzejla Medjedovic, Emina Mekic, Prashant Pandey

    Abstract: Frequency estimation data structures such as the count-min sketch (CMS) have found numerous applications in databases, networking, computational biology and other domains. Many applications that use the count-min sketch process massive and rapidly evolving datasets. For data-intensive applications that aim to keep the overestimate error low, the count-min sketch may become too large to store in av… ▽ More

    Submitted 27 April, 2018; originally announced April 2018.

  42. arXiv:1802.00897  [pdf, ps, other

    math.OC cs.DM

    Representations of quadratic combinatorial optimization problems: A case study using the quadratic set covering problem

    Authors: Abraham P. Punnen, Pooja Pandey

    Abstract: The objective function of a quadratic combinatorial optimization problem (QCOP) can be represented by two data points, a quadratic cost matrix Q and a linear cost vector c. Different, but equivalent, representations of the pair (Q, c) for the same QCOP are well known in literature. Research papers often state that without loss of generality we assume Q is symmetric, or upper-triangular or positive… ▽ More

    Submitted 23 February, 2018; v1 submitted 2 February, 2018; originally announced February 2018.

    Comments: 36 pages

  43. FoodNet: Recognizing Foods Using Ensemble of Deep Networks

    Authors: Paritosh Pandey, Akella Deepthi, Bappaditya Mandal, N. B. Puhan

    Abstract: In this work we propose a methodology for an automatic food classification system which recognizes the contents of the meal from the images of the food. We developed a multi-layered deep convolutional neural network (CNN) architecture that takes advantages of the features from other deep networks and improves the efficiency. Numerous classical handcrafted features and approaches are explored, amon… ▽ More

    Submitted 27 September, 2017; originally announced September 2017.

    Comments: 5 pages, 3 figures, 3 tables, IEEE Signal Processing Letters

  44. arXiv:1708.03703  [pdf, ps, other

    cs.CC

    The generalized vertex cover problem and some variations

    Authors: Pooja Pandey, Abraham P. Punnen

    Abstract: In this paper we study the generalized vertex cover problem (GVC), which is a generalization of various well studied combinatorial optimization problems. GVC is shown to be equivalent to the unconstrained binary quadratic programming problem and also equivalent to some other variations of the general GVC. Some solvable cases are identified and approximation algorithms are suggested for special cas… ▽ More

    Submitted 11 August, 2017; originally announced August 2017.

    Comments: 24 pages

  45. arXiv:1706.00990  [pdf, other

    cs.DS

    A Fast x86 Implementation of Select

    Authors: Prashant Pandey, Michael A. Bender, Rob Johnson

    Abstract: Rank and select are fundamental operations in succinct data structures, that is, data structures whose space consumption approaches the information-theoretic optimal. The performance of these primitives is central to the overall performance of succinct data structures. Traditionally, the select operation is the harder to implement efficiently, and most prior implementations of select on machine… ▽ More

    Submitted 3 June, 2017; originally announced June 2017.

    Comments: Keywords and phrases Succinct data structures, Rank and Select operation

    ACM Class: E.1; E.2

  46. arXiv:1705.02452  [pdf, other

    cs.CL

    A Generative Model of a Pronunciation Lexicon for Hindi

    Authors: Pramod Pandey, Somnath Roy

    Abstract: Voice browser applications in Text-to- Speech (TTS) and Automatic Speech Recognition (ASR) systems crucially depend on a pronunciation lexicon. The present paper describes the model of pronunciation lexicon of Hindi developed to automatically generate the output forms of Hindi at two levels, the <phoneme> and the <PS> (PS, in short for Prosodic Structure). The latter level involves both syllable-d… ▽ More

    Submitted 6 May, 2017; originally announced May 2017.

  47. arXiv:1702.02903  [pdf, other

    cs.DC

    Robust Orchestration of Concurrent Application Workflows in Mobile Device Clouds

    Authors: Parul Pandey, Hariharasudhan Viswanathan, Dario Pompili

    Abstract: A hybrid mobile/fixed device cloud that harnesses sensing, computing, communication, and storage capabilities of mobile and fixed devices in the field as well as those of computing and storage servers in remote datacenters is envisioned. Mobile device clouds can be harnessed to enable innovative pervasive applications that rely on real-time, in-situ processing of sensor data collected in the field… ▽ More

    Submitted 5 January, 2017; originally announced February 2017.

    Comments: 25 pages, 6 figures, 2 tables, 2 algorithms

  48. arXiv:1612.03184  [pdf, other

    cs.NI

    Collaborative Mobile Edge Computing in 5G Networks: New Paradigms, Scenarios, and Challenges

    Authors: Tuyen X. Tran, Abolfazl Hajisami, Parul Pandey, Dario Pompili

    Abstract: Mobile Edge Computing (MEC) is an emerging paradigm that provides computing, storage, and networking resources within the edge of the mobile Radio Access Network (RAN). MEC servers are deployed on generic computing platform within the RAN and allow for delay-sensitive and context-aware applications to be executed in close proximity to the end users. This approach alleviates the backhaul and core n… ▽ More

    Submitted 10 April, 2017; v1 submitted 9 December, 2016; originally announced December 2016.

    Comments: Accepted for publication on IEEE Communications Magazine, Special Issue on Fog Computing and Networking, April 2017

  49. arXiv:1612.01436  [pdf, ps, other

    cs.NI

    Collaborative Multi-bitrate Video Caching and Processing in Mobile-Edge Computing Networks

    Authors: Tuyen X. Tran, Parul Pandey, Abolfazl Hajisami, Dario Pompili

    Abstract: Recently, Mobile-Edge Computing (MEC) has arisen as an emerging paradigm that extends cloud-computing capabilities to the edge of the Radio Access Network (RAN) by deploying MEC servers right at the Base Stations (BSs). In this paper, we envision a collaborative joint caching and processing strategy for on-demand video streaming in MEC networks. Our design aims at enhancing the widely used Adaptiv… ▽ More

    Submitted 7 December, 2016; v1 submitted 5 December, 2016; originally announced December 2016.

    Comments: 8 pages, 6 figures, to appear in Proc. IEEE/IFIP Conference on Wireless On-demand Network Systems and Services (WONS), 2017

  50. 'Context, Content, Process' Approach to Align Information Security Investments with Overall Organizational Strategy

    Authors: Pankaj Pandey

    Abstract: Today business environment is highly dependent on complex technologies, and information is considered an important asset. Organizations are therefore required to protect their information infrastructure and follow an inclusive risk management approach. One way to achieve this is by aligning the information security investment decisions with respect to organizational strategy. A large number of inf… ▽ More

    Submitted 14 December, 2015; originally announced December 2015.

    Journal ref: International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 3/4, pages 25-38, November 2015