review
stringlengths
5
16.6k
score
stringclasses
5 values
area
stringclasses
12 values
text
stringlengths
31
5.65k
This paper proposes a method for correcting bias of continual learning method using experience replay. The proposed method uses a memory from past examples to train the last layer of a neural network trained by an experience-replay-based method. This prevents the model from being biased to recently observed samples. By...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: This paper proposes a method for correcting bias of continual learning method using experience replay. The proposed method uses a memory from past examples to train the last layer of a neural network trained by an experience-replay-based method. This prevents the model from being biased to recently observed sam...
This paper proposes the simple yet effective idea of using continuous diffusion models to generate discrete data by representing them as binary data and modeling these binary data as real numbers. The authors also propose two techniques, namely Self-Conditioning and Asymmetric Time Intervals, which lead to improvement ...
Recommendation: 8: accept, good paper
Area: Generative models
Review: This paper proposes the simple yet effective idea of using continuous diffusion models to generate discrete data by representing them as binary data and modeling these binary data as real numbers. The authors also propose two techniques, namely Self-Conditioning and Asymmetric Time Intervals, which lead to impr...
This paper drew a connection between soft threshold pruning and Iterative Shrinkage-Thresholding Algorithm (ISTA). Based on this interpretation of soft threshold pruning the authors derive novel threshold schedulers that appear to perform better than alternatives in terms of sparsity-accuracy trade-off. Strength: - The...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper drew a connection between soft threshold pruning and Iterative Shrinkage-Thresholding Algorithm (ISTA). Based on this interpretation of soft threshold pruning the authors derive novel threshold schedulers that appear to perform better than alternatives in terms of sparsity-accuracy trade-off. Strengt...
The paper deal with the problem of mutii-agent specialization: which is the issue related to the developing of a single general learning algorithms for a relatively diverse population. Typically each agent in a multi-agent paradigm is trained using separate behavioral policies. But this has now led way to jointly optim...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper deal with the problem of mutii-agent specialization: which is the issue related to the developing of a single general learning algorithms for a relatively diverse population. Typically each agent in a multi-agent paradigm is trained using separate behavioral policies. But this has now led way to joint...
This paper aims to tackle the combinatorial generalization problem in the offline sensorimotor object rearrangement task. By homogenizing the dynamics of different objects, the authors propose a framework named NCS that trains the correspondence matching module and plans a path from the initial state to the goal state ...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper aims to tackle the combinatorial generalization problem in the offline sensorimotor object rearrangement task. By homogenizing the dynamics of different objects, the authors propose a framework named NCS that trains the correspondence matching module and plans a path from the initial state to the goa...
The paper presents an architecture that leverages the symmetry of entity-centric goal specification. The author extends the MDP framework to modeling the symmetric structure of the goal specification. The framework motivates using architectures that are agnostic to permutation of the inputs like Deep Set, Self-Attentio...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper presents an architecture that leverages the symmetry of entity-centric goal specification. The author extends the MDP framework to modeling the symmetric structure of the goal specification. The framework motivates using architectures that are agnostic to permutation of the inputs like Deep Set, Self-...
This paper proposes a normalizing flow-based autoencoder (AE-Flow) to address medical image anomaly detection. The AE-Flow model contains three components, an encoder to extract features of the input images, a flow model to convert extracted feature vector to the specific feature space, which follows a standard normal...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes a normalizing flow-based autoencoder (AE-Flow) to address medical image anomaly detection. The AE-Flow model contains three components, an encoder to extract features of the input images, a flow model to convert extracted feature vector to the specific feature space, which follows a standar...
This paper proposes a new loss, called L* as opposed to L2 loss for training a heuristic to be used in A* search. I like the general direction of this paper. I could see how since L2 is not directly optimizing the main objective of being a good heuristic, a different objective could do better. However, I think that t...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: This paper proposes a new loss, called L* as opposed to L2 loss for training a heuristic to be used in A* search. I like the general direction of this paper. I could see how since L2 is not directly optimizing the main objective of being a good heuristic, a different objective could do better. However, I thin...
Recently chain-of-thought prompting ("lets think step by step") has demonstrated big language models can perform several reasoning tasks well, e.g. match word problem. However, it is known to not perform well when the problem to solve is harder than the few-shot examples in the prompt. To address the problem, this pape...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: Recently chain-of-thought prompting ("lets think step by step") has demonstrated big language models can perform several reasoning tasks well, e.g. match word problem. However, it is known to not perform well when the problem to solve is harder than the few-shot examples in the prompt. To address the problem, t...
[response to author's rebuttal: see https://openreview.net/forum?id=mCmerkTCG2S&noteId=mpYhm0LBTQD] The paper "Brain-like representational straightening of natural movies in robust feedforward neural networks" investigates to which degree standard ImageNet-trained models and "robust" networks (in terms of adversarial ...
Recommendation: 8: accept, good paper
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: [response to author's rebuttal: see https://openreview.net/forum?id=mCmerkTCG2S&noteId=mpYhm0LBTQD] The paper "Brain-like representational straightening of natural movies in robust feedforward neural networks" investigates to which degree standard ImageNet-trained models and "robust" networks (in terms of adve...
The paper proposes a Sentiment-oriented Transformer-based Variational Autoencoder (SO-TVAE) model for the automatic live video commenting task. The SO-TVAE takes sentiment clues of the surrounding comments to generate new automatic live video comments. The model also adopts the VAE to achieve commenting sentences with ...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper proposes a Sentiment-oriented Transformer-based Variational Autoencoder (SO-TVAE) model for the automatic live video commenting task. The SO-TVAE takes sentiment clues of the surrounding comments to generate new automatic live video comments. The model also adopts the VAE to achieve commenting sentenc...
This paper proposes a deterministic VAE for unsupervised disentanglement learning with Euler encodings. By introducing an architectural inductive bias with the Eular layer, this approach can learn disentanglement without using independence regularization terms or additional supervisions. In addition, the authors presen...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes a deterministic VAE for unsupervised disentanglement learning with Euler encodings. By introducing an architectural inductive bias with the Eular layer, this approach can learn disentanglement without using independence regularization terms or additional supervisions. In addition, the author...
In this paper, the authors proposed an interesting approach based on what I can tell to be a novel connection between vision transformers and evolutionary algorithms. The paper then modifies the transformer architecture to implement evolutionary-specific operations like crossover, mutation and selection. The authors th...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: In this paper, the authors proposed an interesting approach based on what I can tell to be a novel connection between vision transformers and evolutionary algorithms. The paper then modifies the transformer architecture to implement evolutionary-specific operations like crossover, mutation and selection. The au...
In this work the authors investigate protocols for utilizing pre-trained models for downstream tasks. Motivated by the observation that different protocols perform differently according to several metrics under varying levels of distribution shift, the authors propose to analyse such protocols under the light of simpli...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: In this work the authors investigate protocols for utilizing pre-trained models for downstream tasks. Motivated by the observation that different protocols perform differently according to several metrics under varying levels of distribution shift, the authors propose to analyse such protocols under the light o...
The paper proposes a new algorithm for reward-free offline reinforcement learning when a few expert demonstrations are available. The core idea is to assign rewards to the unlabelled trajectories based on their distance to the expert demonstrations such that the closer the trajectories they are to the expert demonstrat...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper proposes a new algorithm for reward-free offline reinforcement learning when a few expert demonstrations are available. The core idea is to assign rewards to the unlabelled trajectories based on their distance to the expert demonstrations such that the closer the trajectories they are to the expert de...
This paper proposed a graph anomaly detection method through mutual information maximization. The key contributions are proposing (i) an orthogonal projection layer for the decision boundary correction and (ii) a two co-centered hyperspheres structure for estimating the normal distribution. Experimental results on mult...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: This paper proposed a graph anomaly detection method through mutual information maximization. The key contributions are proposing (i) an orthogonal projection layer for the decision boundary correction and (ii) a two co-centered hyperspheres structure for estimating the normal distribution. Experimental results...
The paper claims to extend the previously proposed CTRL framework for representation learning to unsupervised setting. Paper proposes self-consistency and augmented sample compression based constraints to define an objective function for representation learning. Several experiments evaluate the representations learned ...
Recommendation: 5: marginally below the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: The paper claims to extend the previously proposed CTRL framework for representation learning to unsupervised setting. Paper proposes self-consistency and augmented sample compression based constraints to define an objective function for representation learning. Several experiments evaluate the representations ...
This paper attempts to introduce robust algorithms against label noise into backdoor defense. In particular, the authors propose a meta-algorithm that can transform an existing noisy label defense into one that defends against backdoor attacks. The experimental results demonstrate the effectiveness of the proposed meth...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper attempts to introduce robust algorithms against label noise into backdoor defense. In particular, the authors propose a meta-algorithm that can transform an existing noisy label defense into one that defends against backdoor attacks. The experimental results demonstrate the effectiveness of the propo...
This paper proposes a "hyper label model" for weak supervision that can infer ground-truth labels for any weak supervision dataset without retraining. The authors evaluate their hyper label model in accuracy and efficiency on 14 benchmark datasets. The hyper label model is more efficient and on average slightly more ac...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: This paper proposes a "hyper label model" for weak supervision that can infer ground-truth labels for any weak supervision dataset without retraining. The authors evaluate their hyper label model in accuracy and efficiency on 14 benchmark datasets. The hyper label model is more efficient and on average slightly...
This paper proposes a hierarchical topic modeling approach based on conditional transport, combining previous research on hierarchical topic models with recent research on conditional transport. The idea is that documents are represented by discrete distributions over word embeddings, topics at each level of the hierar...
Recommendation: 5: marginally below the acceptance threshold
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: This paper proposes a hierarchical topic modeling approach based on conditional transport, combining previous research on hierarchical topic models with recent research on conditional transport. The idea is that documents are represented by discrete distributions over word embeddings, topics at each level of th...
The paper proposes to apply a subcomponent-wise softmax to SSL representations (z -> partition -> softmax -> concatenate -> new z), dubbed SEM. They empirically show that this simple transformation combined with a large increase in the dimensionality of the representation yields significant improvements in standard SS...
Recommendation: 8: accept, good paper
Area: Unsupervised and Self-supervised learning
Review: The paper proposes to apply a subcomponent-wise softmax to SSL representations (z -> partition -> softmax -> concatenate -> new z), dubbed SEM. They empirically show that this simple transformation combined with a large increase in the dimensionality of the representation yields significant improvements in sta...
This paper is concerned with the implicit bias of gradient flow and gradient descent in two-layer fully connected neural networks with leaky ReLU activations when the training data are nearly-orthogonal. For gradient flow, this paper leverages the implicit bias for homogeneous neural networks to show that gradient flow...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper is concerned with the implicit bias of gradient flow and gradient descent in two-layer fully connected neural networks with leaky ReLU activations when the training data are nearly-orthogonal. For gradient flow, this paper leverages the implicit bias for homogeneous neural networks to show that gradi...
The paper proposes Stay-On-the-Ridge $(STON'R)$ algorithm, which according to the authors it is the first method that is guaranteed to converge to a local min-max equilibrium for smooth nonconvex-nonconcave objectives. The proposed method is a second-order algorithm that provably escapes limit cycles as long as it is i...
Recommendation: 5: marginally below the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The paper proposes Stay-On-the-Ridge $(STON'R)$ algorithm, which according to the authors it is the first method that is guaranteed to converge to a local min-max equilibrium for smooth nonconvex-nonconcave objectives. The proposed method is a second-order algorithm that provably escapes limit cycles as long as...
In this work, the authors propose a new feature extraction framework called MuHS to improve few-shot semantic segmentation using multi-coarse heterogeneity-aware optimization. The MuHS is optimized with three key components: cross-sample attention, cross-region interaction, and masked image segmentation. The empirical ...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: In this work, the authors propose a new feature extraction framework called MuHS to improve few-shot semantic segmentation using multi-coarse heterogeneity-aware optimization. The MuHS is optimized with three key components: cross-sample attention, cross-region interaction, and masked image segmentation. The em...
This paper presents a new algorithm, referred to as the LAVA method, for evaluating the minimal weight arborescence of a directed graph which each of the edges carries a weight. It was shown in the literature that this question can be reduced to the Multi-Pair Shortest Path (MPSP) problem. The present paper investigate...
Recommendation: 3: reject, not good enough
Area: General Machine Learning
Review: This paper presents a new algorithm, referred to as the LAVA method, for evaluating the minimal weight arborescence of a directed graph which each of the edges carries a weight. It was shown in the literature that this question can be reduced to the Multi-Pair Shortest Path (MPSP) problem. The present paper inv...
This paper proposes a Gaussian mixture model (GMM) for binary classification problems with imbalanced groups. The labels are generated according to a ground truth neural network. Authors mention a few observations according to the theoretical analysis and provided empirical evidence using CelebA and CIFAR datasets. Str...
Recommendation: 5: marginally below the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper proposes a Gaussian mixture model (GMM) for binary classification problems with imbalanced groups. The labels are generated according to a ground truth neural network. Authors mention a few observations according to the theoretical analysis and provided empirical evidence using CelebA and CIFAR datas...
This work proposes TransFool for generating non-targeted adversarial examples against neural machine translation models. One core idea is to utilize an autoregressive language model (GPT-2) to add a language model loss term, which helps generate fluent adversarial examples. They also add a similarity loss, which constr...
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 work proposes TransFool for generating non-targeted adversarial examples against neural machine translation models. One core idea is to utilize an autoregressive language model (GPT-2) to add a language model loss term, which helps generate fluent adversarial examples. They also add a similarity loss, whic...
The authors propose Pruning with Output Error Minimization (POEM) technique to improve model accuracy after structured pruning. In order to include activation function in the objective function to be optimized, the authors suggest the weighted least squares method while the authors claim the previous methods minimize t...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The authors propose Pruning with Output Error Minimization (POEM) technique to improve model accuracy after structured pruning. In order to include activation function in the objective function to be optimized, the authors suggest the weighted least squares method while the authors claim the previous methods mi...
The paper proposes a novel method for adversarial imitation learning that restricts the family of reward functions to a specific function that is monotonically decreasing in the reconstruction error of an auto-encoder (I think that "reconstruction-error" and "auto-encoder" are misnomers, as the encoder-decoder network ...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper proposes a novel method for adversarial imitation learning that restricts the family of reward functions to a specific function that is monotonically decreasing in the reconstruction error of an auto-encoder (I think that "reconstruction-error" and "auto-encoder" are misnomers, as the encoder-decoder ...
This paper suggests an algorithm for offline reinforcement learning based on first applying a noise contrastive objective to estimate a quantity proportional to $p(s_{t+\Delta t}|s_t,a_t)/p(s_{t+\Delta t})$, where $\Delta t$ belongs to a geometric distribution of future times. That is, the ratio of the discounted futur...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper suggests an algorithm for offline reinforcement learning based on first applying a noise contrastive objective to estimate a quantity proportional to $p(s_{t+\Delta t}|s_t,a_t)/p(s_{t+\Delta t})$, where $\Delta t$ belongs to a geometric distribution of future times. That is, the ratio of the discount...
The paper presents a new approach for learning QUBO formulation for problems to be solved on quantum annealers using machine learning in comparison to previous work on quantum computer vision that relied on hand-crafted QUBO formulations. The paper proposes learning to regress a coefficient matrix for QUBO using contra...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper presents a new approach for learning QUBO formulation for problems to be solved on quantum annealers using machine learning in comparison to previous work on quantum computer vision that relied on hand-crafted QUBO formulations. The paper proposes learning to regress a coefficient matrix for QUBO usin...
The paper proposes Equivariant Diffusion-Hypergraph Neural Network (ED-HNN) for hypergraph structured data. ED-HNN is implemented as a message-passing neural network on the star expansion of the hypergraph and can provably represent any continuous hypergraph diffusion operator. ED-HNN competes with recent HNNs on hyp...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposes Equivariant Diffusion-Hypergraph Neural Network (ED-HNN) for hypergraph structured data. ED-HNN is implemented as a message-passing neural network on the star expansion of the hypergraph and can provably represent any continuous hypergraph diffusion operator. ED-HNN competes with recent HNN...
Predicting protein-molecule interaction by combining a pre-trained protein language model and a GNN. The method was evaluated empirically in the context of odor perception. Strengths: + Protein-molecule interaction is generally a problem of interest to many communities. + The proposed method is an interesting way to co...
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: Predicting protein-molecule interaction by combining a pre-trained protein language model and a GNN. The method was evaluated empirically in the context of odor perception. Strengths: + Protein-molecule interaction is generally a problem of interest to many communities. + The proposed method is an interesting w...
This paper presents SE(3) equivariant energy-based models for sample-efficient visual robotic manipulation from point clouds. It also provides theoretical conditions for bi-equivariant energy-based models, along with sampling strategies over the SE(3) manifold. Experiments on simple simulated pick-place and stick-in-tr...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper presents SE(3) equivariant energy-based models for sample-efficient visual robotic manipulation from point clouds. It also provides theoretical conditions for bi-equivariant energy-based models, along with sampling strategies over the SE(3) manifold. Experiments on simple simulated pick-place and sti...
The paper proposes a pre-training strategy for graph neural networks based on line graphs. The method is then benchmarks on several molecular property prediction tasks. Strengths: - The work approaches a relevant problem, how to pre-train molecular encoders - Clearly written and structured paper Weaknesses: - The lack...
Recommendation: 3: reject, not good enough
Area: Unsupervised and Self-supervised learning
Review: The paper proposes a pre-training strategy for graph neural networks based on line graphs. The method is then benchmarks on several molecular property prediction tasks. Strengths: - The work approaches a relevant problem, how to pre-train molecular encoders - Clearly written and structured paper Weaknesses: - ...
Summary: This paper explores solving the masking augmentation problem in convolutional neural networks. This topic is very important. The authors' method is also very clever. However, unfortunately, its performance is not satisfactory. Moreover, it does not solve the more important problem of masking image modeling. T...
Recommendation: 5: marginally below the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: Summary: This paper explores solving the masking augmentation problem in convolutional neural networks. This topic is very important. The authors' method is also very clever. However, unfortunately, its performance is not satisfactory. Moreover, it does not solve the more important problem of masking image mod...
The paper motivates the interest for making bidirectional language models better few-shot/zero-shot reasoners from natural language prompts/instructions. The paper argues that bidirectional models can potentially have richer representations but the unidirectional training in the causal decoder-only models typically hap...
Recommendation: 8: accept, good paper
Area: Unsupervised and Self-supervised learning
Review: The paper motivates the interest for making bidirectional language models better few-shot/zero-shot reasoners from natural language prompts/instructions. The paper argues that bidirectional models can potentially have richer representations but the unidirectional training in the causal decoder-only models typic...
This paper considers the problem of off-policy evaluation using deep convolutional neural network. The main contribution of this paper is a theoretical justification of the ability that a deep neural network captures low-rank structures in high-dimensional datasets in off-policy RL settings. Although preliminary result...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper considers the problem of off-policy evaluation using deep convolutional neural network. The main contribution of this paper is a theoretical justification of the ability that a deep neural network captures low-rank structures in high-dimensional datasets in off-policy RL settings. Although preliminar...
This paper presents an approach for combining rule based policies and RL methods, such as TD3+BC and TD3. The proposed approach performs well (though I have no clear calibration of the tasks being benchmarked upon). The resulting policy attains good performance and can improve upon heuristics obtained through the rule ...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper presents an approach for combining rule based policies and RL methods, such as TD3+BC and TD3. The proposed approach performs well (though I have no clear calibration of the tasks being benchmarked upon). The resulting policy attains good performance and can improve upon heuristics obtained through t...
The paper proposes a new generative model for tabular data, as a VAE whose decoder structure is built around GraphNN layers. The rationale for this structure is given in terms of inductive biases: on structured data like images or text, the successful models are built around architectures that take advantage of good i...
Recommendation: 8: accept, good paper
Area: Generative models
Review: The paper proposes a new generative model for tabular data, as a VAE whose decoder structure is built around GraphNN layers. The rationale for this structure is given in terms of inductive biases: on structured data like images or text, the successful models are built around architectures that take advantage o...
This paper tackles the long-tailed learning problem by varying softmax temperature during the course of training. The authors argued that different magnitudes of the temperature value actually induce different learning preferences, which makes it possible to gradually switch the learning objective by carefully setting ...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper tackles the long-tailed learning problem by varying softmax temperature during the course of training. The authors argued that different magnitudes of the temperature value actually induce different learning preferences, which makes it possible to gradually switch the learning objective by carefully ...
This paper takes a careful look into how to make value function predictions more accurate, which is often neglected in modern policy gradient methods. The idea is simple, to maintain a population of value functions, and with perturbed value networks to minimize the regression loss. There are a bunch of nice properties ...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper takes a careful look into how to make value function predictions more accurate, which is often neglected in modern policy gradient methods. The idea is simple, to maintain a population of value functions, and with perturbed value networks to minimize the regression loss. There are a bunch of nice pro...
This paper conducted investigation on how different 2D pose representations affects the unsupervised adversarial 2D-3D lifting process. Experiments are conducted on both Human3.6M dataset and MPI-INF-3DHP dataset. The results show that reducing the unintuitive key point correlations can reduce the average error. In add...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper conducted investigation on how different 2D pose representations affects the unsupervised adversarial 2D-3D lifting process. Experiments are conducted on both Human3.6M dataset and MPI-INF-3DHP dataset. The results show that reducing the unintuitive key point correlations can reduce the average error...
This paper introduces the MC-SSL method for self-supervised learning aimed at learning multiple concepts in images. It applies mainly two algorithmic techniques: Group Mask Model Learning (GMML) and learning of pseudo-concepts for data tokens using a momentum encoder framework. The paper is clear and interesting. The a...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper introduces the MC-SSL method for self-supervised learning aimed at learning multiple concepts in images. It applies mainly two algorithmic techniques: Group Mask Model Learning (GMML) and learning of pseudo-concepts for data tokens using a momentum encoder framework. The paper is clear and interestin...
This paper proposes to use asymmetric Bellman losses for TD-learning in algorithms such as DDPG, SAC, etc. The goal is to resolve overestimation bias, and the idea of the paper is intuitive. They further propose an auto-tuning algorithm for the temperature hyperparameter in their algorithm. Strengths: the method does a...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes to use asymmetric Bellman losses for TD-learning in algorithms such as DDPG, SAC, etc. The goal is to resolve overestimation bias, and the idea of the paper is intuitive. They further propose an auto-tuning algorithm for the temperature hyperparameter in their algorithm. Strengths: the metho...
This paper presents TABMWP, a dataset of grade-school-level math problems with tabular context and human annotated solutions in text form. Then the author proposes a method called PROMPTPG to mitigate the unstable issue occurred when solving problems above in few-shot setting. The problems and solutions in dataset were...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper presents TABMWP, a dataset of grade-school-level math problems with tabular context and human annotated solutions in text form. Then the author proposes a method called PROMPTPG to mitigate the unstable issue occurred when solving problems above in few-shot setting. The problems and solutions in data...
The paper demonstrates that self-supervised pretraining (SSP) can help differentially private deep learning regardless of the size of available public datasets in image classification. Specifically, they show the features generated by SSP on only one single image enable a private classifier to obtain better utility tha...
Recommendation: 3: reject, not good enough
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The paper demonstrates that self-supervised pretraining (SSP) can help differentially private deep learning regardless of the size of available public datasets in image classification. Specifically, they show the features generated by SSP on only one single image enable a private classifier to obtain better uti...
This work proposes an alternative way to perform federated learning; instead of training a discriminative model, the authors propose to train a conditional (on the label) VAE model $p(x, z| y) = p(z)p(x|z, y)$, to convergence on each client and then communicate (once), provided that the clients agree on a $p(z)$, the d...
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 work proposes an alternative way to perform federated learning; instead of training a discriminative model, the authors propose to train a conditional (on the label) VAE model $p(x, z| y) = p(z)p(x|z, y)$, to convergence on each client and then communicate (once), provided that the clients agree on a $p(z)...
The submission provided a TPP model estimation method based on a L2 loss by assuming parametric finite-support kernel, discretization and precomputation. The statistical and computational efficiency of the method is compared to a nonparametric method. Finally, the method is applied to the MEG data. Strength: The paper...
Recommendation: 3: reject, not good enough
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: The submission provided a TPP model estimation method based on a L2 loss by assuming parametric finite-support kernel, discretization and precomputation. The statistical and computational efficiency of the method is compared to a nonparametric method. Finally, the method is applied to the MEG data. Strength: T...
This paper analyzes the optimization dynamics induced by distributional losses. It does so using two main classes of theoretical tools: first, it studies the smoothness of distributional losses and the consequent stability of gradient descent on these losses. Second, it studies the variance of the gradients obtained by...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper analyzes the optimization dynamics induced by distributional losses. It does so using two main classes of theoretical tools: first, it studies the smoothness of distributional losses and the consequent stability of gradient descent on these losses. Second, it studies the variance of the gradients obt...
The paper presents a novel online boundary-free CL method on the realistic boundary-free CL setting, including the newly proposed periodic setup. Moreover, new mutual information-based metric is proposed to measure the loss of past knowledge and gain of new knowledge. Comprehensive experiments have been conducted to ev...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper presents a novel online boundary-free CL method on the realistic boundary-free CL setting, including the newly proposed periodic setup. Moreover, new mutual information-based metric is proposed to measure the loss of past knowledge and gain of new knowledge. Comprehensive experiments have been conduct...
This paper present Expected Squared Difference (ESD), a tuning-free (i.e., hyperparameter-free) trainable calibration objective loss, which views the calibration error fromthe perspective of the squared difference between two expectations. Strengths: 1. Build a well-established trainable calibration objective loss ESD...
Recommendation: 8: accept, good paper
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: This paper present Expected Squared Difference (ESD), a tuning-free (i.e., hyperparameter-free) trainable calibration objective loss, which views the calibration error fromthe perspective of the squared difference between two expectations. Strengths: 1. Build a well-established trainable calibration objective ...
The paper proposed a framework to perform weight sharing and pruning across two transformer backbones and within the same transformer backbone. The framework is evaluated on vision and language tasks, including Referring Expression Comprehension (REC), Visual Question Answering (VQA), and Object Detection. The results ...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper proposed a framework to perform weight sharing and pruning across two transformer backbones and within the same transformer backbone. The framework is evaluated on vision and language tasks, including Referring Expression Comprehension (REC), Visual Question Answering (VQA), and Object Detection. The ...
The paper proposes a new approach to sampling subsets from a set of $n$ elements using an iterative version of Poisson sampling. This avoids the high variance of standard Poisson sampling and the high cost of conditional Poisson sampling by iteratively adding or deleting elements a finite number of times. The lower var...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper proposes a new approach to sampling subsets from a set of $n$ elements using an iterative version of Poisson sampling. This avoids the high variance of standard Poisson sampling and the high cost of conditional Poisson sampling by iteratively adding or deleting elements a finite number of times. The l...
The submission proposed a novel natural gradient method for Gaussian variational inference to guaranttee the positive definite constraint on the variational covariance matrix. The propsed method does not need to compute the inverse of FIM explicitly, so it provides exact update rules. Moreover, the proposed method is v...
Recommendation: 6: marginally above the acceptance threshold
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: The submission proposed a novel natural gradient method for Gaussian variational inference to guaranttee the positive definite constraint on the variational covariance matrix. The propsed method does not need to compute the inverse of FIM explicitly, so it provides exact update rules. Moreover, the proposed met...
This works studies the frequentist validity of popular epistemic uncertainty estimates, showing that they equal certain "Bayes excess risk" measures (Thm. 1) and are *lower bound* for the unobservable excess risk of a stochastic predictor derived from the (approximate) posterior. The authors argue that such behaviors ...
Recommendation: 3: reject, not good enough
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: This works studies the frequentist validity of popular epistemic uncertainty estimates, showing that they equal certain "Bayes excess risk" measures (Thm. 1) and are *lower bound* for the unobservable excess risk of a stochastic predictor derived from the (approximate) posterior. The authors argue that such be...
This paper studies the possibility of using multiple generators in a GAN setting. The idea is to let each generator specialize to a certain set of modes -- this "assignment" is currently assisted by a classifier, and encouraged via a novel total variation distance (TVD) loss. This idea may well have some merit, althoug...
Recommendation: 3: reject, not good enough
Area: Generative models
Review: This paper studies the possibility of using multiple generators in a GAN setting. The idea is to let each generator specialize to a certain set of modes -- this "assignment" is currently assisted by a classifier, and encouraged via a novel total variation distance (TVD) loss. This idea may well have some merit,...
The paper uses a mean field type analysis on non shallow networks. The work is motivated by a result of Safran, Eldan, and Shamir (2019) which shows that shallow networks cannot capture sufficiently complex functions. The main result guarantees the learning of the function Relu(1-||x||^2), by a neural network with sev...
Recommendation: 8: accept, good paper
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The paper uses a mean field type analysis on non shallow networks. The work is motivated by a result of Safran, Eldan, and Shamir (2019) which shows that shallow networks cannot capture sufficiently complex functions. The main result guarantees the learning of the function Relu(1-||x||^2), by a neural network ...
The paper shows on T5-large that in multi-task training, the model can perform better zero-shot generalization from training on a few QA tasks compared to training on all the tasks. Furthermore, the authors observe a drop in performance, if the key tasks are removed from the multi-task training dataset. They show that ...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper shows on T5-large that in multi-task training, the model can perform better zero-shot generalization from training on a few QA tasks compared to training on all the tasks. Furthermore, the authors observe a drop in performance, if the key tasks are removed from the multi-task training dataset. They sh...
This paper presents a method for detecting $l_{0}$ norm perturbation in time series. The key idea is to do multiple masking over the time series by sliding windows, impute the masked areas individually, and measure the disagreement of the predictions using the imputed time series. A disagreement is an indicator of pert...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: This paper presents a method for detecting $l_{0}$ norm perturbation in time series. The key idea is to do multiple masking over the time series by sliding windows, impute the masked areas individually, and measure the disagreement of the predictions using the imputed time series. A disagreement is an indicator...
The authors propose a statement that subgraph matching can be degenerated to subtree matching and provide proof. Based on this degeneracy property, the authors propose a matching method that utilizes GNN to model subtrees. Also, they adopt GNN to learn node representations to boost the performance of matching. **Streng...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The authors propose a statement that subgraph matching can be degenerated to subtree matching and provide proof. Based on this degeneracy property, the authors propose a matching method that utilizes GNN to model subtrees. Also, they adopt GNN to learn node representations to boost the performance of matching. ...
This paper proposes an approach for learning interpretable logical rules for event data, where each event is represented by a timestamp and a discrete event type. The main idea of the proposed approach is to represent the logical rules and their combinations as nodes in a neural network. By optimizing the weights of th...
Recommendation: 8: accept, good paper
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: This paper proposes an approach for learning interpretable logical rules for event data, where each event is represented by a timestamp and a discrete event type. The main idea of the proposed approach is to represent the logical rules and their combinations as nodes in a neural network. By optimizing the weigh...
This work proposes to train diffusion models via multi-stage progressive signal transformations. Compared to traditional diffusion models, the signal transformation here is more general and can be any transformation from coarse to fine. The authors focus on three main transformations (down-sample, Gaussian blur and tra...
Recommendation: 5: marginally below the acceptance threshold
Area: Generative models
Review: This work proposes to train diffusion models via multi-stage progressive signal transformations. Compared to traditional diffusion models, the signal transformation here is more general and can be any transformation from coarse to fine. The authors focus on three main transformations (down-sample, Gaussian blur...
This paper proposes an interesting and novel idea of using geometric cues like depth and normal maps to obtain object proposals for object detection. The authors propose a two phase approach for improving object proposals for unseen objects. In the first stage they train an object proposal generation method which uses ...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes an interesting and novel idea of using geometric cues like depth and normal maps to obtain object proposals for object detection. The authors propose a two phase approach for improving object proposals for unseen objects. In the first stage they train an object proposal generation method whi...
The authors use Feel Good Thompson sampling to derive general bounds for three different linear contextual bandits 1) non-stationary bandits with S switches, 2) non-stationary bandits with path-length P and 3) lifelong bandits over M tasks. In each case they show that their general bound is close to optimal of the lowe...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The authors use Feel Good Thompson sampling to derive general bounds for three different linear contextual bandits 1) non-stationary bandits with S switches, 2) non-stationary bandits with path-length P and 3) lifelong bandits over M tasks. In each case they show that their general bound is close to optimal of ...
The paper proposes a new technique for enhancing population-based RL (PBRL), and shows state-of-the-art results on the Atari Learning Environment (ALE). The technique expands upon previous work in PBRL, which used a multi-armed bandit (MAB) meta-controller to select the best policy from a population of policies. This p...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper proposes a new technique for enhancing population-based RL (PBRL), and shows state-of-the-art results on the Atari Learning Environment (ALE). The technique expands upon previous work in PBRL, which used a multi-armed bandit (MAB) meta-controller to select the best policy from a population of policies...
This paper proposes an approach for adapting a base model (in their case, a VQA model) given a task descriptor. The authors propose to perform such adaptation via a hypernetwork layer, and learn a latent representation through which one can control the modulation of the base model by training a VAE on said layer’s weig...
Recommendation: 3: reject, not good enough
Area: Generative models
Review: This paper proposes an approach for adapting a base model (in their case, a VQA model) given a task descriptor. The authors propose to perform such adaptation via a hypernetwork layer, and learn a latent representation through which one can control the modulation of the base model by training a VAE on said laye...
This paper proposes DIFFEDIT, a new method for image editing based on diffusion models. The main contribution is a method to automatically discover the areas that need to be edited by contrasting the predictions conditioned on different texts. Besides, the paper shows that using the latent inference capability of DDIM ...
Recommendation: 8: accept, good paper
Area: Generative models
Review: This paper proposes DIFFEDIT, a new method for image editing based on diffusion models. The main contribution is a method to automatically discover the areas that need to be edited by contrasting the predictions conditioned on different texts. Besides, the paper shows that using the latent inference capability ...
In this paper authors propose the unit edit distance to measure robustness of self-supervised speech representations for spoken language modeling, and based on it, adding a multi-layer perceptron (MLP) trained using CTC to improve model robustness. Experimental results based on multiple self-supervised learning methods...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: In this paper authors propose the unit edit distance to measure robustness of self-supervised speech representations for spoken language modeling, and based on it, adding a multi-layer perceptron (MLP) trained using CTC to improve model robustness. Experimental results based on multiple self-supervised learning...
It is challenging to infer a joint representation from arbitrary subsets of multimodalities, and the state-of-the-art approaches (mixture-based multimodal VAEs) attempt to accomplish this by training to generate all modalities from a joint representation inferred from missing modalities, but the quality of modality gen...
Recommendation: 8: accept, good paper
Area: Generative models
Review: It is challenging to infer a joint representation from arbitrary subsets of multimodalities, and the state-of-the-art approaches (mixture-based multimodal VAEs) attempt to accomplish this by training to generate all modalities from a joint representation inferred from missing modalities, but the quality of moda...
This paper proposes two classes of sparsification schemes for densely observed functional data with potential spatial correlations. The first class of schemes is random sparsification methods that extend the work of [1] from mean estimation to covariance estimation and the second class involves B-spline interpolation o...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: This paper proposes two classes of sparsification schemes for densely observed functional data with potential spatial correlations. The first class of schemes is random sparsification methods that extend the work of [1] from mean estimation to covariance estimation and the second class involves B-spline interpo...
This paper proposes a method to simultaneously infer soft groupings as well as optimizing for worst performance within the group in an iterative minimizing-maximizing optimization routine. The authors show performance gains on datasets with known and unknown spurious correlations as well as do ablation analysis and hum...
Recommendation: 8: accept, good paper
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: This paper proposes a method to simultaneously infer soft groupings as well as optimizing for worst performance within the group in an iterative minimizing-maximizing optimization routine. The authors show performance gains on datasets with known and unknown spurious correlations as well as do ablation analysis...
This paper is working on pre-training of vision models. They propose to do energy-based sampling, but with MSE loss to the original sample as supervision. Several techniques are used to improve the training efficiency, such as doing energy-based sampling starting from randomly masked images, instead of random noise. Th...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper is working on pre-training of vision models. They propose to do energy-based sampling, but with MSE loss to the original sample as supervision. Several techniques are used to improve the training efficiency, such as doing energy-based sampling starting from randomly masked images, instead of random n...
The paper explores both theoretically and empirically the following questions: 1. Do the performance profiles of deep RL algorithms designed for certain data regimes (high-data regime) maintain monotonicity when tried in a different data regime (e.g. low-data regime)? 2. What is the underlying theoretical relationshi...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper explores both theoretically and empirically the following questions: 1. Do the performance profiles of deep RL algorithms designed for certain data regimes (high-data regime) maintain monotonicity when tried in a different data regime (e.g. low-data regime)? 2. What is the underlying theoretical rel...
The paper investigates the use of multi-task learning for GNN self-supervised learning and particularly uses a combined gradient based on pareto optimality. The model seems to improve upon existing ones, interestingly, especially also in terms of generalization capability w.r.t. heterophily/homophily. (+) The question...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: The paper investigates the use of multi-task learning for GNN self-supervised learning and particularly uses a combined gradient based on pareto optimality. The model seems to improve upon existing ones, interestingly, especially also in terms of generalization capability w.r.t. heterophily/homophily. (+) The ...
This paper introduces a CFG-based approach for specifying architecture search spaces. They demonstrate the expressivity of their approach, propose a BO-based schemes for searching it while handling the massive hierarchical search space, and evaluate by searching for architectures on several vision datasets. ### Strengt...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper introduces a CFG-based approach for specifying architecture search spaces. They demonstrate the expressivity of their approach, propose a BO-based schemes for searching it while handling the massive hierarchical search space, and evaluate by searching for architectures on several vision datasets. ###...
In order to design ligand molecules that bind to specific protein binding sites, the authors propose a Fragment-based LigAnd Generation framework (FLAG), to generate 3D molecules with valid and realistic substructures fragment-by-fragment. A motif vocabulary is constructed by extracting common molecular fragments (i.e....
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: In order to design ligand molecules that bind to specific protein binding sites, the authors propose a Fragment-based LigAnd Generation framework (FLAG), to generate 3D molecules with valid and realistic substructures fragment-by-fragment. A motif vocabulary is constructed by extracting common molecular fragmen...
This paper studied the problem of improving information retention in online continual learning (OCL), the convergence of SGD in OCL are theoretical analyzed. Besides, an Adaptive Moving Average (AMA) Optimizer and a Moving-Average-based Learning Rate Schedule (MALR) to optimize the pure replay objective online are prop...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper studied the problem of improving information retention in online continual learning (OCL), the convergence of SGD in OCL are theoretical analyzed. Besides, an Adaptive Moving Average (AMA) Optimizer and a Moving-Average-based Learning Rate Schedule (MALR) to optimize the pure replay objective online ...
This paper proposes improvements to the invariant risk minimization (IRM) framework that ought to make the IRM approach more successful in practice. Specifically, the paper proposes to train IRM classifiers using smaller-batch data, conducts a more comprehensive assessment of current methods to show that some of the pr...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper proposes improvements to the invariant risk minimization (IRM) framework that ought to make the IRM approach more successful in practice. Specifically, the paper proposes to train IRM classifiers using smaller-batch data, conducts a more comprehensive assessment of current methods to show that some o...
The paper proposes a new perspective of graph learning by regarding node features, graph structures, and node labels as three different views. Different from the previous GNN models, the paper brings in a new latent variable to be learned and shared across all three views. Through a progressive optimization framework, ...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: The paper proposes a new perspective of graph learning by regarding node features, graph structures, and node labels as three different views. Different from the previous GNN models, the paper brings in a new latent variable to be learned and shared across all three views. Through a progressive optimization fra...
The paper proposed a new method called Clustered Compositional Embeddings (CQR) for learning compressed embedding tables. The method is a QR concat method with a set of specially initialized embedding tables and carefully chosen hash functions. The authors claim that CQR may achieve compression ratios close to those of...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposed a new method called Clustered Compositional Embeddings (CQR) for learning compressed embedding tables. The method is a QR concat method with a set of specially initialized embedding tables and carefully chosen hash functions. The authors claim that CQR may achieve compression ratios close to ...
This paper proposes DetectBench - a benchmark for Out-of-Distribution (OoD) Object Detection, as most works mainly focus on OoD image classification. After introducing a new train-test split on existing datasets and newly proposed dataset CtrlShift, the paper benchmarks a wide range of detectors (Faster R-CNN, DETR, et...
Recommendation: 3: reject, not good enough
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes DetectBench - a benchmark for Out-of-Distribution (OoD) Object Detection, as most works mainly focus on OoD image classification. After introducing a new train-test split on existing datasets and newly proposed dataset CtrlShift, the paper benchmarks a wide range of detectors (Faster R-CNN, ...
This paper proposes a data-efficient property predictor by utilizing a learnable hierarchical molecular grammar that can generate molecules from grammar production rules. The grammar induces an explicit geometry describing the space of molecular graphs, such that a graph neural diffusion on the geometry can be used to ...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes a data-efficient property predictor by utilizing a learnable hierarchical molecular grammar that can generate molecules from grammar production rules. The grammar induces an explicit geometry describing the space of molecular graphs, such that a graph neural diffusion on the geometry can be ...
This paper studies multi-objective online learning, a framework in which the learner has to optimize jointly several conflicting objectives. In particular the notion of optimality and discrepancy need to be redefined. The authors propose a definition of the regret based on the sequence-wise Pareto Suboptimality Gap. Th...
Recommendation: 8: accept, good paper
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper studies multi-objective online learning, a framework in which the learner has to optimize jointly several conflicting objectives. In particular the notion of optimality and discrepancy need to be redefined. The authors propose a definition of the regret based on the sequence-wise Pareto Suboptimality...
The paper propose the first federated learning system which supports privacy, communication efficiency and byzantine-robustness. Specifically, it designs a consensus sparsification protocol to compress the update and also keeps compatible with secure aggregation and robust aggregation. Strength: 1. Reconciling byzantin...
Recommendation: 6: marginally above the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: The paper propose the first federated learning system which supports privacy, communication efficiency and byzantine-robustness. Specifically, it designs a consensus sparsification protocol to compress the update and also keeps compatible with secure aggregation and robust aggregation. Strength: 1. Reconciling ...
This paper proposes a method for Bayesian meta-learning that aims to learn a conditional generative model f(x,z) such that variational inference on a latent z can model the posterior predictive distribution given context data from a new task. Specifically, the authors draw connections between their approach and the Neu...
Recommendation: 8: accept, good paper
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: This paper proposes a method for Bayesian meta-learning that aims to learn a conditional generative model f(x,z) such that variational inference on a latent z can model the posterior predictive distribution given context data from a new task. Specifically, the authors draw connections between their approach and...
The authors suggest few-shot learning of sequential latent variable models. The paper considers an amortized variational inference setup. This is obtained by an average-set-pooling/encoding of the support set to learn a context variable for each time series that drives the deterministic dynamics of the latent states. T...
Recommendation: 6: marginally above the acceptance threshold
Area: Generative models
Review: The authors suggest few-shot learning of sequential latent variable models. The paper considers an amortized variational inference setup. This is obtained by an average-set-pooling/encoding of the support set to learn a context variable for each time series that drives the deterministic dynamics of the latent s...
This paper proposes a novel framework for learning with distributed data that can be heterogeneous on both features and samples. In this framework, each client’s model is partitioned into a feature extractor part and a classifier part. The feature extractor is used to process the input data, and the classifier will mak...
Recommendation: 5: marginally below the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper proposes a novel framework for learning with distributed data that can be heterogeneous on both features and samples. In this framework, each client’s model is partitioned into a feature extractor part and a classifier part. The feature extractor is used to process the input data, and the classifier ...
This paper revisits the population-based training method in emergent multi-agent communication. The authors analyze the standard population-based training protocol and point out that the overall objective is the same as that of a single-pair training protocol. The co-adaptation of receivers to senders in the standard m...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper revisits the population-based training method in emergent multi-agent communication. The authors analyze the standard population-based training protocol and point out that the overall objective is the same as that of a single-pair training protocol. The co-adaptation of receivers to senders in the st...
This paper proposes a new method, namely adaptively weighted augmentation consistency (AdaWAC), by combining adaptive weighting and augmentation consistency regularization. It models the separation between sparse and dense labels as a subpopulation shift in the label distribution. It is demonstrated in the experiments ...
Recommendation: 5: marginally below the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper proposes a new method, namely adaptively weighted augmentation consistency (AdaWAC), by combining adaptive weighting and augmentation consistency regularization. It models the separation between sparse and dense labels as a subpopulation shift in the label distribution. It is demonstrated in the expe...
The paper consider the oversmoothing problem in deep GNNs and it showed activation function plays a crucial role in this phenomena. The paper proposes a simple modification to the slope of ReLU to reduce oversmoothing. Their experimental results showed improvement on deep GNNs on classification tasks even though still...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper consider the oversmoothing problem in deep GNNs and it showed activation function plays a crucial role in this phenomena. The paper proposes a simple modification to the slope of ReLU to reduce oversmoothing. Their experimental results showed improvement on deep GNNs on classification tasks even thou...
This paper proposes a new hyperdimensional computing (HDC) methodology with low-dimensional hypervectors. The authors provide the theoretical results (for a binary classifier case) that the relatively lower dimensions can yield better performance. Furthermore, their theories suggest that the model performance asymptoti...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: This paper proposes a new hyperdimensional computing (HDC) methodology with low-dimensional hypervectors. The authors provide the theoretical results (for a binary classifier case) that the relatively lower dimensions can yield better performance. Furthermore, their theories suggest that the model performance a...
The paper considers hybrid reinforcement learning, which is a setting where both offline data and online data are available. The paper proposes a corresponding algorithm to be computation-efficient and sample-efficient under such a setting. The theoretical sample complexity upper bound shows both the characteristics of...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper considers hybrid reinforcement learning, which is a setting where both offline data and online data are available. The paper proposes a corresponding algorithm to be computation-efficient and sample-efficient under such a setting. The theoretical sample complexity upper bound shows both the characteri...
The paper introduces a new pseudo-labeling method based on the energy instead of a confidence for its application to imbalanced semi-supervised learning. Experimental results show improvement over existing methods. * Strength - The paper is written clearly. - The proposed method is very simple and shown to be effe...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper introduces a new pseudo-labeling method based on the energy instead of a confidence for its application to imbalanced semi-supervised learning. Experimental results show improvement over existing methods. * Strength - The paper is written clearly. - The proposed method is very simple and shown to...
This paper first proposes a proxy regression task, which is called REG-NAS, to replace the metric of the ground-truth task and evaluate the GNN architecture performance. The proxy regression task and its metric leading lead to higher ranking stability and faster search. ### Strengths: 1. REG-NAS only needs one well-tra...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper first proposes a proxy regression task, which is called REG-NAS, to replace the metric of the ground-truth task and evaluate the GNN architecture performance. The proxy regression task and its metric leading lead to higher ranking stability and faster search. ### Strengths: 1. REG-NAS only needs one ...
Inferring human reward functions requires 'human models' which specify how a human acts given their reward function. This paper studies how errors in the human model translate into errors in the inferred reward. First it shows a pessimistic result: in an adversarial setting, a small error in the human model can lead to...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: Inferring human reward functions requires 'human models' which specify how a human acts given their reward function. This paper studies how errors in the human model translate into errors in the inferred reward. First it shows a pessimistic result: in an adversarial setting, a small error in the human model can...
This paper proposes a novel strategy to obtain a connected subgraph as the interpretation of node classification and graph classification tasks. The proposed strategy starts from a state with only one node and learns a policy to achieve state transition via sampling new nodes and adding them to the current state. In ge...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: This paper proposes a novel strategy to obtain a connected subgraph as the interpretation of node classification and graph classification tasks. The proposed strategy starts from a state with only one node and learns a policy to achieve state transition via sampling new nodes and adding them to the current stat...
This paper is on the topic of robust maneuvering in view of autonomous driving. The authors propose to augment the training images with gradient free perturbations. Furthermore, they propose to regularize the model training by adding a denoising task where a decoder should reconstruct the original images without the g...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper is on the topic of robust maneuvering in view of autonomous driving. The authors propose to augment the training images with gradient free perturbations. Furthermore, they propose to regularize the model training by adding a denoising task where a decoder should reconstruct the original images witho...
The paper considers the problem of solving finitely many non-linear equations, under the assumption that a solution exists. The key idea is projecting the current iterate onto the hyper-surface defined by the quadratic approximation of the current equation of choice. The first proposed method (SP2-GLM) considers the ca...
Recommendation: 6: marginally above the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: The paper considers the problem of solving finitely many non-linear equations, under the assumption that a solution exists. The key idea is projecting the current iterate onto the hyper-surface defined by the quadratic approximation of the current equation of choice. The first proposed method (SP2-GLM) consider...
The paper focuses on the systematic generalization visual question answering where the test set contains novel combinations of training concepts. The authors propose a new modular network whose modules are transformers. Strength: The paper focuses on the model robustness against VQA bias, which is a common problem in ...
Recommendation: 5: marginally below the acceptance threshold
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: The paper focuses on the systematic generalization visual question answering where the test set contains novel combinations of training concepts. The authors propose a new modular network whose modules are transformers. Strength: The paper focuses on the model robustness against VQA bias, which is a common pro...