Zum Hauptinhalt springen

Showing 1–14 of 14 results for author: Negi, P

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

    cs.DB

    Stage: Query Execution Time Prediction in Amazon Redshift

    Authors: Ziniu Wu, Ryan Marcus, Zhengchun Liu, Parimarjan Negi, Vikram Nathan, Pascal Pfeil, Gaurav Saxena, Mohammad Rahman, Balakrishnan Narayanaswamy, Tim Kraska

    Abstract: Query performance (e.g., execution time) prediction is a critical component of modern DBMSes. As a pioneering cloud data warehouse, Amazon Redshift relies on an accurate execution time prediction for many downstream tasks, ranging from high-level optimizations, such as automatically creating materialized views, to low-level tasks on the critical path of query execution, such as admission, scheduli… ▽ More

    Submitted 4 March, 2024; originally announced March 2024.

    Comments: 15 pages

  2. arXiv:2401.17172  [pdf, other

    physics.comp-ph cs.LG math.NA

    Learning Domain-Independent Green's Function For Elliptic Partial Differential Equations

    Authors: Pawan Negi, Maggie Cheng, Mahesh Krishnamurthy, Wenjun Ying, Shuwang Li

    Abstract: Green's function characterizes a partial differential equation (PDE) and maps its solution in the entire domain as integrals. Finding the analytical form of Green's function is a non-trivial exercise, especially for a PDE defined on a complex domain or a PDE with variable coefficients. In this paper, we propose a novel boundary integral network to learn the domain-independent Green's function, ref… ▽ More

    Submitted 30 January, 2024; originally announced January 2024.

  3. arXiv:2212.05526  [pdf, other

    cs.DB cs.LG

    FactorJoin: A New Cardinality Estimation Framework for Join Queries

    Authors: Ziniu Wu, Parimarjan Negi, Mohammad Alizadeh, Tim Kraska, Samuel Madden

    Abstract: Cardinality estimation is one of the most fundamental and challenging problems in query optimization. Neither classical nor learning-based methods yield satisfactory performance when estimating the cardinality of the join queries. They either rely on simplified assumptions leading to ineffective cardinality estimates or build large models to understand the data distributions, leading to long plann… ▽ More

    Submitted 11 December, 2022; originally announced December 2022.

    Comments: Paper accepted by SIGMOD 2023

  4. arXiv:2104.12269  [pdf, other

    cs.CL cs.AI cs.IR

    A Bi-Encoder LSTM Model For Learning Unstructured Dialogs

    Authors: Diwanshu Shekhar, Pooran S. Negi, Mohammad Mahoor

    Abstract: Creating a data-driven model that is trained on a large dataset of unstructured dialogs is a crucial step in developing Retrieval-based Chatbot systems. This paper presents a Long Short Term Memory (LSTM) based architecture that learns unstructured multi-turn dialogs and provides results on the task of selecting the best response from a collection of given responses. Ubuntu Dialog Corpus Version 2… ▽ More

    Submitted 25 April, 2021; originally announced April 2021.

  5. arXiv:2101.04964  [pdf, other

    cs.DB

    Flow-Loss: Learning Cardinality Estimates That Matter

    Authors: Parimarjan Negi, Ryan Marcus, Andreas Kipf, Hongzi Mao, Nesime Tatbul, Tim Kraska, Mohammad Alizadeh

    Abstract: Previous approaches to learned cardinality estimation have focused on improving average estimation error, but not all estimates matter equally. Since learned models inevitably make mistakes, the goal should be to improve the estimates that make the biggest difference to an optimizer. We introduce a new loss function, Flow-Loss, that explicitly optimizes for better query plans by approximating the… ▽ More

    Submitted 13 January, 2021; originally announced January 2021.

  6. BReG-NeXt: Facial Affect Computing Using Adaptive Residual Networks With Bounded Gradient

    Authors: Behzad Hasani, Pooran Singh Negi, Mohammad H. Mahoor

    Abstract: This paper introduces BReG-NeXt, a residual-based network architecture using a function wtih bounded derivative instead of a simple shortcut path (a.k.a. identity mapping) in the residual units for automatic recognition of facial expressions based on the categorical and dimensional models of affect. Compared to ResNet, our proposed adaptive complex mapping results in a shallower network with less… ▽ More

    Submitted 17 April, 2020; originally announced April 2020.

    Comments: To appear in IEEE Transactions on Affective Computing journal

    Journal ref: 2020 IEEE Transactions on Affective Computing

  7. Bao: Learning to Steer Query Optimizers

    Authors: Ryan Marcus, Parimarjan Negi, Hongzi Mao, Nesime Tatbul, Mohammad Alizadeh, Tim Kraska

    Abstract: Query optimization remains one of the most challenging problems in data management systems. Recent efforts to apply machine learning techniques to query optimization challenges have been promising, but have shown few practical gains due to substantive training overhead, inability to adapt to changes, and poor tail performance. Motivated by these difficulties and drawing upon a long history of rese… ▽ More

    Submitted 8 April, 2020; originally announced April 2020.

  8. arXiv:1910.07898  [pdf, other

    physics.comp-ph cs.CG

    Algorithms for uniform particle initialization in domains with complex boundaries

    Authors: Pawan Negi, Prabhu Ramachandran

    Abstract: Accurate mesh-free simulation of fluid flows involving complex boundaries requires that the boundaries be captured accurately in terms of particles. In the context of incompressible/weakly-compressible fluid flow, the SPH method is more accurate when the particle distribution is uniform. Hence, for the time accurate simulation of flow in the presence of complex boundaries, one must have both an ac… ▽ More

    Submitted 8 January, 2021; v1 submitted 17 October, 2019; originally announced October 2019.

    Comments: 44 pages, 21 figures

    Journal ref: Computer Physics Communications, 265 (2021), 108008

  9. 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

  10. Neo: A Learned Query Optimizer

    Authors: Ryan Marcus, Parimarjan Negi, Hongzi Mao, Chi Zhang, Mohammad Alizadeh, Tim Kraska, Olga Papaemmanouil, Nesime Tatbul

    Abstract: Query optimization is one of the most challenging problems in database systems. Despite the progress made over the past decades, query optimizers remain extremely complex components that require a great deal of hand-tuning for specific workloads and datasets. Motivated by this shortcoming and inspired by recent advances in applying machine learning to data management challenges, we introduce Neo (… ▽ More

    Submitted 7 April, 2019; originally announced April 2019.

  11. Bounded Residual Gradient Networks (BReG-Net) for Facial Affect Computing

    Authors: Behzad Hasani, Pooran Singh Negi, Mohammad H. Mahoor

    Abstract: Residual-based neural networks have shown remarkable results in various visual recognition tasks including Facial Expression Recognition (FER). Despite the tremendous efforts have been made to improve the performance of FER systems using DNNs, existing methods are not generalizable enough for practical applications. This paper introduces Bounded Residual Gradient Networks (BReG-Net) for facial exp… ▽ More

    Submitted 5 March, 2019; originally announced March 2019.

    Comments: To appear in 14th IEEE International Conference on Automatic Face & Gesture Recognition (FG 2019)

    Journal ref: 2019 14th IEEE International Conference on Automatic Face & Gesture Recognition (FG 2019)

  12. arXiv:1812.09744  [pdf, other

    cs.CV

    Leveraging Class Similarity to Improve Deep Neural Network Robustness

    Authors: Pooran Singh Negi, David chan, Mohammad Mahoor

    Abstract: Traditionally artificial neural networks (ANNs) are trained by minimizing the cross-entropy between a provided groundtruth delta distribution (encoded as one-hot vector) and the ANN's predictive softmax distribution. It seems, however, unacceptable to penalize networks equally for missclassification between classes. Confusing the class "Automobile" with the class "Truck" should be penalized less t… ▽ More

    Submitted 27 December, 2018; v1 submitted 23 December, 2018; originally announced December 2018.

  13. arXiv:1809.05088  [pdf, other

    cs.NI

    High Throughput Cryptocurrency Routing in Payment Channel Networks

    Authors: Vibhaalakshmi Sivaraman, Shaileshh Bojja Venkatakrishnan, Kathy Ruan, Parimarjan Negi, Lei Yang, Radhika Mittal, Mohammad Alizadeh, Giulia Fanti

    Abstract: Despite growing adoption of cryptocurrencies, making fast payments at scale remains a challenge. Payment channel networks (PCNs) such as the Lightning Network have emerged as a viable scaling solution. However, completing payments on PCNs is challenging: payments must be routed on paths with sufficient funds. As payments flow over a single channel (link) in the same direction, the channel eventual… ▽ More

    Submitted 23 March, 2020; v1 submitted 13 September, 2018; originally announced September 2018.

  14. arXiv:1304.7073  [pdf

    cs.CR

    Enhanced CBF Packet Filtering Method to Detect DDoS Attack in Cloud Computing Environment

    Authors: Priyanka Negi, Anupama Mishra, B. B. Gupta

    Abstract: Tremendous and extraordinary growths in the field of internet, intranet, extranet and its users have developed an innovative era of great global competition and contention. Denial of service attack by multiple nodes is accomplished of disturbing the services of rival servers. The attack can be for multiple reasons. So it is a major threat for cloud environment. Due to low effectiveness and large s… ▽ More

    Submitted 26 April, 2013; originally announced April 2013.