Skip to main content

Showing 1–50 of 55 results for author: Misra, S

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

    q-bio.BM cs.AI cs.LG

    Generative Active Learning for the Search of Small-molecule Protein Binders

    Authors: Maksym Korablyov, Cheng-Hao Liu, Moksh Jain, Almer M. van der Sloot, Eric Jolicoeur, Edward Ruediger, Andrei Cristian Nica, Emmanuel Bengio, Kostiantyn Lapchevskyi, Daniel St-Cyr, Doris Alexandra Schuetz, Victor Ion Butoi, Jarrid Rector-Brooks, Simon Blackburn, Leo Feng, Hadi Nekoei, SaiKrishna Gottipati, Priyesh Vijayan, Prateek Gupta, Ladislav Rampášek, Sasikanth Avancha, Pierre-Luc Bacon, William L. Hamilton, Brooks Paige, Sanchit Misra , et al. (9 additional authors not shown)

    Abstract: Despite substantial progress in machine learning for scientific discovery in recent years, truly de novo design of small molecules which exhibit a property of interest remains a significant challenge. We introduce LambdaZero, a generative active learning approach to search for synthesizable molecules. Powered by deep reinforcement learning, LambdaZero learns to search over the vast space of molecu… ▽ More

    Submitted 2 May, 2024; originally announced May 2024.

  2. arXiv:2312.15048  [pdf, other

    quant-ph cs.ET

    Hierarchical Multigrid Ansatz for Variational Quantum Algorithms

    Authors: Christo Meriwether Keller, Stephan Eidenbenz, Andreas Bärtschi, Daniel O'Malley, John Golden, Satyajayant Misra

    Abstract: Quantum computing is an emerging topic in engineering that promises to enhance supercomputing using fundamental physics. In the near term, the best candidate algorithms for achieving this advantage are variational quantum algorithms (VQAs). We design and numerically evaluate a novel ansatz for VQAs, focusing in particular on the variational quantum eigensolver (VQE). As our ansatz is inspired by c… ▽ More

    Submitted 22 December, 2023; originally announced December 2023.

    Comments: 11 pages, 9 figures

    Report number: LA-UR-23-33674

  3. arXiv:2312.00080  [pdf, other

    q-bio.QM cs.LG

    PDB-Struct: A Comprehensive Benchmark for Structure-based Protein Design

    Authors: Chuanrui Wang, Bozitao Zhong, Zuobai Zhang, Narendra Chaudhary, Sanchit Misra, Jian Tang

    Abstract: Structure-based protein design has attracted increasing interest, with numerous methods being introduced in recent years. However, a universally accepted method for evaluation has not been established, since the wet-lab validation can be overly time-consuming for the development of new algorithms, and the $\textit{in silico}$ validation with recovery and perplexity metrics is efficient but may not… ▽ More

    Submitted 29 November, 2023; originally announced December 2023.

    Comments: 13 pages

  4. arXiv:2310.00763  [pdf, other

    cs.LG eess.SY

    Data-Efficient Strategies for Probabilistic Voltage Envelopes under Network Contingencies

    Authors: Parikshit Pareek, Deepjyoti Deka, Sidhant Misra

    Abstract: This work presents an efficient data-driven method to construct probabilistic voltage envelopes (PVE) using power flow learning in grids with network contingencies. First, a network-aware Gaussian process (GP) termed Vertex-Degree Kernel (VDK-GP), developed in prior work, is used to estimate voltage-power functions for a few network configurations. The paper introduces a novel multi-task vertex de… ▽ More

    Submitted 3 April, 2024; v1 submitted 1 October, 2023; originally announced October 2023.

    Comments: 10 Pages

  5. arXiv:2308.07867  [pdf, other

    eess.SY cs.LG

    Graph-Structured Kernel Design for Power Flow Learning using Gaussian Processes

    Authors: Parikshit Pareek, Deepjyoti Deka, Sidhant Misra

    Abstract: This paper presents a physics-inspired graph-structured kernel designed for power flow learning using Gaussian Process (GP). The kernel, named the vertex-degree kernel (VDK), relies on latent decomposition of voltage-injection relationship based on the network graph or topology. Notably, VDK design avoids the need to solve optimization problems for kernel search. To enhance efficiency, we also exp… ▽ More

    Submitted 15 August, 2023; originally announced August 2023.

    Comments: 10 pages

  6. arXiv:2307.04263  [pdf

    cs.CY cs.SI

    Thriving Innovation Ecosystems: Synergy Among Stakeholders, Tools, and People

    Authors: Shruti Misra, Denise Wilson

    Abstract: An innovation ecosystem is a multi-stakeholder environment, where different stakeholders interact to solve complex socio-technical challenges. We explored how stakeholders use digital tools, human resources, and their combination to gather information and make decisions in innovation ecosystems. To comprehensively understand stakeholders' motivations, information needs and practices, we conducted… ▽ More

    Submitted 9 July, 2023; originally announced July 2023.

  7. arXiv:2306.01794  [pdf, other

    q-bio.QM cs.LG

    DiffPack: A Torsional Diffusion Model for Autoregressive Protein Side-Chain Packing

    Authors: Yangtian Zhang, Zuobai Zhang, Bozitao Zhong, Sanchit Misra, Jian Tang

    Abstract: Proteins play a critical role in carrying out biological functions, and their 3D structures are essential in determining their functions. Accurately predicting the conformation of protein side-chains given their backbones is important for applications in protein structure prediction, design and protein-protein interactions. Traditional methods are computationally intensive and have limited accurac… ▽ More

    Submitted 15 February, 2024; v1 submitted 1 June, 2023; originally announced June 2023.

    Comments: 37th Conference on Neural Information Processing Systems (NeurIPS 2023)

  8. A Generative Framework for Low-Cost Result Validation of Machine Learning-as-a-Service Inference

    Authors: Abhinav Kumar, Miguel A. Guirao Aguilera, Reza Tourani, Satyajayant Misra

    Abstract: The growing popularity of Machine Learning (ML) has led to its deployment in various sensitive domains, which has resulted in significant research focused on ML security and privacy. However, in some applications, such as Augmented/Virtual Reality, integrity verification of the outsourced ML tasks is more critical--a facet that has not received much attention. Existing solutions, such as multi-par… ▽ More

    Submitted 24 April, 2024; v1 submitted 31 March, 2023; originally announced April 2023.

    Comments: 15 pages, 12 figures

  9. arXiv:2212.11506  [pdf, other

    cs.LG cs.AI cs.DC

    Accelerating Barnes-Hut t-SNE Algorithm by Efficient Parallelization on Multi-Core CPUs

    Authors: Narendra Chaudhary, Alexander Pivovar, Pavel Yakovlev, Andrey Gorshkov, Sanchit Misra

    Abstract: t-SNE remains one of the most popular embedding techniques for visualizing high-dimensional data. Most standard packages of t-SNE, such as scikit-learn, use the Barnes-Hut t-SNE (BH t-SNE) algorithm for large datasets. However, existing CPU implementations of this algorithm are inefficient. In this work, we accelerate the BH t-SNE on CPUs via cache optimizations, SIMD, parallelizing sequential ste… ▽ More

    Submitted 22 December, 2022; originally announced December 2022.

  10. arXiv:2212.00625  [pdf, other

    cs.ET

    Probabilistic Neural Circuits leveraging AI-Enhanced Codesign for Random Number Generation

    Authors: Suma G. Cardwell, Catherine D. Schuman, J. Darby Smith, Karan Patel, Jaesuk Kwon, Samuel Liu, Christopher Allemang, Shashank Misra, Jean Anne Incorvia, James B. Aimone

    Abstract: Stochasticity is ubiquitous in the world around us. However, our predominant computing paradigm is deterministic. Random number generation (RNG) can be a computationally inefficient operation in this system especially for larger workloads. Our work leverages the underlying physics of emerging devices to develop probabilistic neural circuits for RNGs from a given distribution. However, codesign for… ▽ More

    Submitted 1 December, 2022; originally announced December 2022.

    Report number: SAND2022-16607 C

  11. arXiv:2211.06385  [pdf, other

    cs.LG cs.DC

    DistGNN-MB: Distributed Large-Scale Graph Neural Network Training on x86 via Minibatch Sampling

    Authors: Md Vasimuddin, Ramanarayan Mohanty, Sanchit Misra, Sasikanth Avancha

    Abstract: Training Graph Neural Networks, on graphs containing billions of vertices and edges, at scale using minibatch sampling poses a key challenge: strong-scaling graphs and training examples results in lower compute and higher communication volume and potential performance loss. DistGNN-MB employs a novel Historical Embedding Cache combined with compute-communication overlap to address this challenge.… ▽ More

    Submitted 11 November, 2022; originally announced November 2022.

  12. arXiv:2204.00955  [pdf, other

    cs.CR

    FIRST: FrontrunnIng Resilient Smart ConTracts

    Authors: Emrah Sariboz, Gaurav Panwar, Roopa Vishwanathan, Satyajayant Misra

    Abstract: Owing to the meteoric rise in the usage of cryptocurrencies, there has been a widespread adaptation of traditional financial applications such as lending, borrowing, margin trading, and more, to the cryptocurrency realm. In some cases, the inherently transparent and unregulated nature of cryptocurrencies leads to attacks on users of these applications. One such attack is frontrunning, where a mali… ▽ More

    Submitted 24 April, 2024; v1 submitted 2 April, 2022; originally announced April 2022.

    Comments: 16 pages, 5 figures

  13. arXiv:2202.02349  [pdf, other

    cs.NI

    Analysis of Independent Learning in Network Agents: A Packet Forwarding Use Case

    Authors: Abu Saleh Md Tayeen, Milan Biswal, Abderrahmen Mtibaa, Satyajayant Misra

    Abstract: Multi-Agent Reinforcement Learning (MARL) is nowadays widely used to solve real-world and complex decisions in various domains. While MARL can be categorized into independent and cooperative approaches, we consider the independent approach as a simple, more scalable, and less costly method for large-scale distributed systems, such as network packet forwarding. In this paper, we quantitatively and… ▽ More

    Submitted 4 February, 2022; originally announced February 2022.

    Comments: 6 pages, 4 figures

  14. arXiv:2109.05666  [pdf, other

    cs.LG eess.SY

    AMI-FML: A Privacy-Preserving Federated Machine Learning Framework for AMI

    Authors: Milan Biswal, Abu Saleh Md Tayeen, Satyajayant Misra

    Abstract: Machine learning (ML) based smart meter data analytics is very promising for energy management and demand-response applications in the advanced metering infrastructure(AMI). A key challenge in developing distributed ML applications for AMI is to preserve user privacy while allowing active end-users participation. This paper addresses this challenge and proposes a privacy-preserving federated learn… ▽ More

    Submitted 15 December, 2021; v1 submitted 12 September, 2021; originally announced September 2021.

    Comments: 7 pages

  15. arXiv:2108.07717  [pdf

    cs.CY cs.AI cs.LG

    Prediction of Students performance with Artificial Neural Network using Demographic Traits

    Authors: Adeniyi Jide Kehinde, Abidemi Emmanuel Adeniyi, Roseline Oluwaseun Ogundokun, Himanshu Gupta, Sanjay Misra

    Abstract: Many researchers have studied student academic performance in supervised and unsupervised learning using numerous data mining techniques. Neural networks often need a greater collection of observations to achieve enough predictive ability. Due to the increase in the rate of poor graduates, it is necessary to design a system that helps to reduce this menace as well as reduce the incidence of studen… ▽ More

    Submitted 8 August, 2021; originally announced August 2021.

    Comments: 10 pages, 7 figures, 3 Tables, Fourth International Conference on Recent Innovations in Computing (IRCIC-2021)

  16. arXiv:2104.09569  [pdf, other

    cs.CR

    Off-chain Execution and Verification of Computationally Intensive Smart Contracts

    Authors: Emrah Sariboz, Kartick Kolachala, Gaurav Panwar, Roopa Vishwanathan, Satyajayant Misra

    Abstract: We propose a novel framework for off-chain execution and verification of computationally-intensive smart contracts. Our framework is the first solution that avoids duplication of computing effort across multiple contractors, does not require trusted execution environments, supports computations that do not have deterministic results, and supports general-purpose computations written in a high-leve… ▽ More

    Submitted 25 April, 2021; v1 submitted 19 April, 2021; originally announced April 2021.

    Comments: Scheduled to appear in International Conference on Blockchains and Cryptocurrencies (ICBC-2021)

  17. arXiv:2104.08002  [pdf, other

    cs.LG cs.AI cs.DC

    Efficient and Generic 1D Dilated Convolution Layer for Deep Learning

    Authors: Narendra Chaudhary, Sanchit Misra, Dhiraj Kalamkar, Alexander Heinecke, Evangelos Georganas, Barukh Ziv, Menachem Adelman, Bharat Kaul

    Abstract: Convolutional neural networks (CNNs) have found many applications in tasks involving two-dimensional (2D) data, such as image classification and image processing. Therefore, 2D convolution layers have been heavily optimized on CPUs and GPUs. However, in many applications - for example genomics and speech recognition, the data can be one-dimensional (1D). Such applications can benefit from optimize… ▽ More

    Submitted 16 April, 2021; originally announced April 2021.

  18. arXiv:2104.06700  [pdf, other

    cs.LG cs.DC

    DistGNN: Scalable Distributed Training for Large-Scale Graph Neural Networks

    Authors: Vasimuddin Md, Sanchit Misra, Guixiang Ma, Ramanarayan Mohanty, Evangelos Georganas, Alexander Heinecke, Dhiraj Kalamkar, Nesreen K. Ahmed, Sasikanth Avancha

    Abstract: Full-batch training on Graph Neural Networks (GNN) to learn the structure of large graphs is a critical problem that needs to scale to hundreds of compute nodes to be feasible. It is challenging due to large memory capacity and bandwidth requirements on a single compute node and high communication volumes across multiple nodes. In this paper, we present DistGNN that optimizes the well-known Deep G… ▽ More

    Submitted 16 April, 2021; v1 submitted 14 April, 2021; originally announced April 2021.

  19. Tensor Processing Primitives: A Programming Abstraction for Efficiency and Portability in Deep Learning & HPC Workloads

    Authors: Evangelos Georganas, Dhiraj Kalamkar, Sasikanth Avancha, Menachem Adelman, Deepti Aggarwal, Cristina Anderson, Alexander Breuer, Jeremy Bruestle, Narendra Chaudhary, Abhisek Kundu, Denise Kutnick, Frank Laub, Vasimuddin Md, Sanchit Misra, Ramanarayan Mohanty, Hans Pabst, Brian Retford, Barukh Ziv, Alexander Heinecke

    Abstract: During the past decade, novel Deep Learning (DL) algorithms, workloads and hardware have been developed to tackle a wide range of problems. Despite the advances in workload and hardware ecosystems, the programming methodology of DL systems is stagnant. DL workloads leverage either highly-optimized, yet platform-specific and inflexible kernels from DL libraries, or in the case of novel operators, r… ▽ More

    Submitted 30 November, 2021; v1 submitted 12 April, 2021; originally announced April 2021.

  20. arXiv:2104.00995  [pdf, other

    cs.LG cond-mat.stat-mech physics.data-an stat.ML

    Exponential Reduction in Sample Complexity with Learning of Ising Model Dynamics

    Authors: Arkopal Dutt, Andrey Y. Lokhov, Marc Vuffray, Sidhant Misra

    Abstract: The usual setting for learning the structure and parameters of a graphical model assumes the availability of independent samples produced from the corresponding multivariate probability distribution. However, for many models the mixing time of the respective Markov chain can be very large and i.i.d. samples may not be obtained. We study the problem of reconstructing binary graphical models from co… ▽ More

    Submitted 14 June, 2021; v1 submitted 2 April, 2021; originally announced April 2021.

    Comments: Accepted to ICML 2021

    Journal ref: Proceedings of the 38th International Conference on Machine Learning, PMLR 139:2914-2925, 2021

  21. arXiv:2102.09198  [pdf, other

    cs.LG physics.data-an stat.ML

    Learning Continuous Exponential Families Beyond Gaussian

    Authors: Christopher X. Ren, Sidhant Misra, Marc Vuffray, Andrey Y. Lokhov

    Abstract: We address the problem of learning of continuous exponential family distributions with unbounded support. While a lot of progress has been made on learning of Gaussian graphical models, we still lack scalable algorithms for reconstructing general continuous exponential families modeling higher-order moments of the data beyond the mean and the covariance. Here, we introduce a computationally effici… ▽ More

    Submitted 26 February, 2022; v1 submitted 18 February, 2021; originally announced February 2021.

    Comments: 24 pages, 11 figures

  22. arXiv:2102.08567  [pdf

    cs.CV cs.AI eess.IV

    Ensemble Transfer Learning of Elastography and B-mode Breast Ultrasound Images

    Authors: Sampa Misra, Seungwan Jeon, Ravi Managuli, Seiyon Lee, Gyuwon Kim, Seungchul Lee, Richard G Barr, Chulhong Kim

    Abstract: Computer-aided detection (CAD) of benign and malignant breast lesions becomes increasingly essential in breast ultrasound (US) imaging. The CAD systems rely on imaging features identified by the medical experts for their performance, whereas deep learning (DL) methods automatically extract features from the data. The challenge of the DL is the insufficiency of breast US images available to train t… ▽ More

    Submitted 16 February, 2021; originally announced February 2021.

    Comments: 17 pages, 10 figures, 6 Tables

  23. arXiv:2101.09750  [pdf, other

    cs.RO math.OC

    Deployable, Data-Driven Unmanned Vehicle Navigation System in GPS-Denied, Feature-Deficient Environments

    Authors: Sohum Misra, Kaarthik Sundar, Rajnikant Sharma, Kevin Brink

    Abstract: This paper presents a novel data-driven navigation system to navigate an Unmanned Vehicle (UV) in GPS-denied, feature-deficient environments such as tunnels, or mines. The method utilizes landmarks that vehicle can deploy and measure range from to enable localization as the vehicle traverses its pre-defined path through the tunnel. A key question that arises in such scenario is to estimate and red… ▽ More

    Submitted 2 November, 2021; v1 submitted 24 January, 2021; originally announced January 2021.

    Comments: 37 pages

    Report number: LA-UR-21-20249

  24. arXiv:2010.14694  [pdf, other

    econ.EM cs.LG math.ST stat.ML

    Deep Learning for Individual Heterogeneity: An Automatic Inference Framework

    Authors: Max H. Farrell, Tengyuan Liang, Sanjog Misra

    Abstract: We develop methodology for estimation and inference using machine learning to enrich economic models. Our framework takes a standard economic model and recasts the parameters as fully flexible nonparametric functions, to capture the rich heterogeneity based on potentially high dimensional or complex observable characteristics. These "parameter functions" retain the interpretability, economic meani… ▽ More

    Submitted 23 July, 2021; v1 submitted 27 October, 2020; originally announced October 2020.

  25. arXiv:2007.06354  [pdf, other

    cs.DC cs.LG

    Deep Graph Library Optimizations for Intel(R) x86 Architecture

    Authors: Sasikanth Avancha, Vasimuddin Md, Sanchit Misra, Ramanarayan Mohanty

    Abstract: The Deep Graph Library (DGL) was designed as a tool to enable structure learning from graphs, by supporting a core abstraction for graphs, including the popular Graph Neural Networks (GNN). DGL contains implementations of all core graph operations for both the CPU and GPU. In this paper, we focus specifically on CPU implementations and present performance analysis, optimizations and results across… ▽ More

    Submitted 13 July, 2020; originally announced July 2020.

  26. arXiv:2007.00641  [pdf, other

    cs.NI

    Democratizing the Edge: A Pervasive Edge Computing Framework

    Authors: Reza Tourani, Srikathyayani Srikanteswara, Satyajayant Misra, Richard Chow, Lily Yang, Xiruo Liu, Yi Zhang

    Abstract: The needs of emerging applications, such as augmented and virtual reality, federated machine learning, and autonomous driving, have motivated edge computing--the push of computation capabilities to the edge. Various edge computing architectures have emerged, including multi-access edge computing and edge-cloud, all with the premise of reducing communication latency and augmenting privacy. However,… ▽ More

    Submitted 1 July, 2020; originally announced July 2020.

    Comments: 7 pages, 4 figures

  27. Benchmarking Learned Indexes

    Authors: Ryan Marcus, Andreas Kipf, Alexander van Renen, Mihail Stoian, Sanchit Misra, Alfons Kemper, Thomas Neumann, Tim Kraska

    Abstract: Recent advancements in learned index structures propose replacing existing index structures, like B-Trees, with approximate learned models. In this work, we present a unified benchmark that compares well-tuned implementations of three learned index structures against several state-of-the-art "traditional" baselines. Using four real-world datasets, we demonstrate that learned index structures can i… ▽ More

    Submitted 29 June, 2020; v1 submitted 23 June, 2020; originally announced June 2020.

  28. arXiv:2006.11937  [pdf, other

    cs.LG cond-mat.dis-nn physics.data-an stat.ML

    Learning of Discrete Graphical Models with Neural Networks

    Authors: Abhijith J., Andrey Y. Lokhov, Sidhant Misra, Marc Vuffray

    Abstract: Graphical models are widely used in science to represent joint probability distributions with an underlying conditional dependence structure. The inverse problem of learning a discrete graphical model given i.i.d samples from its joint distribution can be solved with near-optimal sample complexity using a convex optimization method known as Generalized Regularized Interaction Screening Estimator (… ▽ More

    Submitted 22 December, 2020; v1 submitted 21 June, 2020; originally announced June 2020.

    Comments: To be published in Advances in Neural Information Processing Systems 33

  29. arXiv:2005.05576  [pdf

    eess.IV cs.CV cs.LG

    Multi-Channel Transfer Learning of Chest X-ray Images for Screening of COVID-19

    Authors: Sampa Misra, Seungwan Jeon, Seiyon Lee, Ravi Managuli, Chulhong Kim

    Abstract: The 2019 novel coronavirus (COVID-19) has spread rapidly all over the world and it is affecting the whole society. The current gold standard test for screening COVID-19 patients is the polymerase chain reaction test. However, the COVID-19 test kits are not widely available and time-consuming. Thus, as an alternative, chest X-rays are being considered for quick screening. Since the presentation of… ▽ More

    Submitted 12 May, 2020; originally announced May 2020.

    Comments: 7 pages, 3 figures, 1 Table

  30. arXiv:2005.01818  [pdf, ps, other

    eess.SY cs.LG

    Tractable learning in under-excited power grids

    Authors: Deepjyoti Deka, Harish Doddi, Sidhant Misra, Murti Salapaka

    Abstract: Estimating the structure of physical flow networks such as power grids is critical to secure delivery of energy. This paper discusses statistical structure estimation in power grids in the "under-excited" regime, where a subset of internal nodes do not have external injection. Prior estimation algorithms based on nodal potentials or voltages fail in the under-excited regime. We propose a novel top… ▽ More

    Submitted 4 May, 2020; originally announced May 2020.

    Comments: 10 pages, 8 figures

  31. Transformative effects of IoT, Blockchain and Artificial Intelligence on cloud computing: Evolution, vision, trends and open challenges

    Authors: Sukhpal Singh Gill, Shreshth Tuli, Minxian Xu, Inderpreet Singh, Karan Vijay Singh, Dominic Lindsay, Shikhar Tuli, Daria Smirnova, Manmeet Singh, Udit Jain, Haris Pervaiz, Bhanu Sehgal, Sukhwinder Singh Kaila, Sanjay Misra, Mohammad Sadegh Aslanpour, Harshit Mehta, Vlado Stankovski, Peter Garraghan

    Abstract: Cloud computing plays a critical role in modern society and enables a range of applications from infrastructure to social media. Such system must cope with varying load and evolving usage reflecting societies interaction and dependency on automated computing systems whilst satisfying Quality of Service (QoS) guarantees. Enabling these systems are a cohort of conceptual technologies, synthesized to… ▽ More

    Submitted 21 October, 2019; originally announced November 2019.

    Comments: 30 Pages, 4 Figures and Preprint version - Published in Elsevier's Internet of Things Journal

  32. arXiv:1910.13584  [pdf, other

    cs.RO

    A Tunably Compliant Origami Mechanism for Dynamically Dexterous Robots

    Authors: Wei-Hsi Chen, Shivangi Misra, Yuchong Gao, Young-Joo Lee, Daniel E. Koditschek, Shu Yang, Cynthia R. Sung

    Abstract: We present an approach to overcoming challenges in dynamical dexterity for robots through tunable origami structures. Our work leverages a one-parameter family of flat sheet crease patterns that folds into origami bellows, whose axial compliance can be tuned to select desired stiffness. Concentrically arranged cylinder pairs reliably manifest additive stiffness, extending the tunable range by near… ▽ More

    Submitted 29 October, 2019; originally announced October 2019.

    Comments: This paper is submitted to the IEEE Robotics and Automation Letters, in review

  33. arXiv:1910.04728  [pdf, other

    cs.DB cs.DS cs.LG

    LISA: Towards Learned DNA Sequence Search

    Authors: Darryl Ho, Jialin Ding, Sanchit Misra, Nesime Tatbul, Vikram Nathan, Vasimuddin Md, Tim Kraska

    Abstract: Next-generation sequencing (NGS) technologies have enabled affordable sequencing of billions of short DNA fragments at high throughput, paving the way for population-scale genomics. Genomics data analytics at this scale requires overcoming performance bottlenecks, such as searching for short DNA sequences over long reference sequences. In this paper, we introduce LISA (Learned Indexes for Sequence… ▽ More

    Submitted 10 October, 2019; originally announced October 2019.

  34. arXiv:1907.12931  [pdf, other

    cs.DC cs.CE cs.PF q-bio.GN

    Efficient Architecture-Aware Acceleration of BWA-MEM for Multicore Systems

    Authors: Vasimuddin Md, Sanchit Misra, Heng Li, Srinivas Aluru

    Abstract: Innovations in Next-Generation Sequencing are enabling generation of DNA sequence data at ever faster rates and at very low cost. Large sequencing centers typically employ hundreds of such systems. Such high-throughput and low-cost generation of data underscores the need for commensurate acceleration in downstream computational analysis of the sequencing data. A fundamental step in downstream anal… ▽ More

    Submitted 27 July, 2019; originally announced July 2019.

  35. arXiv:1902.00600  [pdf, ps, other

    cs.LG cs.IT math.ST stat.ML

    Efficient Learning of Discrete Graphical Models

    Authors: Marc Vuffray, Sidhant Misra, Andrey Y. Lokhov

    Abstract: Graphical models are useful tools for describing structured high-dimensional probability distributions. Development of efficient algorithms for learning graphical models with least amount of data remains an active research topic. Reconstruction of graphical models that describe the statistics of discrete variables is a particularly challenging problem, for which the maximum likelihood approach is… ▽ More

    Submitted 16 November, 2021; v1 submitted 1 February, 2019; originally announced February 2019.

    Comments: Accepted to Advances in Neural Information Processing Systems 33 (NeurIPS 2020), see https://proceedings.neurips.cc/paper/2020/hash/9d702ffd99ad9c70ac37e506facc8c38-Abstract.html

  36. arXiv:1809.09953  [pdf, other

    econ.EM cs.LG math.ST stat.ML

    Deep Neural Networks for Estimation and Inference

    Authors: Max H. Farrell, Tengyuan Liang, Sanjog Misra

    Abstract: We study deep neural networks and their use in semiparametric inference. We establish novel rates of convergence for deep feedforward neural nets. Our new rates are sufficiently fast (in some cases minimax optimal) to allow us to establish valid second-step inference after first-step estimation with deep learning, a result also new to the literature. Our estimation rates and semiparametric inferen… ▽ More

    Submitted 18 September, 2019; v1 submitted 26 September, 2018; originally announced September 2018.

    Journal ref: Econometrica, vol 89, no 1, 181-213, 2021

  37. arXiv:1801.00235  [pdf, other

    cs.CR

    Early detection of Crossfire attacks using deep learning

    Authors: Saurabh Misra, Mengxuan Tan, Mostafa Rezazad, Matthias R. Brust, Ngai-Man Cheung

    Abstract: Crossfire attack is a recently proposed threat designed to disconnect whole geographical areas, such as cities or states, from the Internet. Orchestrated in multiple phases, the attack uses a massively distributed botnet to generate low-rate benign traffic aiming to congest selected network links, so-called target links. The adoption of benign traffic, while simultaneously targeting multiple netwo… ▽ More

    Submitted 19 April, 2018; v1 submitted 30 December, 2017; originally announced January 2018.

    Comments: 5 pages, 5 figures.Presented at Deep Learning Security Workshop 2017, Singapore. Added references for section 2 and section 4. Added new author

  38. Routing Unmanned Vehicles in GPS-Denied Environments

    Authors: Kaarthik Sundar, Sohum Misra, Sivakumar Rathinam, Rajnikant Sharma

    Abstract: Most of the routing algorithms for unmanned vehicles, that arise in data gathering and monitoring applications in the literature, rely on the Global Positioning System (GPS) information for localization. However, disruption of GPS signals either intentionally or unintentionally could potentially render these algorithms not applicable. In this article, we present a novel method to address this diff… ▽ More

    Submitted 19 December, 2017; v1 submitted 10 August, 2017; originally announced August 2017.

    Comments: Publised in International Conference on Umanned Aerial Systems

  39. arXiv:1703.08453  [pdf, other

    cs.NI

    LASeR: Lightweight Authentication and Secured Routing for NDN IoT in Smart Cities

    Authors: Travis Mick, Reza Tourani, Satyajayant Misra

    Abstract: Recent literature suggests that the Internet of Things (IoT) scales much better in an Information-Centric Networking (ICN) model instead of the current host-centric Internet Protocol (IP) model. In particular, the Named Data Networking (NDN) project (one of the ICN architecture flavors) offers features exploitable by IoT applications, such as stateful forwarding, in- network caching, and built-in… ▽ More

    Submitted 24 March, 2017; originally announced March 2017.

    Comments: 9 pages, 8 figures, journal paper

  40. arXiv:1703.04886  [pdf, other

    cs.LG cs.IT math.ST

    Information Theoretic Optimal Learning of Gaussian Graphical Models

    Authors: Sidhant Misra, Marc Vuffray, Andrey Y. Lokhov

    Abstract: What is the optimal number of independent observations from which a sparse Gaussian Graphical Model can be correctly recovered? Information-theoretic arguments provide a lower bound on the minimum number of samples necessary to perfectly identify the support of any multivariate normal distribution as a function of model parameters. For a model defined on a sparse graph with $p$ nodes, a maximum de… ▽ More

    Submitted 17 November, 2018; v1 submitted 14 March, 2017; originally announced March 2017.

  41. arXiv:1612.05024  [pdf, other

    cond-mat.stat-mech cs.LG physics.data-an stat.ML

    Optimal structure and parameter learning of Ising models

    Authors: Andrey Y. Lokhov, Marc Vuffray, Sidhant Misra, Michael Chertkov

    Abstract: Reconstruction of structure and parameters of an Ising model from binary samples is a problem of practical importance in a variety of disciplines, ranging from statistical physics and computational biology to image processing and machine learning. The focus of the research community shifted towards developing universal reconstruction algorithms which are both computationally efficient and require… ▽ More

    Submitted 26 December, 2017; v1 submitted 15 December, 2016; originally announced December 2016.

    Comments: 11 pages, 10 pages of supplementary materials

  42. arXiv:1606.06512  [pdf, other

    eess.SY cs.AI cs.CE math.OC physics.soc-ph

    Graphical Models for Optimal Power Flow

    Authors: Krishnamurthy Dvijotham, Pascal Van Hentenryck, Michael Chertkov, Sidhant Misra, Marc Vuffray

    Abstract: Optimal power flow (OPF) is the central optimization problem in electric power grids. Although solved routinely in the course of power grid operations, it is known to be strongly NP-hard in general, and weakly NP-hard over tree networks. In this paper, we formulate the optimal power flow problem over tree networks as an inference problem over a tree-structured graphical model where the nodal varia… ▽ More

    Submitted 21 June, 2016; originally announced June 2016.

    Comments: To appear in Proceedings of the 22nd International Conference on Principles and Practice of Constraint Programming (CP 2016(

  43. arXiv:1606.03386  [pdf, other

    cs.SI physics.soc-ph

    A Generalized Bass Model for Product Growth in Networks

    Authors: Vahideh H. Manshadi, Sidhant Misra

    Abstract: Many products and innovations become well-known and widely adopted through the social interactions of individuals in a population. The Bass diffusion model has been widely used to model the temporal evolution of adoption in such social systems. In the model, the likelihood of a new adoption is proportional to the number of previous adopters, implicitly assuming a global (or homogeneous) interactio… ▽ More

    Submitted 10 June, 2016; originally announced June 2016.

  44. arXiv:1605.07252  [pdf, other

    cs.LG cond-mat.stat-mech cs.IT math.ST stat.ML

    Interaction Screening: Efficient and Sample-Optimal Learning of Ising Models

    Authors: Marc Vuffray, Sidhant Misra, Andrey Y. Lokhov, Michael Chertkov

    Abstract: We consider the problem of learning the underlying graph of an unknown Ising model on p spins from a collection of i.i.d. samples generated from the model. We suggest a new estimator that is computationally efficient and requires a number of samples that is near-optimal with respect to previously established information-theoretic lower-bound. Our statistical estimator has a physical interpretation… ▽ More

    Submitted 19 December, 2016; v1 submitted 23 May, 2016; originally announced May 2016.

    Comments: To be published in Advances in Neural Information Processing Systems 30

    Journal ref: Advances in Neural Information Processing Systems, 2595--2603, 2016

  45. arXiv:1603.03501  [pdf, other

    cs.NI cs.CR

    AccConF: An Access Control Framework for Leveraging In-Network Cached Data in ICNs

    Authors: S. Misra, R. Tourani, F. Natividad, T. Mick, N. Majd, H. Huang

    Abstract: The fast-growing Internet traffic is increasingly becoming content-based and driven by mobile users, with users more interested in data rather than its source. This has precipitated the need for an information-centric Internet architecture. Research in information-centric networks (ICNs) have resulted in novel architectures, e.g., CCN/NDN, DONA, and PSIRP/PURSUIT; all agree on named data based add… ▽ More

    Submitted 10 March, 2016; originally announced March 2016.

    Comments: 13 pages, 6 figures

  46. arXiv:1603.03409  [pdf, other

    cs.NI cs.CR

    Security, Privacy, and Access Control in Information-Centric Networking: A Survey

    Authors: Reza Tourani, Travis Mick, Satyajayant Misra, Gaurav Panwar

    Abstract: Information-Centric Networking (ICN) is a new networking paradigm, which replaces the widely used host-centric networking paradigm in communication networks (e.g., Internet, mobile ad hoc networks) with an information-centric paradigm, which prioritizes the delivery of named content, oblivious of the contents origin. Content and client security are more intrinsic in the ICN paradigm versus the cur… ▽ More

    Submitted 1 June, 2017; v1 submitted 10 March, 2016; originally announced March 2016.

    Comments: 36 pages, 17 figures

  47. arXiv:1602.02164  [pdf, other

    stat.ML cs.LG math.NA

    A Note on Alternating Minimization Algorithm for the Matrix Completion Problem

    Authors: David Gamarnik, Sidhant Misra

    Abstract: We consider the problem of reconstructing a low rank matrix from a subset of its entries and analyze two variants of the so-called Alternating Minimization algorithm, which has been proposed in the past. We establish that when the underlying matrix has rank $r=1$, has positive bounded entries, and the graph $\mathcal{G}$ underlying the revealed entries has bounded degree and diameter which is at m… ▽ More

    Submitted 5 February, 2016; originally announced February 2016.

    Comments: 8 pages, 2 figures

  48. arXiv:1305.3002  [pdf, other

    cs.NI cs.IT

    Applications of Compressed Sensing in Communications Networks

    Authors: Hong Huang, Satyajayant Misra, Wei Tang, Hajar Barani, Hussein Al-Azzawi

    Abstract: This paper presents a tutorial for CS applications in communications networks. The Shannon's sampling theorem states that to recover a signal, the sampling rate must be as least the Nyquist rate. Compressed sensing (CS) is based on the surprising fact that to recover a signal that is sparse in certain representations, one can sample at the rate far below the Nyquist rate. Since its inception in 20… ▽ More

    Submitted 5 February, 2014; v1 submitted 13 May, 2013; originally announced May 2013.

    Comments: 18 pages

  49. Weighted $\ell_1$-minimization for generalized non-uniform sparse model

    Authors: Sidhant Misra, Pablo A. Parrilo

    Abstract: Model-based compressed sensing refers to compressed sensing with extra structure about the underlying sparse signal known a priori. Recent work has demonstrated that both for deterministic and probabilistic models imposed on the signal, this extra information can be successfully exploited to enhance recovery performance. In particular, weighted $\ell_1$-minimization with suitable choice of weights… ▽ More

    Submitted 16 September, 2014; v1 submitted 7 January, 2013; originally announced January 2013.

    Comments: 32 Pages

    Journal ref: IEEE Transactions on Information Theory, Vol. 61, Issue 8, pp. 4424 - 4439, 2015

  50. Load Balancing with Reduced Unnecessary Handoff in Energy Efficient Macro/Femto-cell based BWA Networks

    Authors: Prasun Chowdhury, Anindita Kundu, Iti Saha Misra, Salil K Sanyal

    Abstract: The hierarchical macro/femto cell based BWA networks are observed to be quite promising for mobile operators as it improves their network coverage and capacity at the outskirt of the macro cell. However, this new technology introduces increased number of macro/femto handoff and wastage of electrical energy which in turn may affect the system performance. Users moving with high velocity or undergoi… ▽ More

    Submitted 11 July, 2012; originally announced July 2012.

    Comments: 14 pages

    Journal ref: International Journal of Wireless & Mobile Networks (IJWMN) Vol. 4, No. 3, June 2012