review
stringlengths
5
16.6k
score
stringclasses
5 values
area
stringclasses
12 values
text
stringlengths
31
5.65k
The paper (FedACG) proposes the following additive regularization term to the learning objective function for federated learning clients: $$ \quad\quad \frac{\beta}{2}||\theta - (\theta^{t-1} + \lambda m^{t-1}) ||^2 $$ where $\beta$ and $\lambda$ are tuning parameters. $\theta$ is the model parameters. The $m$ momen...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: The paper (FedACG) proposes the following additive regularization term to the learning objective function for federated learning clients: $$ \quad\quad \frac{\beta}{2}||\theta - (\theta^{t-1} + \lambda m^{t-1}) ||^2 $$ where $\beta$ and $\lambda$ are tuning parameters. $\theta$ is the model parameters. The $...
This paper analyzes the maximum-margin bias of gradient flow on quasi-homogeneous networks under data separation. In contrast to homogeneous networks, different parameters in a quasi-homogeneous network are allowed to have different homogeneity factors; this model can represent bias terms, skip connections, normalizati...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper analyzes the maximum-margin bias of gradient flow on quasi-homogeneous networks under data separation. In contrast to homogeneous networks, different parameters in a quasi-homogeneous network are allowed to have different homogeneity factors; this model can represent bias terms, skip connections, nor...
This paper provides a sample complexity bound for Transformers, as well as the required number of SGD steps. These bounds are for the model to achieve 0 generalization loss (using the hinge loss). The task is binary classification, where the label depends only on the "label-relevant patterns" in the input. The bound ...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper provides a sample complexity bound for Transformers, as well as the required number of SGD steps. These bounds are for the model to achieve 0 generalization loss (using the hinge loss). The task is binary classification, where the label depends only on the "label-relevant patterns" in the input. Th...
In this work the authors take advantage of the analogy between ResNets and (neural) ODEs, and try to use analysis tools from ODEs to analyze blocks in a ResNet. In particular, they focus on the notion of "stiffness" - a set of properties which make ODEs difficult to integrate, and prone to numerical instability. They c...
Recommendation: 3: reject, not good enough
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: In this work the authors take advantage of the analogy between ResNets and (neural) ODEs, and try to use analysis tools from ODEs to analyze blocks in a ResNet. In particular, they focus on the notion of "stiffness" - a set of properties which make ODEs difficult to integrate, and prone to numerical instability...
Prior work in continual learning has focused on addressing the catastrophic forgetting (CF) problem. However, this paper notes that "knowledge transfer" (KT) between tasks is also important, and proposes a new method which "addresses both issues." To address CF, each task is associated with a learned mask identifying...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: Prior work in continual learning has focused on addressing the catastrophic forgetting (CF) problem. However, this paper notes that "knowledge transfer" (KT) between tasks is also important, and proposes a new method which "addresses both issues." To address CF, each task is associated with a learned mask ide...
For unsupervised reinforcement learning, this paper proposes (1) a set of metrics to evaluate the exploration and skill learning of the agent without specific downstream tasks; (2) an automatic curriculum to train the agent with different intrinsic rewards in different stages, formulated by multi-armed bandit. Strength...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: For unsupervised reinforcement learning, this paper proposes (1) a set of metrics to evaluate the exploration and skill learning of the agent without specific downstream tasks; (2) an automatic curriculum to train the agent with different intrinsic rewards in different stages, formulated by multi-armed bandit. ...
This paper focuses on accelerating guided diffusion sampling, where the backward ODE to be solved consists of two parts: the first one from the diffusion contribution and the second one from the classifier contribution. It is empirically found that non-splitting high-order ODE solvers does not work well when the number...
Recommendation: 6: marginally above the acceptance threshold
Area: Generative models
Review: This paper focuses on accelerating guided diffusion sampling, where the backward ODE to be solved consists of two parts: the first one from the diffusion contribution and the second one from the classifier contribution. It is empirically found that non-splitting high-order ODE solvers does not work well when th...
- The paper addresses the problem of handling domain-shifts that arises in generative learnt channel models in E2E communication systems in a few-shot setting. - The proposed domain adaptation approach is tailored around a Mixture Density Network (MDN) representing the channel model. In here, the approach: - learns...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: - The paper addresses the problem of handling domain-shifts that arises in generative learnt channel models in E2E communication systems in a few-shot setting. - The proposed domain adaptation approach is tailored around a Mixture Density Network (MDN) representing the channel model. In here, the approach: ...
The paper proposes a novel algorithm to learn from imperfect teacher's policy and achieves super-teacher performance. It provides theoretical justification, performance bounds and experimental results with comparison against strong baselines. Strengths: - The paper addresses a key problem of learning from an imperfect ...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper proposes a novel algorithm to learn from imperfect teacher's policy and achieves super-teacher performance. It provides theoretical justification, performance bounds and experimental results with comparison against strong baselines. Strengths: - The paper addresses a key problem of learning from an im...
This paper introduces RAIN, a method to learn relational graphs between different nodes ("agents") of a system from time-series data describing the trajectories followed by said nodes. RAIN is composed of a) an encoder computing an embedding of the trajectories seen so far, b) a graph extractor that infers the intera...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper introduces RAIN, a method to learn relational graphs between different nodes ("agents") of a system from time-series data describing the trajectories followed by said nodes. RAIN is composed of a) an encoder computing an embedding of the trajectories seen so far, b) a graph extractor that infers th...
Authors explore the problem of robustifying a video transformer using a pre-trained image transformer as a surrogate model. Authors argue that using adversarial patterns optimal for large image models (such as Deit, DINO and CLIP) improves adversarial robustness of other image models, but is not suitable out-of-the-box...
Recommendation: 6: marginally above the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: Authors explore the problem of robustifying a video transformer using a pre-trained image transformer as a surrogate model. Authors argue that using adversarial patterns optimal for large image models (such as Deit, DINO and CLIP) improves adversarial robustness of other image models, but is not suitable out-of...
This paper introduces a numerically stable and parallelizable version of the entropy semi-ring for ASR training. For numerical stability, the paper introduces log entropy semiring with $<\log p(e), \log(-p(e)\log p(e))> $. For the knowledge distillation, which is based on the hard and soft labels, the paper proposes on...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper introduces a numerically stable and parallelizable version of the entropy semi-ring for ASR training. For numerical stability, the paper introduces log entropy semiring with $<\log p(e), \log(-p(e)\log p(e))> $. For the knowledge distillation, which is based on the hard and soft labels, the paper pro...
This paper proposes to use cycle consistency to help learn domain-invariant features for unsupervised domain generalization. Pro: 1. Previous method DiVAE only considers the reconstruction loss ||y_m-x_m||. The proposed loss considers how to utilize the information of y_n and use cycle consistency to further help the...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper proposes to use cycle consistency to help learn domain-invariant features for unsupervised domain generalization. Pro: 1. Previous method DiVAE only considers the reconstruction loss ||y_m-x_m||. The proposed loss considers how to utilize the information of y_n and use cycle consistency to further ...
The authors, presents PINTO a two stage pipeline to improve rationale-based language reasoning. The first step is to prompt a language model (20B in this case) to generate rationale given a question, while the second step is to fine tune a smaller (<1B) LM with the pair (Question, generated rationale) -> Answer. The a...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The authors, presents PINTO a two stage pipeline to improve rationale-based language reasoning. The first step is to prompt a language model (20B in this case) to generate rationale given a question, while the second step is to fine tune a smaller (<1B) LM with the pair (Question, generated rationale) -> Answer...
The paper introduces a DRL based approach to perform Loop Vectorization in LLVM IR. They represent LLVM IR as a graph and then learn an embedding in an unsupervised manner using a GNN, which they later refine using a FCNN to decide the VF and IF in the loop vectorizer. Strengths: * The paper improves on structural repr...
Recommendation: 3: reject, not good enough
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper introduces a DRL based approach to perform Loop Vectorization in LLVM IR. They represent LLVM IR as a graph and then learn an embedding in an unsupervised manner using a GNN, which they later refine using a FCNN to decide the VF and IF in the loop vectorizer. Strengths: * The paper improves on structu...
This paper proposes a new graph Transformer architecture that contains a sequence of tokens obtained by aggregating neighbors' features. It shows improved expressive power with information from multi-hop neighborhoods. So, the model treats a node as a sequence of tokens. The authors claim that the model has better scal...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes a new graph Transformer architecture that contains a sequence of tokens obtained by aggregating neighbors' features. It shows improved expressive power with information from multi-hop neighborhoods. So, the model treats a node as a sequence of tokens. The authors claim that the model has bet...
The paper proposes to apply an ensemble of siamese CNNs to detect and describe keypoints. The parameters of these CNNS are not trained but set randomly. The keypoint descriptors produced by each siamese CNN are matched using a classical nearest neighbor with ratio test followed by a mutual nearest neighbor test. All th...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper proposes to apply an ensemble of siamese CNNs to detect and describe keypoints. The parameters of these CNNS are not trained but set randomly. The keypoint descriptors produced by each siamese CNN are matched using a classical nearest neighbor with ratio test followed by a mutual nearest neighbor test...
This manuscript provides an information theoretical perspective for multiview self-supervised learning (SSL). In specific, the authors show that a lower bound of mutual information is a useful objective function to learn informative representations. Additionally, optimizing such an objective function could be regarded ...
Recommendation: 5: marginally below the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This manuscript provides an information theoretical perspective for multiview self-supervised learning (SSL). In specific, the authors show that a lower bound of mutual information is a useful objective function to learn informative representations. Additionally, optimizing such an objective function could be r...
The authors address the problem of outlier-robust group inference via gradient space clustering. They extract features first and then calculate the gradient of the extracted features. Finally, they cluster in gradient space. Strength: The paper is well written at the beginning and validate features in gradient space is...
Recommendation: 5: marginally below the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The authors address the problem of outlier-robust group inference via gradient space clustering. They extract features first and then calculate the gradient of the extracted features. Finally, they cluster in gradient space. Strength: The paper is well written at the beginning and validate features in gradient ...
The paper discusses the issue of adversarial training over-fitting, pointing out that a pre-specified perturbation budget is not optimal as the training progresses the perturbation budget should be adjusted accordingly. Based on this intuition, the author proposes a new adversarial training method that generates advers...
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 discusses the issue of adversarial training over-fitting, pointing out that a pre-specified perturbation budget is not optimal as the training progresses the perturbation budget should be adjusted accordingly. Based on this intuition, the author proposes a new adversarial training method that generate...
The paper presents Q-Pensieve, a method using versions of past Q functions to update a new Q function. This method enables information sharing across policies. The authors instantiate the idea in a soft actor-critic algorithm. Experiment results on DST, LunarLander, and several MuJoCo environments are provided where Q-...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper presents Q-Pensieve, a method using versions of past Q functions to update a new Q function. This method enables information sharing across policies. The authors instantiate the idea in a soft actor-critic algorithm. Experiment results on DST, LunarLander, and several MuJoCo environments are provided ...
This paper studies learning composable task codes for soft-prompting of language models. The authors propose an approach similar to VQ-VAE where each task is associated with a set of discrete codes and embedding of these codes from a codebook lookup table is stacked as a soft-prompt for a language model. First, a 2D em...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper studies learning composable task codes for soft-prompting of language models. The authors propose an approach similar to VQ-VAE where each task is associated with a set of discrete codes and embedding of these codes from a codebook lookup table is stacked as a soft-prompt for a language model. First,...
This paper considers the problem of unlabelled sparse recovery under multiple measurements. More formally, Given $(Y, X)$ such that $Y = \Pi^* X B^*+ W$, where $W \in \mathbb R^{n \times m}$, $W_{i, j} \sim N(0, \sigma^2)$, $X \in \mathbb R^{n \times p}$, $X_{i, j} \sim N(0, 1)$ and each column of $B^* \in \mathbb R^{p...
Recommendation: 6: marginally above the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper considers the problem of unlabelled sparse recovery under multiple measurements. More formally, Given $(Y, X)$ such that $Y = \Pi^* X B^*+ W$, where $W \in \mathbb R^{n \times m}$, $W_{i, j} \sim N(0, \sigma^2)$, $X \in \mathbb R^{n \times p}$, $X_{i, j} \sim N(0, 1)$ and each column of $B^* \in \mat...
This paper designs an entity-aware and image-information-integrated article generation method. The entities in the article are recognized with the help of image information and labeled with entity types. The paper claims that by annotating these entities on a target sequence, it enables the model to perceive entity inf...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper designs an entity-aware and image-information-integrated article generation method. The entities in the article are recognized with the help of image information and labeled with entity types. The paper claims that by annotating these entities on a target sequence, it enables the model to perceive en...
The paper aims to discover generalizable multi-agent coordination skills from multi-task offline data (multi-task marl with offline data). The insight is that we can extract universal skills for coordination from offline multi-agent multi-task data. The authors propose the ODIS algorithm which consists of two stages. F...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper aims to discover generalizable multi-agent coordination skills from multi-task offline data (multi-task marl with offline data). The insight is that we can extract universal skills for coordination from offline multi-agent multi-task data. The authors propose the ODIS algorithm which consists of two s...
This paper proposes a model and pre-training method for estimating conditional expected outcomes as part of causal estimation and evaluates this approach using real and semi-synthetic data. I am of two minds on this paper. On the one hand, I do not think the proposed method is particularly novel and I think the paper...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes a model and pre-training method for estimating conditional expected outcomes as part of causal estimation and evaluates this approach using real and semi-synthetic data. I am of two minds on this paper. On the one hand, I do not think the proposed method is particularly novel and I think t...
The paper studies RL on language models, and makes 3 contributions: 1) RL4LMs, a modular library for optimizing language generators with RL. 2) GRUE, a benchmark of 6 language generation tasks with reward functions. 3) NLPO, a new algorithm which improves on PPO for RL on LMs. Strengths: + The lack of open-source benc...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper studies RL on language models, and makes 3 contributions: 1) RL4LMs, a modular library for optimizing language generators with RL. 2) GRUE, a benchmark of 6 language generation tasks with reward functions. 3) NLPO, a new algorithm which improves on PPO for RL on LMs. Strengths: + The lack of open-sou...
This paper extended Q-Learning to continuous action space by the action discretization with value decomposition in MARL. The experiment results show that the proposed method is competitive with the state-of-art continuous actor-critic methods. Strength: The method of the paper is very clear. The method of appl...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper extended Q-Learning to continuous action space by the action discretization with value decomposition in MARL. The experiment results show that the proposed method is competitive with the state-of-art continuous actor-critic methods. Strength: The method of the paper is very clear. The method...
This paper is inspired by cognitive science that young children actively acquire language through interactions with their surrounding environment and caretakers. Specifically one critical mechanism of language learning is the ability to infer the mental states of other agents in social environments, referred to as Theo...
Recommendation: 5: marginally below the acceptance threshold
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: This paper is inspired by cognitive science that young children actively acquire language through interactions with their surrounding environment and caretakers. Specifically one critical mechanism of language learning is the ability to infer the mental states of other agents in social environments, referred to...
This work addresses the problem of errors in structure learning algorithms. The authors propose to reweight poorly fit samples in order to improve the efficacy of the underlying algorithm. A proof is shown under linear models for specific scoring rules in the asymptotic regime. Empirical results show the proposed meth...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: This work addresses the problem of errors in structure learning algorithms. The authors propose to reweight poorly fit samples in order to improve the efficacy of the underlying algorithm. A proof is shown under linear models for specific scoring rules in the asymptotic regime. Empirical results show the propo...
Suppose a set of historical solutions of a DNN model are obtained by applying SGD over a sequence of epochs, the paper considers finding the optimal combination of the historical solutions by minimizing the training loss subject to an equality constraint. The proposed optimisation process is referred to as trainable we...
Recommendation: 5: marginally below the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: Suppose a set of historical solutions of a DNN model are obtained by applying SGD over a sequence of epochs, the paper considers finding the optimal combination of the historical solutions by minimizing the training loss subject to an equality constraint. The proposed optimisation process is referred to as trai...
This paper presents a novel framework, called Flash-to-Bang Depth (FBDepth), for passive sound-source depth estimation . The authors use audio-visual correspondence and optical flow manipulation to get decimeter-level depth accuracy. The proposed audio-visual depth estimation system uses video, audio and optical flow t...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper presents a novel framework, called Flash-to-Bang Depth (FBDepth), for passive sound-source depth estimation . The authors use audio-visual correspondence and optical flow manipulation to get decimeter-level depth accuracy. The proposed audio-visual depth estimation system uses video, audio and optica...
This paper conducts a systematic study of scaling behavior of different model architectures. *Strength:* Extensive experiments have been done in this paper. *Weaknesses:* (1). There is a lack of innovation. All of the conclusions drawn from experiments are pretty under expectation and there are no surprises. Major...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper conducts a systematic study of scaling behavior of different model architectures. *Strength:* Extensive experiments have been done in this paper. *Weaknesses:* (1). There is a lack of innovation. All of the conclusions drawn from experiments are pretty under expectation and there are no surprise...
This paper studies data selection to construct a subset of full data, which is an important research topic in data-efficient deep learning. The authors piont out that prior works on data selection are always specially designed for certain cases, which makes it hard to apply them in practice, since realistic scenes are ...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper studies data selection to construct a subset of full data, which is an important research topic in data-efficient deep learning. The authors piont out that prior works on data selection are always specially designed for certain cases, which makes it hard to apply them in practice, since realistic sce...
This paper analyzes the stability issues in Q learning and SARSA with epsilon greedy exploration. The authors use Differential Inclusion (DI) theory to analyze the behavior of Q learning and SARSA. The authors use numerical examples to illustrate their theory. Strength: The stability issue of Q learning and SARSA is v...
Recommendation: 5: marginally below the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper analyzes the stability issues in Q learning and SARSA with epsilon greedy exploration. The authors use Differential Inclusion (DI) theory to analyze the behavior of Q learning and SARSA. The authors use numerical examples to illustrate their theory. Strength: The stability issue of Q learning and SA...
This paper proposes to use a score-based model for the task of removing structured noise. Specifically, the method uses a pretrained (unconditional) NCSNv2 model as the signal prior and uses modified update rule during sampling that incorporates the score of a separate noise model. Experimental results show that score...
Recommendation: 5: marginally below the acceptance threshold
Area: Generative models
Review: This paper proposes to use a score-based model for the task of removing structured noise. Specifically, the method uses a pretrained (unconditional) NCSNv2 model as the signal prior and uses modified update rule during sampling that incorporates the score of a separate noise model. Experimental results show th...
This paper proposes InLay, a new layer module which claims to capture internal relationships between input objects. Ultimately, for each input sequence $X \in \mathbb R^{k \times n}$ (interpreted as $k$ elements with $n$ features), the output of an InLay layer is given by $\tanh\left(\frac{XQ(XK)^\mathrm T}{\sqrt{4n}}\...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes InLay, a new layer module which claims to capture internal relationships between input objects. Ultimately, for each input sequence $X \in \mathbb R^{k \times n}$ (interpreted as $k$ elements with $n$ features), the output of an InLay layer is given by $\tanh\left(\frac{XQ(XK)^\mathrm T}{\sq...
This work proposed a fast sampling method, termed as diffusion exponential integrator (DEIS), for diffusion models with a new discretization of the reverse process. In particular, this work first investigates the existing ODE solvers for diffusion models and found that reducing the discretization error is crucial for f...
Recommendation: 6: marginally above the acceptance threshold
Area: Generative models
Review: This work proposed a fast sampling method, termed as diffusion exponential integrator (DEIS), for diffusion models with a new discretization of the reverse process. In particular, this work first investigates the existing ODE solvers for diffusion models and found that reducing the discretization error is cruci...
This paper proposes a pretrained image-to-text model for visual language understanding, which has a wide range of application in sources such as textbooks with diagrams, webpages with images and tables, and mobile apps with buttons and forms. The model has a simple and general architecture which only takes an image as ...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper proposes a pretrained image-to-text model for visual language understanding, which has a wide range of application in sources such as textbooks with diagrams, webpages with images and tables, and mobile apps with buttons and forms. The model has a simple and general architecture which only takes an i...
The authors propose JSRL to explore and learn by continuously using existing polices to reach a state before adopting a learnable policy. The authors emphasize that when using existing policy to select the arrival state, one can consider gradually decreasing the time step of their decisions, thus providing a more stabl...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The authors propose JSRL to explore and learn by continuously using existing polices to reach a state before adopting a learnable policy. The authors emphasize that when using existing policy to select the arrival state, one can consider gradually decreasing the time step of their decisions, thus providing a mo...
The authors propose a method to generate scale-rotation equivariant feature maps in a novel cnn architecture. This is achieved by constraining the filters to be steerable with respect to a scale-rotation equivariant basis. The authors define this basis to be image dependent and validate the approach on STL-10 and varia...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The authors propose a method to generate scale-rotation equivariant feature maps in a novel cnn architecture. This is achieved by constraining the filters to be steerable with respect to a scale-rotation equivariant basis. The authors define this basis to be image dependent and validate the approach on STL-10 a...
Neural Combinatorial Optimization (NCO) with supervised learning suffers from data inefficiency when applied to the Traveling Salesman Problem (TSP). This paper proposes a series of data augmentations using properties such as rotation and symmetry invariance of TSP solutions in 2-D, along with a bidirectional loss func...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: Neural Combinatorial Optimization (NCO) with supervised learning suffers from data inefficiency when applied to the Traveling Salesman Problem (TSP). This paper proposes a series of data augmentations using properties such as rotation and symmetry invariance of TSP solutions in 2-D, along with a bidirectional l...
This paper presents a transformer-based model for visual reasoning. The paper puts forward an architecture that shifts attention sequentially over a preprocessed image and outputs binary labels pertaining to the relationships between objects in the visual scene. The authors suggest that this model supports cognitive th...
Recommendation: 5: marginally below the acceptance threshold
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: This paper presents a transformer-based model for visual reasoning. The paper puts forward an architecture that shifts attention sequentially over a preprocessed image and outputs binary labels pertaining to the relationships between objects in the visual scene. The authors suggest that this model supports cogn...
The authors propose a method to calculate uncertainty of language models over generated text that is conditioned on some input context. They propose to estimate "semantic entropy" i.e., entropy over clusters of semantically close groups of sampled text. The motivation behind this approach is that entropy-based metrics ...
Recommendation: 8: accept, good paper
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The authors propose a method to calculate uncertainty of language models over generated text that is conditioned on some input context. They propose to estimate "semantic entropy" i.e., entropy over clusters of semantically close groups of sampled text. The motivation behind this approach is that entropy-based ...
The paper proposes a new federated learning algorithm which allows clients to perform their updates on the model using the gradient of the model obtained by other clients. This involves data samples stored on other clients memory in updating the model locally by a client. The paper provides convergence analysis for the...
Recommendation: 6: marginally above the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: The paper proposes a new federated learning algorithm which allows clients to perform their updates on the model using the gradient of the model obtained by other clients. This involves data samples stored on other clients memory in updating the model locally by a client. The paper provides convergence analysis...
The paper proposes an algorithm for pruning of robust neural networks optimized under adversarial training objectives. The algorithm relies on simulatenously optimizing the (per-layer) compression rates and importance scores corresponding to the connections that can be pruned, within a dynamic regularization scheme th...
Recommendation: 8: accept, good paper
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The paper proposes an algorithm for pruning of robust neural networks optimized under adversarial training objectives. The algorithm relies on simulatenously optimizing the (per-layer) compression rates and importance scores corresponding to the connections that can be pruned, within a dynamic regularization s...
The authors present CausalBench, a framework to benchmark causal gene regulatory network (GRN) inference methods on perturbational single-cell RNA sequencing data (scRNA-seq). It includes evaluation metrics, baseline implementations of relevant inference methods and access to perturbational scRNA-seq data. With CausalB...
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The authors present CausalBench, a framework to benchmark causal gene regulatory network (GRN) inference methods on perturbational single-cell RNA sequencing data (scRNA-seq). It includes evaluation metrics, baseline implementations of relevant inference methods and access to perturbational scRNA-seq data. With...
This paper contributes a topology-based variant of the precision and recall measures, originally introduced by [Sajjadi et al.](https://proceedings.neurips.cc/paper/2018/file/f7696a9b362ac5a51c3dc8f098b73923-Paper.pdf). The new method makes use of a confidence band analysis, inspired by methods from topological data an...
Recommendation: 3: reject, not good enough
Area: Generative models
Review: This paper contributes a topology-based variant of the precision and recall measures, originally introduced by [Sajjadi et al.](https://proceedings.neurips.cc/paper/2018/file/f7696a9b362ac5a51c3dc8f098b73923-Paper.pdf). The new method makes use of a confidence band analysis, inspired by methods from topological...
This paper introduces MSM, a hierarchical multilingual encoder pre-trained with hierarchical contrastive learning. MSM applies XLMR as sentence encoder, and uses another transformer encoder to encode the document level context. During training, both masked language model loss and masked sentence model loss are applied....
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper introduces MSM, a hierarchical multilingual encoder pre-trained with hierarchical contrastive learning. MSM applies XLMR as sentence encoder, and uses another transformer encoder to encode the document level context. During training, both masked language model loss and masked sentence model loss are ...
This paper proposed a novel Spectral Neural Network for matrix learning problems. Some theoretical results are proven to show the effectiveness of SNN in matrix sensing. Several numerical experiments show the convergence of the matrix singular values. Strength: 1. The target problem is interesting. 2. This paper propo...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper proposed a novel Spectral Neural Network for matrix learning problems. Some theoretical results are proven to show the effectiveness of SNN in matrix sensing. Several numerical experiments show the convergence of the matrix singular values. Strength: 1. The target problem is interesting. 2. This pap...
The paper tackles the problem of group disentanglement in presence of conditional shift. This work proposes a new group disentanglement method called the Context-Aware Variational Autoencoder. Experiments on toy datasets show that the proposed method can significantly improve over existing methods. **Strength** - Pape...
Recommendation: 3: reject, not good enough
Area: Unsupervised and Self-supervised learning
Review: The paper tackles the problem of group disentanglement in presence of conditional shift. This work proposes a new group disentanglement method called the Context-Aware Variational Autoencoder. Experiments on toy datasets show that the proposed method can significantly improve over existing methods. **Strength**...
This manuscript leverages insights from the psychological and behavioral sciences to introduce a new algorithm improving exploration among a population of reinforcement learning agents. The psychological insights concern the effect of network structure on the effectiveness of group-level exploration and exploitation, a...
Recommendation: 3: reject, not good enough
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: This manuscript leverages insights from the psychological and behavioral sciences to introduce a new algorithm improving exploration among a population of reinforcement learning agents. The psychological insights concern the effect of network structure on the effectiveness of group-level exploration and exploit...
This paper studies the convergence of SGD over deep ReLU neural networks. **Theoretical Results** In the case with weight decay, the authors prove: 1. The weight matrix can be approximated by a low-rank matrix with error bounded by the smallest batch gradient norm across batches (batch gradient stands for the gradi...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper studies the convergence of SGD over deep ReLU neural networks. **Theoretical Results** In the case with weight decay, the authors prove: 1. The weight matrix can be approximated by a low-rank matrix with error bounded by the smallest batch gradient norm across batches (batch gradient stands for t...
This paper challenges a common belief that a disentangled representation is useful for downstream tasks. Following up Steenkiste et al., 2019 and Locatello et al. 2019b, the authors focused on the informativeness of the representation and its correlation with the performance of downstream tasks. Strong points: -exten...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper challenges a common belief that a disentangled representation is useful for downstream tasks. Following up Steenkiste et al., 2019 and Locatello et al. 2019b, the authors focused on the informativeness of the representation and its correlation with the performance of downstream tasks. Strong points:...
This paper studies embedding of directed graphs into Lorentzian spacetimes. The idea is very natural as such spacetimes have causal structure, and a pair of points can be embedded with timelike separation if there is an edge and spacelike if there is not. It was proposed by Clough and Evans (2017) and studied by Sim ...
Recommendation: 3: reject, not good enough
Area: General Machine Learning
Review: This paper studies embedding of directed graphs into Lorentzian spacetimes. The idea is very natural as such spacetimes have causal structure, and a pair of points can be embedded with timelike separation if there is an edge and spacelike if there is not. It was proposed by Clough and Evans (2017) and studied...
The proposed work intends to improve the diversity of multi-agent games by introducing a comprehensive Feint formalization in the combination of ‘temporal’, ‘spatial’, and ‘collective impact’; Despite some minor concerns about the experiments, the proposed method Feint’s effectiveness was proven through the overhead ev...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: The proposed work intends to improve the diversity of multi-agent games by introducing a comprehensive Feint formalization in the combination of ‘temporal’, ‘spatial’, and ‘collective impact’; Despite some minor concerns about the experiments, the proposed method Feint’s effectiveness was proven through the ove...
This paper is a re-submission. I have previously reviewed and the authors made only minor changes without incorporating the feedback from their prior submission. The paper rightly critises biased testing in homogenous graph link prediction and proposes to combine topological features with MLPs for this problem. Weakne...
Recommendation: 1: strong reject
Area: Deep Learning and representational learning
Review: This paper is a re-submission. I have previously reviewed and the authors made only minor changes without incorporating the feedback from their prior submission. The paper rightly critises biased testing in homogenous graph link prediction and proposes to combine topological features with MLPs for this problem...
This paper is 16 pages (+references), while the strict upper bound for ICLR is 9 pages. Thus I treat this paper as desk rejected. Exceeds page limit, desk reject.
Recommendation: 1: strong reject
Area: Deep Learning and representational learning
Review: This paper is 16 pages (+references), while the strict upper bound for ICLR is 9 pages. Thus I treat this paper as desk rejected. Exceeds page limit, desk reject. Recommendation: 1
The present paper is concerned about posterior sampling reinforcement learning (PSRL), which is an extension of Thompson sampling to RL; an MDP is sampled from the posterior distribution of MDP given data, the optimal policy for the sampled MDP is computed and is used to collect more data. The performance of this algor...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The present paper is concerned about posterior sampling reinforcement learning (PSRL), which is an extension of Thompson sampling to RL; an MDP is sampled from the posterior distribution of MDP given data, the optimal policy for the sampled MDP is computed and is used to collect more data. The performance of th...
This paper proposes to learn continuous-time transport maps defined using ODEs to map between two distributions. The algorithm aims to regularize for straightness of the paths, which can help make simulation faster. The idea of Rectified Flow is to sample pairs (x0, x1) and fit a vector field to the linear interpolatio...
Recommendation: 6: marginally above the acceptance threshold
Area: Generative models
Review: This paper proposes to learn continuous-time transport maps defined using ODEs to map between two distributions. The algorithm aims to regularize for straightness of the paths, which can help make simulation faster. The idea of Rectified Flow is to sample pairs (x0, x1) and fit a vector field to the linear inte...
This submission provides a trainable weight averaging strategy to allow an average of the historical solutions/weights in a trainable manner instead of a pre-defined way, such as SWA and EMA. The experiments show the proposed TWA can improve the generalization better than the previous EMA and SWA. Strength 1. The idea...
Recommendation: 6: marginally above the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: This submission provides a trainable weight averaging strategy to allow an average of the historical solutions/weights in a trainable manner instead of a pre-defined way, such as SWA and EMA. The experiments show the proposed TWA can improve the generalization better than the previous EMA and SWA. Strength 1. ...
This work explores utilizing self-supervised pretraining on speech data for improving prosody modeling in TTS and emotion recognization tasks. The proposed model, ProsodyBERT, is similar to HuBERT / SpanBERT, but with more input features added (f0, energy, NCCF). Experiments are conducted on two tasks: TTS (on DailyTal...
Recommendation: 3: reject, not good enough
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This work explores utilizing self-supervised pretraining on speech data for improving prosody modeling in TTS and emotion recognization tasks. The proposed model, ProsodyBERT, is similar to HuBERT / SpanBERT, but with more input features added (f0, energy, NCCF). Experiments are conducted on two tasks: TTS (on ...
The paper deals with handling changes in non-stationary environments. The authors assume that data change gradually over time: this idea is formally made explicit using a constant to upper bound the total variation divergence of the distributions of data in a small amount of time. The assumption thus allows predicting ...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: The paper deals with handling changes in non-stationary environments. The authors assume that data change gradually over time: this idea is formally made explicit using a constant to upper bound the total variation divergence of the distributions of data in a small amount of time. The assumption thus allows pre...
The paper proposes a method for unsupervised visualization of image datasets. The proposed method relies on first training a NN using contrastive learning and using its representation to minimize another contrastive loss to project the embedding to 2D. The results are validated on standard image datasets. I'm surprised...
Recommendation: 5: marginally below the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: The paper proposes a method for unsupervised visualization of image datasets. The proposed method relies on first training a NN using contrastive learning and using its representation to minimize another contrastive loss to project the embedding to 2D. The results are validated on standard image datasets. I'm s...
Overall, the paper provides deeper analyses of the reset method proposed by Nikishin et al. [1]. The paper under review shows that resetting the agent after every certain number of updates prevents performance degradation even at large replay ratio settings. In addition, several experiments and analyses that had no...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: Overall, the paper provides deeper analyses of the reset method proposed by Nikishin et al. [1]. The paper under review shows that resetting the agent after every certain number of updates prevents performance degradation even at large replay ratio settings. In addition, several experiments and analyses tha...
The authors propose a contrastive learning framework to model conservative dynamical systems with hidden conservative laws. More specifically, the proposed framework consists of two networks; an invariant representation network that maps elements of a certain trajectory to an identical latent features $H_{\theta_c}(x) ...
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The authors propose a contrastive learning framework to model conservative dynamical systems with hidden conservative laws. More specifically, the proposed framework consists of two networks; an invariant representation network that maps elements of a certain trajectory to an identical latent features $H_{\thet...
This paper proposes an interesting solution for overcoming the data heterogeneity of FedAvg algorithm. The theoretical result indicates that for a specific structure of neural network, FedAvg can achieve nearly zero loss at a linear convergence rate without making any additional assumptions on data distribution. The em...
Recommendation: 3: reject, not good enough
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper proposes an interesting solution for overcoming the data heterogeneity of FedAvg algorithm. The theoretical result indicates that for a specific structure of neural network, FedAvg can achieve nearly zero loss at a linear convergence rate without making any additional assumptions on data distribution...
This paper proposes SuperWeight Ensembles which generate parameters of diverse architectures from single SuperWeight parameters. To efficiently find the parameters, authors suggest making SuperWeight from templates with the linear combination using coefficients \alpha. Then, cluster the weights based on the gradient si...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes SuperWeight Ensembles which generate parameters of diverse architectures from single SuperWeight parameters. To efficiently find the parameters, authors suggest making SuperWeight from templates with the linear combination using coefficients \alpha. Then, cluster the weights based on the gra...
The paper proposed a new approach called Hetero-SSFL, to conduct federated learning under self-supervised tasks with heterogeneous clients. Specifically, besides local training, all clients learn to align the lower dimensional representations on a common dataset. The paper provides a convergence guarantee theoretically...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: The paper proposed a new approach called Hetero-SSFL, to conduct federated learning under self-supervised tasks with heterogeneous clients. Specifically, besides local training, all clients learn to align the lower dimensional representations on a common dataset. The paper provides a convergence guarantee theor...
In the paper, Contrastive-Guided Diffusion Process (Contrastive-DP) for robust training is presented. Using Contrastive-DP, a diffusion model to generate new data could be created. For a classification task, using a contrastive setup, better results than DDIM are obtained. The article is heavily inspired by Gowal et al...
Recommendation: 3: reject, not good enough
Area: Generative models
Review: In the paper, Contrastive-Guided Diffusion Process (Contrastive-DP) for robust training is presented. Using Contrastive-DP, a diffusion model to generate new data could be created. For a classification task, using a contrastive setup, better results than DDIM are obtained. The article is heavily inspired by Gow...
This paper proposes the first asymptotic instance-optimal algorithm for general interactive decision-making problems with a finite number of decisions. It provides an exact characterization of the complexity of each problem instance ${\cal C}(f)$, which is related to the amount of information to distinguish instance $f...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes the first asymptotic instance-optimal algorithm for general interactive decision-making problems with a finite number of decisions. It provides an exact characterization of the complexity of each problem instance ${\cal C}(f)$, which is related to the amount of information to distinguish ins...
The paper lists four limitations of current fairness studies and proposes to address (some of) them by considering performative prediction with distributionally robust objectives. ## Strength The paper makes an effort to reflect on previous fairness notions by listing four limitations of some previously proposed fairn...
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 lists four limitations of current fairness studies and proposes to address (some of) them by considering performative prediction with distributionally robust objectives. ## Strength The paper makes an effort to reflect on previous fairness notions by listing four limitations of some previously propos...
The authors created an benchmark called "MxT-Bench", which study the cross product of morphology and task generalization. Moreover, the authors proposed a unified graph-based representation for multi-morphology and multi-task. The authors provide a wide range of experiments and showcase the benchmark and models. I want...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The authors created an benchmark called "MxT-Bench", which study the cross product of morphology and task generalization. Moreover, the authors proposed a unified graph-based representation for multi-morphology and multi-task. The authors provide a wide range of experiments and showcase the benchmark and models...
In order to increase the expressive power of GNNs, a lot of strategies used in many research have been seen, e.g., augmenting node/edge features by position/structural information. This paper focuses on the affinity metrics to achieve this purpose. Specifically the paper considers the statistics that arise from random ...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: In order to increase the expressive power of GNNs, a lot of strategies used in many research have been seen, e.g., augmenting node/edge features by position/structural information. This paper focuses on the affinity metrics to achieve this purpose. Specifically the paper considers the statistics that arise from...
In this paper, to address known issues of GAIL such as instabilities and non-robust representations, the authors propose an approach that additionally learns a representation in a contrastive way, by rewarding expert states to be nearby in the latent space, and expert-nonexpert states to be far apart. They contain some...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: In this paper, to address known issues of GAIL such as instabilities and non-robust representations, the authors propose an approach that additionally learns a representation in a contrastive way, by rewarding expert states to be nearby in the latent space, and expert-nonexpert states to be far apart. They cont...
In this paper, the authors discuss how to defend against adversarial transfer attacks when the model structure is leaked. Considering that weight encryption techniques are relatively mature and strong, the authors consider the threat model that an attacker can exactly extract the neural architecture of deployed models ...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: In this paper, the authors discuss how to defend against adversarial transfer attacks when the model structure is leaked. Considering that weight encryption techniques are relatively mature and strong, the authors consider the threat model that an attacker can exactly extract the neural architecture of deployed...
The authors consider the application of a distributionally robust minimax probability machine, relying on statistical distances defined on the space of Gaussian measures. The authors motivate this as a tool for finding algorithmic recourses that are robust to changes in parameters of a classifier, that might be induced...
Recommendation: 8: accept, good paper
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The authors consider the application of a distributionally robust minimax probability machine, relying on statistical distances defined on the space of Gaussian measures. The authors motivate this as a tool for finding algorithmic recourses that are robust to changes in parameters of a classifier, that might be...
The paper presents the MyoDex framework, which applies goal conditioned pre-grasping and PPO (introduced in prior work) to grasping and manipulation tasks with a simulated human hand. The paper considers multi-task and transfer-learning scenarios showing the superiority of the method over baselines. **Strengths** *S1....
Recommendation: 5: marginally below the acceptance threshold
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: The paper presents the MyoDex framework, which applies goal conditioned pre-grasping and PPO (introduced in prior work) to grasping and manipulation tasks with a simulated human hand. The paper considers multi-task and transfer-learning scenarios showing the superiority of the method over baselines. **Strengths...
This paper trains tailored diffusion models with differential privacy. Two intuitive motivations for using diffusion models for DP data generation are 1) the loss function is a simple and scalable $L_2$ regression loss; 2) the denoiser network in diffusion models is simpler and smoother because it is not designed to ge...
Recommendation: 8: accept, good paper
Area: Generative models
Review: This paper trains tailored diffusion models with differential privacy. Two intuitive motivations for using diffusion models for DP data generation are 1) the loss function is a simple and scalable $L_2$ regression loss; 2) the denoiser network in diffusion models is simpler and smoother because it is not design...
This paper considers the (stochastic) multiarmed bandits problems in the setting of distributed differential privacy, where each individual’s reward function needs to be protected, and the central server running the bandits algorithm is not fully trusted to receive private information in the clear. The setting studied...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper considers the (stochastic) multiarmed bandits problems in the setting of distributed differential privacy, where each individual’s reward function needs to be protected, and the central server running the bandits algorithm is not fully trusted to receive private information in the clear. The setting...
The authors propose a generic module named Indirection Layer (InLay), which can be plugged into different models to improve out-of-distribution generalization. InLay leverages the idea of indirection to redirect data representation based on a trainable set of symbols. Specifically, InLay takes a sequence of objects as ...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The authors propose a generic module named Indirection Layer (InLay), which can be plugged into different models to improve out-of-distribution generalization. InLay leverages the idea of indirection to redirect data representation based on a trainable set of symbols. Specifically, InLay takes a sequence of obj...
The manuscript proposed a time series embedding through structured state spaces + dynamic graph structure learning + GNN model to learn the representations of multi-variate time series data. The model was evaluated on three datasets (two graph-level classification tasks and one node-level forecasting task). Experiment ...
Recommendation: 3: reject, not good enough
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The manuscript proposed a time series embedding through structured state spaces + dynamic graph structure learning + GNN model to learn the representations of multi-variate time series data. The model was evaluated on three datasets (two graph-level classification tasks and one node-level forecasting task). Exp...
This paper generalizes the results of Mulayoff et al. 21 on the implicit bias of minima stability to functions that have multivariate output dimension. The paper considers training ReLU 2-layer networks with squared loss. The main contributions are: * [minima stability implies smoothness] Show that linearly-stable min...
Recommendation: 8: accept, good paper
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper generalizes the results of Mulayoff et al. 21 on the implicit bias of minima stability to functions that have multivariate output dimension. The paper considers training ReLU 2-layer networks with squared loss. The main contributions are: * [minima stability implies smoothness] Show that linearly-st...
This paper analyzes theoretically the robustness of adversarial training of two layer neural network. The analysis is done on a linearly separable dataset through slightly modifying the objective of PGD attacks. Experimental analysis of the proposed modification of PGD attacks are carried our on small scale problems. T...
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 analyzes theoretically the robustness of adversarial training of two layer neural network. The analysis is done on a linearly separable dataset through slightly modifying the objective of PGD attacks. Experimental analysis of the proposed modification of PGD attacks are carried our on small scale pro...
In this paper, the authors proposed a method to quantify the reliability of the saliency region in the form of p-values by employing the selective inference (SI) framework. In the proposed method, the authors regard the salient region proposed by DNN explainability methods such as CAM as a selected hypothesis. Since th...
Recommendation: 6: marginally above the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: In this paper, the authors proposed a method to quantify the reliability of the saliency region in the form of p-values by employing the selective inference (SI) framework. In the proposed method, the authors regard the salient region proposed by DNN explainability methods such as CAM as a selected hypothesis. ...
The Neural Collapse phenomenon indicates that the last-layer representation of training samples with the same label would collapse into each other in well-trained networks. It means that the last-layer representation would only be determined by the labels, regardless of the input data distribution. This paper suggests ...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The Neural Collapse phenomenon indicates that the last-layer representation of training samples with the same label would collapse into each other in well-trained networks. It means that the last-layer representation would only be determined by the labels, regardless of the input data distribution. This paper s...
The paper studies the application of the Sparse Manifold Transform (SMT) to image classification problems. The SMT is a shallow transform that first sparsely represents the input data/image in a high-dimensional feature space (via a non-linear mapping) and then linearly embeds these sparse representations in a low-dime...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: The paper studies the application of the Sparse Manifold Transform (SMT) to image classification problems. The SMT is a shallow transform that first sparsely represents the input data/image in a high-dimensional feature space (via a non-linear mapping) and then linearly embeds these sparse representations in a ...
The paper proposes a diffusion model focusing on time series data where the diffusion function takes the predefined matrix from Cholesky decompositions of Gaussian processes. Experiments show some interesting results on time series predictions and imputations. Strength: - The paper presents an interesting idea as the ...
Recommendation: 5: marginally below the acceptance threshold
Area: Generative models
Review: The paper proposes a diffusion model focusing on time series data where the diffusion function takes the predefined matrix from Cholesky decompositions of Gaussian processes. Experiments show some interesting results on time series predictions and imputations. Strength: - The paper presents an interesting idea...
This paper brings together progress made in two parallel fields – object-centric learning and self-supervised learning. In particular, SlotAttention, one of the most popular paradigms for object-centric learning and unsupervised scene segmentation, is known to fail when the visual complexity of scenes increases, as for...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper brings together progress made in two parallel fields – object-centric learning and self-supervised learning. In particular, SlotAttention, one of the most popular paradigms for object-centric learning and unsupervised scene segmentation, is known to fail when the visual complexity of scenes increases...
The paper presents a novel method for learning to represent images with keypoints, that can be used for many downstream tasks, like object detection and tracking and learning dynamics. - A fixed number of keypoints are extracted from a neural network from each frame. - An information transporter (similar to Kulkarni et...
Recommendation: 3: reject, not good enough
Area: Unsupervised and Self-supervised learning
Review: The paper presents a novel method for learning to represent images with keypoints, that can be used for many downstream tasks, like object detection and tracking and learning dynamics. - A fixed number of keypoints are extracted from a neural network from each frame. - An information transporter (similar to Kul...
This paper proposed to tackle data insufficiency in Federated Learning through daisy-chain training, which interchanges model aggregation and model permutation across clients. A theoretical convergence guarantee is provided. Empirical results show that the proposed algorithm FedDC outperforms FedAvg and other baselines...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposed to tackle data insufficiency in Federated Learning through daisy-chain training, which interchanges model aggregation and model permutation across clients. A theoretical convergence guarantee is provided. Empirical results show that the proposed algorithm FedDC outperforms FedAvg and other b...
This paper focuses on the traditional Semi-Supervised Learning (SSL) problem. The authors first revisit the popular pseudo-labeling methods via a unified sample weighting formulation and demonstrate the inherent quantity-quality trade-off problem of pseudo-labeling with thresholding, which may prohibit learning. To thi...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper focuses on the traditional Semi-Supervised Learning (SSL) problem. The authors first revisit the popular pseudo-labeling methods via a unified sample weighting formulation and demonstrate the inherent quantity-quality trade-off problem of pseudo-labeling with thresholding, which may prohibit learning...
This paper shows that a large learning rate can provably escape local minima and reach global minima for smooth and one-point-strongly-convex functions, while a small learning rate would not work. The paper further shows that a higher stochastic noise is not enough to close the gap with the model trained with a large l...
Recommendation: 3: reject, not good enough
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper shows that a large learning rate can provably escape local minima and reach global minima for smooth and one-point-strongly-convex functions, while a small learning rate would not work. The paper further shows that a higher stochastic noise is not enough to close the gap with the model trained with a...
In this work, a discrete diffusion process along the lines of Zhou et al (2004) but with features inspired by GNN works such as Velikovic et al (2017) is studied for use in semi-supervised node feature prediction. It is argued that the process can be derived from an energy function. Many experiments and comparisons wi...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: In this work, a discrete diffusion process along the lines of Zhou et al (2004) but with features inspired by GNN works such as Velikovic et al (2017) is studied for use in semi-supervised node feature prediction. It is argued that the process can be derived from an energy function. Many experiments and compar...
This paper proposes a new class of policy evaluation algroithms, called AsymQ, for a lightweight and effective method to control over-/under-estimation. Different from the previous algorithms that rely on value function ensemble, the key idea of AsymQ is to adopt softmax MSE (SMSE) rather than conventional symmetric lo...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes a new class of policy evaluation algroithms, called AsymQ, for a lightweight and effective method to control over-/under-estimation. Different from the previous algorithms that rely on value function ensemble, the key idea of AsymQ is to adopt softmax MSE (SMSE) rather than conventional symm...
The paper consider the problem of synthetic data generation by fitting a generative model to the dataset and then drawing samples from it. The authors consider tabular datasets with many to many relationships. The key idea that the authors propose is to decompose the likelihood in a certain way and then model each of t...
Recommendation: 6: marginally above the acceptance threshold
Area: Generative models
Review: The paper consider the problem of synthetic data generation by fitting a generative model to the dataset and then drawing samples from it. The authors consider tabular datasets with many to many relationships. The key idea that the authors propose is to decompose the likelihood in a certain way and then model e...
The paper mainly proposes a chemical synthetic knowledge graph (ReaKE) to handle with different downstream tasks relevant to molecules. The proposed framework mainly addresses three problems: abnormal energy flow, ambiguous embeddings and sparse embedding space. Experimental part shows that the ReaKE improves the resul...
Recommendation: 5: marginally below the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The paper mainly proposes a chemical synthetic knowledge graph (ReaKE) to handle with different downstream tasks relevant to molecules. The proposed framework mainly addresses three problems: abnormal energy flow, ambiguous embeddings and sparse embedding space. Experimental part shows that the ReaKE improves t...
This paper introduces and open-sources one of the largest 100B bilingual pre-trained language model GLM-130B. It covers a detailed pre-training process (training strategies, design choices) and the resulting model outperforms several large language models on English and Chinese zero-shot understanding benchmarks. The a...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper introduces and open-sources one of the largest 100B bilingual pre-trained language model GLM-130B. It covers a detailed pre-training process (training strategies, design choices) and the resulting model outperforms several large language models on English and Chinese zero-shot understanding benchmark...
Motivated by a recent findings on the properties of prune at initialization (Su et al., 2020, Frankle et al., 2021), this paper proposes a new way of studying PaI methods. It suggests new metrics -- the number of effective paths" and "the number of effective nodes" -- which are proxies to the performance of pruned netw...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: Motivated by a recent findings on the properties of prune at initialization (Su et al., 2020, Frankle et al., 2021), this paper proposes a new way of studying PaI methods. It suggests new metrics -- the number of effective paths" and "the number of effective nodes" -- which are proxies to the performance of pru...
The objective of this paper is to provided bounds on the generalization of GNNs in both the in-distribution and out-of-distribution setting. For the in-distribution case, the authors tighten the bounds provided in Liao et al. (2020) by scaling down two separate terms in the PAC-Bayes bound. For the out of distribution ...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The objective of this paper is to provided bounds on the generalization of GNNs in both the in-distribution and out-of-distribution setting. For the in-distribution case, the authors tighten the bounds provided in Liao et al. (2020) by scaling down two separate terms in the PAC-Bayes bound. For the out of distr...