← Search

Parag Singla

27 accepted papers

2025

Towards Unbiased and Robust Spatio-Temporal Scene Graph Generation and Anticipation

CVPR 2025highlight

Spatio-Temporal Scene Graphs (STSGs) provide a concise and expressive representation of dynamic scenes by modeling objects and their evolving relationships over time. However, real-world visual relationships often exhibit a long-tailed distribution, causing existing methods for tasks like Video Scen…

Cited by 0SourcePDFScholar
2024

DynaSemble: Dynamic Ensembling of Textual and Structure-Based Models for Knowledge Graph Completion

ACL 2024short

We consider two popular approaches to KnowledgeGraph Completion (KGC): textual modelsthat rely on textual entity descriptions, andstructure-based models that exploit the connectivitystructure of the Knowledge Graph(KG). Preliminary experiments show that theseapproaches have complementary strengths:s…

2024

Learning to Recover from Plan Execution Errors during Robot Manipulation: A Neuro-symbolic Approach

IROS 2024poster

Automatically detecting and recovering from failures is an important but challenging problem for autonomous robots. Most of the recent work on learning to plan from demonstrations lacks the ability to detect and recover from errors in the absence of an explicit state representation and/or a (sub-) g…

Cited by 0SourceScholar
2024

SSP: Self-Supervised Prompting for Cross-Lingual Transfer to Low-Resource Languages using Large Language Models

EMNLP 2024finding

Recently, very large language models (LLMs) have shown exceptional performance on several English NLP tasks with just in-context learning (ICL), but their utility in other languages is still underexplored. We investigate their effectiveness for NLP tasks in low-resource languages (LRLs), especially…

2023

Few-shot Cross-domain Image Generation via Inference-time Latent-code Learning

ICLR 2023top-25%

In this work, our objective is to adapt a Deep generative model trained on a large-scale source dataset to multiple target domains with scarce data. Specifically, we focus on adapting a pre-trained Generative Adversarial Network (GAN) to a target domain without re-training the generator. Our method…

Cited by 15SourcePDFScholar
2023

Image Manipulation via Multi-Hop Instructions - A New Dataset and Weakly-Supervised Neuro-Symbolic Approach

EMNLP 2023long main

We are interested in image manipulation via natural language text -- a task that is useful for multiple AI applications but requires complex reasoning over multi-modal spaces. We extend recently proposed Neuro Symbolic Concept Learning (NSCL), which has been quite effective for the task of Visual Qu…

Cited by 0SourceScholar
2023

Learning Neuro-symbolic Programs for Language Guided Robot Manipulation

ICRA 2023poster

Given a natural language instruction and an input scene, our goal is to train a model to output a manipulation program that can be executed by the robot. Prior approaches for this task possess one of the following limitations: (i) rely on hand-coded symbols for concepts limiting generalization beyon…

Cited by 15SourcecodeScholar
2023

Minority Oversampling for Imbalanced Data via Class-Preserving Regularized Auto-Encoders

AISTATS 2023poster

Class imbalance is a common phenomenon in multiple application domains such as healthcare, where the sample occurrence of one or few class categories is more prevalent in the dataset than the rest. This work addresses the class-imbalance issue by proposing an over-sampling method for the minority cl…

2023

Simple Augmentations of Logical Rules for Neuro-Symbolic Knowledge Graph Completion

ACL 2023short

High-quality and high-coverage rule sets are imperative to the success of Neuro-Symbolic Knowledge Graph Completion (NS-KGC) models, because they form the basis of all symbolic inferences. Recent literature builds neural models for generating rule sets, however, preliminary experiments show that the…

2023

SymNet 3.0: Exploiting Long-Range Influences in Learning Generalized Neural Policies for Relational MDPs

UAI 2023poster

We focus on the learning of generalized neural policies for Relational Markov Decision Processes (RMDPs) expressed in RDDL. Recent work first converts the instances of a relational domain into an instance graph, and then trains a Graph Attention Network (GAT) of fixed depth with parameters shared ac…

2023

ZGUL: Zero-shot Generalization to Unseen Languages using Multi-source Ensembling of Language Adapters

