Many machine learning tasks can be expressed as the transformation---or \emph{transduction}---of input sequences into output sequences: speech recognition, machine translation, protein secondary structure prediction and text-to-speech to name but a few. One of the key challenges in sequence transduction is learning to …
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
Extractive compression is a challenging natural language processing problem. This work contributes by formulating neural extractive compression as a parse tree transduction problem, rather than a sequence transduction task. Motivated by this, we introduce a deep neural model for learning structure-to-substructure tree …
Improved mistake bounds for transductive online learning.
A new model uses attention and Gaussian processes for efficient time-series generation.
Study on tradeoffs between mistakes and ERM oracle calls in online and transductive learning.
We develop a technique for deriving data-dependent error bounds for transductive learning algorithms based on transductive Rademacher complexity. Our technique is based on a novel general error bound for transduction in terms of transductive Rademacher complexity, together with a novel bounding technique for Rademacher…
The paper establishes bounds for transductive learning using information theory.
Local regularization fails in transductive learning for some multiclass problems.
Sequence-to-sequence models with soft attention have been successfully applied to a wide variety of problems, but their decoding process incurs a quadratic time and space cost and is inapplicable to real-time sequence transduction. To address these issues, we propose Monotonic Chunkwise Attention (MoChA), which adaptiv…
New method TLC improves transductive learning bounds.
Transductive learning considers situations when a learner observes labelled training points and unlabelled test points with the final goal of giving correct answers for the test points. This paper introduces a new complexity measure for transductive learning called Permutational Rademacher Complexity (PRC) and …
The paper finds a fundamental trade-off between confidence and efficiency in transductive conformal prediction.
Transductive learning considers a training set of labeled samples and a test set of unlabeled samples, with the goal of best labeling that particular test set. Conversely, inductive learning considers a training set of labeled samples drawn iid from , with the goal of best labeling any future sample…
Adversarial robust learning improved for transductive setting.
Proposes a framework for compositional generalization in language models.
Multi-group learners suffer a penalty in transductive learning.
Study shows transductive learning is equivalent to PAC learning for most natural loss functions.
The paper surveys recent extensions of the Long-Short Term Memory networks to handle tree structures from the perspective of learning non-trivial forms of isomorph structured transductions. It provides a discussion of modern TreeLSTM models, showing the effect of the bias induced by the direction of tree processing. An…
Proposes a transductive matrix completion method with calibration for multi-task learning.
New bounds improve graph node classification using optimal transport.
Most traditional online learning algorithms are based on variants of mirror descent or follow-the-leader. In this paper, we present an online algorithm based on a completely different approach, tailored for transductive settings, which combines "random playout" and randomized rounding of loss subgradients. As an applic…
Standard methods in supervised learning separate training and prediction: the model is fit independently of any test points it may encounter. However, can knowledge of the next test point be exploited to improve prediction accuracy? We address this question in the context of linear prediction, show…
PAC learning simplified as bipartite matching.
We present transductive Boltzmann machines (TBMs), which firstly achieve transductive learning of the Gibbs distribution. While exact learning of the Gibbs distribution is impossible by the family of existing Boltzmann machines due to combinatorial explosion of the sample space, TBMs overcome the problem by adaptively …
We show two novel concentration inequalities for suprema of empirical processes when sampling without replacement, which both take the variance of the functions into account. While these inequalities may potentially have broad applications in learning theory in general, we exemplify their significance by studying the t…
TIM maximizes mutual information for few-shot learning, outperforming state-of-the-art methods.
Supervised learning with large scale labeled datasets and deep layered models has made a paradigm shift in diverse areas in learning and recognition. However, this approach still suffers generalization issues under the presence of a domain shift between the training and the test data distribution. In this regard, unsup…
PARMESAN learns from memory without parameters for fast, efficient continual learning.
Grammatical Error Correction (GEC) has been recently modeled using the sequence-to-sequence framework. However, unlike sequence transduction problems such as machine translation, GEC suffers from the lack of plentiful parallel data. We describe two approaches for generating large parallel datasets for GEC using publicl…
Improved few-shot learning with LSSVM and transductive modules.
Most of the parameters in large vocabulary models are used in embedding layer to map categorical features to vectors and in softmax layer for classification weights. This is a bottle-neck in memory constraint on-device training applications like federated learning and on-device inference applications like automatic spe…
The study finds conditions for compressing the hidden dimension of Graph Transformers for transductive learning.
Improved bounds for unbounded losses using transductive priors.
New methods learn from single graphs, improving transductive node classification.
Graph neural networks generalize well under certain conditions, explained by learning theory.
GEN tackles few-shot out-of-graph link prediction in evolving multi-relational graphs.
Combines Xgboost and transductive SVM for semi-supervised learning.
Compact learning results across various loss functions.
New method improves transductive learning predictions with multiplicative oracle inequalities.
We consider using an ensemble of binary classifiers for transductive prediction, when unlabeled test data are known in advance. We derive minimax optimal rules for confidence-rated prediction in this setting. By using PAC-Bayes analysis on these rules, we obtain data-dependent performance guarantees without distributio…
Proposes a neural framework to select subsets efficiently across different models.
A new method for few-shot learning using Laplacian regularization.
Enhances few-shot image classification using unlabelled examples.
DEAL model predicts links for new nodes with only attribute info.
In few-shot classification, the aim is to learn models able to discriminate classes using only a small number of labeled examples. In this context, works have proposed to introduce Graph Neural Networks (GNNs) aiming at exploiting the information contained in other samples treated concurrently, what is commonly referre…
A method for constructing tight prediction intervals for multiple numerical outputs.
We introduce a framework for analyzing transductive combination of Gaussian process (GP) experts, where independently trained GP experts are combined in a way that depends on test point location, in order to scale GPs to big data. The framework provides some theoretical justification for the generalized product of GP e…
Boosting theory explains why multi-scale GNNs work.