Unnamed: 0 int64 0 5k | title stringlengths 9 210 | abstract stringlengths 164 1.92k |
|---|---|---|
0 | When does Bias Transfer in Transfer Learning? | Using transfer learning to adapt a pre-trained "source model" to a downstream
"target task" can dramatically increase performance with seemingly no downside.
In this work, we demonstrate that there can exist a downside after all: bias
transfer, or the tendency for biases of the source model to persist even after
adapti... |
1 | Online Bilevel Optimization: Regret Analysis of Online Alternating Gradient Methods | Online optimization is a well-established optimization paradigm that aims to
make a sequence of correct decisions given knowledge of the correct answer to
previous decision tasks. Bilevel programming involves a hierarchical
optimization problem where the feasible region of the so-called outer problem
is restricted by t... |
2 | Strong Heuristics for Named Entity Linking | Named entity linking (NEL) in news is a challenging endeavour due to the
frequency of unseen and emerging entities, which necessitates the use of
unsupervised or zero-shot methods. However, such methods tend to come with
caveats, such as no integration of suitable knowledge bases (like Wikidata) for
emerging entities, ... |
3 | Improved conformalized quantile regression | Conformalized quantile regression is a procedure that inherits the advantages
of conformal prediction and quantile regression. That is, we use quantile
regression to estimate the true conditional quantile and then apply a conformal
step on a calibration set to ensure marginal coverage. In this way, we get
adaptive pred... |
4 | A multi-task network approach for calculating discrimination-free insurance prices | In applications of predictive modeling, such as insurance pricing, indirect
or proxy discrimination is an issue of major concern. Namely, there exists the
possibility that protected policyholder characteristics are implicitly inferred
from non-protected ones by predictive models, and are thus having an
undesirable (or ... |
5 | The Intrinsic Manifolds of Radiological Images and their Role in Deep Learning | The manifold hypothesis is a core mechanism behind the success of deep
learning, so understanding the intrinsic manifold structure of image data is
central to studying how neural networks learn from the data. Intrinsic dataset
manifolds and their relationship to learning difficulty have recently begun to
be studied for... |
6 | Private Matrix Approximation and Geometry of Unitary Orbits | Consider the following optimization problem: Given $n \times n$ matrices $A$
and $\Lambda$, maximize $\langle A, U\Lambda U^*\rangle$ where $U$ varies over
the unitary group $\mathrm{U}(n)$. This problem seeks to approximate $A$ by a
matrix whose spectrum is the same as $\Lambda$ and, by setting $\Lambda$ to be
appropr... |
7 | Astroconformer: Inferring Surface Gravity of Stars from Stellar Light Curves with Transformer | We introduce Astroconformer, a Transformer-based model to analyze stellar
light curves from the Kepler mission. We demonstrate that Astrconformer can
robustly infer the stellar surface gravity as a supervised task. Importantly,
as Transformer captures long-range information in the time series, it
outperforms the state-... |
8 | DIWIFT: Discovering Instance-wise Influential Features for Tabular Data | Tabular data is one of the most common data storage formats in business
applications, ranging from retail, bank and E-commerce. These applications rely
heavily on machine learning models to achieve business success. One of the
critical problems in learning tabular data is to distinguish influential
features from all th... |
9 | Enhancing Adversarial Attacks on Single-Layer NVM Crossbar-Based Neural Networks with Power Consumption Information | Adversarial attacks on state-of-the-art machine learning models pose a
significant threat to the safety and security of mission-critical autonomous
systems. This paper considers the additional vulnerability of machine learning
models when attackers can measure the power consumption of their underlying
hardware platform... |
10 | BFE and AdaBFE: A New Approach in Learning Rate Automation for Stochastic Optimization | In this paper, a new gradient-based optimization approach by automatically
adjusting the learning rate is proposed. This approach can be applied to design
non-adaptive learning rate and adaptive learning rate. Firstly, I will
introduce the non-adaptive learning rate optimization method: Binary Forward
Exploration (BFE)... |
11 | Graph Trees with Attention | When dealing with tabular data, models based on regression and decision trees
are a popular choice due to the high accuracy they provide on such tasks and
their ease of application as compared to other model classes. Yet, when it
comes to graph-structure data, current tree learning algorithms do not provide
tools to ma... |
12 | Robust Counterfactual Explanations for Tree-Based Ensembles | Counterfactual explanations inform ways to achieve a desired outcome from a
machine learning model. However, such explanations are not robust to certain
real-world changes in the underlying model (e.g., retraining the model,
changing hyperparameters, etc.), questioning their reliability in several
applications, e.g., c... |
13 | A Hybrid Approach for Binary Classification of Imbalanced Data | Binary classification with an imbalanced dataset is challenging. Models tend
to consider all samples as belonging to the majority class. Although existing
solutions such as sampling methods, cost-sensitive methods, and ensemble
learning methods improve the poor accuracy of the minority class, these methods
are limited ... |
14 | Towards the Use of Saliency Maps for Explaining Low-Quality Electrocardiograms to End Users | When using medical images for diagnosis, either by clinicians or artificial
intelligence (AI) systems, it is important that the images are of high quality.
When an image is of low quality, the medical exam that produced the image often
needs to be redone. In telemedicine, a common problem is that the quality issue
is o... |
15 | Pre-training Transformers for Molecular Property Prediction Using Reaction Prediction | Molecular property prediction is essential in chemistry, especially for drug
discovery applications. However, available molecular property data is often
limited, encouraging the transfer of information from related data. Transfer
learning has had a tremendous impact in fields like Computer Vision and Natural
Language P... |
16 | Variational Flow Graphical Model | This paper introduces a novel approach to embed flow-based models with
hierarchical structures. The proposed framework is named Variational Flow
Graphical (VFG) Model. VFGs learn the representation of high dimensional data
via a message-passing scheme by integrating flow-based functions through
variational inference. B... |
17 | Histopathology DatasetGAN: Synthesizing Large-Resolution Histopathology Datasets | Self-supervised learning (SSL) methods are enabling an increasing number of
deep learning models to be trained on image datasets in domains where labels
are difficult to obtain. These methods, however, struggle to scale to the high
resolution of medical imaging datasets, where they are critical for achieving
good gener... |
18 | Scaling Private Deep Learning with Low-Rank and Sparse Gradients | Applying Differentially Private Stochastic Gradient Descent (DPSGD) to
training modern, large-scale neural networks such as transformer-based models
is a challenging task, as the magnitude of noise added to the gradients at each
iteration scales with model dimension, hindering the learning capability
significantly. We ... |
19 | Effective and Efficient Training for Sequential Recommendation using Recency Sampling | Many modern sequential recommender systems use deep neural networks, which
can effectively estimate the relevance of items but require a lot of time to
train. Slow training increases expenses, hinders product development timescales
and prevents the model from being regularly updated to adapt to changing user
preference... |
20 | When does SGD favor flat minima? A quantitative characterization via linear stability | The observation that stochastic gradient descent (SGD) favors flat minima has
played a fundamental role in understanding implicit regularization of SGD and
guiding the tuning of hyperparameters. In this paper, we provide a quantitative
explanation of this striking phenomenon by relating the particular noise
structure o... |
21 | Predicting is not Understanding: Recognizing and Addressing Underspecification in Machine Learning | Machine learning (ML) models are typically optimized for their accuracy on a
given dataset. However, this predictive criterion rarely captures all desirable
properties of a model, in particular how well it matches a domain expert's
understanding of a task. Underspecification refers to the existence of multiple
models t... |
22 | Cascaded Deep Hybrid Models for Multistep Household Energy Consumption Forecasting | Sustainability requires increased energy efficiency with minimal waste. The
future power systems should thus provide high levels of flexibility iin
controling energy consumption. Precise projections of future energy demand/load
at the aggregate and on the individual site levels are of great importance for
decision make... |
23 | Instance-Dependent Near-Optimal Policy Identification in Linear MDPs via Online Experiment Design | While much progress has been made in understanding the minimax sample
complexity of reinforcement learning (RL) -- the complexity of learning on the
"worst-case" instance -- such measures of complexity often do not capture the
true difficulty of learning. In practice, on an "easy" instance, we might hope
to achieve a c... |
24 | voxel2vec: A Natural Language Processing Approach to Learning Distributed Representations for Scientific Data | Relationships in scientific data, such as the numerical and spatial
distribution relations of features in univariate data, the scalar-value
combinations' relations in multivariate data, and the association of volumes in
time-varying and ensemble data, are intricate and complex. This paper presents
voxel2vec, a novel un... |
25 | Simple and Efficient Heterogeneous Graph Neural Network | Heterogeneous graph neural networks (HGNNs) deliver the powerful capability
to embed rich structural and semantic information of a heterogeneous graph into
low-dimensional node representations. Existing HGNNs usually learn to embed
information using hierarchy attention mechanism and repeated neighbor
aggregation, suffe... |
26 | AI-enhanced iterative solvers for accelerating the solution of large scale parametrized linear systems of equations | Recent advances in the field of machine learning open a new era in high
performance computing. Applications of machine learning algorithms for the
development of accurate and cost-efficient surrogates of complex problems have
already attracted major attention from scientists. Despite their powerful
approximation capabi... |
27 | Tractable Dendritic RNNs for Reconstructing Nonlinear Dynamical Systems | In many scientific disciplines, we are interested in inferring the nonlinear
dynamical system underlying a set of observed time series, a challenging task
in the face of chaotic behavior and noise. Previous deep learning approaches
toward this goal often suffered from a lack of interpretability and
tractability. In par... |
28 | Transformers discover an elementary calculation system exploiting local attention and grid-like problem representation | Mathematical reasoning is one of the most impressive achievements of human
intellect but remains a formidable challenge for artificial intelligence
systems. In this work we explore whether modern deep learning architectures can
learn to solve a symbolic addition task by discovering effective arithmetic
procedures. Alth... |
29 | Compositional Generalization in Grounded Language Learning via Induced Model Sparsity | We provide a study of how induced model sparsity can help achieve
compositional generalization and better sample efficiency in grounded language
learning problems. We consider simple language-conditioned navigation problems
in a grid world environment with disentangled observations. We show that
standard neural archite... |
30 | Pure Transformers are Powerful Graph Learners | We show that standard Transformers without graph-specific modifications can
lead to promising results in graph learning both in theory and practice. Given
a graph, we simply treat all nodes and edges as independent tokens, augment
them with token embeddings, and feed them to a Transformer. With an appropriate
choice of... |
31 | Quantitative Assessment of DESIS Hyperspectral Data for Plant Biodiversity Estimation in Australia | Diversity of terrestrial plants plays a key role in maintaining a stable,
healthy, and productive ecosystem. Though remote sensing has been seen as a
promising and cost-effective proxy for estimating plant diversity, there is a
lack of quantitative studies on how confidently plant diversity can be inferred
from spacebo... |
32 | Multi-Contrast MRI Segmentation Trained on Synthetic Images | In our comprehensive experiments and evaluations, we show that it is possible
to generate multiple contrast (even all synthetically) and use synthetically
generated images to train an image segmentation engine. We showed promising
segmentation results tested on real multi-contrast MRI scans when delineating
muscle, fat... |
33 | Ordinal Regression via Binary Preference vs Simple Regression: Statistical and Experimental Perspectives | Ordinal regression with anchored reference samples (ORARS) has been proposed
for predicting the subjective Mean Opinion Score (MOS) of input stimuli
automatically. The ORARS addresses the MOS prediction problem by pairing a test
sample with each of the pre-scored anchored reference samples. A trained binary
classifier ... |
34 | Information Compression and Performance Evaluation of Tic-Tac-Toe's Evaluation Function Using Singular Value Decomposition | We approximated the evaluation function for the game Tic-Tac-Toe by singular
value decomposition (SVD) and investigated the effect of approximation accuracy
on winning rate. We first prepared the perfect evaluation function of
Tic-Tac-Toe and performed low-rank approximation by considering the evaluation
function as a ... |
35 | Nonparametric Factor Trajectory Learning for Dynamic Tensor Decomposition | Tensor decomposition is a fundamental framework to analyze data that can be
represented by multi-dimensional arrays. In practice, tensor data is often
accompanied by temporal information, namely the time points when the entry
values were generated. This information implies abundant, complex temporal
variation patterns.... |
36 | Distillation to Enhance the Portability of Risk Models Across Institutions with Large Patient Claims Database | Artificial intelligence, and particularly machine learning (ML), is
increasingly developed and deployed to support healthcare in a variety of
settings. However, clinical decision support (CDS) technologies based on ML
need to be portable if they are to be adopted on a broad scale. In this
respect, models developed at o... |
37 | Transformers are Adaptable Task Planners | Every home is different, and every person likes things done in their
particular way. Therefore, home robots of the future need to both reason about
the sequential nature of day-to-day tasks and generalize to user's preferences.
To this end, we propose a Transformer Task Planner(TTP) that learns high-level
actions from ... |
38 | PAC Prediction Sets for Meta-Learning | Uncertainty quantification is a key component of machine learning models
targeted at safety-critical systems such as in healthcare or autonomous
vehicles. We study this problem in the context of meta learning, where the goal
is to quickly adapt a predictor to new tasks. In particular, we propose a novel
algorithm to co... |
39 | EEPT: Early Discovery of Emerging Entities in Twitter with Semantic Similarity | Some events which happen in the future could be important for companies,
governments, and even our personal life. Prediction of these events before
their establishment is helpful for efficient decision-making. We call such
events emerging entities. They have not taken place yet, and there is no
information about them i... |
40 | GAMa: Cross-view Video Geo-localization | The existing work in cross-view geo-localization is based on images where a
ground panorama is matched to an aerial image. In this work, we focus on ground
videos instead of images which provides additional contextual cues which are
important for this task. There are no existing datasets for this problem,
therefore we ... |
41 | Composite FORCE learning of chaotic echo state networks for time-series prediction | Echo state network (ESN), a kind of recurrent neural networks, consists of a
fixed reservoir in which neurons are connected randomly and recursively and
obtains the desired output only by training output connection weights.
First-order reduced and controlled error (FORCE) learning is an online
supervised training appro... |
42 | BioTABQA: Instruction Learning for Biomedical Table Question Answering | Table Question Answering (TQA) is an important but under-explored task. Most
of the existing QA datasets are in unstructured text format and only few of
them use tables as the context. To the best of our knowledge, none of TQA
datasets exist in the biomedical domain where tables are frequently used to
present informati... |
43 | A Deep Model for Partial Multi-Label Image Classification with Curriculum Based Disambiguation | In this paper, we study the partial multi-label (PML) image classification
problem, where each image is annotated with a candidate label set consists of
multiple relevant labels and other noisy labels. Existing PML methods typically
design a disambiguation strategy to filter out noisy labels by utilizing prior
knowledg... |
44 | Careful seeding for the k-medoids algorithm with incremental k++ cluster construction | The k-medoids algorithm is a popular variant of the k-means algorithm and
widely used in pattern recognition and machine learning. A main drawback of the
k-medoids algorithm is that it can be trapped in local optima. An improved
k-medoids algorithm (INCKM) was recently proposed to overcome this drawback,
based on const... |
45 | Ensemble feature selection with clustering for analysis of high-dimensional, correlated clinical data in the search for Alzheimer's disease biomarkers | Healthcare datasets often contain groups of highly correlated features, such
as features from the same biological system. When feature selection is applied
to these datasets to identify the most important features, the biases inherent
in some multivariate feature selectors due to correlated features make it
difficult f... |
46 | Text Enriched Sparse Hyperbolic Graph Convolutional Networks | Heterogeneous networks, which connect informative nodes containing text with
different edge types, are routinely used to store and process information in
various real-world applications. Graph Neural Networks (GNNs) and their
hyperbolic variants provide a promising approach to encode such networks in a
low-dimensional ... |
47 | Linear Jamming Bandits: Sample-Efficient Learning for Non-Coherent Digital Jamming | It has been shown (Amuru et al. 2015) that online learning algorithms can be
effectively used to select optimal physical layer parameters for jamming
against digital modulation schemes without a priori knowledge of the victim's
transmission strategy. However, this learning problem involves solving a
multi-armed bandit ... |
48 | Instance-optimal PAC Algorithms for Contextual Bandits | In the stochastic contextual bandit setting, regret-minimizing algorithms
have been extensively researched, but their instance-minimizing best-arm
identification counterparts remain seldom studied. In this work, we focus on
the stochastic bandit problem in the $(\epsilon,\delta)$-$\textit{PAC}$
setting: given a policy ... |
49 | Generalization to translation shifts: a study in architectures and augmentations | We provide a detailed evaluation of various image classification
architectures (convolutional, vision transformer, and fully connected MLP
networks) and data augmentation techniques towards generalization to large
spacial translation shifts. We make the following observations: (a) In the
absence of data augmentation, a... |
50 | Many-body localized hidden Born machine | Born Machines are quantum-inspired generative models that leverage the
probabilistic nature of quantum states. Here, we present a new architecture
called many-body localized (MBL) hidden Born machine that uses both MBL
dynamics and hidden units as learning resources. We theoretically prove that
MBL Born machines posses... |
51 | Rethinking the Importance of Sampling in Physics-informed Neural Networks | Physics-informed neural networks (PINNs) have emerged as a powerful tool for
solving partial differential equations (PDEs) in a variety of domains. While
previous research in PINNs has mainly focused on constructing and balancing
loss functions during training to avoid poor minima, the effect of sampling
collocation po... |
52 | Federated and Transfer Learning: A Survey on Adversaries and Defense Mechanisms | The advent of federated learning has facilitated large-scale data exchange
amongst machine learning models while maintaining privacy. Despite its brief
history, federated learning is rapidly evolving to make wider use more
practical. One of the most significant advancements in this domain is the
incorporation of transf... |
53 | Multi-Label Retinal Disease Classification using Transformers | Early detection of retinal diseases is one of the most important means of
preventing partial or permanent blindness in patients. In this research, a
novel multi-label classification system is proposed for the detection of
multiple retinal diseases, using fundus images collected from a variety of
sources. First, a new m... |
54 | Unified Embeddings of Structural and Functional Connectome via a Function-Constrained Structural Graph Variational Auto-Encoder | Graph theoretical analyses have become standard tools in modeling functional
and anatomical connectivity in the brain. With the advent of connectomics, the
primary graphs or networks of interest are structural connectome (derived from
DTI tractography) and functional connectome (derived from resting-state fMRI).
Howeve... |
55 | TractoFormer: A Novel Fiber-level Whole Brain Tractography Analysis Framework Using Spectral Embedding and Vision Transformers | Diffusion MRI tractography is an advanced imaging technique for quantitative
mapping of the brain's structural connectivity. Whole brain tractography (WBT)
data contains over hundreds of thousands of individual fiber streamlines
(estimated brain connections), and this data is usually parcellated to create
compact repre... |
56 | A Tutorial on the Spectral Theory of Markov Chains | Markov chains are a class of probabilistic models that have achieved
widespread application in the quantitative sciences. This is in part due to
their versatility, but is compounded by the ease with which they can be probed
analytically. This tutorial provides an in-depth introduction to Markov chains,
and explores the... |
57 | Implementing Reinforcement Learning Datacenter Congestion Control in NVIDIA NICs | Cloud datacenters are exponentially growing both in numbers and size. This
increase results in a network activity surge that warrants better congestion
avoidance. The resulting challenge is two-fold: (i) designing algorithms that
can be custom-tuned to the complex traffic patterns of a given datacenter; but,
at the sam... |
58 | Cooperative Distribution Alignment via JSD Upper Bound | Unsupervised distribution alignment estimates a transformation that maps two
or more source distributions to a shared aligned distribution given only
samples from each distribution. This task has many applications including
generative modeling, unsupervised domain adaptation, and socially aware
learning. Most prior wor... |
59 | Towards Realistic Semi-Supervised Learning | Deep learning is pushing the state-of-the-art in many computer vision
applications. However, it relies on large annotated data repositories, and
capturing the unconstrained nature of the real-world data is yet to be solved.
Semi-supervised learning (SSL) complements the annotated training data with a
large corpus of un... |
60 | Ultra-Low-Bitrate Speech Coding with Pretrained Transformers | Speech coding facilitates the transmission of speech over low-bandwidth
networks with minimal distortion. Neural-network based speech codecs have
recently demonstrated significant improvements in quality over traditional
approaches. While this new generation of codecs is capable of synthesizing
high-fidelity speech, th... |
61 | OpenLDN: Learning to Discover Novel Classes for Open-World Semi-Supervised Learning | Semi-supervised learning (SSL) is one of the dominant approaches to address
the annotation bottleneck of supervised learning. Recent SSL methods can
effectively leverage a large repository of unlabeled data to improve
performance while relying on a small set of labeled data. One common assumption
in most SSL methods is... |
62 | Putting the Con in Context: Identifying Deceptive Actors in the Game of Mafia | While neural networks demonstrate a remarkable ability to model linguistic
content, capturing contextual information related to a speaker's conversational
role is an open area of research. In this work, we analyze the effect of
speaker role on language use through the game of Mafia, in which participants
are assigned e... |
63 | Learning Task Embeddings for Teamwork Adaptation in Multi-Agent Reinforcement Learning | Successful deployment of multi-agent reinforcement learning often requires
agents to adapt their behaviour. In this work, we discuss the problem of
teamwork adaptation in which a team of agents needs to adapt their policies to
solve novel tasks with limited fine-tuning. Motivated by the intuition that
agents need to be... |
64 | State-Augmented Learnable Algorithms for Resource Management in Wireless Networks | We consider resource management problems in multi-user wireless networks,
which can be cast as optimizing a network-wide utility function, subject to
constraints on the long-term average performance of users across the network.
We propose a state-augmented algorithm for solving the aforementioned radio
resource managem... |
65 | Guiding Machine Perception with Psychophysics | {G}{ustav} Fechner's 1860 delineation of psychophysics, the measurement of
sensation in relation to its stimulus, is widely considered to be the advent of
modern psychological science. In psychophysics, a researcher parametrically
varies some aspects of a stimulus, and measures the resulting changes in a
human subject'... |
66 | Improving Trustworthiness of AI Disease Severity Rating in Medical Imaging with Ordinal Conformal Prediction Sets | The regulatory approval and broad clinical deployment of medical AI have been
hampered by the perception that deep learning models fail in unpredictable and
possibly catastrophic ways. A lack of statistically rigorous uncertainty
quantification is a significant factor undermining trust in AI results. Recent
development... |
67 | Offline RL Policies Should be Trained to be Adaptive | Offline RL algorithms must account for the fact that the dataset they are
provided may leave many facets of the environment unknown. The most common way
to approach this challenge is to employ pessimistic or conservative methods,
which avoid behaviors that are too dissimilar from those in the training
dataset. However,... |
68 | Data-driven synchronization-avoiding algorithms in the explicit distributed structural analysis of soft tissue | We propose a data-driven framework to increase the computational efficiency
of the explicit finite element method in the structural analysis of soft
tissue. An encoder-decoder long short-term memory deep neural network is
trained based on the data produced by an explicit, distributed finite element
solver. We leverage ... |
69 | CEN : Cooperatively Evolving Networks | A finitely repeated game is a dynamic game in which a simultaneous game is
played finitely many times. GANs contain two competing modules: the generator
module is trained to generate new examples, and the discriminator module is
trained to discriminate real examples from generated examples. Training
procedure of GAN is... |
70 | Accelerating Hamiltonian Monte Carlo via Chebyshev Integration Time | Hamiltonian Monte Carlo (HMC) is a popular method in sampling. While there
are quite a few works of studying this method on various aspects, an
interesting question is how to choose its integration time to achieve
acceleration. In this work, we consider accelerating the process of sampling
from a distribution $\pi(x) \... |
71 | NeuralPassthrough: Learned Real-Time View Synthesis for VR | Virtual reality (VR) headsets provide an immersive, stereoscopic visual
experience, but at the cost of blocking users from directly observing their
physical environment. Passthrough techniques are intended to address this
limitation by leveraging outward-facing cameras to reconstruct the images that
would otherwise be ... |
72 | CLEAR: Improving Vision-Language Navigation with Cross-Lingual, Environment-Agnostic Representations | Vision-and-Language Navigation (VLN) tasks require an agent to navigate
through the environment based on language instructions. In this paper, we aim
to solve two key challenges in this task: utilizing multilingual instructions
for improved instruction-path grounding and navigating through new environments
that are uns... |
73 | An Approximation Method for Fitted Random Forests | Random Forests (RF) is a popular machine learning method for classification
and regression problems. It involves a bagging application to decision tree
models. One of the primary advantages of the Random Forests model is the
reduction in the variance of the forecast. In large scale applications of the
model with millio... |
74 | ST-CoNAL: Consistency-Based Acquisition Criterion Using Temporal Self-Ensemble for Active Learning | Modern deep learning has achieved great success in various fields. However,
it requires the labeling of huge amounts of data, which is expensive and
labor-intensive. Active learning (AL), which identifies the most informative
samples to be labeled, is becoming increasingly important to maximize the
efficiency of the tr... |
75 | DBN-Mix: Training Dual Branch Network Using Bilateral Mixup Augmentation for Long-Tailed Visual Recognition | There is a growing interest in the challenging visual perception task of
learning from long-tailed class distributions. The extreme class imbalance in
the training dataset biases the model to prefer to recognize majority-class
data over minority-class data. Recently, the dual branch network (DBN)
framework has been pro... |
76 | Probability density estimation for sets of large graphs with respect to spectral information using stochastic block models | For graph-valued data sampled iid from a distribution $\mu$, the sample
moments are computed with respect to a choice of metric. In this work, we equip
the set of graphs with the pseudo-metric defined by the $\ell_2$ norm between
the eigenvalues of the respective adjacency matrices. We use this pseudo metric
and the re... |
77 | Automatic inspection of cultural monuments using deep and tensor-based learning on hyperspectral imagery | In Cultural Heritage, hyperspectral images are commonly used since they
provide extended information regarding the optical properties of materials.
Thus, the processing of such high-dimensional data becomes challenging from the
perspective of machine learning techniques to be applied. In this paper, we
propose a Rank-$... |
78 | UniCR: Universally Approximated Certified Robustness via Randomized Smoothing | We study certified robustness of machine learning classifiers against
adversarial perturbations. In particular, we propose the first universally
approximated certified robustness (UniCR) framework, which can approximate the
robustness certification of any input on any classifier against any $\ell_p$
perturbations with ... |
79 | Swin Deformable Attention U-Net Transformer (SDAUT) for Explainable Fast MRI | Fast MRI aims to reconstruct a high fidelity image from partially observed
measurements. Exuberant development in fast MRI using deep learning has been
witnessed recently. Meanwhile, novel deep learning paradigms, e.g., Transformer
based models, are fast-growing in natural language processing and promptly
developed for... |
80 | Deterministic Decoupling of Global Features and its Application to Data Analysis | We introduce a method for deterministic decoupling of global features and
show its applicability to improve data analysis performance, as well as to open
new venues for feature transfer. We propose a new formalism that is based on
defining transformations on submanifolds, by following trajectories along the
features gr... |
81 | A survey of multimodal deep generative models | Multimodal learning is a framework for building models that make predictions
based on different types of modalities. Important challenges in multimodal
learning are the inference of shared representations from arbitrary modalities
and cross-modal generation via these representations; however, achieving this
requires ta... |
82 | Adapting to Online Label Shift with Provable Guarantees | The standard supervised learning paradigm works effectively when training
data shares the same distribution as the upcoming testing samples. However,
this assumption is often violated in real-world applications, especially when
testing data appear in an online fashion. In this paper, we formulate and
investigate the pr... |
83 | Improving Covariance Conditioning of the SVD Meta-layer by Orthogonality | Inserting an SVD meta-layer into neural networks is prone to make the
covariance ill-conditioned, which could harm the model in the training
stability and generalization abilities. In this paper, we systematically study
how to improve the covariance conditioning by enforcing orthogonality to the
Pre-SVD layer. Existing... |
84 | An Intrusion Detection System based on Deep Belief Networks | The rapid growth of connected devices has led to the proliferation of novel
cyber-security threats known as zero-day attacks. Traditional behaviour-based
IDS rely on DNN to detect these attacks. The quality of the dataset used to
train the DNN plays a critical role in the detection performance, with
underrepresented sa... |
85 | An Empirical Study of Implicit Regularization in Deep Offline RL | Deep neural networks are the most commonly used function approximators in
offline Reinforcement Learning these days. Prior works have shown that neural
nets trained with TD-learning and gradient descent can exhibit implicit
regularization that can be characterized by under-parameterization of these
networks. Specifical... |
86 | Neural Networks and the Chomsky Hierarchy | Reliable generalization lies at the heart of safe ML and AI. However,
understanding when and how neural networks generalize remains one of the most
important unsolved problems in the field. In this work, we conduct an extensive
empirical study (2200 models, 16 tasks) to investigate whether insights from
the theory of c... |
87 | Predicting Out-of-Domain Generalization with Local Manifold Smoothness | Understanding how machine learning models generalize to new environments is a
critical part of their safe deployment. Recent work has proposed a variety of
complexity measures that directly predict or theoretically bound the
generalization capacity of a model. However, these methods rely on a strong set
of assumptions ... |
88 | Learning to Accelerate Approximate Methods for Solving Integer Programming via Early Fixing | Integer programming (IP) is an important and challenging problem. Approximate
methods have shown promising performance on both effectiveness and efficiency
for solving the IP problem. However, we observed that a large fraction of
variables solved by some iterative approximate methods fluctuate around their
final conver... |
89 | Resource Allocation in Multicore Elastic Optical Networks: A Deep Reinforcement Learning Approach | A deep reinforcement learning approach is applied, for the first time, to
solve the routing, modulation, spectrum and core allocation (RMSCA) problem in
dynamic multicore fiber elastic optical networks (MCF-EONs). To do so, a new
environment - compatible with OpenAI's Gym - was designed and implemented to
emulate the o... |
90 | Image Amodal Completion: A Survey | Existing computer vision systems can compete with humans in understanding the
visible parts of objects, but still fall far short of humans when it comes to
depicting the invisible parts of partially occluded objects. Image amodal
completion aims to equip computers with human-like amodal completion functions
to understa... |
91 | PRoA: A Probabilistic Robustness Assessment against Functional Perturbations | In safety-critical deep learning applications robustness measurement is a
vital pre-deployment phase. However, existing robustness verification methods
are not sufficiently practical for deploying machine learning systems in the
real world. On the one hand, these methods attempt to claim that no
perturbations can ``foo... |
92 | Robust Reinforcement Learning in Continuous Control Tasks with Uncertainty Set Regularization | Reinforcement learning (RL) is recognized as lacking generalization and
robustness under environmental perturbations, which excessively restricts its
application for real-world robotics. Prior work claimed that adding
regularization to the value function is equivalent to learning a robust policy
with uncertain transiti... |
93 | Towards trustworthy Energy Disaggregation: A review of challenges, methods and perspectives for Non-Intrusive Load Monitoring | Non-intrusive load monitoring (NILM) is the task of disaggregating the total
power consumption into its individual sub-components. Over the years, signal
processing and machine learning algorithms have been combined to achieve this.
A lot of publications and extensive research works are performed on energy
disaggregati... |
94 | The StarCraft Multi-Agent Challenges+ : Learning of Multi-Stage Tasks and Environmental Factors without Precise Reward Functions | In this paper, we propose a novel benchmark called the StarCraft Multi-Agent
Challenges+, where agents learn to perform multi-stage tasks and to use
environmental factors without precise reward functions. The previous challenges
(SMAC) recognized as a standard benchmark of Multi-Agent Reinforcement Learning
are mainly ... |
95 | Disentangling private classes through regularization | Deep learning models are nowadays broadly deployed to solve an incredibly
large variety of tasks. However, little attention has been devoted to connected
legal aspects. In 2016, the European Union approved the General Data Protection
Regulation which entered into force in 2018. Its main rationale was to protect
the pri... |
96 | Correlation between entropy and generalizability in a neural network | Although neural networks can solve very complex machine-learning problems,
the theoretical reason for their generalizability is still not fully
understood. Here we use Wang-Landau Mote Carlo algorithm to calculate the
entropy (logarithm of the volume of a part of the parameter space) at a given
test accuracy, and a giv... |
97 | Local Multi-Label Explanations for Random Forest | Multi-label classification is a challenging task, particularly in domains
where the number of labels to be predicted is large. Deep neural networks are
often effective at multi-label classification of images and textual data. When
dealing with tabular data, however, conventional machine learning algorithms,
such as tre... |
98 | Conflicting Interactions Among Protections Mechanisms for Machine Learning Models | Nowadays, systems based on machine learning (ML) are widely used in different
domains. Given their popularity, ML models have become targets for various
attacks. As a result, research at the intersection of security and privacy, and
ML has flourished.
The research community has been exploring the attack vectors and p... |
99 | Unsupervised Crowdsourcing with Accuracy and Cost Guarantees | We consider the problem of cost-optimal utilization of a crowdsourcing
platform for binary, unsupervised classification of a collection of items,
given a prescribed error threshold. Workers on the crowdsourcing platform are
assumed to be divided into multiple classes, based on their skill, experience,
and/or past perfo... |
End of preview. Expand in Data Studio
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Please check here to see when the dataset was last updated.
Last Updated July 12th, 2022
- Downloads last month
- 12