Multitask learning algorithms are typically designed assuming some fixed, a priori known latent structure shared by all the tasks. However, it is usually unclear what type of latent task structure is the most appropriate for a given multitask learning problem. Ideally, the "right" latent task structure should be learne…
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
Multi-task learning (MTL) aims to improve generalization performance by learning multiple related tasks simultaneously. While sometimes the underlying task relationship structure is known, often the structure needs to be estimated from data at hand. In this paper, we present a novel family of models for MTL, applicable…
Cellular Electron Cryo-Tomography (CECT) is a powerful 3D imaging tool for studying the native structure and organization of macromolecules inside single cells. For systematic recognition and recovery of macromolecular structures captured by CECT, methods for several important tasks such as subtomogram classification a…
This paper proposes a method to reveal task relationships in multi-task learning models using sparse graphs.
Paper tackles multi-task learning for molecular property prediction with limited data.
MT-HAL learns features and task associations for multiple tasks with a shared sparse structure.
New method improves meta-learning performance by task-specific initialization.
GraphToken encodes structured data for LLMs, improving graph reasoning tasks.
Recently, a lot of techniques were developed to sparsify the weights of neural networks and to remove networks' structure units, e.g. neurons. We adjust the existing sparsification approaches to the gated recurrent architectures. Specifically, in addition to the sparsification of weights and neurons, we propose sparsif…
Continual Learning is a learning paradigm where learning systems are trained with sequential or streaming tasks. Two notable directions among the recent advances in continual learning with neural networks are () variational Bayes based regularization by learning priors from previous tasks, and, () learning the s…
Meta-learning performance is affected by how task diversity is allocated, not just overall variability.
This research improves neural network representation identifiability through task structures.
We study the problem of detecting critical structures using a graph embedding model. Existing graph embedding models lack the ability to precisely detect critical structures that are specific to a task at the global scale. In this paper, we propose a novel graph embedding model, called the Ego-CNNs, that employs the eg…
Study identifies specialist representations from generalist models without parametric constraints.
Modeling the relationship between chemical structure and molecular activity is a key goal in drug development. Many benchmark tasks have been proposed for molecular property prediction, but these tasks are generally aimed at specific, isolated biomedical properties. In this work, we propose a new cross-modal small mole…
Proposes GTTN for discovering all low-rank structures in deep multi-task learning.
Method learns graph structure for multi-task learning, revealing interpretable relationships.
This work analyzes how transformers learn common linear regression tasks.
RNNs solve modular addition tasks using low rank and sparse Fourier structures.
Transformers can generalize to a large task family with only a few demonstrations.
Neural networks have succeeded in many reasoning tasks. Empirically, these tasks require specialized network structures, e.g., Graph Neural Networks (GNNs) perform well on many such tasks, but less structured networks fail. Theoretically, there is limited understanding of why and when a network structure generalizes be…
Deep learning exploits latent structure to learn high-dimensional tasks.
New framework SEU solves lifelong learning's catastrophic forgetting issue.
Multimodal learning with deep Boltzmann machines (DBMs) is an generative approach to fuse multimodal inputs, and can learn the shared representation via Contrastive Divergence (CD) for classification and information retrieval tasks. However, it is a 2-fan DBM model, and cannot effectively handle multiple prediction tas…
MoEs can efficiently model complex tasks with low-dimensionality and sparsity.
New study reveals task alignment is key to ICL performance.
Graph-to-Tree Neural Networks improve structured input-output translation in tasks like semantic parsing and math word problems.
How can neural networks perform so well on compositional tasks even though they lack explicit compositional representations? We use a novel analysis technique called ROLE to show that recurrent neural networks perform well on such tasks by converging to solutions which implicitly represent symbolic structure. This meth…
New method learns graph structure and uncertainty from data.
We learn multiple hypotheses for related tasks under a latent hierarchical relationship between tasks. We exploit the intuition that for domain adaptation, we wish to share classifier structure, but for multitask learning, we wish to share covariance structure. Our hierarchical model is seen to subsume several previous…
Multi-task learning (MTL) improves prediction performance in different contexts by learning models jointly on multiple different, but related tasks. Network data, which are a priori data with a rich relational structure, provide an important context for applying MTL. In particular, the explicit relational structure imp…
This work extends HiP-MDPs to robust state abstractions for multi-task and meta-reinforcement learning.
Meta learning is a promising solution to few-shot learning problems. However, existing meta learning methods are restricted to the scenarios where training and application tasks share the same out-put structure. To obtain a meta model applicable to the tasks with new structures, it is required to collect new training d…
A new multi-task learning estimator improves Gaussian graphical regression model fitting.
Paper proposes a novel MTL framework for personalized modeling of diverse individuals.
We introduce HUBERT which combines the structured-representational power of Tensor-Product Representations (TPRs) and BERT, a pre-trained bidirectional Transformer language model. We show that there is shared structure between different NLP datasets that HUBERT, but not BERT, is able to learn and leverage. We validate …
Modular neural networks generalize better with less data.
Transformers learn causal structure through gradient descent on self-attention mechanisms.
Efficiently models learning curves using Gaussian processes with latent Kronecker structure.
Graph neural networks (GNNs) are shown to be successful in modeling applications with graph structures. However, training an accurate GNN model requires a large collection of labeled data and expressive features, which might be inaccessible for some applications. To tackle this problem, we propose a pre-training framew…
Recently, graph neural networks (GNNs) have proved to be suitable in tasks on unstructured data. Particularly in tasks as community detection, node classification, and link prediction. However, most GNN models still operate with static relationships. We propose the Graph Learning Network (GLN), a simple yet effective p…
Effective modeling of electronic health records (EHR) is rapidly becoming an important topic in both academia and industry. A recent study showed that using the graphical structure underlying EHR data (e.g. relationship between diagnoses and treatments) improves the performance of prediction tasks such as heart failure…
OCEAN infers online task identities from context variables.
In order to efficiently learn with small amount of data on new tasks, meta-learning transfers knowledge learned from previous tasks to the new ones. However, a critical challenge in meta-learning is the task heterogeneity which cannot be well handled by traditional globally shared meta-learning methods. In addition, cu…
PPI uses proxy data to improve inference from limited labels across related tasks.
Mixture of multi-task GPs for clustering and prediction of functional data.
We propose a novel graph-driven generative model, that unifies multiple heterogeneous learning tasks into the same framework. The proposed model is based on the fact that heterogeneous learning tasks, which correspond to different generative processes, often rely on data with a shared graph structure. Accordingly, our …
LLMs learn new tasks from unstructured data, but it depends on word co-occurrence and positional information.