Skip to main content

Showing 1–31 of 31 results for author: Siddharth, N

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

    cs.CL

    Multi-Label Classification for Implicit Discourse Relation Recognition

    Authors: Wanqiu Long, N. Siddharth, Bonnie Webber

    Abstract: Discourse relations play a pivotal role in establishing coherence within textual content, uniting sentences and clauses into a cohesive narrative. The Penn Discourse Treebank (PDTB) stands as one of the most extensively utilized datasets in this domain. In PDTB-3, the annotators can assign multiple labels to an example, when they believe that multiple relations are present. Prior research in disco… ▽ More

    Submitted 6 June, 2024; originally announced June 2024.

    Comments: ACL2024 Finding

  2. arXiv:2404.01860  [pdf, other

    cs.CL

    Self-StrAE at SemEval-2024 Task 1: Making Self-Structuring AutoEncoders Learn More With Less

    Authors: Mattia Opper, N. Siddharth

    Abstract: This paper presents two simple improvements to the Self-Structuring AutoEncoder (Self-StrAE). Firstly, we show that including reconstruction to the vocabulary as an auxiliary objective improves representation quality. Secondly, we demonstrate that increasing the number of independent channels leads to significant improvements in embedding quality, while simultaneously reducing the number of parame… ▽ More

    Submitted 2 April, 2024; originally announced April 2024.

    Comments: SemEval 2024

  3. arXiv:2311.00128  [pdf, other

    cs.CL

    On the effect of curriculum learning with developmental data for grammar acquisition

    Authors: Mattia Opper, J. Morrison, N. Siddharth

    Abstract: This work explores the degree to which grammar acquisition is driven by language `simplicity' and the source modality (speech vs. text) of data. Using BabyBERTa as a probe, we find that grammar acquisition is largely driven by exposure to speech data, and in particular through exposure to two of the BabyLM training corpora: AO-Childes and Open Subtitles. We arrive at this finding by examining vari… ▽ More

    Submitted 3 November, 2023; v1 submitted 31 October, 2023; originally announced November 2023.

    Comments: CoNLL-CMCL Shared Task BabyLM Challenge 2023

  4. arXiv:2306.07856  [pdf, other

    cs.AI cs.LG cs.SE

    Bayesian Program Learning by Decompiling Amortized Knowledge

    Authors: Alessandro B. Palmarini, Christopher G. Lucas, N. Siddharth

    Abstract: DreamCoder is an inductive program synthesis system that, whilst solving problems, learns to simplify search in an iterative wake-sleep procedure. The cost of search is amortized by training a neural search policy, reducing search breadth and effectively "compiling" useful information to compose program solutions across tasks. Additionally, a library of program components is learnt to compress and… ▽ More

    Submitted 31 May, 2024; v1 submitted 13 June, 2023; originally announced June 2023.

  5. arXiv:2305.18485  [pdf, other

    cs.LG cs.AI

    Autoencoding Conditional Neural Processes for Representation Learning

    Authors: Victor Prokhorov, Ivan Titov, N. Siddharth

    Abstract: Conditional neural processes (CNPs) are a flexible and efficient family of models that learn to learn a stochastic process from data. They have seen particular application in contextual image completion - observing pixel values at some locations to predict a distribution over values at other unobserved locations. However, the choice of pixels in learning CNPs is typically either random or derived… ▽ More

    Submitted 17 February, 2024; v1 submitted 29 May, 2023; originally announced May 2023.

  6. arXiv:2305.05588  [pdf, other

    cs.CL cs.LG

    StrAE: Autoencoding for Pre-Trained Embeddings using Explicit Structure

    Authors: Mattia Opper, Victor Prokhorov, N. Siddharth

    Abstract: This work presents StrAE: a Structured Autoencoder framework that through strict adherence to explicit structure, and use of a novel contrastive objective over tree-structured representations, enables effective learning of multi-level representations. Through comparison over different forms of structure, we verify that our results are directly attributable to the informativeness of the structure p… ▽ More

    Submitted 25 October, 2023; v1 submitted 9 May, 2023; originally announced May 2023.

    Comments: EMNLP 2023 Main

  7. arXiv:2206.01829  [pdf, other

    cs.LG cs.AI cs.CV cs.NE cs.SC

    Drawing out of Distribution with Neuro-Symbolic Generative Models

    Authors: Yichao Liang, Joshua B. Tenenbaum, Tuan Anh Le, N. Siddharth

    Abstract: Learning general-purpose representations from perceptual inputs is a hallmark of human intelligence. For example, people can write out numbers or characters, or even draw doodles, by characterizing these tasks as different instantiations of the same generic underlying process -- compositional arrangements of different forms of pen strokes. Crucially, learning to do one task, say writing, implies r… ▽ More

    Submitted 27 June, 2022; v1 submitted 3 June, 2022; originally announced June 2022.

    Comments: Preprint. Under review. 25 pages

  8. arXiv:2201.13100  [pdf, other

    cs.CV cs.LG

    Adversarial Masking for Self-Supervised Learning

    Authors: Yuge Shi, N. Siddharth, Philip H. S. Torr, Adam R. Kosiorek

    Abstract: We propose ADIOS, a masked image model (MIM) framework for self-supervised learning, which simultaneously learns a masking function and an image encoder using an adversarial objective. The image encoder is trained to minimise the distance between representations of the original and that of a masked image. The masking function, conversely, aims at maximising this distance. ADIOS consistently improv… ▽ More

    Submitted 6 July, 2022; v1 submitted 31 January, 2022; originally announced January 2022.

  9. arXiv:2107.06393  [pdf, other

    cs.CV cs.AI cs.LG

    Hybrid Memoised Wake-Sleep: Approximate Inference at the Discrete-Continuous Interface

    Authors: Tuan Anh Le, Katherine M. Collins, Luke Hewitt, Kevin Ellis, N. Siddharth, Samuel J. Gershman, Joshua B. Tenenbaum

    Abstract: Modeling complex phenomena typically involves the use of both discrete and continuous variables. Such a setting applies across a wide range of problems, from identifying trends in time-series data to performing effective compositional scene understanding in images. Here, we propose Hybrid Memoised Wake-Sleep (HMWS), an algorithm for effective inference in such hybrid discrete-continuous models. Pr… ▽ More

    Submitted 20 April, 2022; v1 submitted 3 July, 2021; originally announced July 2021.

    Journal ref: ICLR 2022

  10. arXiv:2106.13746  [pdf, other

    stat.ML cs.LG

    On Incorporating Inductive Biases into VAEs

    Authors: Ning Miao, Emile Mathieu, N. Siddharth, Yee Whye Teh, Tom Rainforth

    Abstract: We explain why directly changing the prior can be a surprisingly ineffective mechanism for incorporating inductive biases into VAEs, and introduce a simple and effective alternative approach: Intermediary Latent Space VAEs(InteL-VAEs). InteL-VAEs use an intermediary set of latent variables to control the stochasticity of the encoding process, before map** these in turn to the latent representati… ▽ More

    Submitted 14 February, 2022; v1 submitted 25 June, 2021; originally announced June 2021.

  11. arXiv:2106.12570  [pdf, other

    cs.LG cs.CV

    Learning Multimodal VAEs through Mutual Supervision

    Authors: Tom Joy, Yuge Shi, Philip H. S. Torr, Tom Rainforth, Sebastian M. Schmon, N. Siddharth

    Abstract: Multimodal VAEs seek to model the joint distribution over heterogeneous data (e.g.\ vision, language), whilst also capturing a shared representation across such modalities. Prior work has typically combined information from the modalities by reconciling idiosyncratic representations directly in the recognition model through explicit products, mixtures, or other such factorisations. Here we introdu… ▽ More

    Submitted 16 December, 2022; v1 submitted 23 June, 2021; originally announced June 2021.

  12. arXiv:2104.09937  [pdf, other

    cs.LG stat.ML

    Gradient Matching for Domain Generalization

    Authors: Yuge Shi, Jeffrey Seely, Philip H. S. Torr, N. Siddharth, Awni Hannun, Nicolas Usunier, Gabriel Synnaeve

    Abstract: Machine learning systems typically assume that the distributions of training and test sets match closely. However, a critical requirement of such systems in the real world is their ability to generalize to unseen domains. Here, we propose an inter-domain gradient matching objective that targets domain generalization by maximizing the inner product between gradients from different domains. Since di… ▽ More

    Submitted 13 July, 2021; v1 submitted 20 April, 2021; originally announced April 2021.

  13. arXiv:2007.01179  [pdf, other

    cs.LG stat.ML

    Relating by Contrasting: A Data-efficient Framework for Multimodal Generative Models

    Authors: Yuge Shi, Brooks Paige, Philip H. S. Torr, N. Siddharth

    Abstract: Multimodal learning for generative models often refers to the learning of abstract concepts from the commonality of information in multiple modalities, such as vision and language. While it has proven effective for learning generalisable representations, the training of such models often requires a large amount of "related" multimodal data that shares commonality, which can be expensive to come by… ▽ More

    Submitted 21 April, 2021; v1 submitted 2 July, 2020; originally announced July 2020.

  14. arXiv:2006.10102  [pdf, other

    cs.LG stat.ML

    Capturing Label Characteristics in VAEs

    Authors: Tom Joy, Sebastian M. Schmon, Philip H. S. Torr, N. Siddharth, Tom Rainforth

    Abstract: We present a principled approach to incorporating labels in VAEs that captures the rich characteristic information associated with those labels. While prior work has typically conflated these by learning latent variables that directly correspond to label values, we argue this is contrary to the intended effect of supervision in VAEs-capturing rich label characteristics with the latents. For exampl… ▽ More

    Submitted 16 December, 2022; v1 submitted 17 June, 2020; originally announced June 2020.

    Comments: Accepted to ICLR 2021

  15. arXiv:2005.07062  [pdf, other

    cs.LG stat.AP stat.ML

    Simulation-Based Inference for Global Health Decisions

    Authors: Christian Schroeder de Witt, Bradley Gram-Hansen, Nantas Nardelli, Andrew Gambardella, Rob Zinkov, Puneet Dokania, N. Siddharth, Ana Belen Espinosa-Gonzalez, Ara Darzi, Philip Torr, Atılım Güneş Baydin

    Abstract: The COVID-19 pandemic has highlighted the importance of in-silico epidemiological modelling in predicting the dynamics of infectious diseases to inform health policy and decision makers about suitable prevention and containment strategies. Work in this setting involves solving challenging inference and control problems in individual-based models of ever increasing complexity. Here we discuss recen… ▽ More

    Submitted 14 May, 2020; originally announced May 2020.

    Journal ref: ICML Workshop on Machine Learning for Global Health, Thirty-Seventh International Conference on Machine Learning (ICML 2020)

  16. arXiv:2004.09272  [pdf, other

    cs.CV cs.CL

    A Revised Generative Evaluation of Visual Dialogue

    Authors: Daniela Massiceti, Viveka Kulharia, Puneet K. Dokania, N. Siddharth, Philip H. S. Torr

    Abstract: Evaluating Visual Dialogue, the task of answering a sequence of questions relating to a visual input, remains an open research challenge. The current evaluation scheme of the VisDial dataset computes the ranks of ground-truth answers in predefined candidate sets, which Massiceti et al. (2018) show can be susceptible to the exploitation of dataset biases. This scheme also does little to account for… ▽ More

    Submitted 24 April, 2020; v1 submitted 20 April, 2020; originally announced April 2020.

    Comments: 16 pages, 5 figures

  17. arXiv:1911.03393  [pdf, other

    stat.ML cs.LG

    Variational Mixture-of-Experts Autoencoders for Multi-Modal Deep Generative Models

    Authors: Yuge Shi, N. Siddharth, Brooks Paige, Philip H. S. Torr

    Abstract: Learning generative models that span multiple data modalities, such as vision and language, is often motivated by the desire to learn more useful, generalisable representations that faithfully capture common underlying factors between the modalities. In this work, we characterise successful learning of such models as the fulfillment of four criteria: i) implicit latent decomposition into shared an… ▽ More

    Submitted 8 November, 2019; originally announced November 2019.

  18. arXiv:1904.01033  [pdf, other

    cs.LG stat.ML

    Multitask Soft Option Learning

    Authors: Maximilian Igl, Andrew Gambardella, **ke He, Nantas Nardelli, N. Siddharth, Wendelin Böhmer, Shimon Whiteson

    Abstract: We present Multitask Soft Option Learning(MSOL), a hierarchical multitask framework based on Planning as Inference. MSOL extends the concept of options, using separate variational posteriors for each task, regularized by a shared prior. This ''soft'' version of options avoids several instabilities during training in a multitask setting, and provides a natural way to learn both intra-option policie… ▽ More

    Submitted 21 June, 2020; v1 submitted 1 April, 2019; originally announced April 2019.

    Comments: Published at UAI 2020

  19. arXiv:1812.06417  [pdf, other

    cs.CV cs.CL cs.LG

    Visual Dialogue without Vision or Dialogue

    Authors: Daniela Massiceti, Puneet K. Dokania, N. Siddharth, Philip H. S. Torr

    Abstract: We characterise some of the quirks and shortcomings in the exploration of Visual Dialogue - a sequential question-answering task where the questions and corresponding answers are related through given visual stimuli. To do so, we develop an embarrassingly simple method based on Canonical Correlation Analysis (CCA) that, on the standard dataset, achieves near state-of-the-art performance on mean ra… ▽ More

    Submitted 22 October, 2019; v1 submitted 16 December, 2018; originally announced December 2018.

    Comments: 2018 NeurIPS Workshop on Critiquing and Correcting Trends in Machine Learning

  20. arXiv:1812.02833  [pdf, other

    stat.ML cs.LG

    Disentangling Disentanglement in Variational Autoencoders

    Authors: Emile Mathieu, Tom Rainforth, N. Siddharth, Yee Whye Teh

    Abstract: We develop a generalisation of disentanglement in VAEs---decomposition of the latent representation---characterising it as the fulfilment of two factors: a) the latent encodings of the data having an appropriate level of overlap, and b) the aggregate encoding of the data conforming to a desired structure, represented through the prior. Decomposition permits disentanglement, i.e. explicit independe… ▽ More

    Submitted 12 June, 2019; v1 submitted 6 December, 2018; originally announced December 2018.

    Comments: Accepted for publication at ICML 2019

  21. arXiv:1805.10469  [pdf, other

    stat.ML cs.LG

    Revisiting Reweighted Wake-Sleep for Models with Stochastic Control Flow

    Authors: Tuan Anh Le, Adam R. Kosiorek, N. Siddharth, Yee Whye Teh, Frank Wood

    Abstract: Stochastic control-flow models (SCFMs) are a class of generative models that involve branching on choices from discrete random variables. Amortized gradient-based learning of SCFMs is challenging as most approaches targeting discrete variables rely on their continuous relaxations---which can be intractable in SCFMs, as branching on relaxations requires evaluating all (exponentially many) branching… ▽ More

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

    Comments: Tuan Anh Le and Adam R. Kosiorek contributed equally; accepted to Uncertainty in Artificial Intelligence 2019

  22. arXiv:1804.06364  [pdf, other

    cs.CV stat.ML

    DGPose: Deep Generative Models for Human Body Analysis

    Authors: Rodrigo de Bem, Arnab Ghosh, Thalaiyasingam Ajanthan, Ondrej Miksik, Adnane Boukhayma, N. Siddharth, Philip Torr

    Abstract: Deep generative modelling for human body analysis is an emerging problem with many interesting applications. However, the latent space learned by such approaches is typically not interpretable, resulting in less flexibility. In this work, we present deep generative models for human body analysis in which the body pose and the visual appearance are disentangled. Such a disentanglement allows indepe… ▽ More

    Submitted 14 February, 2020; v1 submitted 17 April, 2018; originally announced April 2018.

    Comments: IJCV 2020 special issue on 'Generating Realistic Visual Data of Human Behavior' preprint. Keywords: deep generative models, semi-supervised learning, human pose estimation, variational autoencoders, generative adversarial networks

  23. arXiv:1804.02086  [pdf, other

    stat.ML cs.LG

    Structured Disentangled Representations

    Authors: Babak Esmaeili, Hao Wu, Sarthak Jain, Alican Bozkurt, N. Siddharth, Brooks Paige, Dana H. Brooks, Jennifer Dy, Jan-Willem van de Meent

    Abstract: Deep latent-variable models learn representations of high-dimensional data in an unsupervised manner. A number of recent efforts have focused on learning representations that disentangle statistically independent axes of variation by introducing modifications to the standard objective function. These approaches generally assume a simple diagonal Gaussian prior and as a result are not able to relia… ▽ More

    Submitted 12 December, 2018; v1 submitted 5 April, 2018; originally announced April 2018.

  24. arXiv:1802.03803  [pdf, other

    cs.CV

    FlipDial: A Generative Model for Two-Way Visual Dialogue

    Authors: Daniela Massiceti, N. Siddharth, Puneet K. Dokania, Philip H. S. Torr

    Abstract: We present FlipDial, a generative model for visual dialogue that simultaneously plays the role of both participants in a visually-grounded dialogue. Given context in the form of an image and an associated caption summarising the contents of the image, FlipDial learns both to answer questions and put forward questions, capable of generating entire sequences of dialogue (question-answer pairs) which… ▽ More

    Submitted 3 April, 2018; v1 submitted 11 February, 2018; originally announced February 2018.

  25. arXiv:1712.00287  [pdf, other

    stat.ML cs.LG

    Faithful Inversion of Generative Models for Effective Amortized Inference

    Authors: Stefan Webb, Adam Golinski, Robert Zinkov, N. Siddharth, Tom Rainforth, Yee Whye Teh, Frank Wood

    Abstract: Inference amortization methods share information across multiple posterior-inference problems, allowing each to be carried out more efficiently. Generally, they require the inversion of the dependency structure in the generative model, as the modeller must learn a map** from observations to distributions approximating the posterior. Previous approaches have involved inverting the dependency stru… ▽ More

    Submitted 29 November, 2018; v1 submitted 1 December, 2017; originally announced December 2017.

    Comments: To appear at the 32nd Conference on Neural Information Processing Systems (NeurIPS 2018), Montreal, Canada

  26. arXiv:1706.00400  [pdf, other

    stat.ML cs.AI cs.LG

    Learning Disentangled Representations with Semi-Supervised Deep Generative Models

    Authors: N. Siddharth, Brooks Paige, Jan-Willem van de Meent, Alban Desmaison, Noah D. Goodman, Pushmeet Kohli, Frank Wood, Philip H. S. Torr

    Abstract: Variational autoencoders (VAEs) learn representations of data by jointly training a probabilistic encoder and decoder network. Typically these models encode all features of the data into a single variable. Here we are interested in learning disentangled representations that encode distinct aspects of the data into separate variables. We propose to learn such representations using model architectur… ▽ More

    Submitted 13 November, 2017; v1 submitted 1 June, 2017; originally announced June 2017.

    Comments: Accepted for publication at NIPS 2017

  27. arXiv:1612.00380  [pdf, other

    cs.AI cs.CV stat.ML

    Playing Doom with SLAM-Augmented Deep Reinforcement Learning

    Authors: Shehroze Bhatti, Alban Desmaison, Ondrej Miksik, Nantas Nardelli, N. Siddharth, Philip H. S. Torr

    Abstract: A number of recent approaches to policy learning in 2D game domains have been successful going directly from raw input images to actions. However when employed in complex 3D environments, they typically suffer from challenges related to partial observability, combinatorial exploration spaces, path planning, and a scarcity of rewarding scenarios. Inspired from prior work in human cognition that ind… ▽ More

    Submitted 1 December, 2016; originally announced December 2016.

  28. arXiv:1611.07492  [pdf, other

    stat.ML cs.CV cs.LG

    Inducing Interpretable Representations with Variational Autoencoders

    Authors: N. Siddharth, Brooks Paige, Alban Desmaison, Jan-Willem Van de Meent, Frank Wood, Noah D. Goodman, Pushmeet Kohli, Philip H. S. Torr

    Abstract: We develop a framework for incorporating structured graphical models in the \emph{encoders} of variational autoencoders (VAEs) that allows us to induce interpretable representations through approximate variational inference. This allows us to both perform reasoning (e.g. classification) under the structural constraints of a given graphical model, and use deep generative models to deal with messy,… ▽ More

    Submitted 22 November, 2016; originally announced November 2016.

    Comments: Presented at NIPS 2016 Workshop on Interpretable Machine Learning in Complex Systems

  29. arXiv:1509.02962  [pdf, other

    cs.AI stat.ML

    Coarse-to-Fine Sequential Monte Carlo for Probabilistic Programs

    Authors: Andreas Stuhlmüller, Robert X. D. Hawkins, N. Siddharth, Noah D. Goodman

    Abstract: Many practical techniques for probabilistic inference require a sequence of distributions that interpolate between a tractable distribution and an intractable distribution of interest. Usually, the sequences used are simple, e.g., based on geometric averages between distributions. When models are expressed as probabilistic programs, the models themselves are highly structured objects that can be u… ▽ More

    Submitted 9 September, 2015; originally announced September 2015.

  30. arXiv:1309.5174  [pdf, other

    cs.CV cs.CL cs.IR

    Saying What You're Looking For: Linguistics Meets Video Search

    Authors: Andrei Barbu, N. Siddharth, Jeffrey Mark Siskind

    Abstract: We present an approach to searching large video corpora for video clips which depict a natural-language query in the form of a sentence. This approach uses compositional semantics to encode subtle meaning that is lost in other systems, such as the difference between two sentences which have identical words but entirely different meaning: "The person rode the horse} vs. \emph{The horse rode the per… ▽ More

    Submitted 20 September, 2013; originally announced September 2013.

    Comments: 13 pages, 8 figures

  31. arXiv:1308.4189  [pdf, other

    cs.CV cs.AI cs.CL

    Seeing What You're Told: Sentence-Guided Activity Recognition In Video

    Authors: N. Siddharth, Andrei Barbu, Jeffrey Mark Siskind

    Abstract: We present a system that demonstrates how the compositional structure of events, in concert with the compositional structure of language, can interplay with the underlying focusing mechanisms in video action recognition, thereby providing a medium, not only for top-down and bottom-up integration, but also for multi-modal integration between vision and language. We show how the roles played by part… ▽ More

    Submitted 28 May, 2014; v1 submitted 19 August, 2013; originally announced August 2013.

    Comments: To appear in CVPR 2014