text stringlengths 0 4.09k |
|---|
Title: Deep Learning Opacity in Scientific Discovery Abstract: Philosophers have recently focused on critical, epistemological challenges that arise from the opacity of deep neural networks. One might conclude from this literature that doing good science with opaque models is exceptionally challenging, if not impossibl... |
Title: Efficient Scheduling of Data Augmentation for Deep Reinforcement Learning Abstract: In deep reinforcement learning (RL), data augmentation is widely considered as a tool to induce a set of useful priors about semantic consistency and improve sample efficiency and generalization performance. However, even when th... |
Title: One Positive Label is Sufficient: Single-Positive Multi-Label Learning with Label Enhancement Abstract: Multi-label learning (MLL) learns from the examples each associated with multiple labels simultaneously, where the high cost of annotating all relevant labels for each training example is challenging for real-... |
Title: Feature Selection for Discovering Distributional Treatment Effect Modifiers Abstract: Finding the features relevant to the difference in treatment effects is essential to unveil the underlying causal mechanisms. Existing methods seek such features by measuring how greatly the feature attributes affect the degree... |
Title: The robust way to stack and bag: the local Lipschitz way Abstract: Recent research has established that the local Lipschitz constant of a neural network directly influences its adversarial robustness. We exploit this relationship to construct an ensemble of neural networks which not only improves the accuracy, b... |
Title: Neural Network Verification with Proof Production Abstract: Deep neural networks (DNNs) are increasingly being employed in safety-critical systems, and there is an urgent need to guarantee their correctness. Consequently, the verification community has devised multiple techniques and tools for verifying DNNs. Wh... |
Title: Differentially Private Shapley Values for Data Evaluation Abstract: The Shapley value has been proposed as a solution to many applications in machine learning, including for equitable valuation of data. Shapley values are computationally expensive and involve the entire dataset. The query for a point's Shapley v... |
Title: Convergence of Stein Variational Gradient Descent under a Weaker Smoothness Condition Abstract: Stein Variational Gradient Descent (SVGD) is an important alternative to the Langevin-type algorithms for sampling from probability distributions of the form $\pi(x) \propto \exp(-V(x))$. In the existing theory of Lan... |
Title: Proximally Sensitive Error for Anomaly Detection and Feature Learning Abstract: Mean squared error (MSE) is one of the most widely used metrics to expression differences between multi-dimensional entities, including images. However, MSE is not locally sensitive as it does not take into account the spatial arrang... |
Title: Realistic Deep Learning May Not Fit Benignly Abstract: Studies on benign overfitting provide insights for the success of overparameterized deep learning models. In this work, we examine the benign overfitting phenomena in real-world settings. We found that for tasks such as training a ResNet model on ImageNet da... |
Title: Incentivizing Combinatorial Bandit Exploration Abstract: Consider a bandit algorithm that recommends actions to self-interested users in a recommendation system. The users are free to choose other actions and need to be incentivized to follow the algorithm's recommendations. While the users prefer to exploit, th... |
Title: Rotate the ReLU to implicitly sparsify deep networks Abstract: In the era of Deep Neural Network based solutions for a variety of real-life tasks, having a compact and energy-efficient deployable model has become fairly important. Most of the existing deep architectures use Rectifier Linear Unit (ReLU) activatio... |
Title: Where are my Neighbors? Exploiting Patches Relations in Self-Supervised Vision Transformer Abstract: Vision Transformers (ViTs) enabled the use of transformer architecture on vision tasks showing impressive performances when trained on big datasets. However, on relatively small datasets, ViTs are less accurate g... |
Title: Contrastive Principal Component Learning: Modeling Similarity by Augmentation Overlap Abstract: Traditional self-supervised contrastive learning methods learn embeddings by pulling views of the same sample together and pushing views of different samples away. Since views of a sample are usually generated via dat... |
Title: Good Intentions: Adaptive Parameter Servers via Intent Signaling Abstract: Parameter servers (PSs) ease the implementation of distributed training for large machine learning (ML) tasks by providing primitives for shared parameter access. Especially for ML tasks that access parameters sparsely, PSs can achieve hi... |
Title: An $α$-No-Regret Algorithm For Graphical Bilinear Bandits Abstract: We propose the first regret-based approach to the Graphical Bilinear Bandits problem, where $n$ agents in a graph play a stochastic bilinear bandit game with each of their neighbors. This setting reveals a combinatorial NP-hard problem that prev... |
Title: Ultrahyperbolic Knowledge Graph Embeddings Abstract: Recent knowledge graph (KG) embeddings have been advanced by hyperbolic geometry due to its superior capability for representing hierarchies. The topological structures of real-world KGs, however, are rather heterogeneous, i.e., a KG is composed of multiple di... |
Title: Algorithmic Foundation of Deep X-Risk Optimization Abstract: X-risk is a term introduced to represent a family of compositional measures or objectives, in which each data point is compared with a set of data points explicitly or implicitly for defining a risk function. It includes many widely used measures or ob... |
Title: Top-down inference in an early visual cortex inspired hierarchical Variational Autoencoder Abstract: Interpreting computations in the visual cortex as learning and inference in a generative model of the environment has received wide support both in neuroscience and cognitive science. However, hierarchical comput... |
Title: Active Inference for Robotic Manipulation Abstract: Robotic manipulation stands as a largely unsolved problem despite significant advances in robotics and machine learning in the last decades. One of the central challenges of manipulation is partial observability, as the agent usually does not know all physical ... |
Title: Evaluating Gaussian Grasp Maps for Generative Grasping Models Abstract: Generalising robotic grasping to previously unseen objects is a key task in general robotic manipulation. The current method for training many antipodal generative grasping models rely on a binary ground truth grasp map generated from the ce... |
Title: Semantic Probabilistic Layers for Neuro-Symbolic Learning Abstract: We design a predictive layer for structured-output prediction (SOP) that can be plugged into any neural network guaranteeing its predictions are consistent with a set of predefined symbolic constraints. Our Semantic Probabilistic Layer (SPL) can... |
Title: Open Environment Machine Learning Abstract: Conventional machine learning studies generally assume close world scenarios where important factors of the learning process hold invariant. With the great success of machine learning, nowadays, more and more practical tasks, particularly those involving open world sce... |
Title: OmniXAI: A Library for Explainable AI Abstract: We introduce OmniXAI (short for Omni eXplainable AI), an open-source Python library of eXplainable AI (XAI), which offers omni-way explainable AI capabilities and various interpretable machine learning techniques to address the pain points of understanding and inte... |
Title: In the Eye of the Beholder: Robust Prediction with Causal User Modeling Abstract: Accurately predicting the relevance of items to users is crucial to the success of many social platforms. Conventional approaches train models on logged historical data; but recommendation systems, media services, and online market... |
Title: NeuroUnlock: Unlocking the Architecture of Obfuscated Deep Neural Networks Abstract: The advancements of deep neural networks (DNNs) have led to their deployment in diverse settings, including safety and security-critical applications. As a result, the characteristics of these models have become sensitive intell... |
Title: From Cities to Series: Complex Networks and Deep Learning for Improved Spatial and Temporal Analytics* Abstract: Graphs have often been used to answer questions about the interaction between real-world entities by taking advantage of their capacity to represent complex topologies. Complex networks are known to b... |
Title: Predicting Political Ideology from Digital Footprints Abstract: This paper proposes a new method to predict individual political ideology from digital footprints on one of the world's largest online discussion forum. We compiled a unique data set from the online discussion forum reddit that contains information ... |
Title: Optimization with access to auxiliary information Abstract: We investigate the fundamental optimization question of minimizing a target function $f(x)$ whose gradients are expensive to compute or have limited availability, given access to some auxiliary side function $h(x)$ whose gradients are cheap or more avai... |
Title: Towards Generalisable Audio Representations for Audio-Visual Navigation Abstract: In audio-visual navigation (AVN), an intelligent agent needs to navigate to a constantly sound-making object in complex 3D environments based on its audio and visual perceptions. While existing methods attempt to improve the naviga... |
Title: Attention-embedded Quadratic Network (Qttention) for Effective and Interpretable Bearing Fault Diagnosis Abstract: Bearing fault diagnosis is of great importance to decrease the damage risk of rotating machines and further improve economic profits. Recently, machine learning, represented by deep learning, has ma... |
Title: A comparative study between vision transformers and CNNs in digital pathology Abstract: Recently, vision transformers were shown to be capable of outperforming convolutional neural networks when pretrained on sufficient amounts of data. In comparison to convolutional neural networks, vision transformers have a w... |
Title: Transfer without Forgetting Abstract: This work investigates the entanglement between Continual Learning (CL) and Transfer Learning (TL). In particular, we shed light on the widespread application of network pretraining, highlighting that it is itself subject to catastrophic forgetting. Unfortunately, this issue... |
Title: A Generalized Supervised Contrastive Learning Framework Abstract: Based on recent remarkable achievements of contrastive learning in self-supervised representation learning, supervised contrastive learning (SupCon) has successfully extended the batch contrastive approaches to the supervised context and outperfor... |
Title: Empirical Study of Quality Image Assessment for Synthesis of Fetal Head Ultrasound Imaging with DCGANs Abstract: In this work, we present an empirical study of DCGANs for synthetic generation of fetal head ultrasound, consisting of hyperparameter heuristics and image quality assessment. We present experiments to... |
Title: Neural Improvement Heuristics for Preference Ranking Abstract: In recent years, Deep Learning based methods have been a revolution in the field of combinatorial optimization. They learn to approximate solutions and constitute an interesting choice when dealing with repetitive problems drawn from similar distribu... |
Title: Bayesian Learning to Discover Mathematical Operations in Governing Equations of Dynamic Systems Abstract: Discovering governing equations from data is critical for diverse scientific disciplines as they can provide insights into the underlying phenomenon of dynamic systems. This work presents a new representatio... |
Title: Strongly Augmented Contrastive Clustering Abstract: Deep clustering has attracted increasing attention in recent years due to its capability of joint representation learning and clustering via deep neural networks. In its latest developments, the contrastive learning has emerged as an effective technique to subs... |
Title: ORC: Network Group-based Knowledge Distillation using Online Role Change Abstract: In knowledge distillation, since a single, omnipotent teacher network cannot solve all problems, multiple teacher-based knowledge distillations have been studied recently. However, sometimes their improvements are not as good as e... |
Title: Learning programs by combining programs Abstract: The goal of inductive logic programming is to induce a set of rules (a logic program) that generalises examples. Inducing programs with many rules and literals is a major challenge. To tackle this challenge, we decompose programs into \emph{non-separable} fragmen... |
Title: Elucidating the Design Space of Diffusion-Based Generative Models Abstract: We argue that the theory and practice of diffusion-based generative models are currently unnecessarily convoluted and seek to remedy the situation by presenting a design space that clearly separates the concrete design choices. This lets... |
Title: Bring Your Own Algorithm for Optimal Differentially Private Stochastic Minimax Optimization Abstract: We study differentially private (DP) algorithms for smooth stochastic minimax optimization, with stochastic minimization as a byproduct. The holy grail of these settings is to guarantee the optimal trade-off bet... |
Title: Augmenting Message Passing by Retrieving Similar Graphs Abstract: Graph Neural Networks (GNNs) are effective tools for graph representation learning. Most GNNs rely on a recursive neighborhood aggregation scheme, named message passing. In this paper, motivated by the success of retrieval-based models, we propose... |
Title: DeepCluE: Enhanced Image Clustering via Multi-layer Ensembles in Deep Neural Networks Abstract: Deep clustering has recently emerged as a promising technique for complex image clustering. Despite the significant progress, previous deep clustering works mostly tend to construct the final clustering by utilizing a... |
Title: A Survey on Deep Learning for Skin Lesion Segmentation Abstract: Skin cancer is a major public health problem that could benefit from computer-aided diagnosis to reduce the burden of this common disease. Skin lesion segmentation from images is an important step toward achieving this goal. However, the presence o... |
Title: Support Vector Machines under Adversarial Label Contamination Abstract: Machine learning algorithms are increasingly being applied in security-related tasks such as spam and malware detection, although their security properties against deliberate attacks have not yet been widely understood. Intelligent and adapt... |
Title: Control of Two-way Coupled Fluid Systems with Differentiable Solvers Abstract: We investigate the use of deep neural networks to control complex nonlinear dynamical systems, specifically the movement of a rigid body immersed in a fluid. We solve the Navier Stokes equations with two way coupling, which gives rise... |
Title: Nonsmooth automatic differentiation: a cheap gradient principle and other complexity results Abstract: We provide a simple model to estimate the computational costs of the backward and forward modes of algorithmic differentiation for a wide class of nonsmooth programs. Prominent examples are the famous relu and ... |
Title: On Layer Normalizations and Residual Connections in Transformers Abstract: In the perspective of a layer normalization (LN) position, the architecture of Transformers can be categorized into two types: Post-LN and Pre-LN. Recent Transformers prefer to select Pre-LN because the training in Post-LN with deep Trans... |
Title: RLSS: A Deep Reinforcement Learning Algorithm for Sequential Scene Generation Abstract: We present RLSS: a reinforcement learning algorithm for sequential scene generation. This is based on employing the proximal policy optimization (PPO) algorithm for generative problems. In particular, we consider how to effec... |
Title: Model Generation with Provable Coverability for Offline Reinforcement Learning Abstract: Model-based offline optimization with dynamics-aware policy provides a new perspective for policy learning and out-of-distribution generalization, where the learned policy could adapt to different dynamics enumerated at the ... |
Title: Contextual Bandits with Knapsacks for a Conversion Model Abstract: We consider contextual bandits with knapsacks, with an underlying structure between rewards generated and cost vectors suffered. We do so motivated by sales with commercial discounts. At each round, given the stochastic i.i.d.\ context $\mathbf{x... |
Title: Federated Learning in Satellite Constellations Abstract: Distributed machine learning (DML) results from the synergy between machine learning and connectivity. Federated learning (FL) is a prominent instance of DML in which intermittently connected mobile clients contribute to the training of a common learning m... |
Title: Predecessor Features Abstract: Any reinforcement learning system must be able to identify which past events contributed to observed outcomes, a problem known as credit assignment. A common solution to this problem is to use an eligibility trace to assign credit to recency-weighted set of experienced events. Howe... |
Title: Multi-Complexity-Loss DNAS for Energy-Efficient and Memory-Constrained Deep Neural Networks Abstract: Neural Architecture Search (NAS) is increasingly popular to automatically explore the accuracy versus computational complexity trade-off of Deep Learning (DL) architectures. When targeting tiny edge devices, the... |
Title: Stochastic Gradient Methods with Preconditioned Updates Abstract: This work considers non-convex finite sum minimization. There are a number of algorithms for such problems, but existing methods often work poorly when the problem is badly scaled and/or ill-conditioned, and a primary goal of this work is to intro... |
Title: On the Perils of Cascading Robust Classifiers Abstract: Ensembling certifiably robust neural networks has been shown to be a promising approach for improving the \emph{certified robust accuracy} of neural models. Black-box ensembles that assume only query-access to the constituent models (and their robustness ce... |
Title: Task-Specific Expert Pruning for Sparse Mixture-of-Experts Abstract: The sparse Mixture-of-Experts (MoE) model is powerful for large-scale pre-training and has achieved promising results due to its model capacity. However, with trillions of parameters, MoE is hard to be deployed on cloud or mobile environment. T... |
Title: Provably Efficient Lifelong Reinforcement Learning with Linear Function Approximation Abstract: We study lifelong reinforcement learning (RL) in a regret minimization setting of linear contextual Markov decision process (MDP), where the agent needs to learn a multi-task policy while solving a streaming sequence ... |
Title: Self-supervised Learning for Label Sparsity in Computational Drug Repositioning Abstract: The computational drug repositioning aims to discover new uses for marketed drugs, which can accelerate the drug development process and play an important role in the existing drug discovery system. However, the number of v... |
Title: Multi-block Min-max Bilevel Optimization with Applications in Multi-task Deep AUC Maximization Abstract: In this paper, we study multi-block min-max bilevel optimization problems, where the upper level is non-convex strongly-concave minimax objective and the lower level is a strongly convex objective, and there ... |
Title: IDANI: Inference-time Domain Adaptation via Neuron-level Interventions Abstract: Large pre-trained models are usually fine-tuned on downstream task data, and tested on unseen data. When the train and test data come from different domains, the model is likely to struggle, as it is not adapted to the test domain. ... |
Title: CoNSoLe: Convex Neural Symbolic Learning Abstract: Learning the underlying equation from data is a fundamental problem in many disciplines. Recent advances rely on Neural Networks (NNs) but do not provide theoretical guarantees in obtaining the exact equations owing to the non-convexity of NNs. In this paper, we... |
Title: Star algorithm for NN ensembling Abstract: Neural network ensembling is a common and robust way to increase model efficiency. In this paper, we propose a new neural network ensemble algorithm based on Audibert's empirical star algorithm. We provide optimal theoretical minimax bound on the excess squared risk. Ad... |
Title: Interpretable Deep Learning Classifier by Detection of Prototypical Parts on Kidney Stones Images Abstract: Identifying the type of kidney stones can allow urologists to determine their formation cause, improving the early prescription of appropriate treatments to diminish future relapses. However, currently, th... |
Title: Fair Comparison between Efficient Attentions Abstract: Transformers have been successfully used in various fields and are becoming the standard tools in computer vision. However, self-attention, a core component of transformers, has a quadratic complexity problem, which limits the use of transformers in various ... |
Title: Asymptotic Properties for Bayesian Neural Network in Besov Space Abstract: Neural networks have shown great predictive power when dealing with various unstructured data such as images and natural languages. The Bayesian neural network captures the uncertainty of prediction by putting a prior distribution for the... |
Title: Privacy for Free: How does Dataset Condensation Help Privacy? Abstract: To prevent unintentional data leakage, research community has resorted to data generators that can produce differentially private data for model training. However, for the sake of the data privacy, existing solutions suffer from either expen... |
Title: Transferable Reward Learning by Dynamics-Agnostic Discriminator Ensemble Abstract: Inverse reinforcement learning (IRL) recovers the underlying reward function from expert demonstrations. A generalizable reward function is even desired as it captures the fundamental motivation of the expert. However, classical I... |
Title: Continuous Prediction with Experts' Advice Abstract: Prediction with experts' advice is one of the most fundamental problems in online learning and captures many of its technical challenges. A recent line of work has looked at online learning through the lens of differential equations and continuous-time analysi... |
Title: DM$^2$: Distributed Multi-Agent Reinforcement Learning for Distribution Matching Abstract: Current approaches to multi-agent cooperation rely heavily on centralized mechanisms or explicit communication protocols to ensure convergence. This paper studies the problem of distributed multi-agent learning without res... |
Title: Lower and Upper Bounds for Numbers of Linear Regions of Graph Convolutional Networks Abstract: The research for characterizing GNN expressiveness attracts much attention as graph neural networks achieve a champion in the last five years. The number of linear regions has been considered a good measure for the exp... |
Title: Torsional Diffusion for Molecular Conformer Generation Abstract: Molecular conformer generation is a fundamental task in computational chemistry. Several machine learning approaches have been developed, but none have outperformed state-of-the-art cheminformatics methods. We propose torsional diffusion, a novel d... |
Title: Learning to Untangle Genome Assembly with Graph Convolutional Networks Abstract: A quest to determine the complete sequence of a human DNA from telomere to telomere started three decades ago and was finally completed in 2021. This accomplishment was a result of a tremendous effort of numerous experts who enginee... |
Title: Adaptive Online Learning of Quantum States Abstract: In the fundamental problem of shadow tomography, the goal is to efficiently learn an unknown $d$-dimensional quantum state using projective measurements. However, it is rarely the case that the underlying state remains stationary: changes may occur due to meas... |
Title: How Biased is Your Feature?: Computing Fairness Influence Functions with Global Sensitivity Analysis Abstract: Fairness in machine learning has attained significant focus due to the widespread application of machine learning in high-stake decision-making tasks. Unless regulated with a fairness objective, machine... |
Title: Transformer with Fourier Integral Attentions Abstract: Multi-head attention empowers the recent success of transformers, the state-of-the-art models that have achieved remarkable success in sequence modeling and beyond. These attention mechanisms compute the pairwise dot products between the queries and keys, wh... |
Title: ResAct: Reinforcing Long-term Engagement in Sequential Recommendation with Residual Actor Abstract: Long-term engagement is preferred over immediate engagement in sequential recommendation as it directly affects product operational metrics such as daily active users (DAUs) and dwell time. Meanwhile, reinforcemen... |
Title: DisPFL: Towards Communication-Efficient Personalized Federated Learning via Decentralized Sparse Training Abstract: Personalized federated learning is proposed to handle the data heterogeneity problem amongst clients by learning dedicated tailored local models for each user. However, existing works are often bui... |
Title: On Gap-dependent Bounds for Offline Reinforcement Learning Abstract: This paper presents a systematic study on gap-dependent sample complexity in offline reinforcement learning. Prior work showed when the density ratio between an optimal policy and the behavior policy is upper bounded (the optimal policy coverag... |
Title: Learning Sparse Nonlinear Dynamics via Mixed-Integer Optimization Abstract: Discovering governing equations of complex dynamical systems directly from data is a central problem in scientific machine learning. In recent years, the sparse identification of nonlinear dynamics (SINDy) framework, powered by heuristic... |
Title: Discovering the Hidden Vocabulary of DALLE-2 Abstract: We discover that DALLE-2 seems to have a hidden vocabulary that can be used to generate images with absurd prompts. For example, it seems that \texttt{Apoploe vesrreaitais} means birds and \texttt{Contarra ccetnxniams luryca tanniounons} (sometimes) means bu... |
Title: Byzantine-Robust Online and Offline Distributed Reinforcement Learning Abstract: We consider a distributed reinforcement learning setting where multiple agents separately explore the environment and communicate their experiences through a central server. However, $\alpha$-fraction of agents are adversarial and c... |
Title: A Theoretical Framework for Inference Learning Abstract: Backpropagation (BP) is the most successful and widely used algorithm in deep learning. However, the computations required by BP are challenging to reconcile with known neurobiology. This difficulty has stimulated interest in more biologically plausible al... |
Title: PAGER: Progressive Attribute-Guided Extendable Robust Image Generation Abstract: This work presents a generative modeling approach based on successive subspace learning (SSL). Unlike most generative models in the literature, our method does not utilize neural networks to analyze the underlying source distributio... |
Title: Provably Efficient Offline Multi-agent Reinforcement Learning via Strategy-wise Bonus Abstract: This paper considers offline multi-agent reinforcement learning. We propose the strategy-wise concentration principle which directly builds a confidence interval for the joint strategy, in contrast to the point-wise c... |
Title: A Kernelised Stein Statistic for Assessing Implicit Generative Models Abstract: Synthetic data generation has become a key ingredient for training machine learning procedures, addressing tasks such as data augmentation, analysing privacy-sensitive data, or visualising representative samples. Assessing the qualit... |
Title: Hands-Up: Leveraging Synthetic Data for Hands-On-Wheel Detection Abstract: Over the past few years there has been major progress in the field of synthetic data generation using simulation based techniques. These methods use high-end graphics engines and physics-based ray-tracing rendering in order to represent t... |
Title: CASSOCK: Viable Backdoor Attacks against DNN in The Wall of Source-Specific Backdoor Defences Abstract: Backdoor attacks have been a critical threat to deep neural network (DNN). However, most existing countermeasures focus on source-agnostic backdoor attacks (SABAs) and fail to defeat source-specific backdoor a... |
Title: IGLU Gridworld: Simple and Fast Environment for Embodied Dialog Agents Abstract: We present the IGLU Gridworld: a reinforcement learning environment for building and evaluating language conditioned embodied agents in a scalable way. The environment features visual agent embodiment, interactive learning through c... |
Title: Social Bias Meets Data Bias: The Impacts of Labeling and Measurement Errors on Fairness Criteria Abstract: Although many fairness criteria have been proposed to ensure that machine learning algorithms do not exhibit or amplify our existing social biases, these algorithms are trained on datasets that can themselv... |
Title: End-to-end Optimization of Machine Learning Prediction Queries Abstract: Prediction queries are widely used across industries to perform advanced analytics and draw insights from data. They include a data processing part (e.g., for joining, filtering, cleaning, featurizing the datasets) and a machine learning (M... |
Title: AVIDA: Alternating method for Visualizing and Integrating Data Abstract: High-dimensional multimodal data arises in many scientific fields. The integration of multimodal data becomes challenging when there is no known correspondence between the samples and the features of different datasets. To tackle this chall... |
Title: Pre-training via Denoising for Molecular Property Prediction Abstract: Many important problems involving molecular property prediction from 3D structures have limited data, posing a generalization challenge for neural networks. In this paper, we describe a pre-training technique that utilizes large datasets of 3... |
Title: Fairness Transferability Subject to Bounded Distribution Shift Abstract: Given an algorithmic predictor that is "fair" on some source distribution, will it still be fair on an unknown target distribution that differs from the source within some bound? In this paper, we study the transferability of statistical gr... |
Title: ForestPrune: Compact Depth-Controlled Tree Ensembles Abstract: Tree ensembles are versatile supervised learning algorithms that achieve state-of-the-art performance. These models are extremely powerful but can grow to enormous sizes. As a result, tree ensembles are often post-processed to reduce memory footprint... |
Title: Communication-efficient distributed eigenspace estimation with arbitrary node failures Abstract: We develop an eigenspace estimation algorithm for distributed environments with arbitrary node failures, where a subset of computing nodes can return structurally valid but otherwise arbitrarily chosen responses. Not... |
Title: Near-Optimal Collaborative Learning in Bandits Abstract: This paper introduces a general multi-agent bandit model in which each agent is facing a finite set of arms and may communicate with other agents through a central controller in order to identify, in pure exploration, or play, in regret minimization, its o... |
Title: Decentralized Competing Bandits in Non-Stationary Matching Markets Abstract: Understanding complex dynamics of two-sided online matching markets, where the demand-side agents compete to match with the supply-side (arms), has recently received substantial interest. To that end, in this paper, we introduce the fra... |
Title: Principle of Relevant Information for Graph Sparsification Abstract: Graph sparsification aims to reduce the number of edges of a graph while maintaining its structural properties. In this paper, we propose the first general and effective information-theoretic formulation of graph sparsification, by taking inspi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.