EMNLP 2023long main

We tackle the problem of zero-shot cross-lingual transfer in NLP tasks via the use of language adapters (LAs). Most of the earlier works have explored training with adapter of a single source (often English), and testing either using the target LA or LA of another related language. Training target…

Cited by 0SourcecodeScholar
2022

A Solver-free Framework for Scalable Learning in Neural ILP Architectures

NeurIPS 2022accept

There is a recent focus on designing architectures that have an Integer Linear Programming (ILP) layer within a neural model (referred to as \emph{Neural ILP} in this paper). Neural ILP architectures are suitable for pure reasoning tasks that require data-driven constraint learning or for tasks requ…

2022

Neural Models for Output-Space Invariance in Combinatorial Problems

ICLR 2022poster

Recently many neural models have been proposed to solve combinatorial puzzles by implicitly learning underlying constraints using their solved instances, such as sudoku or graph coloring (GCP). One drawback of the proposed architectures, which are often based on Graph Neural Networks (GNN) (Zhou et…

Cited by 4SourcePDFScholar
2022

PARE: A Simple and Strong Baseline for Monolingual and Multilingual Distantly Supervised Relation Extraction

ACL 2022short

Neural models for distantly supervised relation extraction (DS-RE) encode each sentence in an entity-pair bag separately. These are then aggregated for bag-level relation prediction. Since, at encoding time, these approaches do not allow information to flow from other sentences in the bag, we believ…

2022

SymNet 2.0: Effectively handling Non-Fluents and Actions in Generalized Neural Policies for RDDL Relational MDPs

UAI 2022poster

Relational MDPs (RMDPs) compactly represent an infinite set of MDPs with an unbounded number of objects. Solving an RMDP requires a generalized policy that applies to all instances of a domain. Recently, Garg et al. proposed SymNet for this task– it constructs a graph neural network that shares para…

2021

Explanations for CommonsenseQA: New Dataset and Models

ACL 2021long

CommonsenseQA (CQA) (Talmor et al., 2019) dataset was recently released to advance the research on common-sense question answering (QA) task. Whereas the prior work has mostly focused on proposing QA models for this dataset, our aim is to retrieve as well as generate explanation for a given (questio…

2021

FlexAE: flexibly learning latent priors for wasserstein auto-encoders

UAI 2021poster

Auto-Encoder (AE) based neural generative frameworks model the joint-distribution between the data and the latent space using an Encoder-Decoder pair, with regularization imposed in terms of a prior over the latent space. Despite their advantages, such as stability in training, efficient inference,…

Cited by 10SourcePDFScholar
2021

Neural Learning of One-of-Many Solutions for Combinatorial Problems in Structured Output Spaces

ICLR 2021poster

Recent research has proposed neural architectures for solving combinatorial problems in structured output spaces. In many such problems, there may exist multiple solutions for a given input, e.g. a partially filled Sudoku puzzle may have many completions satisfying all constraints. Further, we are o…

Cited by 7SourcePDFScholar
2020

MaskAAE: Latent space optimization for Adversarial Auto-Encoders

UAI 2020poster

The field of neural generative models is dominated by the highly successful Generative Adversarial Networks (GANs) despite their challenges, such as training instability and mode collapse. Auto-Encoders (AE) with regularized latent space provide an alternative framework for generative models, albeit…

Cited by 18SourcePDFScholar
2019

A Primal Dual Formulation For Deep Learning With Constraints

NeurIPS 2019poster

For several problems of interest, there are natural constraints which exist over the output label space. For example, for the joint task of NER and POS labeling, these constraints might specify that the NER label ‘organization’ is consistent only with the POS labels ‘noun’ and ‘preposition’. These c…

2017

Non-Count Symmetries in Boolean & Multi-Valued Prob. Graphical Models

AISTATS 2017poster

Lifted inference algorithms commonly exploit symmetries in a probabilistic graphical model (PGM) for efficient inference. However, existing algorithms for Boolean-valued domains can identify only those pairs of states as symmetric, in which the number of ones and zeros match exactly (count symmetri…