Skip to main content

Showing 1–10 of 10 results for author: Kushagra, S

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

    cs.LG cs.CV

    Model Predictive Simulation Using Structured Graphical Models and Transformers

    Authors: Xinghua Lou, Meet Dave, Shrinu Kushagra, Miguel Lazaro-Gredilla, Kevin Murphy

    Abstract: We propose an approach to simulating trajectories of multiple interacting agents (road users) based on transformers and probabilistic graphical models (PGMs), and apply it to the Waymo SimAgents challenge. The transformer baseline is based on the MTR model, which predicts multiple future trajectories conditioned on the past trajectories and static road layout features. We then improve upon these g… ▽ More

    Submitted 27 June, 2024; originally announced June 2024.

    Comments: Special Mention at the Waymo Sim Agents Challenge 2024

  2. arXiv:2302.07350  [pdf, other

    cs.AI cs.LG q-bio.NC

    Graph schemas as abstractions for transfer learning, inference, and planning

    Authors: J. Swaroop Guntupalli, Rajkumar Vasudeva Raju, Shrinu Kushagra, Carter Wendelken, Danny Sawyer, Ishan Deshpande, Guangyao Zhou, Miguel Lázaro-Gredilla, Dileep George

    Abstract: Transferring latent structure from one environment or problem to another is a mechanism by which humans and animals generalize with very little data. Inspired by cognitive and neurobiological insights, we propose graph schemas as a mechanism of abstraction for transfer learning. Graph schemas start with latent graph learning where perceptually aliased observations are disambiguated in the latent s… ▽ More

    Submitted 12 December, 2023; v1 submitted 14 February, 2023; originally announced February 2023.

    Comments: 14 pages, 4 figures in main paper, 13 pages and 8 figures in appendix

  3. arXiv:2202.04110  [pdf, other

    cs.LG cs.AI stat.ML

    PGMax: Factor Graphs for Discrete Probabilistic Graphical Models and Loopy Belief Propagation in JAX

    Authors: Guangyao Zhou, Antoine Dedieu, Nishanth Kumar, Wolfgang Lehrach, Miguel Lázaro-Gredilla, Shrinu Kushagra, Dileep George

    Abstract: PGMax is an open-source Python package for (a) easily specifying discrete Probabilistic Graphical Models (PGMs) as factor graphs; and (b) automatically running efficient and scalable loopy belief propagation (LBP) in JAX. PGMax supports general factor graphs with tractable factors, and leverages modern accelerators like GPUs for inference. Compared with existing alternatives, PGMax obtains higher-… ▽ More

    Submitted 24 March, 2023; v1 submitted 8 February, 2022; originally announced February 2022.

    Comments: Update authors list

  4. arXiv:2008.10549  [pdf, other

    cs.LG cs.DB cs.IR stat.ML

    On sampling from data with duplicate records

    Authors: Alireza Heidari, Shrinu Kushagra, Ihab F. Ilyas

    Abstract: Data deduplication is the task of detecting records in a database that correspond to the same real-world entity. Our goal is to develop a procedure that samples uniformly from the set of entities present in the database in the presence of duplicates. We accomplish this by a two-stage process. In the first step, we estimate the frequencies of all the entities in the database. In the second step, we… ▽ More

    Submitted 24 August, 2020; originally announced August 2020.

    Comments: 21 pages, 5 figures

  5. arXiv:2006.10208  [pdf, other

    cs.LG cs.DB cs.IR stat.ML

    Record fusion: A learning approach

    Authors: Alireza Heidari, George Michalopoulos, Shrinu Kushagra, Ihab F. Ilyas, Theodoros Rekatsinas

    Abstract: Record fusion is the task of aggregating multiple records that correspond to the same real-world entity in a database. We can view record fusion as a machine learning problem where the goal is to predict the "correct" value for each attribute for each entity. Given a database, we use a combination of attribute-level, recordlevel, and database-level signals to construct a feature vector for each ce… ▽ More

    Submitted 17 June, 2020; originally announced June 2020.

    Comments: 18 pages, 9 figures

  6. arXiv:2006.05624  [pdf, other

    cs.LG cs.NE stat.ML

    Adjoined Networks: A Training Paradigm with Applications to Network Compression

    Authors: Utkarsh Nath, Shrinu Kushagra, Yingzhen Yang

    Abstract: Compressing deep neural networks while maintaining accuracy is important when we want to deploy large, powerful models in production and/or edge devices. One common technique used to achieve this goal is knowledge distillation. Typically, the output of a static pre-defined teacher (a large base network) is used as soft labels to train and transfer information to a student (or smaller) network. In… ▽ More

    Submitted 14 April, 2022; v1 submitted 9 June, 2020; originally announced June 2020.

    Comments: Published at AAAI 2022 Spring Symposium on Machine Learning and Knowledge Engineering for Hybrid Intelligence Code available at: https://github.com/utkarshnath/Adjoint-Network.git

  7. arXiv:2003.00336  [pdf, other

    cs.CC

    Three-dimensional matching is NP-Hard

    Authors: Shrinu Kushagra

    Abstract: The standard proof of NP-Hardness of 3DM provides a power-$4$ reduction of 3SAT to 3DM. In this note, we provide a linear-time reduction. Under the exponential time hypothesis, this reduction improves the runtime lower bound from $2^{o(\sqrt[4]{m})}$ (under the standard reduction) to $2^{o(m)}$.

    Submitted 29 February, 2020; originally announced March 2020.

  8. arXiv:1810.04361  [pdf, ps, other

    cs.LG stat.ML

    Semi-supervised clustering for de-duplication

    Authors: Shrinu Kushagra, Shai Ben-David, Ihab Ilyas

    Abstract: Data de-duplication is the task of detecting multiple records that correspond to the same real-world entity in a database. In this work, we view de-duplication as a clustering problem where the goal is to put records corresponding to the same physical entity in the same cluster and putting records corresponding to different physical entities into different clusters. We introduce a framework whic… ▽ More

    Submitted 10 October, 2018; originally announced October 2018.

    Report number: PMLR 89:1659-1667, 2019

    Journal ref: Proceedings of the 22nd International Conference on Artificial Intelligence and Statistics (AISTATS) 2019

  9. arXiv:1711.11247  [pdf, other

    cs.LG

    Provably noise-robust, regularised $k$-means clustering

    Authors: Shrinu Kushagra, Yaoliang Yu, Shai Ben-David

    Abstract: We consider the problem of clustering in the presence of noise. That is, when on top of cluster structure, the data also contains a subset of \emph{unstructured} points. Our goal is to detect the clusters despite the presence of many unstructured points. Any algorithm that achieves this goal is noise-robust. We consider a regularisation method which converts any center-based clustering objective i… ▽ More

    Submitted 27 August, 2018; v1 submitted 30 November, 2017; originally announced November 2017.

  10. arXiv:1606.02404  [pdf, ps, other

    cs.LG stat.ML

    Clustering with Same-Cluster Queries

    Authors: Hassan Ashtiani, Shrinu Kushagra, Shai Ben-David

    Abstract: We propose a framework for Semi-Supervised Active Clustering framework (SSAC), where the learner is allowed to interact with a domain expert, asking whether two given instances belong to the same cluster or not. We study the query and computational complexity of clustering in this framework. We consider a setting where the expert conforms to a center-based clustering with a notion of margin. We sh… ▽ More

    Submitted 22 November, 2016; v1 submitted 8 June, 2016; originally announced June 2016.

    Comments: NIPS 2016