review stringlengths 5 16.6k | score stringclasses 5
values | area stringclasses 12
values | text stringlengths 31 5.65k |
|---|---|---|---|
Using KDE queries (as black box), the paper proposes to effciently solve various gram matrix related problems such as spectral approximation/sparsification, simulating random walks, weighted sampling, etc. In each case, a theoretical bound on the approximation/quality along with no. KDE queries is presented. Simulatio... | Recommendation: 8: accept, good paper | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
Using KDE queries (as black box), the paper proposes to effciently solve various gram matrix related problems such as spectral approximation/sparsification, simulating random walks, weighted sampling, etc. In each case, a theoretical bound on the approximation/quality along with no. KDE queries is presented. S... |
The authors examine how a wide variety of transformer architecture choices (and a few non-transformer architectures such as MLP-Mixers and dynamic convolutions) scale over a wide range of model sizes. Their models are implemented in a sequence-to-sequence manner, and evaluated with pretraining perplexity and SuperGlue ... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
The authors examine how a wide variety of transformer architecture choices (and a few non-transformer architectures such as MLP-Mixers and dynamic convolutions) scale over a wide range of model sizes. Their models are implemented in a sequence-to-sequence manner, and evaluated with pretraining perplexity and Su... |
The paper studies pessimistic model-based offline reinforcement learning. Motivated by the fact that ensemble methods do not provide accurate uncertainty quantifiers used for constructing penalties subtracted from rewards, the authors present an entropy-regularized algorithm that learns a pessimistic model and provides... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper studies pessimistic model-based offline reinforcement learning. Motivated by the fact that ensemble methods do not provide accurate uncertainty quantifiers used for constructing penalties subtracted from rewards, the authors present an entropy-regularized algorithm that learns a pessimistic model and ... |
The authors propose to train a policy, a state-encoder, and a dynamic model in model-based RL with the novel evidence lower bound on expected returns loss. In this way policy, encoder, and dynamic model have the same objective to maximize which differs this work from the previous ones.
In model-based RL algorithms li... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The authors propose to train a policy, a state-encoder, and a dynamic model in model-based RL with the novel evidence lower bound on expected returns loss. In this way policy, encoder, and dynamic model have the same objective to maximize which differs this work from the previous ones.
In model-based RL algor... |
This paper proposes a novel attack, called camouflaged data poisoning attacks by leveraging a machine unlearning mechanism. This attack needs generate a pair of poisoning and camouflage datasets, which has less impact to the model on normal testing data. After triggering the machine unlearning procedure on the camoufla... | Recommendation: 6: marginally above the acceptance threshold | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
This paper proposes a novel attack, called camouflaged data poisoning attacks by leveraging a machine unlearning mechanism. This attack needs generate a pair of poisoning and camouflage datasets, which has less impact to the model on normal testing data. After triggering the machine unlearning procedure on the ... |
The paper aims to solve the suboptimal problems caused by the pretraining models in industrial systems. And the authors analyze the problem with four aspects( the gap of uniform convergence for analyzing pretrained representations, their stochastic nature under gradient descent optimization, what model convergence mean... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper aims to solve the suboptimal problems caused by the pretraining models in industrial systems. And the authors analyze the problem with four aspects( the gap of uniform convergence for analyzing pretrained representations, their stochastic nature under gradient descent optimization, what model converge... |
The authors propose to use temporal changes in object views that occur naturally in developing infants' visual environment as data augmentations for time-based self-supervised learning. Using a rendering environment they create positive and negative training pairs using 3d object manipulations such as rotations, saccad... | Recommendation: 6: marginally above the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
The authors propose to use temporal changes in object views that occur naturally in developing infants' visual environment as data augmentations for time-based self-supervised learning. Using a rendering environment they create positive and negative training pairs using 3d object manipulations such as rotations... |
This paper proposes a visual and linguistic bounded explanation method to make part of NN models explainable by adding both attribute-wise and language-wise explanations. Specifically, they add a trainable part between the feature extractor (e.g., pre-trained Resnet) and label embedding, and the added part can be expla... | Recommendation: 3: reject, not good enough | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
This paper proposes a visual and linguistic bounded explanation method to make part of NN models explainable by adding both attribute-wise and language-wise explanations. Specifically, they add a trainable part between the feature extractor (e.g., pre-trained Resnet) and label embedding, and the added part can ... |
This paper reviews the desiderata of GNN and proposes SlenderGNN, a simple linear GNN, to meet the needs. The proposed SlenderGNN comes from the linearization framework, which can resemble various GNN designs. Towards these desiderata, the authors present several sanity check, and the proposed SlenderGNN pass all of th... | Recommendation: 6: marginally above the acceptance threshold | Area: General Machine Learning | Review:
This paper reviews the desiderata of GNN and proposes SlenderGNN, a simple linear GNN, to meet the needs. The proposed SlenderGNN comes from the linearization framework, which can resemble various GNN designs. Towards these desiderata, the authors present several sanity check, and the proposed SlenderGNN pass a... |
This paper proposes a framework to construct uncertainty sets in the online setting to control the risk of the coverage, false negative rate, or F1 score. The propose method has theoretical guarantee for risk control at the user specified level for different underlying data like distribution shifts over time in an unkn... | Recommendation: 3: reject, not good enough | Area: General Machine Learning | Review:
This paper proposes a framework to construct uncertainty sets in the online setting to control the risk of the coverage, false negative rate, or F1 score. The propose method has theoretical guarantee for risk control at the user specified level for different underlying data like distribution shifts over time in... |
This paper proposes an architecture and method for online training for robotic datasets
Strengths:
- The proposal is complete and can be trained on various sim environments
- Apparently able to learn from multi robot data
Weaknesses:
- Tested on sim only. Online learning is too slow to be practical in real.
- The pap... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper proposes an architecture and method for online training for robotic datasets
Strengths:
- The proposal is complete and can be trained on various sim environments
- Apparently able to learn from multi robot data
Weaknesses:
- Tested on sim only. Online learning is too slow to be practical in real.
-... |
This paper studies fast background planning, based on an abstract model over subgoals. The subgoal space is predefined, and the authors then learn expected return and discount models between subgoals, which are used in a tabular dynamic programming procedure. The resulting value function is added to the bootstrapping o... | Recommendation: 5: marginally below the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper studies fast background planning, based on an abstract model over subgoals. The subgoal space is predefined, and the authors then learn expected return and discount models between subgoals, which are used in a tabular dynamic programming procedure. The resulting value function is added to the bootstr... |
The paper introduces an MCMC-based framework that introduces conditional transformations that respect certain 3d structural properties of proteins with the motivation to learn conformation invariant representation.
Strengths:
+ MCMC-based strategy for learning representations that are invariant to conditional transfo... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper introduces an MCMC-based framework that introduces conditional transformations that respect certain 3d structural properties of proteins with the motivation to learn conformation invariant representation.
Strengths:
+ MCMC-based strategy for learning representations that are invariant to conditional... |
The paper proposes to optimize a population of agents generated through self-play to cover a multi-objective Pareto front among objectives for play style and performance (skill level). Play style is quantified in terms of state changes during play against various opponents. The optimization algorithm adapts the NSGA-II... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper proposes to optimize a population of agents generated through self-play to cover a multi-objective Pareto front among objectives for play style and performance (skill level). Play style is quantified in terms of state changes during play against various opponents. The optimization algorithm adapts the... |
The authors propose an algorithm named TiAda which is a time-scale adaptive algorithm for non-convex-strongly-convex (NC-SC) minimax problems. The algorithm is a single loop and problem-specific parameter agnostic one, which are improvements over the related prior work. The authors provide insight into the design of th... | Recommendation: 6: marginally above the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
The authors propose an algorithm named TiAda which is a time-scale adaptive algorithm for non-convex-strongly-convex (NC-SC) minimax problems. The algorithm is a single loop and problem-specific parameter agnostic one, which are improvements over the related prior work. The authors provide insight into the desi... |
This paper presents a framework for task-free continual learning. The framework consists of a method for converting any dataset to a task-free continual learning problem where information on the class is not required and is not explicit, but rather examples from different classes can be observed at any step of the lear... | Recommendation: 3: reject, not good enough | Area: General Machine Learning | Review:
This paper presents a framework for task-free continual learning. The framework consists of a method for converting any dataset to a task-free continual learning problem where information on the class is not required and is not explicit, but rather examples from different classes can be observed at any step of ... |
The paper studies when Random Fourier Features (RFF) is able to create a Johnson-Lindenstrauss-like result for preserving the distances between the feature mappings of vectors given a shift-invariant kernel. Prior work emphasized different metrics, like getting an additive error guarantee on the pairwise distances, ins... | Recommendation: 8: accept, good paper | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
The paper studies when Random Fourier Features (RFF) is able to create a Johnson-Lindenstrauss-like result for preserving the distances between the feature mappings of vectors given a shift-invariant kernel. Prior work emphasized different metrics, like getting an additive error guarantee on the pairwise distan... |
The paper proposes a new way to estimate Shapely values for Vision Transformers. It is required to evaluate the model on partial inputs for estimating Shapely values. For CNNs, this is difficult (e.g. masking areas with gray produces out-of-distribution samples). However, the inputs of vision transformer can be more ea... | Recommendation: 8: accept, good paper | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
The paper proposes a new way to estimate Shapely values for Vision Transformers. It is required to evaluate the model on partial inputs for estimating Shapely values. For CNNs, this is difficult (e.g. masking areas with gray produces out-of-distribution samples). However, the inputs of vision transformer can be... |
1. The paper argues in favor of random sampling (termed as soft sampling) over other methods - specifically coreset based. The argument is well understood and to summarize
a. The advantage of coresets in accuracy over random sampling is limited in some (maybe authors want to argue over many / most? But the evidenc... | Recommendation: 3: reject, not good enough | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
1. The paper argues in favor of random sampling (termed as soft sampling) over other methods - specifically coreset based. The argument is well understood and to summarize
a. The advantage of coresets in accuracy over random sampling is limited in some (maybe authors want to argue over many / most? But the... |
The paper focuses on learning GNNs on open temporal graph where new nodes with novel classes are also added to the graph. The proposed method solves two major issues that existing temporal GNN methods have under this setting: learning with added heterophily and catastrophic forgetting. To solve the catastrophic forgett... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
The paper focuses on learning GNNs on open temporal graph where new nodes with novel classes are also added to the graph. The proposed method solves two major issues that existing temporal GNN methods have under this setting: learning with added heterophily and catastrophic forgetting. To solve the catastrophic... |
The paper proposes a method called Goodness of Fit Autoencoder (GoFAE) which uses goodness of fit (GoF) to regularize the posterior at the mini-batch level and selects a regularization coefficient at the global level (a few mini-batches) by making the distribution of p-values from each mini-batch uniform. Empirical res... | Recommendation: 6: marginally above the acceptance threshold | Area: Generative models | Review:
The paper proposes a method called Goodness of Fit Autoencoder (GoFAE) which uses goodness of fit (GoF) to regularize the posterior at the mini-batch level and selects a regularization coefficient at the global level (a few mini-batches) by making the distribution of p-values from each mini-batch uniform. Empir... |
This paper aims at accelerating translation inference without quality degeneration. The authors extend the idea of "Predict-Verify" to "Draft-Verify" and propose SpecDec which leverages a non-autoregressive model to produce the next k tokens followed by an autoregressive model verifying these predictions in parallel. O... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper aims at accelerating translation inference without quality degeneration. The authors extend the idea of "Predict-Verify" to "Draft-Verify" and propose SpecDec which leverages a non-autoregressive model to produce the next k tokens followed by an autoregressive model verifying these predictions in par... |
This papar focuses on the model-based off-policy evaluation(OPE) method, where there exist both limited coverage of state-action space and sensitive initialization during training the transition model. To address these, this paper presents the variational latent branching model(VLBM) to obtain as much information from ... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This papar focuses on the model-based off-policy evaluation(OPE) method, where there exist both limited coverage of state-action space and sensitive initialization during training the transition model. To address these, this paper presents the variational latent branching model(VLBM) to obtain as much informati... |
The paper aims to establish a dataset / benchmark for gene regulatory network inference from single-cell data.
The paper is hard to follow for me. From the abstract and introduction, it seems it aims at providing a dataset / benchmark for GRN inference that would be very easy to understand and use by researchers from o... | Recommendation: 3: reject, not good enough | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
The paper aims to establish a dataset / benchmark for gene regulatory network inference from single-cell data.
The paper is hard to follow for me. From the abstract and introduction, it seems it aims at providing a dataset / benchmark for GRN inference that would be very easy to understand and use by researcher... |
The paper proposes a new framework to achieve fair outcomes in settings where access to sensitive attributes is not available. The method is called Unsupervised Locality-base Proxy Label assignment (ULPL) and is based on assigning proxy labels according to model predictions for poor vs well-modeled instances. The autho... | Recommendation: 6: marginally above the acceptance threshold | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
The paper proposes a new framework to achieve fair outcomes in settings where access to sensitive attributes is not available. The method is called Unsupervised Locality-base Proxy Label assignment (ULPL) and is based on assigning proxy labels according to model predictions for poor vs well-modeled instances. T... |
This paper proposes a novel framework to conduct evaluation-free model selection for graph learning models, i.e., without having to train/evaluate any model on the new graph. The framework learns latent embeddings for observed models and the corresponding performance on observed graphs. Moreover, meta-graph features ar... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper proposes a novel framework to conduct evaluation-free model selection for graph learning models, i.e., without having to train/evaluate any model on the new graph. The framework learns latent embeddings for observed models and the corresponding performance on observed graphs. Moreover, meta-graph fea... |
This work derived a new deep adversary CCA method, which is called adCCA, from DCCA framework. The authors frame CCA problem under the assumption that the representations of different modalities obey an identical distribution in a common latent subspace. Compared to other DNN-based CCA methods, the authors claim 1) the... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
This work derived a new deep adversary CCA method, which is called adCCA, from DCCA framework. The authors frame CCA problem under the assumption that the representations of different modalities obey an identical distribution in a common latent subspace. Compared to other DNN-based CCA methods, the authors clai... |
For the mobile UI understanding tasks, the authors achieve advanced performance on multi-task learning and few-shot learning by pretraining the vision-language model on the proposed 2.69M dataset. This pretraining-finetune framework is easily scalable to other UI modeling tasks and not needs the view hierarchy as auxil... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
For the mobile UI understanding tasks, the authors achieve advanced performance on multi-task learning and few-shot learning by pretraining the vision-language model on the proposed 2.69M dataset. This pretraining-finetune framework is easily scalable to other UI modeling tasks and not needs the view hierarchy ... |
The paper proposed a communication-efficient federated learning algorithm, FedACG to accelerate the convergence of training. Specifically, by adding a momentum to the aggregated weight and using this term as a regularizer, the authors show that the model can converge faster with higher accuracy theoretically and empiri... | Recommendation: 5: marginally below the acceptance threshold | Area: General Machine Learning | Review:
The paper proposed a communication-efficient federated learning algorithm, FedACG to accelerate the convergence of training. Specifically, by adding a momentum to the aggregated weight and using this term as a regularizer, the authors show that the model can converge faster with higher accuracy theoretically an... |
This paper proves an isoperimetric theorem for the image space. Specifically, it shows, in the pixel space of images, for every class of size less than half of the space, most of the points in the class are located on the boundary of the class (hence a small adversarial perturbation will move the point out of the class... | Recommendation: 8: accept, good paper | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
This paper proves an isoperimetric theorem for the image space. Specifically, it shows, in the pixel space of images, for every class of size less than half of the space, most of the points in the class are located on the boundary of the class (hence a small adversarial perturbation will move the point out of t... |
This paper proposes an interpretable transport map based method for explaining the distribution shift. It further proposes methods to calculate and obtain k-spare and k-cluster transport, based on pre-defined hyperparameters. Extensive evaluation has been performed to demonstrate the promising of the proposed methods.
... | Recommendation: 5: marginally below the acceptance threshold | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
This paper proposes an interpretable transport map based method for explaining the distribution shift. It further proposes methods to calculate and obtain k-spare and k-cluster transport, based on pre-defined hyperparameters. Extensive evaluation has been performed to demonstrate the promising of the proposed m... |
This paper proposes a method that integrates a rule-based control policy with online/offline reinforcement learning. The proposed method, RUBICON, is an extension of TD3+BC, which is one of the state-of-the-art offline RL algorithms. The basic idea is to switch the actor's loss function based on the state-action value ... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper proposes a method that integrates a rule-based control policy with online/offline reinforcement learning. The proposed method, RUBICON, is an extension of TD3+BC, which is one of the state-of-the-art offline RL algorithms. The basic idea is to switch the actor's loss function based on the state-actio... |
This paper tackles the question of policy diversity in RL, with the specific goal of optimizing the diversity of obtained policies _within_ different quality levels (as one would, for example, want different AI difficulty levels within video games).
To do so, the authors first propose a framework that describes this ... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper tackles the question of policy diversity in RL, with the specific goal of optimizing the diversity of obtained policies _within_ different quality levels (as one would, for example, want different AI difficulty levels within video games).
To do so, the authors first propose a framework that describ... |
The authors use interval-bound propagation to work with few-shot learning problems. Interval arithmetic was used to model the manifold of data devoted to task interpolation. Finally, the authors apply interval architecture to model-agnostic meta-learning and prototype-based metric-learning paradigms.
1. Related work se... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The authors use interval-bound propagation to work with few-shot learning problems. Interval arithmetic was used to model the manifold of data devoted to task interpolation. Finally, the authors apply interval architecture to model-agnostic meta-learning and prototype-based metric-learning paradigms.
1. Related... |
The paper studies reinforcement learning (RL) in high-dimensional continuous action spaces. It introduces Variational Reparametrized Policy (VRP), which formulates the policy as a generative model for optimal trajectories, optimized using a variational approach. The paper claims that this allows modeling complex and mu... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper studies reinforcement learning (RL) in high-dimensional continuous action spaces. It introduces Variational Reparametrized Policy (VRP), which formulates the policy as a generative model for optimal trajectories, optimized using a variational approach. The paper claims that this allows modeling comple... |
This work proposed a deep probabilistic framework for modeling the distributions of each time-series together using a soft distributional coherency regularization (SDCR) over forecast distributions. It has the advantages of 1) adapting to both strong and weak hierarchical consistent datasets and 2) producing well calib... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This work proposed a deep probabilistic framework for modeling the distributions of each time-series together using a soft distributional coherency regularization (SDCR) over forecast distributions. It has the advantages of 1) adapting to both strong and weak hierarchical consistent datasets and 2) producing we... |
The authors present a novel and *simple* approach for contrastive learning by leveraging LDA-based data augmentation at document level; and StanfordNLP-based antonym substitution at sentence level for dissimilar sentence pairs. Existing approaches like SimCSE (dropout-only), SSMBA and MASKER (masking-based), DeCLUTR ... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
The authors present a novel and *simple* approach for contrastive learning by leveraging LDA-based data augmentation at document level; and StanfordNLP-based antonym substitution at sentence level for dissimilar sentence pairs. Existing approaches like SimCSE (dropout-only), SSMBA and MASKER (masking-based), ... |
The paper proposes a semantic manipulation framework, combining low-level and high-level conditions, for object removal, object replacement, semantic relationship change and object addition. Quantitative and qualitative experiments validate the effectiveness of this design.
### Strengths
1. Each of the four mentioned p... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The paper proposes a semantic manipulation framework, combining low-level and high-level conditions, for object removal, object replacement, semantic relationship change and object addition. Quantitative and qualitative experiments validate the effectiveness of this design.
### Strengths
1. Each of the four men... |
In this paper, an interesting finds are demonstrated: instead of always finetuning the last layer of the model, tuning different layers works best for different types of distribution shifts. 3 types of shifts are discussed: (1) Input-level shift, first-layer finetuning is better; (2) Feature-level shift, mid-later bloc... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
In this paper, an interesting finds are demonstrated: instead of always finetuning the last layer of the model, tuning different layers works best for different types of distribution shifts. 3 types of shifts are discussed: (1) Input-level shift, first-layer finetuning is better; (2) Feature-level shift, mid-la... |
The authors study the problem of spurious correlations during continual learning. They divide the problem into two cases: the typical spurious correlation setting, and a local spurious correlation setting where the spuriousness is due to limited data within each task. They conduct experiments for each of the two cases,... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
The authors study the problem of spurious correlations during continual learning. They divide the problem into two cases: the typical spurious correlation setting, and a local spurious correlation setting where the spuriousness is due to limited data within each task. They conduct experiments for each of the tw... |
This paper studied minimizing quasar convex functions. Authors studied the relationship between quasar convexity and many common structure assumptions in nonconvex optimization, and verify that GLM satisfies quasar convexity under mild conditions. Then they proposed a new algorithm based on the continuized discretizati... | Recommendation: 6: marginally above the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
This paper studied minimizing quasar convex functions. Authors studied the relationship between quasar convexity and many common structure assumptions in nonconvex optimization, and verify that GLM satisfies quasar convexity under mild conditions. Then they proposed a new algorithm based on the continuized disc... |
This work identifies four structural assumptions of low-rank POMDPs that allow for designing algorithms
with sample complexity that scales:
i) polynomially in the intrinsic dimension $d$ (transition kernel's rank) and the horizon length $H$; and
ii) *exponentially* with the past and future window sizes $\ell$ and $k$,... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This work identifies four structural assumptions of low-rank POMDPs that allow for designing algorithms
with sample complexity that scales:
i) polynomially in the intrinsic dimension $d$ (transition kernel's rank) and the horizon length $H$; and
ii) *exponentially* with the past and future window sizes $\ell$ ... |
This paper presents a controlled empirical study that compares the capability of representational transfer between unsupervised image-only model (mostly SimCLR) and unsupervised vision and language models (mostly CLIP). The central question that the paper tries to answer is whether unsupervised vision-and-language mode... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
This paper presents a controlled empirical study that compares the capability of representational transfer between unsupervised image-only model (mostly SimCLR) and unsupervised vision and language models (mostly CLIP). The central question that the paper tries to answer is whether unsupervised vision-and-langu... |
This paper presents a framework to test whether a certain [symmetric] community property of the stochastic block model (SBM) is satisfied and calculate p-values the quantify the uncertainty. The paper introduces a shadowing bootstrap method to deal with the combinatorial challenges of the test. The framework relies a c... | Recommendation: 8: accept, good paper | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
This paper presents a framework to test whether a certain [symmetric] community property of the stochastic block model (SBM) is satisfied and calculate p-values the quantify the uncertainty. The paper introduces a shadowing bootstrap method to deal with the combinatorial challenges of the test. The framework re... |
This paper is about a Federated learning problem in which every input data point’s $z$ contribution to the objective is an arbitrary function $f$ or the sum of pairwise loss functions, each of which depends on $z$ and some other data point $z^\prime$. This is called compositional pairwise risk (CPR) optimization proble... | Recommendation: 6: marginally above the acceptance threshold | Area: General Machine Learning | Review:
This paper is about a Federated learning problem in which every input data point’s $z$ contribution to the objective is an arbitrary function $f$ or the sum of pairwise loss functions, each of which depends on $z$ and some other data point $z^\prime$. This is called compositional pairwise risk (CPR) optimizatio... |
This paper studies promoting cooperation in games. The authors provide a method where similarity information can achieve similar cooperation levels compared to previous method that requires agent's policies to be transparent.
The paper provides a clear discussion of the motivation and details of the proposed method.
T... | Recommendation: 5: marginally below the acceptance threshold | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
This paper studies promoting cooperation in games. The authors provide a method where similarity information can achieve similar cooperation levels compared to previous method that requires agent's policies to be transparent.
The paper provides a clear discussion of the motivation and details of the proposed me... |
This paper proposes a method to backdoor a neural network so that it classifies certain samples containing a trigger as the attacker intended. The proposed approach assumes to have a set of surrogate models to generate a universal perturbation as done in an evasion attack, and take the universal perturbation as a backd... | Recommendation: 3: reject, not good enough | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
This paper proposes a method to backdoor a neural network so that it classifies certain samples containing a trigger as the attacker intended. The proposed approach assumes to have a set of surrogate models to generate a universal perturbation as done in an evasion attack, and take the universal perturbation as... |
This paper attempts to address the fair representation learning method for unsupervised learning. They define a notion of fairness, computational-unidentifiability, which suggests the fairness of the representation as the distributional independence of the sensitive groups. They also propose a new fairness metric, FFD,... | Recommendation: 6: marginally above the acceptance threshold | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
This paper attempts to address the fair representation learning method for unsupervised learning. They define a notion of fairness, computational-unidentifiability, which suggests the fairness of the representation as the distributional independence of the sensitive groups. They also propose a new fairness metr... |
The paper propose a new aggregation method for Object-Centric Representation Learning. That is, a conversion of CxHxW feature map into KxHxW masks with K objects. Instead of standard attention of softmax, the paper injects an optimization problem related to minimum cut problem.
The interesting and promising aspect of t... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper propose a new aggregation method for Object-Centric Representation Learning. That is, a conversion of CxHxW feature map into KxHxW masks with K objects. Instead of standard attention of softmax, the paper injects an optimization problem related to minimum cut problem.
The interesting and promising asp... |
This paper studies how OOD samples within datasets impact the generalization error on the desired task and observe that the generalization error of the task can be a non-monotonic function of the number of OOD samples. This work also develops an algorithmic procedure to train on the target task that is resilient to OOD... | Recommendation: 6: marginally above the acceptance threshold | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
This paper studies how OOD samples within datasets impact the generalization error on the desired task and observe that the generalization error of the task can be a non-monotonic function of the number of OOD samples. This work also develops an algorithmic procedure to train on the target task that is resilien... |
The paper designs an adversarial attack method that acts on randomized smoothing based models, which in fact provide provable guarantee on adversarial robustness. Specifically, the paper approximates the non-differentiable operation of randomized smoothing with Gumbel-softmax, and a CW-like attack objective, and a heur... | Recommendation: 3: reject, not good enough | Area: General Machine Learning | Review:
The paper designs an adversarial attack method that acts on randomized smoothing based models, which in fact provide provable guarantee on adversarial robustness. Specifically, the paper approximates the non-differentiable operation of randomized smoothing with Gumbel-softmax, and a CW-like attack objective, an... |
This paper addresses an important issue in drug repurposing methods, which is how to find biologically reasonable paths between drugs and potentially targeted diseases. The authors present a computational framework that can not only predict the treatment probabilities between drugs and diseases but also produce path-ba... | Recommendation: 6: marginally above the acceptance threshold | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
This paper addresses an important issue in drug repurposing methods, which is how to find biologically reasonable paths between drugs and potentially targeted diseases. The authors present a computational framework that can not only predict the treatment probabilities between drugs and diseases but also produce... |
This paper studies the noise contrastive estimation (NCE). NCE aims to learn probability density functions by first choosing a simple "noise" distribution and then training the parameters by minimizing the NCE loss, where the NCE loss measures the difference between the target distribution and the "noise" distribution.... | Recommendation: 5: marginally below the acceptance threshold | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
This paper studies the noise contrastive estimation (NCE). NCE aims to learn probability density functions by first choosing a simple "noise" distribution and then training the parameters by minimizing the NCE loss, where the NCE loss measures the difference between the target distribution and the "noise" distr... |
An online imitation learning algorithm with implicit reward is proposed, where the learning objective is to minimize $\chi^2$-divergence between the expert distribution and the mixture of expert and policy distributions. The idea of this work is motivated by the practical implementation of IQ-Learn that violates their ... | Recommendation: 5: marginally below the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
An online imitation learning algorithm with implicit reward is proposed, where the learning objective is to minimize $\chi^2$-divergence between the expert distribution and the mixture of expert and policy distributions. The idea of this work is motivated by the practical implementation of IQ-Learn that violate... |
This paper proposes a new learning framework to tackle the label distribution skew challenge in federated learning. Specifically, the paper introduces a novel feature representation alignment technique and a classifier combination technique to exploit both shared representation and inter-client classifier collaboration... | Recommendation: 8: accept, good paper | Area: General Machine Learning | Review:
This paper proposes a new learning framework to tackle the label distribution skew challenge in federated learning. Specifically, the paper introduces a novel feature representation alignment technique and a classifier combination technique to exploit both shared representation and inter-client classifier colla... |
This paper proposes a method to reverse engineer the attributes of black-box neural networks without knowing the training set of the target model. Specifically, this paper transforms the reverse engineering problem into an out of distribution generalization problem and constructs a DREAM framework to predict the attrib... | Recommendation: 6: marginally above the acceptance threshold | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
This paper proposes a method to reverse engineer the attributes of black-box neural networks without knowing the training set of the target model. Specifically, this paper transforms the reverse engineering problem into an out of distribution generalization problem and constructs a DREAM framework to predict th... |
This paper proposes an application of Model-agnostic meta learning (MAML) (Finn et al., 2017) for the Erdos-Goes-Neural (EGN) framework (Karalias and Loukas, 2020). This will allow faster learning of novel combinatorial optimization tasks through learning better model initialization. The method is applied to several cl... | Recommendation: 6: marginally above the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
This paper proposes an application of Model-agnostic meta learning (MAML) (Finn et al., 2017) for the Erdos-Goes-Neural (EGN) framework (Karalias and Loukas, 2020). This will allow faster learning of novel combinatorial optimization tasks through learning better model initialization. The method is applied to se... |
The paper considers the setting where one is provided a reference policy and we assume that we could be able to estimate or access the value function of the reference policy. The paper thus proposes the method called TS2C where they construct a mixture policy of the student policy and the reference policy and proposes ... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper considers the setting where one is provided a reference policy and we assume that we could be able to estimate or access the value function of the reference policy. The paper thus proposes the method called TS2C where they construct a mixture policy of the student policy and the reference policy and p... |
The paper introduces a method for learning a graph topology that can be integrated in any GNN framework. The proposed probabilistic method is built on a differentiable graph operator that is able to decide the size of the neighbourhood of each node (i.e., degree of each node), as well as the corresponding edges. Experi... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper introduces a method for learning a graph topology that can be integrated in any GNN framework. The proposed probabilistic method is built on a differentiable graph operator that is able to decide the size of the neighbourhood of each node (i.e., degree of each node), as well as the corresponding edges... |
This paper proposes to use Fisher Information Trace (FIT) to perform mixed quantization of deep neural networks. The author of the paper use FIT to measure sensitivity of parameters and activations regarding quantization, and shows improvement of the performance.
Strengths
1. This paper demonstrate clear advantage of ... | Recommendation: 5: marginally below the acceptance threshold | Area: General Machine Learning | Review:
This paper proposes to use Fisher Information Trace (FIT) to perform mixed quantization of deep neural networks. The author of the paper use FIT to measure sensitivity of parameters and activations regarding quantization, and shows improvement of the performance.
Strengths
1. This paper demonstrate clear advan... |
Authors tackled the problem of stochastic path planning using option learning. The idea is to a) sample good trajectories to identify critical regions based on region-based Voronoi diagrams [shah & Srivastava 2022] b) define options based on critical regions, authors explored both centroid based and interface based c) ... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
Authors tackled the problem of stochastic path planning using option learning. The idea is to a) sample good trajectories to identify critical regions based on region-based Voronoi diagrams [shah & Srivastava 2022] b) define options based on critical regions, authors explored both centroid based and interface b... |
This paper proposes a Lipschitz regulariser to adjust to the continuity of certain type of data.
Strengths:
- The methodology seems to be novel.
- Experimental evaluation looks extensive and quite thorough with different models and data types.
Weaknesses:
- The regulariser seems to be quite simple, it is just the squa... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper proposes a Lipschitz regulariser to adjust to the continuity of certain type of data.
Strengths:
- The methodology seems to be novel.
- Experimental evaluation looks extensive and quite thorough with different models and data types.
Weaknesses:
- The regulariser seems to be quite simple, it is just ... |
Summary: The authors aim to provide a systematic and in-depth analysis on OOD detection for document understanding models. They deduce that spatial information is critical for document OOD detection. The authors also propose a simple yet effective special-aware adapter, which serves as an add-on module to adapt transfo... | Recommendation: 3: reject, not good enough | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
Summary: The authors aim to provide a systematic and in-depth analysis on OOD detection for document understanding models. They deduce that spatial information is critical for document OOD detection. The authors also propose a simple yet effective special-aware adapter, which serves as an add-on module to adapt... |
The paper introduces AFAPE, the first approach active feature acquisition performance evaluation under missing data. It also introduces AFAIS (i.e., active feature acquisition importance sampling) a novel estimator that is more efficient than existing approaches.
The paper introduces a novel approach to an important,... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper introduces AFAPE, the first approach active feature acquisition performance evaluation under missing data. It also introduces AFAIS (i.e., active feature acquisition importance sampling) a novel estimator that is more efficient than existing approaches.
The paper introduces a novel approach to an im... |
The authors propose a method to add noise in EBM in classification tasks. The likelihood and loss functions are derived based on the injected noise $z$. The paper claims adding noise during training includes dropout as a special case, and propose to add the same amount of noise during inference. On image classification... | Recommendation: 3: reject, not good enough | Area: Generative models | Review:
The authors propose a method to add noise in EBM in classification tasks. The likelihood and loss functions are derived based on the injected noise $z$. The paper claims adding noise during training includes dropout as a special case, and propose to add the same amount of noise during inference. On image classi... |
This paper propose to construct predictive interval through confidence set on features. It is assumed that a predictor $\hat\mu$ can be written as $\hat g \circ \hat f$, where $\hat f$ is estimated feature. This paper proposes to use conformal inference with a new conformity score to obtain a confidence set for featur... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper propose to construct predictive interval through confidence set on features. It is assumed that a predictor $\hat\mu$ can be written as $\hat g \circ \hat f$, where $\hat f$ is estimated feature. This paper proposes to use conformal inference with a new conformity score to obtain a confidence set fo... |
The paper extends the CLC-GAN framework of Xu et al 2019 https://proceedings.mlr.press/v119/xu20d.html with a gaussian noise regularisation derived from Brownian Model Control theory, showing that this additionally improves over the CLC controller in terms of FID on CIAR10 and celeba
Strengths
If the main weaknesses b... | Recommendation: 5: marginally below the acceptance threshold | Area: Generative models | Review:
The paper extends the CLC-GAN framework of Xu et al 2019 https://proceedings.mlr.press/v119/xu20d.html with a gaussian noise regularisation derived from Brownian Model Control theory, showing that this additionally improves over the CLC controller in terms of FID on CIAR10 and celeba
Strengths
If the main weak... |
This paper uses discrete POI time series data to predict tourist flow. In this paper, the authors perform a comprehensive comparison between traditional methods such as ARIMA and deep learning methods such as RNNs and CNNs. As the first to apply deep learning methods to the tourist flow prediction problem, the authors ... | Recommendation: 3: reject, not good enough | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper uses discrete POI time series data to predict tourist flow. In this paper, the authors perform a comprehensive comparison between traditional methods such as ARIMA and deep learning methods such as RNNs and CNNs. As the first to apply deep learning methods to the tourist flow prediction problem, the ... |
This paper presents an empirical study to investigate the effectiveness of pretraining for federated learning. On the image recognition domain, models pre-trained with ImageNet, Place365, or synthetic images are tested. Synthetic images are used in pretraining with multi-label supervision or contrastive learning. An ex... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper presents an empirical study to investigate the effectiveness of pretraining for federated learning. On the image recognition domain, models pre-trained with ImageNet, Place365, or synthetic images are tested. Synthetic images are used in pretraining with multi-label supervision or contrastive learnin... |
The authors propose to reduce the computation cost of deep learning model by reformulating the channel squeezing operation. Specifically, the 1x1 conv operation is replaced by firstly channel-wise average pooling the input feature, then calculated the called 'fusion possibilty'. Finally, the input channels are squeezed... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
The authors propose to reduce the computation cost of deep learning model by reformulating the channel squeezing operation. Specifically, the 1x1 conv operation is replaced by firstly channel-wise average pooling the input feature, then calculated the called 'fusion possibilty'. Finally, the input channels are ... |
In this paper, the authors proposed a new way of training decision trees, which extends the standard greedy tree fitting algorithms. The main idea is to consider Top-k features for each split, instead of just greedily using the top-1 feature. Theoretically, the authors present a sharp greediness hierarchy theorem that ... | Recommendation: 5: marginally below the acceptance threshold | Area: General Machine Learning | Review:
In this paper, the authors proposed a new way of training decision trees, which extends the standard greedy tree fitting algorithms. The main idea is to consider Top-k features for each split, instead of just greedily using the top-1 feature. Theoretically, the authors present a sharp greediness hierarchy theor... |
Conventional exploration strategies for RL scale poorly to high-dimensional action spaces.
Differential Extrinsic Plasticity (DEP), integrated with RL, is proposed as a mechanism for coping
with highly-redundant actuation spaces, such as that of multiple musculotendon units that span joints
in biomechanical models. Th... | Recommendation: 8: accept, good paper | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
Conventional exploration strategies for RL scale poorly to high-dimensional action spaces.
Differential Extrinsic Plasticity (DEP), integrated with RL, is proposed as a mechanism for coping
with highly-redundant actuation spaces, such as that of multiple musculotendon units that span joints
in biomechanical mo... |
This paper addresses the issue of long tailed distribution of errors in forecasting problems. While in general in forecasting problems the main focus is to improve samples that lies around the average of the error distribution, in this work the attention is put on the long tail of the error. Differently from Makansi 20... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper addresses the issue of long tailed distribution of errors in forecasting problems. While in general in forecasting problems the main focus is to improve samples that lies around the average of the error distribution, in this work the attention is put on the long tail of the error. Differently from Ma... |
This paper makes the observation that some models fail to OoD generalize because discriminative classifiers for OoD test data lie on the null space of learned features. They propose a simple method to avoid this failure: project features onto a low-rank subspace that reflects what was seen in the source data.
Figure 1 ... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper makes the observation that some models fail to OoD generalize because discriminative classifiers for OoD test data lie on the null space of learned features. They propose a simple method to avoid this failure: project features onto a low-rank subspace that reflects what was seen in the source data.
F... |
The paper verifies whether automatically induced prompts can use the same information to apply to other models. It turns out that automatically induced prompts by AutoPrompt [Shin et al. 2020] outperforms manual and semi manual methods in slot-filling tasks, and verifies that automatically induced prompts can learn fro... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper verifies whether automatically induced prompts can use the same information to apply to other models. It turns out that automatically induced prompts by AutoPrompt [Shin et al. 2020] outperforms manual and semi manual methods in slot-filling tasks, and verifies that automatically induced prompts can l... |
This paper studies the fundamental properties of the learning spaces in multi-objective reinforcement learning (MORL). The authors give a theoretical analysis of policy induced value functions and discuss three metrics of Pareto optimality. Their results imply the convexity of the induced value function, and show that ... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper studies the fundamental properties of the learning spaces in multi-objective reinforcement learning (MORL). The authors give a theoretical analysis of policy induced value functions and discuss three metrics of Pareto optimality. Their results imply the convexity of the induced value function, and sh... |
This work studies the NTK of the dee equilibrium model. Contrast to the NTK of FCNN which can be stochastic if its width and depth both tend to infinity simultaneously, a DEQ model will have a deterministic NTK in this case under some mild conditions. Also this deterministic NTK can be found efficiently via root-findi... | Recommendation: 5: marginally below the acceptance threshold | Area: General Machine Learning | Review:
This work studies the NTK of the dee equilibrium model. Contrast to the NTK of FCNN which can be stochastic if its width and depth both tend to infinity simultaneously, a DEQ model will have a deterministic NTK in this case under some mild conditions. Also this deterministic NTK can be found efficiently via ro... |
This paper targets a cutting-edge research problem that tries to use deep neural networks to solve partial differential equations (PDEs) through operator learning, with the potential to achieve faster and/or more accurate predictions for complex physical dynamics than traditional numerical methods. Although previously ... | Recommendation: 8: accept, good paper | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
This paper targets a cutting-edge research problem that tries to use deep neural networks to solve partial differential equations (PDEs) through operator learning, with the potential to achieve faster and/or more accurate predictions for complex physical dynamics than traditional numerical methods. Although pre... |
This work identifies a limitation of multicalibration, relates multicalibration and differential calibration, and proposes a new metric of calibration, dubbed proportional multicalibration (PMC). Then it proposes an algorithm to achieve PMC and illustrate the performance of the proposed algorithm in simulated and hospi... | Recommendation: 5: marginally below the acceptance threshold | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
This work identifies a limitation of multicalibration, relates multicalibration and differential calibration, and proposes a new metric of calibration, dubbed proportional multicalibration (PMC). Then it proposes an algorithm to achieve PMC and illustrate the performance of the proposed algorithm in simulated a... |
Let $S$ be a training set from data distribution $\mu$ that is labeled by baseline classifier $f^*$ with label noise $\eta$. This paper investigates the effect that fully interpolating over $S$ has on the adversarial robustness of the resulting classifier (with respect to $(\mu, f^*)$). They give a highly general resul... | Recommendation: 8: accept, good paper | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
Let $S$ be a training set from data distribution $\mu$ that is labeled by baseline classifier $f^*$ with label noise $\eta$. This paper investigates the effect that fully interpolating over $S$ has on the adversarial robustness of the resulting classifier (with respect to $(\mu, f^*)$). They give a highly gener... |
This paper mentions introduces a multiparameter persistent homology based solution to the "finding shape descriptors problem" in point clouds. The authors also introduce their solution for topological data analysis as a generic tool. The authors introduce some upper limits for the stability for their work.
Strengths... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper mentions introduces a multiparameter persistent homology based solution to the "finding shape descriptors problem" in point clouds. The authors also introduce their solution for topological data analysis as a generic tool. The authors introduce some upper limits for the stability for their work.
S... |
The paper proposes a new offline RL algorithm where the distribution of actions (conditionally to the state) is represented by a diffusion model. At the same time, existing methods usually use a simple gaussian. The approach is then quite simple: the diffusion can be used with a classical behavioral cloning loss (diffu... | Recommendation: 8: accept, good paper | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper proposes a new offline RL algorithm where the distribution of actions (conditionally to the state) is represented by a diffusion model. At the same time, existing methods usually use a simple gaussian. The approach is then quite simple: the diffusion can be used with a classical behavioral cloning los... |
In this paper, the authors try to understand why CLIP-like models can have great robustness on natural distribution shifts. To understand the difference, the authors collect a dataset CaptionNet and design a careful control experiment upon it. The authors show that standard classification cross-entropy loss can also be... | Recommendation: 5: marginally below the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
In this paper, the authors try to understand why CLIP-like models can have great robustness on natural distribution shifts. To understand the difference, the authors collect a dataset CaptionNet and design a careful control experiment upon it. The authors show that standard classification cross-entropy loss can... |
The paper analyzes, theoretically and empirically, the sample complexity of DQN-based algorithm on the ALE benchmark. It shows that the algorithms considered better in terms of asymptotic performance are actually worse than simpler baselines in the Atari 100k benchmark for sample efficiency.
Strengths:
- The problem of... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper analyzes, theoretically and empirically, the sample complexity of DQN-based algorithm on the ALE benchmark. It shows that the algorithms considered better in terms of asymptotic performance are actually worse than simpler baselines in the Atari 100k benchmark for sample efficiency.
Strengths:
- The pr... |
The paper proposes an Adaptive Robust Evidential Optimization (AREO) technique to tackle sample uncertainty by evidential learning. The main emphasis in the paper is evidential learning in the presence of minority classes. The paper starts with motivating the need for a tradeoff between distributive robust optimization... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper proposes an Adaptive Robust Evidential Optimization (AREO) technique to tackle sample uncertainty by evidential learning. The main emphasis in the paper is evidential learning in the presence of minority classes. The paper starts with motivating the need for a tradeoff between distributive robust opti... |
This paper studies the optimization landscape of models which have learned different mechanisms. Beyond the standard definition of linear mode connectivity, they introduce "mechanistic mode connectivity" which tests mode-connectivity under changes in the data distribution. Based on these findings they propose a fine-tu... | Recommendation: 6: marginally above the acceptance threshold | Area: General Machine Learning | Review:
This paper studies the optimization landscape of models which have learned different mechanisms. Beyond the standard definition of linear mode connectivity, they introduce "mechanistic mode connectivity" which tests mode-connectivity under changes in the data distribution. Based on these findings they propose a... |
This paper focuses on self-supervised point cloud representation learning. The authors combine the contrastive loss with KL divergence between the predicted feature and manually crafted 3D shape context.
To construct better views for contrastive loss, the authors utilize a recently proposed dataset where point cloud... | Recommendation: 5: marginally below the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
This paper focuses on self-supervised point cloud representation learning. The authors combine the contrastive loss with KL divergence between the predicted feature and manually crafted 3D shape context.
To construct better views for contrastive loss, the authors utilize a recently proposed dataset where poi... |
The paper conducts an empirical study of how the image reconstruction accuracy changes with the number of training observations for low-level tasks such as image denoising and compressed sensing. For that, multiple models with different numbers of parameters are trained for each training set, and the best test accuracy... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper conducts an empirical study of how the image reconstruction accuracy changes with the number of training observations for low-level tasks such as image denoising and compressed sensing. For that, multiple models with different numbers of parameters are trained for each training set, and the best test ... |
The paper considers the problem of causal representation learning from observational data without any form of supervision. The authors assume that the latent causal structure follows a nonlinear additive noise model (ANM) and claim that it is then identifiable. In practice, they use a VAE with a causally structured pri... | Recommendation: 1: strong reject | Area: Deep Learning and representational learning | Review:
The paper considers the problem of causal representation learning from observational data without any form of supervision. The authors assume that the latent causal structure follows a nonlinear additive noise model (ANM) and claim that it is then identifiable. In practice, they use a VAE with a causally struct... |
This paper suggested two major drawbacks on pruning algorithms:
- Difficulties in controlling the sparsity level
- Weights that are pruned away at an early stage do not have a chance to recover
The proposed scheme defines two symbolic states ‘to-prune’ and ‘not-to-prune’, then they generate a soft-mask for values $w$... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
This paper suggested two major drawbacks on pruning algorithms:
- Difficulties in controlling the sparsity level
- Weights that are pruned away at an early stage do not have a chance to recover
The proposed scheme defines two symbolic states ‘to-prune’ and ‘not-to-prune’, then they generate a soft-mask for va... |
The authors formulated the Lagrangian Schrodinger bridge problem and proposed to solve it approximately by the advection-diffusion process with regularized neural SDE. The expensive trace computation operation was also alleviated by adopting a model architecture motivated by OT-Flow. A few experiments were conducted on... | Recommendation: 6: marginally above the acceptance threshold | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
The authors formulated the Lagrangian Schrodinger bridge problem and proposed to solve it approximately by the advection-diffusion process with regularized neural SDE. The expensive trace computation operation was also alleviated by adopting a model architecture motivated by OT-Flow. A few experiments were cond... |
This paper suggests a new method to generate sequences with language models. Instead of sampling directly from the model, the process first generates a candidate and then revises the candidate using a "self-correction" model (possibly in multiple rounds). The core of the paper is an elegant method to generate training ... | Recommendation: 8: accept, good paper | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper suggests a new method to generate sequences with language models. Instead of sampling directly from the model, the process first generates a candidate and then revises the candidate using a "self-correction" model (possibly in multiple rounds). The core of the paper is an elegant method to generate t... |
This paper proposes a novel path planning approach that learns two gradient fields from two sets of task and support examples, as opposed to learning from whole trajectories or (inverse) reinforcement learning. These gradient fields are mixed at runtime using a heuristic velocity-based controller to generate feasible p... | Recommendation: 8: accept, good paper | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper proposes a novel path planning approach that learns two gradient fields from two sets of task and support examples, as opposed to learning from whole trajectories or (inverse) reinforcement learning. These gradient fields are mixed at runtime using a heuristic velocity-based controller to generate fe... |
The paper introduces FluidLab, a platform for simulating interactions of complex fluids and solid objects. The platform includes a fully-differentiable and GPU-accelerated physics engine (FluidEngine), as well as an OpenGL renderer. FluidEngine is used to evaluate a few existing algorithms in the context of the FluidLa... | Recommendation: 8: accept, good paper | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper introduces FluidLab, a platform for simulating interactions of complex fluids and solid objects. The platform includes a fully-differentiable and GPU-accelerated physics engine (FluidEngine), as well as an OpenGL renderer. FluidEngine is used to evaluate a few existing algorithms in the context of the... |
This paper proposes an extension of Masked Autoencoders (MAE) to the vision-language domain called Multi-Modal Masked Autoencoder (M3AE). Image-caption pairs are partially corrupted by masking some image patches and some language tokens. The non-masked image patches and language tokens are passed through an autoencoder... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
This paper proposes an extension of Masked Autoencoders (MAE) to the vision-language domain called Multi-Modal Masked Autoencoder (M3AE). Image-caption pairs are partially corrupted by masking some image patches and some language tokens. The non-masked image patches and language tokens are passed through an aut... |
This paper addresses the continual learning problem in a more realistic situation by considering the fact that the real-world data is online and has no explicit boundaries and its distribution shifts over time. A novel setup for online task boundary-free has been proposed which modeled the arrival time of data by perio... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
This paper addresses the continual learning problem in a more realistic situation by considering the fact that the real-world data is online and has no explicit boundaries and its distribution shifts over time. A novel setup for online task boundary-free has been proposed which modeled the arrival time of data ... |
This paper aims at unifying Bayesian inference, cooperative communication, and discriminative learning in a general learning framework, called Generalized Belief Transport (GBT). The cornerstone of this unifying framework lies in the paradigm of entropy-regularized unbalanced optimal transport defined using three scali... | Recommendation: 5: marginally below the acceptance threshold | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
This paper aims at unifying Bayesian inference, cooperative communication, and discriminative learning in a general learning framework, called Generalized Belief Transport (GBT). The cornerstone of this unifying framework lies in the paradigm of entropy-regularized unbalanced optimal transport defined using thr... |
This paper generalizes Lottery Tickets Hypothesis (LTH) to the subset selection domain, by defining a Dataset Lottery Ticket as a subset that has the same or similar empirical behaviors and performance trends as the original full dataset, which can be identified by some specific approaches (e.g., WordNet Hierarchy). It... | Recommendation: 6: marginally above the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
This paper generalizes Lottery Tickets Hypothesis (LTH) to the subset selection domain, by defining a Dataset Lottery Ticket as a subset that has the same or similar empirical behaviors and performance trends as the original full dataset, which can be identified by some specific approaches (e.g., WordNet Hierar... |
This paper introduces Regularized Label Encoding Learning (RLEL) for end-to-end training of an entire network and its label encoding, by combining continuous label encodings space with regularizers. The proposed method is extensively demonstrated on 11 benchmarks.
strength:
(1) The authors tackle the problem of deep ... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper introduces Regularized Label Encoding Learning (RLEL) for end-to-end training of an entire network and its label encoding, by combining continuous label encodings space with regularizers. The proposed method is extensively demonstrated on 11 benchmarks.
strength:
(1) The authors tackle the problem ... |
The paper proposes a new method for the denoising of diffusion weighted images with diffusion denoising models. It brings about a series of modifications on existing literature that actually determines higher performance compared to state-of-the-art.
The article presents extensive validation which is highly appreciate... | Recommendation: 8: accept, good paper | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The paper proposes a new method for the denoising of diffusion weighted images with diffusion denoising models. It brings about a series of modifications on existing literature that actually determines higher performance compared to state-of-the-art.
The article presents extensive validation which is highly ap... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.