review stringlengths 5 16.6k | score stringclasses 5
values | area stringclasses 12
values | text stringlengths 31 5.65k |
|---|---|---|---|
The authors developed a new efficient, single-timescale variance-reduced primal-dual method (VRPD) with an emphasis on the feasibility of solving non-convex policy evaluation problem in reinforcement learning (RL) with nonlinear function approximation, also known as the value function estimation or on-policy learning w... | Recommendation: 5: marginally below the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
The authors developed a new efficient, single-timescale variance-reduced primal-dual method (VRPD) with an emphasis on the feasibility of solving non-convex policy evaluation problem in reinforcement learning (RL) with nonlinear function approximation, also known as the value function estimation or on-policy le... |
The paper seeks to understand architecture changes to traditional CNNs that render them as, or more, robust as Transformers when applied to out of distribution data. The main conclusions of the paper are that employing (a) an initial partition of the image into non-overlapping patches; (b) larger kernel sizes in a resn... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
The paper seeks to understand architecture changes to traditional CNNs that render them as, or more, robust as Transformers when applied to out of distribution data. The main conclusions of the paper are that employing (a) an initial partition of the image into non-overlapping patches; (b) larger kernel sizes i... |
This work studies the convergence of gradient descent in the regime of learning ReLU activations agnostically for a class of distributions that contains the standard high dimensional normal distribution. In contrast with previous results, they consider the case where bias exists and apply gradient descent on the weight... | Recommendation: 5: marginally below the acceptance threshold | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
This work studies the convergence of gradient descent in the regime of learning ReLU activations agnostically for a class of distributions that contains the standard high dimensional normal distribution. In contrast with previous results, they consider the case where bias exists and apply gradient descent on th... |
This paper provides a training strategy by applying sparsification to obtain a more interpretable network. The training loss combines the feature diversity loss and sparsification loss used in Glm-saga. The measure of feature diversity is proposed and the paper shows that classes with the diverse feature can improve th... | 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 provides a training strategy by applying sparsification to obtain a more interpretable network. The training loss combines the feature diversity loss and sparsification loss used in Glm-saga. The measure of feature diversity is proposed and the paper shows that classes with the diverse feature can im... |
This work studies a notion of unlearning for graph neural networks. Basically, given a set of edges removed from the graph, it tries to address how to fast adjust the model parameters to make the model behave like the model retrained on the graph with edge removal while without retraining. The technical idea is to anal... | 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 studies a notion of unlearning for graph neural networks. Basically, given a set of edges removed from the graph, it tries to address how to fast adjust the model parameters to make the model behave like the model retrained on the graph with edge removal while without retraining. The technical idea is... |
This paper proposes to add set-wise connections to pair-wise connections in the Hopfield networks. The main contribution of the paper is the claim that adding such connection improves the memory storage properties of these networks. Interesting biological mechanisms of building many-body synapses are also mentioned. ... | Recommendation: 8: accept, good paper | Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces) | Review:
This paper proposes to add set-wise connections to pair-wise connections in the Hopfield networks. The main contribution of the paper is the claim that adding such connection improves the memory storage properties of these networks. Interesting biological mechanisms of building many-body synapses are also menti... |
This paper proposes an outlier detection algorithm that is based on bidirectional mapping between the data space and the latent space. The proposed algorithm maps the normal data to a restricted region in the latent space, letting the outliers map to the outside of the region.
# Strength
* The paper is overall very cl... | Recommendation: 5: marginally below the acceptance threshold | Area: General Machine Learning | Review:
This paper proposes an outlier detection algorithm that is based on bidirectional mapping between the data space and the latent space. The proposed algorithm maps the normal data to a restricted region in the latent space, letting the outliers map to the outside of the region.
# Strength
* The paper is overall... |
There are now a wide crop of Spherical CNN models, which can be classified along several different axes e.g. fully Fourier/fully real/partly real and partly harmonic; or continuous models and discrete models. If we focus on the latter, existing continuous models guarantee rotational equivariance, while being computatio... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
There are now a wide crop of Spherical CNN models, which can be classified along several different axes e.g. fully Fourier/fully real/partly real and partly harmonic; or continuous models and discrete models. If we focus on the latter, existing continuous models guarantee rotational equivariance, while being co... |
The paper introduces an algorithm to solve bilevel optimization problems with non-smooth inner problems.
Authors propose to smooth the non-smooth term in the inner problem, and to iteratively decrease the smoothing parameter.
In addition, a stochastic approach is proposed to avoid compute full hypergradient.
My main ... | Recommendation: 3: reject, not good enough | Area: Optimization (eg, convex and non-convex optimization) | Review:
The paper introduces an algorithm to solve bilevel optimization problems with non-smooth inner problems.
Authors propose to smooth the non-smooth term in the inner problem, and to iteratively decrease the smoothing parameter.
In addition, a stochastic approach is proposed to avoid compute full hypergradient.
... |
This paper introduces and mitigates some challenges encountered in contrastive representation distillation. In particular, the authors point out that the existing methods (CRD and wCoRD) keep track of a memory bank for the negatives that often contain inconsistent representations, which can adversely affect the student... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper introduces and mitigates some challenges encountered in contrastive representation distillation. In particular, the authors point out that the existing methods (CRD and wCoRD) keep track of a memory bank for the negatives that often contain inconsistent representations, which can adversely affect the... |
The paper presents a method named TCSR which is based on EfficientZero. TCSR helps a reinforcement learning agent to learn better latent representations in a self supervised manner.
Weaknesses:
The paper has several weakness in writing, results, explanation of the approach. See below:
Results:
- The paper does not ... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper presents a method named TCSR which is based on EfficientZero. TCSR helps a reinforcement learning agent to learn better latent representations in a self supervised manner.
Weaknesses:
The paper has several weakness in writing, results, explanation of the approach. See below:
Results:
- The paper d... |
The paper focuses on addressing the biases in the VCR dataset. It found that the correct answer has the most overlapping words with the question and the incorrect choices have low bert--similarity with the correct ones. The authors propose to rewrite all answer choices, generate counterfactual images, and train the mod... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
The paper focuses on addressing the biases in the VCR dataset. It found that the correct answer has the most overlapping words with the question and the incorrect choices have low bert--similarity with the correct ones. The authors propose to rewrite all answer choices, generate counterfactual images, and train... |
This paper provided a Céa-type lemma's lemma for p-laplacian. Based on this, the author provide a breaking the curse of dimensionality proof for solving the PDE.
Question 1: What's the application of p-Laplacian equation in high dimension? ( I don't think clustering is a good application.
Question 2: The main contrib... | Recommendation: 3: reject, not good enough | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
This paper provided a Céa-type lemma's lemma for p-laplacian. Based on this, the author provide a breaking the curse of dimensionality proof for solving the PDE.
Question 1: What's the application of p-Laplacian equation in high dimension? ( I don't think clustering is a good application.
Question 2: The main... |
The paper presents theoretical and empirical results supporting an exponential gap between a sequence-to-sequence task and its decomposition into many smaller subtasks. In this study, the authors consider a bit parity task where the objective is to determine if the number of ones in a subset of a 0/1 array of length d ... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper presents theoretical and empirical results supporting an exponential gap between a sequence-to-sequence task and its decomposition into many smaller subtasks. In this study, the authors consider a bit parity task where the objective is to determine if the number of ones in a subset of a 0/1 array of l... |
This paper proposes a method to achieve anytime networks by controlling the network depth during runtime. The method focuses on the typical ResNet-like architectures and proposes to divide the residual blocks in each stage into two parts that are responsible for feature learning and feature refinement, respectively. A ... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
This paper proposes a method to achieve anytime networks by controlling the network depth during runtime. The method focuses on the typical ResNet-like architectures and proposes to divide the residual blocks in each stage into two parts that are responsible for feature learning and feature refinement, respecti... |
This paper provides a "fine-grained" theory for the label propagation algorithm (LPA) in the presence of prior information. Unlike the existing theory, the new error bound takes into account the local geometric properties of the graph. The new error bound enables us to discriminate two geometrically different graphs wi... | Recommendation: 8: accept, good paper | Area: General Machine Learning | Review:
This paper provides a "fine-grained" theory for the label propagation algorithm (LPA) in the presence of prior information. Unlike the existing theory, the new error bound takes into account the local geometric properties of the graph. The new error bound enables us to discriminate two geometrically different g... |
This paper is about understanding the functionality of layers in a deep neural network by examining the curvature of the low-dimensional manifold associated with the feature maps at different layers. To evaluate the curvature, one has to have sufficiently dense samples on the manifold and this is achieved by adding sma... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper is about understanding the functionality of layers in a deep neural network by examining the curvature of the low-dimensional manifold associated with the feature maps at different layers. To evaluate the curvature, one has to have sufficiently dense samples on the manifold and this is achieved by ad... |
The paper studies the problem of noisy label learning and proposes a method that computes a score based on the agreements over an ensemble of models to identify the samples with the correct given labels. The paper conducts experiments and shows that the disagreements among the ensemble of models strongly correlate with... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
The paper studies the problem of noisy label learning and proposes a method that computes a score based on the agreements over an ensemble of models to identify the samples with the correct given labels. The paper conducts experiments and shows that the disagreements among the ensemble of models strongly correl... |
This work studies the optimization landscape of deep neural networks through tracking the correlation of adjacent gradient steps of full batch gradient descent. Surprisingly, the authors find a strong zigzag behaviour, where adjacent gradients consistently have strong negative correlation values for a large period of ... | Recommendation: 5: marginally below the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
This work studies the optimization landscape of deep neural networks through tracking the correlation of adjacent gradient steps of full batch gradient descent. Surprisingly, the authors find a strong zigzag behaviour, where adjacent gradients consistently have strong negative correlation values for a large pe... |
The paper presents a new SVD-based Graph Contrastive Learning paradigm called LightGCL to learn effective representations of nodes in a user-item interaction graph from unlabeled data that are eventually used to predict users' preferences in downstream recommendation tasks. The key idea is in the augmentation step whe... | Recommendation: 8: accept, good paper | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The paper presents a new SVD-based Graph Contrastive Learning paradigm called LightGCL to learn effective representations of nodes in a user-item interaction graph from unlabeled data that are eventually used to predict users' preferences in downstream recommendation tasks. The key idea is in the augmentation ... |
This paper first proposes a novel deep graph-level anomaly detection model, which learns the graph representation with maximum mutual information between substructure features and global structure features while exploring a hypersphere anomaly decision boundary. The numerical and visualization results on a few graph da... | Recommendation: 6: marginally above the acceptance threshold | Area: General Machine Learning | Review:
This paper first proposes a novel deep graph-level anomaly detection model, which learns the graph representation with maximum mutual information between substructure features and global structure features while exploring a hypersphere anomaly decision boundary. The numerical and visualization results on a few ... |
The authors claim to propose to sample directly from the distribution over the particle positions, eliminating boundaries while adaptively
focusing on the most relevant regions. It looks higher sample efficiency and improved performance of PINNs.
Weaknesses: It looks that I do not understand what the authors' motivati... | Recommendation: 3: reject, not good enough | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
The authors claim to propose to sample directly from the distribution over the particle positions, eliminating boundaries while adaptively
focusing on the most relevant regions. It looks higher sample efficiency and improved performance of PINNs.
Weaknesses: It looks that I do not understand what the authors' ... |
This paper proposes novel ways to enforce an inductive bias into a temporal auto-encoder model, by:
1) enforcing that the R part of the model should be able to operate on both the original version of the time-varying embeddings and also on a transformed version.
2) separating out the per-session and per-frame parts of ... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper proposes novel ways to enforce an inductive bias into a temporal auto-encoder model, by:
1) enforcing that the R part of the model should be able to operate on both the original version of the time-varying embeddings and also on a transformed version.
2) separating out the per-session and per-frame p... |
The work presents a model for motion prediction. The core component of the method is the prioritization of the agents. Agent with higher priority will have better prediction. The work comes supported with experiments and good analysis.
Introduction:
- Introduction is clear and work is well motivated based on the exam... | Recommendation: 3: reject, not good enough | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The work presents a model for motion prediction. The core component of the method is the prioritization of the agents. Agent with higher priority will have better prediction. The work comes supported with experiments and good analysis.
Introduction:
- Introduction is clear and work is well motivated based on ... |
This paper proposes the Hidden-Utility Self-Play algorithm to explicitly model human bias via a modification to the reward function used during self-play training. This is used in the domain of the cooperative game Overcooked, where a particular reward modification is shown to be effective both in experiments where it ... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper proposes the Hidden-Utility Self-Play algorithm to explicitly model human bias via a modification to the reward function used during self-play training. This is used in the domain of the cooperative game Overcooked, where a particular reward modification is shown to be effective both in experiments w... |
This paper proposes a continual learning algorithm, called Regularized Adaptive Weight Modification (RAWM) to overcome catastrophic forgetting for fake audio detection. RAWM is based on the previously published orthogonal weight modification (OWM). Because OWM does not consider the similarity of some audio, including f... | 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 a continual learning algorithm, called Regularized Adaptive Weight Modification (RAWM) to overcome catastrophic forgetting for fake audio detection. RAWM is based on the previously published orthogonal weight modification (OWM). Because OWM does not consider the similarity of some audio, inc... |
This paper proposes a domain generalization method for time series classification to
improve the generalization on new unseen target domain without using domain labels.
Moreover, an identification approach of the sub-distributions inside the data is
proposed. Last, a min-max adversarial approach is presented to find do... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper proposes a domain generalization method for time series classification to
improve the generalization on new unseen target domain without using domain labels.
Moreover, an identification approach of the sub-distributions inside the data is
proposed. Last, a min-max adversarial approach is presented to... |
The paper provides a theoretical analysis that explains the benefit of MRP in SSL. Utilizing the multi-view data distribution and certain assumptions about the model architecture, the paper shows that the encoder trained with MRP can capture *all* the discriminative semantics of each semantic class in the pretraining d... | Recommendation: 8: accept, good paper | Area: Unsupervised and Self-supervised learning | Review:
The paper provides a theoretical analysis that explains the benefit of MRP in SSL. Utilizing the multi-view data distribution and certain assumptions about the model architecture, the paper shows that the encoder trained with MRP can capture *all* the discriminative semantics of each semantic class in the pretr... |
This paper provides a general template for MARL algorithmic designs. They prove that algorithms derived from the HAML template satisfy the desired properties of the monotonic improvement of the joint reward and the convergence to Nash equilibrium.
+: The paper has nice result for the properties of a class of policies.... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper provides a general template for MARL algorithmic designs. They prove that algorithms derived from the HAML template satisfy the desired properties of the monotonic improvement of the joint reward and the convergence to Nash equilibrium.
+: The paper has nice result for the properties of a class of p... |
This paper empirically evaluates the correlation between different hyperparameters of tensor compressive layers and the classification performance. Their results show that the error is indicative of model performance, even when comparing multiple TD methods, though useful correlation only occurs at the higher compressi... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper empirically evaluates the correlation between different hyperparameters of tensor compressive layers and the classification performance. Their results show that the error is indicative of model performance, even when comparing multiple TD methods, though useful correlation only occurs at the higher c... |
This paper investigates the example selection problem which is selecting reasoning examples that make the most effective prompts when prompting large language models with a chain of thoughts (CoT) prompt. The authors apply their approach at both prompting and decoding time. Evaluating on multi-step reasoning task, they... | Recommendation: 8: accept, good paper | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper investigates the example selection problem which is selecting reasoning examples that make the most effective prompts when prompting large language models with a chain of thoughts (CoT) prompt. The authors apply their approach at both prompting and decoding time. Evaluating on multi-step reasoning ta... |
The paper presents Autoregressive Conditional Neural Processes, a way to use conditional neural processes in an autoregressive way, by feeding newly sampled points back into the CNP and re-evaluating. The paper vouches that using CNPs in this autoregressive way gives better predictive performance, since there are no in... | Recommendation: 5: marginally below the acceptance threshold | Area: General Machine Learning | Review:
The paper presents Autoregressive Conditional Neural Processes, a way to use conditional neural processes in an autoregressive way, by feeding newly sampled points back into the CNP and re-evaluating. The paper vouches that using CNPs in this autoregressive way gives better predictive performance, since there a... |
The paper studies offline learning of the Nash equilibrium of the congestion game. In a congestion game, agents choose which facility to use. The reward the agent obtains from using the facility depends only on the number of total agents using that facility. In this paper, the authors consider three types of feedback: ... | Recommendation: 8: accept, good paper | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
The paper studies offline learning of the Nash equilibrium of the congestion game. In a congestion game, agents choose which facility to use. The reward the agent obtains from using the facility depends only on the number of total agents using that facility. In this paper, the authors consider three types of fe... |
The paper develops a multi-agent algorithm suitable for handling a large number of agents by means of the mean-field approximation.
Strength:
- an interesting and important problem
- natural approach
Weaknesses
- poor empirical evolution
The paper develops a multi-agent algorithm suitable for handling a large number o... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper develops a multi-agent algorithm suitable for handling a large number of agents by means of the mean-field approximation.
Strength:
- an interesting and important problem
- natural approach
Weaknesses
- poor empirical evolution
The paper develops a multi-agent algorithm suitable for handling a large ... |
This paper revisited federated and decentralized learning and showed the linear convergence rate for both of them when the objective loss satisfied the PL condition without generic assumptions such as bounded variance. Specifically, the authors leveraged the sample-wise smoothness of the local loss functions to capture... | Recommendation: 5: marginally below the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
This paper revisited federated and decentralized learning and showed the linear convergence rate for both of them when the objective loss satisfied the PL condition without generic assumptions such as bounded variance. Specifically, the authors leveraged the sample-wise smoothness of the local loss functions to... |
# Intro / Section 2
- This paper introduces the property of diffused redundancy: any randomly chosen subset of a layer can perform similarly to the full layer on downstream tasks.
- The degree of diffuse redundancy is investigated for the final layers of image classification models trained on imagenet.
- Two downstream... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
# Intro / Section 2
- This paper introduces the property of diffused redundancy: any randomly chosen subset of a layer can perform similarly to the full layer on downstream tasks.
- The degree of diffuse redundancy is investigated for the final layers of image classification models trained on imagenet.
- Two do... |
The paper proposes LINEX, an explainable AI(XAI) method. In a typical categorization of XAI, LINEX deals with a method to explain a given black-box predictor locally with features, i.e. providing an explanation of a given data with important features. LINEX employs IRM and game theory in its formulation and the optimiz... | 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 LINEX, an explainable AI(XAI) method. In a typical categorization of XAI, LINEX deals with a method to explain a given black-box predictor locally with features, i.e. providing an explanation of a given data with important features. LINEX employs IRM and game theory in its formulation and the... |
This paper uses protein structure embedding as as features to predict protein-protein interaction.
Strengths:
+ Using protein structural embedding for PPI prediction is an important direction.
Weaknesses:
+ I find this paper to be not very clear. For example, what does the AUC actually measure in the protein-protein i... | Recommendation: 3: reject, not good enough | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
This paper uses protein structure embedding as as features to predict protein-protein interaction.
Strengths:
+ Using protein structural embedding for PPI prediction is an important direction.
Weaknesses:
+ I find this paper to be not very clear. For example, what does the AUC actually measure in the protein-p... |
This paper discusses the graph biconnectivity and the potential of existing GNNs on recognizing it. It first proves most of the existing GNNs and 1-WL cannot distinguish biconnectivity. The author proves ESAN are powerful enough for this problem due to the subgraph aggregation policies. Furthermore, author discusses th... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
This paper discusses the graph biconnectivity and the potential of existing GNNs on recognizing it. It first proves most of the existing GNNs and 1-WL cannot distinguish biconnectivity. The author proves ESAN are powerful enough for this problem due to the subgraph aggregation policies. Furthermore, author disc... |
The paper experimentally discusses the emergence of sparse activations in the feed-forward layer of Transformer neural networks. The authors highlight that sparse activations emerge for a variety of tasks and architectures. They then discuss how sparsity can be taken advantage of to reduce FLOP count and the implicatio... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper experimentally discusses the emergence of sparse activations in the feed-forward layer of Transformer neural networks. The authors highlight that sparse activations emerge for a variety of tasks and architectures. They then discuss how sparsity can be taken advantage of to reduce FLOP count and the im... |
This paper proposes to integrate community-aware graph generation (or edge partition) and graph contrastive learning, which is claimed to encode both intra-graph and inter-graph information. Specifically, the basic contrastive loss is extended based on community-aware edge partition, incorporating contrastive learning ... | Recommendation: 3: reject, not good enough | Area: Unsupervised and Self-supervised learning | Review:
This paper proposes to integrate community-aware graph generation (or edge partition) and graph contrastive learning, which is claimed to encode both intra-graph and inter-graph information. Specifically, the basic contrastive loss is extended based on community-aware edge partition, incorporating contrastive l... |
This paper proposes propose a Harmonic Molecular Representation learning (HMR) framework,which offers a multi-resolution representation of molecular geometric and chemical properties on 2D Riemannian manifold. In order to realize efficient spectral message passing over the surface manifold for better molecular encoding... | Recommendation: 6: marginally above the acceptance threshold | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
This paper proposes propose a Harmonic Molecular Representation learning (HMR) framework,which offers a multi-resolution representation of molecular geometric and chemical properties on 2D Riemannian manifold. In order to realize efficient spectral message passing over the surface manifold for better molecular ... |
This paper proposes a cross-graph augmentation method to simulate global semantic shifts. In particular, the paper first analyzes the limitations of invariant graph contrastive learning (I-GCL). Then the authors explore equivariance for cross-graph augmentation to mitigate the limitations of I-GCL. The authors conduct ... | Recommendation: 6: marginally above the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
This paper proposes a cross-graph augmentation method to simulate global semantic shifts. In particular, the paper first analyzes the limitations of invariant graph contrastive learning (I-GCL). Then the authors explore equivariance for cross-graph augmentation to mitigate the limitations of I-GCL. The authors ... |
The authors Block and Subword-Scaling Floating-Point (BSFP), a variant of block-floating point (BFP). BFP represents a vector of real numbers using a single shared exponent and a per-element signed mantissa. BSFP is a variant with the following key differences:
1. BSFP represents a vector of real numbers as the sum of... | Recommendation: 6: marginally above the acceptance threshold | Area: General Machine Learning | Review:
The authors Block and Subword-Scaling Floating-Point (BSFP), a variant of block-floating point (BFP). BFP represents a vector of real numbers using a single shared exponent and a per-element signed mantissa. BSFP is a variant with the following key differences:
1. BSFP represents a vector of real numbers as th... |
The paper proposes a new approach to learning of graph embeddings. Namely, the theoretical shortcoming of the common bilinear models related to non-uniqueness of identity is addressed. A new theoretically well-grounded model is proposed. Experiments suggest viability fo the described approach.
Strengths:
- The approa... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper proposes a new approach to learning of graph embeddings. Namely, the theoretical shortcoming of the common bilinear models related to non-uniqueness of identity is addressed. A new theoretically well-grounded model is proposed. Experiments suggest viability fo the described approach.
Strengths:
- Th... |
The paper proposes a domain-agnostic method to learn augmentations in self-supervised learning.
Strength:
1. The paper proposes a new paradigm other than contrastive learning for self-supervised learning.
2. The proposed algorithm is theoretically justified.
3. The paper is written and easy to follow in general.
Weakn... | Recommendation: 8: accept, good paper | Area: Unsupervised and Self-supervised learning | Review:
The paper proposes a domain-agnostic method to learn augmentations in self-supervised learning.
Strength:
1. The paper proposes a new paradigm other than contrastive learning for self-supervised learning.
2. The proposed algorithm is theoretically justified.
3. The paper is written and easy to follow in general... |
The authors propose a general teacher-guided training (TGT) framework for efficient model distillation. TGT explicitly leverages the low dimensional representations extracted by the pretrained teacher generative models, which is then theoretically shown to be able to improve the generalization of the student model. TGT... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The authors propose a general teacher-guided training (TGT) framework for efficient model distillation. TGT explicitly leverages the low dimensional representations extracted by the pretrained teacher generative models, which is then theoretically shown to be able to improve the generalization of the student mo... |
The work studied masked federated learning (FL) for device-heterogeneous settings. The theorems on the convergence of masked FL revealed the limitation of existing masking strategies that induced biases to the model convergence. Therefore, the authors propose to optimize the per-client masks on the server. Empirical re... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
The work studied masked federated learning (FL) for device-heterogeneous settings. The theorems on the convergence of masked FL revealed the limitation of existing masking strategies that induced biases to the model convergence. Therefore, the authors propose to optimize the per-client masks on the server. Empi... |
This paper proposes an efficient method to find prompts that will trigger undesirable behaviors of large language models, based on a coordinate ascending algorithm and an linear approximation which avoids doing forward-backward passes for every candidate token.
Strengths:
1. The proposed algorithm and approximation se... | 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 efficient method to find prompts that will trigger undesirable behaviors of large language models, based on a coordinate ascending algorithm and an linear approximation which avoids doing forward-backward passes for every candidate token.
Strengths:
1. The proposed algorithm and approxim... |
For the semi-supervised learning task, this paper argues that existing methods might fail to utilize the unlabeled data more effectively since they either use a fixed threshold or an ad-hoc threshold adjusting scheme, resulting in inferior performance and slow convergence. Then they propose FreeMatch to adaptively adju... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
For the semi-supervised learning task, this paper argues that existing methods might fail to utilize the unlabeled data more effectively since they either use a fixed threshold or an ad-hoc threshold adjusting scheme, resulting in inferior performance and slow convergence. Then they propose FreeMatch to adaptiv... |
This paper aims to introduce visual transformers to extract feature representations for reinforcement learning. It proposed a method, which is a combination of VICReg and temporal ordering prediction, to pretrain the ViT network. Experiments are done on Atari 100K using the visual transformer pretrained by the proposed... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper aims to introduce visual transformers to extract feature representations for reinforcement learning. It proposed a method, which is a combination of VICReg and temporal ordering prediction, to pretrain the ViT network. Experiments are done on Atari 100K using the visual transformer pretrained by the ... |
The paper provides an algorithm for Differentially-Private offline reinforcement learning, for the tabular and linear MDP settings.
Strengths
- the problem is interesting and has good motivation: protection of sensitive information in the trajectories saved in offline reinforcement learning, and this is especially imp... | Recommendation: 3: reject, not good enough | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
The paper provides an algorithm for Differentially-Private offline reinforcement learning, for the tabular and linear MDP settings.
Strengths
- the problem is interesting and has good motivation: protection of sensitive information in the trajectories saved in offline reinforcement learning, and this is especi... |
This paper targets a research problem of how to transfer knowledge from multiple source domains to a single target domain with very limited target data. To solve the problem, a new method based on mix-up is proposed. It progressively pushes both the source domains and the few-shot target domain aligned to the mix-up do... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper targets a research problem of how to transfer knowledge from multiple source domains to a single target domain with very limited target data. To solve the problem, a new method based on mix-up is proposed. It progressively pushes both the source domains and the few-shot target domain aligned to the m... |
The paper proposes an uncertainty & temporal distance-aware curriculum goal-generation method for various navigation tasks and a manipulation task. Uncertainty quantification is based on a Bayesian classifier obtained via conditional normalized maximum likelihood (Zhou & Levine, 2021; Li et al., 2021), which guides the... | Recommendation: 8: accept, good paper | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper proposes an uncertainty & temporal distance-aware curriculum goal-generation method for various navigation tasks and a manipulation task. Uncertainty quantification is based on a Bayesian classifier obtained via conditional normalized maximum likelihood (Zhou & Levine, 2021; Li et al., 2021), which gu... |
This paper formulates cache timing channel attack and defense as Partial Observable Markov Games (POMGs). Evaluation shows that the attack/defense agents trained from POMG achieve better generalization against unseen detectors/attacks compared to other works. The authors also discover that applying Transformers as the ... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper formulates cache timing channel attack and defense as Partial Observable Markov Games (POMGs). Evaluation shows that the attack/defense agents trained from POMG achieve better generalization against unseen detectors/attacks compared to other works. The authors also discover that applying Transformers... |
This paper provides a method for improving the robustness of score-based DAG learning methods to heterogeneous noise. It works by iteratively up-reweighting the poorly fitted observations and then rerunning the base method.
The method seems useful and clearly improves performance in simulations, as well as on the wel... | Recommendation: 8: accept, good paper | Area: General Machine Learning | Review:
This paper provides a method for improving the robustness of score-based DAG learning methods to heterogeneous noise. It works by iteratively up-reweighting the poorly fitted observations and then rerunning the base method.
The method seems useful and clearly improves performance in simulations, as well as on... |
The paper proposes a way to improve compositional text-to-image in large, pre-trained diffusion models without additional data or training requirements. To achieve this, language parsers are used to extract high-level information from a given caption (e.g. noun phrases) and use those to obtain additional text embedding... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The paper proposes a way to improve compositional text-to-image in large, pre-trained diffusion models without additional data or training requirements. To achieve this, language parsers are used to extract high-level information from a given caption (e.g. noun phrases) and use those to obtain additional text e... |
This paper revisits the commonly used mixup technique and proposes to modify the loss function to achieve similar effect as the time-consuming search based methods. The proposed method is simple and proved effective across various tasks, including classification, semi-supervised learning on both small and large scale d... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper revisits the commonly used mixup technique and proposes to modify the loss function to achieve similar effect as the time-consuming search based methods. The proposed method is simple and proved effective across various tasks, including classification, semi-supervised learning on both small and large... |
This paper aims to answer two questions, namely,
(i) Do the performance profiles of deep
reinforcement learning algorithms designed for certain data regimes translate approximately linearly to a different sample complexity region?
(ii) What is the underlying theoretical relationship between the performance profile... | Recommendation: 5: marginally below the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper aims to answer two questions, namely,
(i) Do the performance profiles of deep
reinforcement learning algorithms designed for certain data regimes translate approximately linearly to a different sample complexity region?
(ii) What is the underlying theoretical relationship between the performance... |
In this paper the authors have proposed FreeMatch, a novel Semi Supervised Learning (SSL) technique that samples unlabeled data (the goal is to add pseudo labels and use them as supplementary data for model learning) through a Self Adapting (confidence) Thresholding (SAT) mechanism. The hypothesis is that an adaptive t... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
In this paper the authors have proposed FreeMatch, a novel Semi Supervised Learning (SSL) technique that samples unlabeled data (the goal is to add pseudo labels and use them as supplementary data for model learning) through a Self Adapting (confidence) Thresholding (SAT) mechanism. The hypothesis is that an ad... |
In this paper, the authors propose ChordMixer: a simple neural network building block that is able to mix tokens within a sequence. Each ChordMixer block consists of a rotation layer followed by 2-layer MLP. Compared to previous methods, ChordMixer allows attention over variable input length and performs favourably on ... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
In this paper, the authors propose ChordMixer: a simple neural network building block that is able to mix tokens within a sequence. Each ChordMixer block consists of a rotation layer followed by 2-layer MLP. Compared to previous methods, ChordMixer allows attention over variable input length and performs favour... |
In Strength And Weaknesses
Summary: This paper considers constructing an empirical MDP from experience replay and estimates a Q-value function and policy from this empirical MDP. Then this paper applies these estimators to help train original Q-network. The benefit of the empirical MDP on replay buffer is the conservat... | Recommendation: 8: accept, good paper | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
In Strength And Weaknesses
Summary: This paper considers constructing an empirical MDP from experience replay and estimates a Q-value function and policy from this empirical MDP. Then this paper applies these estimators to help train original Q-network. The benefit of the empirical MDP on replay buffer is the c... |
The authors propose to apply knowledge distillation and model quantization techniques to Deep Reinforcement Learning (DRL), which contributes to less memory footprint and space complexity during training. They show that the dual-head architecture leads to superior performance than the common actor smoothing and policy ... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The authors propose to apply knowledge distillation and model quantization techniques to Deep Reinforcement Learning (DRL), which contributes to less memory footprint and space complexity during training. They show that the dual-head architecture leads to superior performance than the common actor smoothing and... |
In this work, the authors developed a new Bayesian framework for personalized federated learning and derived theoretical bounds and novel algorithms for private personalized estimation. AdaPeD was proposed to use information divergence constraints along with adaptive weighting of local models and population models. Ada... | Recommendation: 6: marginally above the acceptance threshold | Area: General Machine Learning | Review:
In this work, the authors developed a new Bayesian framework for personalized federated learning and derived theoretical bounds and novel algorithms for private personalized estimation. AdaPeD was proposed to use information divergence constraints along with adaptive weighting of local models and population mod... |
The authors propose a new data instance valuation metric (CG score) - for scoring the how impactful a particular training instance would be on training a neural net. This can be viewed in terms of how difficult of an example it is to learn and how much it effects generalization, etc. This metric does not require actu... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The authors propose a new data instance valuation metric (CG score) - for scoring the how impactful a particular training instance would be on training a neural net. This can be viewed in terms of how difficult of an example it is to learn and how much it effects generalization, etc. This metric does not requ... |
This paper is written to introduce two notions of evaluation for model explanations: soundness and completeness. The definitions for these metrics are straightforward but require prior knowledge of the ground-truth important features. The authors therefore suggest practical alternatives, which appear to reduce to proce... | 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 is written to introduce two notions of evaluation for model explanations: soundness and completeness. The definitions for these metrics are straightforward but require prior knowledge of the ground-truth important features. The authors therefore suggest practical alternatives, which appear to reduce ... |
The authors deal with the problem of training neural networks when the input images are very large and thus cannot fit entirely into GPU memory (ie, cases where even a batch size of 1 is too large). They propose an Iterative Patch Selection algorithm which selects only the most salient patches which are then aggregated... | Recommendation: 8: accept, good paper | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The authors deal with the problem of training neural networks when the input images are very large and thus cannot fit entirely into GPU memory (ie, cases where even a batch size of 1 is too large). They propose an Iterative Patch Selection algorithm which selects only the most salient patches which are then ag... |
The paper addresses the general family of tasks when the input needs to be processed by a neural model, then processed by a symbolic model, and produce an output.
For example, the input may be an *image of* a handwritten arithmetic calculation, e.g. `7*8-5-9`. The neural model needs to recognize the digits and the ope... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper addresses the general family of tasks when the input needs to be processed by a neural model, then processed by a symbolic model, and produce an output.
For example, the input may be an *image of* a handwritten arithmetic calculation, e.g. `7*8-5-9`. The neural model needs to recognize the digits and... |
Motivated by the genetic perturbations problem in biology, the authors reformulate this problem as a batched regret minimization problem with a large action space. Specifically, they assume the feedback is noiseless and prior-known a potential function class that outputs the score of a given action (a perturbation) bu... | Recommendation: 8: accept, good paper | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
Motivated by the genetic perturbations problem in biology, the authors reformulate this problem as a batched regret minimization problem with a large action space. Specifically, they assume the feedback is noiseless and prior-known a potential function class that outputs the score of a given action (a perturba... |
This paper extends the work of (Bengio et al., 2021a) on Generative Flow Networks (GFlowNets), which was limited to discrete state and actions spaces, to continuous control tasks. The authors introduce the notion of continuous flow $F$, and they formulate the conditions required by this function $F$ to correspond to a ... | Recommendation: 6: marginally above the acceptance threshold | Area: Generative models | Review:
This paper extends the work of (Bengio et al., 2021a) on Generative Flow Networks (GFlowNets), which was limited to discrete state and actions spaces, to continuous control tasks. The authors introduce the notion of continuous flow $F$, and they formulate the conditions required by this function $F$ to correspo... |
The authors proposed for the first time a theoretically motivated label model for programatic weak supervision (PWS), called a hyper label model based on GNN. The model can be used to aggregate any list of labeling functions (LFs) for any task and infer ground-truth labels in a single pass, without need any dataset-spe... | Recommendation: 8: accept, good paper | Area: General Machine Learning | Review:
The authors proposed for the first time a theoretically motivated label model for programatic weak supervision (PWS), called a hyper label model based on GNN. The model can be used to aggregate any list of labeling functions (LFs) for any task and infer ground-truth labels in a single pass, without need any dat... |
This work studies the unsupervised consensus clustering problem: given $N$ $K$- clustering vectors on n data points, a single clustering solution is to be found that minimizes the distance to $N$ $K$- clustering vectors. This problem is in general challenging due to the freedom of label switching among $N$ $K$ - cluste... | Recommendation: 8: accept, good paper | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
This work studies the unsupervised consensus clustering problem: given $N$ $K$- clustering vectors on n data points, a single clustering solution is to be found that minimizes the distance to $N$ $K$- clustering vectors. This problem is in general challenging due to the freedom of label switching among $N$ $K$ ... |
This paper introduces a new approach to personalized federated learning via sparse model adaptation. The key idea is to configure local models as subnets of a master net representing the global model.
The subnets are generated via a block-wise binary mask that (1) zeroes out less important components; and (2) enforce... | Recommendation: 6: marginally above the acceptance threshold | Area: General Machine Learning | Review:
This paper introduces a new approach to personalized federated learning via sparse model adaptation. The key idea is to configure local models as subnets of a master net representing the global model.
The subnets are generated via a block-wise binary mask that (1) zeroes out less important components; and (2)... |
The authors have proved that the “label noise” in source-free domain adaptation is unbounded. Therefore, existing LLN methods that rely on their distribution assumptions are unable to address the “label noise” in source-free domain adaptation (SFDA). The authors have also demonstrated theoretically that the early-time ... | Recommendation: 6: marginally above the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
The authors have proved that the “label noise” in source-free domain adaptation is unbounded. Therefore, existing LLN methods that rely on their distribution assumptions are unable to address the “label noise” in source-free domain adaptation (SFDA). The authors have also demonstrated theoretically that the ear... |
The paper proposes a new text shape representation for scene text based on the coefficients of a quadratic polynomial fitting the four contours (upper, lower, left, right) of the text instance. Then, a transformer-based detector is trained to predict the coefficients of the polynomials for all text instances in an imag... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The paper proposes a new text shape representation for scene text based on the coefficients of a quadratic polynomial fitting the four contours (upper, lower, left, right) of the text instance. Then, a transformer-based detector is trained to predict the coefficients of the polynomials for all text instances in... |
The paper presents a high performance asynchronous encoding scheme for event-based camera data, which uses associative memory and preserves the spatio-temporal relationships between events in a compact and efficient manner. The authors evaluate the pipeline on recognition tasks, and achieve high speedups without sacrif... | Recommendation: 8: accept, good paper | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The paper presents a high performance asynchronous encoding scheme for event-based camera data, which uses associative memory and preserves the spatio-temporal relationships between events in a compact and efficient manner. The authors evaluate the pipeline on recognition tasks, and achieve high speedups withou... |
This paper has the main motivation to improve the “sharded” distributed MoE by improving its all-to-all communication by not treating them agnostically and equally, but instead characterizing them hierarchically based on their locality relationships, namely accelerator, node and global levels. The motivated application... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper has the main motivation to improve the “sharded” distributed MoE by improving its all-to-all communication by not treating them agnostically and equally, but instead characterizing them hierarchically based on their locality relationships, namely accelerator, node and global levels. The motivated app... |
This paper proposes Deep Generative Symbolic Regression (DGSR), a novel method for the task of Symbolic Regression. DGSA uses a set transformer to encode the input data into permutation-invariant representations and uses an autoregressive decoder to generate the closed-form equations. The model is pre-trained on datase... | Recommendation: 6: marginally above the acceptance threshold | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
This paper proposes Deep Generative Symbolic Regression (DGSR), a novel method for the task of Symbolic Regression. DGSA uses a set transformer to encode the input data into permutation-invariant representations and uses an autoregressive decoder to generate the closed-form equations. The model is pre-trained o... |
**POST-REBUTTAL UPDATE:**
The authors did an excellent job responding to my concerns, in particular, with the take-home message. It appears as though the take-home message was not lost on the other reviewers. In light of the author response and the other reviews, I have increased my score and decreased my confidence. I... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
**POST-REBUTTAL UPDATE:**
The authors did an excellent job responding to my concerns, in particular, with the take-home message. It appears as though the take-home message was not lost on the other reviewers. In light of the author response and the other reviews, I have increased my score and decreased my confi... |
The paper presents a MAML approach to meta-training a model based RL policy which will learn to "nudge" no-regret bandit learning algorithms into cooperating in a single-player prisonners dilemma. Experimental evaluation shows that the model based method allows "level-2" reasoning about the "level-1" decision and adapt... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper presents a MAML approach to meta-training a model based RL policy which will learn to "nudge" no-regret bandit learning algorithms into cooperating in a single-player prisonners dilemma. Experimental evaluation shows that the model based method allows "level-2" reasoning about the "level-1" decision a... |
The paper introduces a multi-agent reinforcement learning approach with a Collaborative Triangulation contribution the credit assignment by using their weighted average marginal contribution for 3D human pose estimation in dynamic human crowds. The model is trained with multiple world dynamics learning tasks. The metho... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The paper introduces a multi-agent reinforcement learning approach with a Collaborative Triangulation contribution the credit assignment by using their weighted average marginal contribution for 3D human pose estimation in dynamic human crowds. The model is trained with multiple world dynamics learning tasks. T... |
The paper propose a novel GFlowNet training objective called subtrajectory balance $SubTB(\lambda)$ that can learn from partial The paper proposes a novel GFlowNet training objective called subtrajectory balance $SubTB(\lambda)$ that can learn from partial action subsequences of varying lengths. Empirical results demon... | Recommendation: 5: marginally below the acceptance threshold | Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes) | Review:
The paper propose a novel GFlowNet training objective called subtrajectory balance $SubTB(\lambda)$ that can learn from partial The paper proposes a novel GFlowNet training objective called subtrajectory balance $SubTB(\lambda)$ that can learn from partial action subsequences of varying lengths. Empirical resul... |
This paper addresses the difference between multiple-choice prompting and standard prompting (so called cloze prompting), clarifying major reasons why LLM underperforms on Multiple Choice Question Answering (MCQA) problems. First, what LLM tries to predict in terms of “more likely” does not always mean “more correctly”... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper addresses the difference between multiple-choice prompting and standard prompting (so called cloze prompting), clarifying major reasons why LLM underperforms on Multiple Choice Question Answering (MCQA) problems. First, what LLM tries to predict in terms of “more likely” does not always mean “more co... |
This paper proposes a Bi-level Dynamic Parameter Sharing mechanism (BDPS) in MARL. The core idea is assigning different agents to different roles based on the long-term cumulative advantages and grouping multiple roles to a set of teams via the Graph Attention Network. And the authors verify the proposed method in some... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper proposes a Bi-level Dynamic Parameter Sharing mechanism (BDPS) in MARL. The core idea is assigning different agents to different roles based on the long-term cumulative advantages and grouping multiple roles to a set of teams via the Graph Attention Network. And the authors verify the proposed method... |
The paper considers the offline RL setting under N user-specific MDPs. The author addresses the sample efficiency and the exploration of collaborative reward function. The solution assumes a low-rank structure between user reward functions and use the idea of collaborative filtering to reduce the required number of sam... | Recommendation: 5: marginally below the acceptance threshold | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
The paper considers the offline RL setting under N user-specific MDPs. The author addresses the sample efficiency and the exploration of collaborative reward function. The solution assumes a low-rank structure between user reward functions and use the idea of collaborative filtering to reduce the required numbe... |
The authors consider theoretical properties of the Structured State Space model (S4) (i.e., a deep learning state space modeling framework) and propose a characterization in terms of exponentially-warped Legendre polynomials demonstrating its theoretical properties and generalizations including to existing S4 procedure... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
The authors consider theoretical properties of the Structured State Space model (S4) (i.e., a deep learning state space modeling framework) and propose a characterization in terms of exponentially-warped Legendre polynomials demonstrating its theoretical properties and generalizations including to existing S4 p... |
This work proposes to train low-rank CNNs from scratch. To achieve this, the authors propose Tucker-2 decomposition with low-rankness, and improve the training with orthogonal weight regularizations.
Strength:
1) The paper is well-written and easy to follow.
2) Questions in section 4 is well-motivated.
3) It is good to... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This work proposes to train low-rank CNNs from scratch. To achieve this, the authors propose Tucker-2 decomposition with low-rankness, and improve the training with orthogonal weight regularizations.
Strength:
1) The paper is well-written and easy to follow.
2) Questions in section 4 is well-motivated.
3) It is... |
The paper identifies the problem of high practical costs even in parallelizable, efficient, multi-fidelity hyperparameter optimization (HPO) methods when it comes to modern, large, deep learning models. The primary contribution is a modification of the popular Asynchronous Successive Halving (ASHA) method that can dyna... | Recommendation: 6: marginally above the acceptance threshold | Area: General Machine Learning | Review:
The paper identifies the problem of high practical costs even in parallelizable, efficient, multi-fidelity hyperparameter optimization (HPO) methods when it comes to modern, large, deep learning models. The primary contribution is a modification of the popular Asynchronous Successive Halving (ASHA) method that ... |
In this paper, the authors propose a test-time training (TTT) method called TeCo, which uses not only a standard classification loss, but also a temporal consistency loss, for TTT on video data. On Mini Kinetic-C and Mini SSV2-C, the authors compared TeCo with a number of baseline methods and show that TeCo outperforms... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
In this paper, the authors propose a test-time training (TTT) method called TeCo, which uses not only a standard classification loss, but also a temporal consistency loss, for TTT on video data. On Mini Kinetic-C and Mini SSV2-C, the authors compared TeCo with a number of baseline methods and show that TeCo out... |
The paper studied how to address the negative impact of noisy labels during training. To tackle this challenge, the authors propose a set-level self-supervised learning loss, which augments a set of images instead of one instance with label corruption and then maximizes the agreement between two augmented sets. In ad... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper studied how to address the negative impact of noisy labels during training. To tackle this challenge, the authors propose a set-level self-supervised learning loss, which augments a set of images instead of one instance with label corruption and then maximizes the agreement between two augmented sets... |
This paper aims to alleviate the problem of catastrophic forgetting in continual object detection from the perspective of knowledge distillation (KD). Different from other methods that adopt complex KD supervision, such as feature, location and relation, the proposed method only relies on classification supervision and... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
This paper aims to alleviate the problem of catastrophic forgetting in continual object detection from the perspective of knowledge distillation (KD). Different from other methods that adopt complex KD supervision, such as feature, location and relation, the proposed method only relies on classification supervi... |
This paper presents a new way of graph mixup by enforcing the mixed-up graphs to be softly aligned, via a node-level graph matching network. The graph matching network is based on graph-level similarity learning supervision, whereby its node-level features are utilized to compute the node-wise similarity, followed by a... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
This paper presents a new way of graph mixup by enforcing the mixed-up graphs to be softly aligned, via a node-level graph matching network. The graph matching network is based on graph-level similarity learning supervision, whereby its node-level features are utilized to compute the node-wise similarity, follo... |
This paper proposes Constrastive Real-time Explanation (CoRTX) framework to avoid encountering efficiency issues in practical scenarios. Specifically, to avoid the requirement of large amounts of explanation labels, this paper designs a synthetic strategy to select positive and negative samples for contrastive explanat... | 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 Constrastive Real-time Explanation (CoRTX) framework to avoid encountering efficiency issues in practical scenarios. Specifically, to avoid the requirement of large amounts of explanation labels, this paper designs a synthetic strategy to select positive and negative samples for contrastive ... |
This work studies the over-smoothing problem in deep graph neural networks. The authors systematically evaluate different methods including graph convolutional networks, jumping knowledge networks, pair normalization, group normaliztion, and GCNII. Besides, the authors propose an architecture called architecture deeply... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
This work studies the over-smoothing problem in deep graph neural networks. The authors systematically evaluate different methods including graph convolutional networks, jumping knowledge networks, pair normalization, group normaliztion, and GCNII. Besides, the authors propose an architecture called architectur... |
This paper proposes to scale differentiable planning such as Value Iteration Networks (VINs) with implicit differentiation. Section 3 summarizes value iteration networks, symmetric VINs, and gated path planning networks and how the fixed point of the value iteration can be seen as an implicit function, i.e. Bellman opt... | Recommendation: 8: accept, good paper | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper proposes to scale differentiable planning such as Value Iteration Networks (VINs) with implicit differentiation. Section 3 summarizes value iteration networks, symmetric VINs, and gated path planning networks and how the fixed point of the value iteration can be seen as an implicit function, i.e. Bel... |
This paper proposes a knowledge distillation approach with multiple teachers by introduce a weighting on teachers, and the weights are optimized in a bi-level manner. It achieves state-of-the-art results on several GLUE tasks compared with other model compression methods.
Strength:
* The authors propose a reasonable bi... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper proposes a knowledge distillation approach with multiple teachers by introduce a weighting on teachers, and the weights are optimized in a bi-level manner. It achieves state-of-the-art results on several GLUE tasks compared with other model compression methods.
Strength:
* The authors propose a reaso... |
Collaborative self-supervised learning is considered based on a combination of known split federated learning and self-supervised contrastive leaning strategies. The former bases on model splitting between server and local clients while the latter depends on momentum-based key generation. The proposed combination, call... | Recommendation: 6: marginally above the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
Collaborative self-supervised learning is considered based on a combination of known split federated learning and self-supervised contrastive leaning strategies. The former bases on model splitting between server and local clients while the latter depends on momentum-based key generation. The proposed combinati... |
Prior works have shown that quantum kernel methods may not generalize well on machine learning tasks because the spectrum of the kernel operator is too flat. This work shows that by tuning an appropriate bandwidth parameter in the kernel, the spectrum can be made less flat, hence enabling generalization.
The paper is v... | Recommendation: 8: accept, good paper | Area: General Machine Learning | Review:
Prior works have shown that quantum kernel methods may not generalize well on machine learning tasks because the spectrum of the kernel operator is too flat. This work shows that by tuning an appropriate bandwidth parameter in the kernel, the spectrum can be made less flat, hence enabling generalization.
The pa... |
This paper proposes a new training method for DAT (SOTA NAT model). The authors hold the view that all paths in the graph are fuzzily aligned with the reference sentence. Hence, they train the model to maximize a fuzzy alignment score between the graph and reference. The proposed method is interesting, and the improvem... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper proposes a new training method for DAT (SOTA NAT model). The authors hold the view that all paths in the graph are fuzzily aligned with the reference sentence. Hence, they train the model to maximize a fuzzy alignment score between the graph and reference. The proposed method is interesting, and the ... |
The paper proposes a novel set of benchmark resources for discourse-aware evaluation of language undersatnding, translation, and generation, focusing on Chinese and English languages. The release includes benchmarking data, diagnostic test suite, pretraining corpora and pretrained models. The benchmark is applied on re... | Recommendation: 8: accept, good paper | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The paper proposes a novel set of benchmark resources for discourse-aware evaluation of language undersatnding, translation, and generation, focusing on Chinese and English languages. The release includes benchmarking data, diagnostic test suite, pretraining corpora and pretrained models. The benchmark is appli... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.