review
stringlengths
5
16.6k
score
stringclasses
5 values
area
stringclasses
12 values
text
stringlengths
31
5.65k
This paper proposes a theoretical analysis to understand the intrinsic dimension for deterministic continuous-time State and action space problems. This method is motivated by understanding the representations required to train optimal policies in these types of spaces will help us better understand the structure of ne...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes a theoretical analysis to understand the intrinsic dimension for deterministic continuous-time State and action space problems. This method is motivated by understanding the representations required to train optimal policies in these types of spaces will help us better understand the structu...
The model consists of three parts: encoder, decod er, and RFTM, The encoder makes a nonlinear transform to the input data x in the latent space. The latent data goes through a re-representation (in the same dimensionality) by the RFTM. Then the data is reconstructed by the decoder. The anomaly of the test sample is me...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: The model consists of three parts: encoder, decod er, and RFTM, The encoder makes a nonlinear transform to the input data x in the latent space. The latent data goes through a re-representation (in the same dimensionality) by the RFTM. Then the data is reconstructed by the decoder. The anomaly of the test samp...
The paper presents a hierarchical algorithm based on the locality of data points. Entities are represented in the D dimensional space as D-dimensional hypercubes and are assigned colors based on whether they are completely/partially contained within another entity. The algorithm first inserts entities into a tree, colo...
Recommendation: 3: reject, not good enough
Area: Unsupervised and Self-supervised learning
Review: The paper presents a hierarchical algorithm based on the locality of data points. Entities are represented in the D dimensional space as D-dimensional hypercubes and are assigned colors based on whether they are completely/partially contained within another entity. The algorithm first inserts entities into a tr...
The paper studies the effect of using pre-trained neural network weights on federated optimization. Several combinations of server and client optimizers are considered in combination with 2 different models for vision and language tasks. It was shown that pre-trained initialization reduces the negative effects of data ...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper studies the effect of using pre-trained neural network weights on federated optimization. Several combinations of server and client optimizers are considered in combination with 2 different models for vision and language tasks. It was shown that pre-trained initialization reduces the negative effects ...
This work propose a Deep Power Law (DPL) which uses the scaling law property of learning curves for hyperparameter optimization, by improving fidelity of HOP for deep learning. DPL ensembles predicts the performance of hyperparameter configurations in low-budget regimes as a probabilistic surrogator for Bayesian optimi...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This work propose a Deep Power Law (DPL) which uses the scaling law property of learning curves for hyperparameter optimization, by improving fidelity of HOP for deep learning. DPL ensembles predicts the performance of hyperparameter configurations in low-budget regimes as a probabilistic surrogator for Bayesia...
This paper proposed a federated framework for correlation tests. And demonstrates an empirical evaluation of chi-square test and G-test under this framework. Strength: - The problem considered is important. - The proposed solution is intuitive and not too complex. It's also backed by theoretical analysis and security p...
Recommendation: 6: marginally above the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: This paper proposed a federated framework for correlation tests. And demonstrates an empirical evaluation of chi-square test and G-test under this framework. Strength: - The problem considered is important. - The proposed solution is intuitive and not too complex. It's also backed by theoretical analysis and se...
This work examines the generalization error and model error of single-step MAML in the mixed linear regression task. Unlike prior works, this work explicitly considers optimization in the over-parameterized regime, and derives model-error bounds in the non-asymptotic regime. Through theoretical derivations, the authors...
Recommendation: 8: accept, good paper
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This work examines the generalization error and model error of single-step MAML in the mixed linear regression task. Unlike prior works, this work explicitly considers optimization in the over-parameterized regime, and derives model-error bounds in the non-asymptotic regime. Through theoretical derivations, the...
The authors introduce a new architecture for forecasting non-stationary time series, the ‘Koopman Neural Forecaster (KNF)’. KNF combines local and global Koopman matrix operators assembled from a set of basis functions, and also includes a feedback operator based on local prediction errors. Parameters of the Koopman op...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The authors introduce a new architecture for forecasting non-stationary time series, the ‘Koopman Neural Forecaster (KNF)’. KNF combines local and global Koopman matrix operators assembled from a set of basis functions, and also includes a feedback operator based on local prediction errors. Parameters of the Ko...
This paper suggests a Machine Learning (ML) driven method to support solving the Navier-Stokes equation of incompressible flows, a classical problem in Computational Fluid Dynamics (CFD). The submitted approach learns to infer the stencils of advection-diffusion fluids in a Finite Volume Method framework. The authors...
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper suggests a Machine Learning (ML) driven method to support solving the Navier-Stokes equation of incompressible flows, a classical problem in Computational Fluid Dynamics (CFD). The submitted approach learns to infer the stencils of advection-diffusion fluids in a Finite Volume Method framework. The...
In this paper the authors study the problem of learning a fair representation given a dataset. In order to learn fair representations, previous works have balanced the reconstruction loss with an adversarial loss using a weighting term. This weighting term is a central problem identified by the authors as blind selecti...
Recommendation: 3: reject, not good enough
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: In this paper the authors study the problem of learning a fair representation given a dataset. In order to learn fair representations, previous works have balanced the reconstruction loss with an adversarial loss using a weighting term. This weighting term is a central problem identified by the authors as blind...
This work reviewed the existing solution of Dual BN for adversarial robustness by focusing on the affine parameters in BN. It is argued that the stronger adversarial robustness in Dual BN is mainly attributed to additional affine parameters. Extensive ablation studies are presented to validate the argument. Moreover, i...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This work reviewed the existing solution of Dual BN for adversarial robustness by focusing on the affine parameters in BN. It is argued that the stronger adversarial robustness in Dual BN is mainly attributed to additional affine parameters. Extensive ablation studies are presented to validate the argument. Mor...
This paper proposes O3F, which is an action selection algorithm when doing an offline-to-online fine tuning. Since value estimates and policies we had was trained under a conservative objective (in many offline Rl algorithms), it may be too pessimistic in online fine-tuning, and may not improve much. To alleviate this ...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes O3F, which is an action selection algorithm when doing an offline-to-online fine tuning. Since value estimates and policies we had was trained under a conservative objective (in many offline Rl algorithms), it may be too pessimistic in online fine-tuning, and may not improve much. To allevia...
This paper focuses on unlearning federated clustering problems with k-means++ initialization and secure compressed multiset aggregation. The idea of unlearning is to perform k-means++ initialization at each local client. By exploiting the nature of k-means++ approximation, the centroid set C may remain unchanged if rem...
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 focuses on unlearning federated clustering problems with k-means++ initialization and secure compressed multiset aggregation. The idea of unlearning is to perform k-means++ initialization at each local client. By exploiting the nature of k-means++ approximation, the centroid set C may remain unchange...
This paper proposes a new communication compression method for federated learning with heterogeneous data. In particular, the compression scheme is personalized to each client. The authors show that several new techniques, such as downstream compression personalization, and element-wise aggregation, are critical to ach...
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 new communication compression method for federated learning with heterogeneous data. In particular, the compression scheme is personalized to each client. The authors show that several new techniques, such as downstream compression personalization, and element-wise aggregation, are critica...
The paper aims to provide an explanation of double descent using classical VC theory. The primary argument is that since the test error can be bounded by a function involving both the training error and the VC dimension, one may observe double descent if one minimizes the training error and then “minimizes the VC dimen...
Recommendation: 3: reject, not good enough
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The paper aims to provide an explanation of double descent using classical VC theory. The primary argument is that since the test error can be bounded by a function involving both the training error and the VC dimension, one may observe double descent if one minimizes the training error and then “minimizes the ...
This paper theoretically analyzed the trade-off between **universality** (measured by the average performance of multiple tasks) and **label efficiency** (measured by the amount of labeled data needed for a downstream task) in **constrastive learning**. Both empirical evidence and theoretical guarantee were given. (I'm...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper theoretically analyzed the trade-off between **universality** (measured by the average performance of multiple tasks) and **label efficiency** (measured by the amount of labeled data needed for a downstream task) in **constrastive learning**. Both empirical evidence and theoretical guarantee were giv...
The paper claims that humans do not always favor high-likelihood texts; decoding using high likelihood leads to repetition and boredom. So, the paper proposes a sampling method. It rescales the high-likelihood probabilities in a distribution (determined by quartiles and interquartile range aka IQR, as shown in Equation...
Recommendation: 3: reject, not good enough
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper claims that humans do not always favor high-likelihood texts; decoding using high likelihood leads to repetition and boredom. So, the paper proposes a sampling method. It rescales the high-likelihood probabilities in a distribution (determined by quartiles and interquartile range aka IQR, as shown in ...
This paper describes an approach for learning a reward function in preference-based reinforcement learning based on transformers. This provides the advantages that the model allows credit assignment within the behavior trajectory to correctly weight significant state/actions, and that less feedback samples that has ty...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper describes an approach for learning a reward function in preference-based reinforcement learning based on transformers. This provides the advantages that the model allows credit assignment within the behavior trajectory to correctly weight significant state/actions, and that less feedback samples tha...
In this paper, the authors propose to regularize the value function approximation in MBRL in order to learn policies without having to use an ensemble of models (as is done in MBPO bu Janner). After the authors present evidence that the ensemble of models is indeed regularizing the value function by using the value-aw...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: In this paper, the authors propose to regularize the value function approximation in MBRL in order to learn policies without having to use an ensemble of models (as is done in MBPO bu Janner). After the authors present evidence that the ensemble of models is indeed regularizing the value function by using the ...
The paper presents BigVGAN, a GAN based vocoder that generalizes well for OOD scenarios without additional finetuning. They seem to achieve state-of-the-art performance for audio synthesis in a variety of novel scenarios like new speakers, unseen recording environments etc. The proposed model is able to reproduce a lot...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper presents BigVGAN, a GAN based vocoder that generalizes well for OOD scenarios without additional finetuning. They seem to achieve state-of-the-art performance for audio synthesis in a variety of novel scenarios like new speakers, unseen recording environments etc. The proposed model is able to reprodu...
The authors introduced a novel vision-language multi modality model (Spotlight) for mobile UI understanding tasks. Specifically this model is designed for tasks for mapping visual components in the UI to natural language text. In the context of UI understanding models, this paper presents 2 major contributions. 1. The...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The authors introduced a novel vision-language multi modality model (Spotlight) for mobile UI understanding tasks. Specifically this model is designed for tasks for mapping visual components in the UI to natural language text. In the context of UI understanding models, this paper presents 2 major contributions....
This paper proposes a quantitative similarity score between different neural architectures based on the adversarial attack transferability. This smiliarity helps to understand the component-level architecture design, and leads to better understanding of the relationship between model similarity of model ensemble perfor...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes a quantitative similarity score between different neural architectures based on the adversarial attack transferability. This smiliarity helps to understand the component-level architecture design, and leads to better understanding of the relationship between model similarity of model ensembl...
The authors provide a new pooling strategy for GNN on learning physical systems on unstructured meshes along with a down sampling and up sampling method to reduce overhead between levels. Current GNN method to infer physical states suffers from two limitations. The computation complexity is high and over-smoothing prob...
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The authors provide a new pooling strategy for GNN on learning physical systems on unstructured meshes along with a down sampling and up sampling method to reduce overhead between levels. Current GNN method to infer physical states suffers from two limitations. The computation complexity is high and over-smooth...
The paper explores the idea of addressing catastrophic forgetting through rehearsal using a memory buffer. It studies strategies to select the most important samples for storage in a memory buffer. The core idea is to design a consistency score that ranks samples for storage according to how easy they are to learn and ...
Recommendation: 3: reject, not good enough
Area: General Machine Learning
Review: The paper explores the idea of addressing catastrophic forgetting through rehearsal using a memory buffer. It studies strategies to select the most important samples for storage in a memory buffer. The core idea is to design a consistency score that ranks samples for storage according to how easy they are to le...
The paper proposes "Concept-Monitor", a method for analyzing the training process of a given neural network architecture from the perspective of interpretability. More specifically, the proposed method applies concept detectors at every step (i.e. iteration or epoch) of the training process. The detected concepts are ...
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 proposes "Concept-Monitor", a method for analyzing the training process of a given neural network architecture from the perspective of interpretability. More specifically, the proposed method applies concept detectors at every step (i.e. iteration or epoch) of the training process. The detected conce...
This paper is motivated by the limited availability of actions in datasets when training RL agents. To better leverage the large amount of data not paired with actions, this paper proposes to learn a model to annotate actions for the dataset. More concretely, this paper proposes Action Limited PreTraining (ALPT), which...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper is motivated by the limited availability of actions in datasets when training RL agents. To better leverage the large amount of data not paired with actions, this paper proposes to learn a model to annotate actions for the dataset. More concretely, this paper proposes Action Limited PreTraining (ALPT...
The manuscript studies the estimation error of fitted Q-evaluation with convolutional neural networks under the assumption of a low dimensional state-action space. The main contribution is that the decay rate of the estimation error only depends on the dimension of the state-action space rather than the ambient dimens...
Recommendation: 8: accept, good paper
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The manuscript studies the estimation error of fitted Q-evaluation with convolutional neural networks under the assumption of a low dimensional state-action space. The main contribution is that the decay rate of the estimation error only depends on the dimension of the state-action space rather than the ambien...
The paper proposes a combination of three hardware-accelerated techniques (Gecko, Quantum Mantissa, and BitChop) for optimizing the memory footprint of model training through low-precision floating point tensors. The approach is inspired by the observation that in some scenarios, the value distribution of training stat...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposes a combination of three hardware-accelerated techniques (Gecko, Quantum Mantissa, and BitChop) for optimizing the memory footprint of model training through low-precision floating point tensors. The approach is inspired by the observation that in some scenarios, the value distribution of train...
The paper proposes a two-stage curriculum learning strategy -- TuneUp -- to improve GNN's performance on tail nodes of small node degrees. The paper is motivated by the observation that GNNs perform worse on nodes with smaller degrees. In this first stage, TuneUp conducts standard training without augmentations. In ...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: The paper proposes a two-stage curriculum learning strategy -- TuneUp -- to improve GNN's performance on tail nodes of small node degrees. The paper is motivated by the observation that GNNs perform worse on nodes with smaller degrees. In this first stage, TuneUp conducts standard training without augmentati...
This paper presents a method to generate counterfactual explanations based on two components: (i) a feature selector and (ii) and an end-to-end network. While (i) makes sure that relevant features are selected, (ii) enables the model to enforce additional constraints (e.g., dealing with categorical variables). Strength...
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 presents a method to generate counterfactual explanations based on two components: (i) a feature selector and (ii) and an end-to-end network. While (i) makes sure that relevant features are selected, (ii) enables the model to enforce additional constraints (e.g., dealing with categorical variables). ...
This paper concerns the approximation power of ReLU FNNs for Sobolev (or actually Hölder) smooth functions defined on spheres. This paper constructs ReLU FNNs with certain architectures to obtain their approximation results. The main idea is to leverage approximation capability of the homogeneous harmonic polynomials o...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper concerns the approximation power of ReLU FNNs for Sobolev (or actually Hölder) smooth functions defined on spheres. This paper constructs ReLU FNNs with certain architectures to obtain their approximation results. The main idea is to leverage approximation capability of the homogeneous harmonic polyn...
The authors studied a method that can detect the presence of unstable states. They achieve that by measuring the gap between the perturbed cost and the first order approximation. I this gap is large (one the direction is chosen in a worst case fashion) then the second order curvature is large as well (in a worst case s...
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 studied a method that can detect the presence of unstable states. They achieve that by measuring the gap between the perturbed cost and the first order approximation. I this gap is large (one the direction is chosen in a worst case fashion) then the second order curvature is large as well (in a wors...
This paper presents a novel targeted preference-based adversarial attack against deep reinforcement learning (DRL) agents, so that the DRL agents would show extreme behaviors desired by adversaries. In particular, the proposed PALM adopts human preference, an intention policy and a weighting function to guide the adver...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper presents a novel targeted preference-based adversarial attack against deep reinforcement learning (DRL) agents, so that the DRL agents would show extreme behaviors desired by adversaries. In particular, the proposed PALM adopts human preference, an intention policy and a weighting function to guide t...
This paper proposes a new method for ranking of offline RL policies with off-policy evaluation (OPE). The ranking is produced with a model that 1) learns a pairwise policy representation with a transformer architecture, 2) uses a crowd layer to aggregate OPE scores of other methods. In the experimental results the auth...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes a new method for ranking of offline RL policies with off-policy evaluation (OPE). The ranking is produced with a model that 1) learns a pairwise policy representation with a transformer architecture, 2) uses a crowd layer to aggregate OPE scores of other methods. In the experimental results ...
This paper aims to investigate the secrets of why contrastive learning for sentence representation learning (SRL) works from the perspective of alignment and uniformity (Wang & Isola, 2020). While alignment & uniformity are usually utilized in the literature as a tool for demonstrating the effectiveness of some SRL ap...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper aims to investigate the secrets of why contrastive learning for sentence representation learning (SRL) works from the perspective of alignment and uniformity (Wang & Isola, 2020). While alignment & uniformity are usually utilized in the literature as a tool for demonstrating the effectiveness of som...
This paper proposes a GNN based approach for vulnerability detection. The control flow graph (CFG) of a program is augmented with dataflow information and graph learning is applied to predict vulnerability of the program. This work proposes an “abstract dataflow embedding” to represent important dataflow properties tha...
Recommendation: 3: reject, not good enough
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes a GNN based approach for vulnerability detection. The control flow graph (CFG) of a program is augmented with dataflow information and graph learning is applied to predict vulnerability of the program. This work proposes an “abstract dataflow embedding” to represent important dataflow proper...
The paper proposes a strategy to find a parameter-efficient tuneable architecture from a given pre-trained backbone neural network. In particular, the strategy consits of four phases exploring 1) how to group layers in the backbone neural network; 2) how to allocate the tuneable parameters within each group; 3) how to ...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper proposes a strategy to find a parameter-efficient tuneable architecture from a given pre-trained backbone neural network. In particular, the strategy consits of four phases exploring 1) how to group layers in the backbone neural network; 2) how to allocate the tuneable parameters within each group; 3)...
This paper presents an interactive algorithm for multi-class/multi-instance segmentation based on the vision features obtained from self-supervised pre-training. Previously, such vision features, e.g. DINO features, have been used for unsupervised segmentation. This work extends previous work to the interactive segment...
Recommendation: 3: reject, not good enough
Area: Unsupervised and Self-supervised learning
Review: This paper presents an interactive algorithm for multi-class/multi-instance segmentation based on the vision features obtained from self-supervised pre-training. Previously, such vision features, e.g. DINO features, have been used for unsupervised segmentation. This work extends previous work to the interactive...
The paper provides a new regulariser term for training energy-based models, which promotes feature diversity. A theoretical analysis on the generalisation performance of energy-based models using the PAC-learning framework gives a solid motivating evidence on the need of the regularizer. Specifically, the authors consi...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: The paper provides a new regulariser term for training energy-based models, which promotes feature diversity. A theoretical analysis on the generalisation performance of energy-based models using the PAC-learning framework gives a solid motivating evidence on the need of the regularizer. Specifically, the autho...
The paper proposes an unsupervised learning rule, NeAW, combining Hebbian and anti-Hebbian learning and applies it to 3D point cloud classification. The learning rule is motivated by the observation that Hebbian and anti-Hebbian learning don't produce diverse representations across neurons (there is low variance in neu...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: The paper proposes an unsupervised learning rule, NeAW, combining Hebbian and anti-Hebbian learning and applies it to 3D point cloud classification. The learning rule is motivated by the observation that Hebbian and anti-Hebbian learning don't produce diverse representations across neurons (there is low varianc...
In the paper, the authors propose P2C, a framework to synthesize the classification and preference learning tasks. The authors argue that capturing the preference information from the annotators during the data labeling process would lead to better text classification task performance. They propose two methods to colle...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: In the paper, the authors propose P2C, a framework to synthesize the classification and preference learning tasks. The authors argue that capturing the preference information from the annotators during the data labeling process would lead to better text classification task performance. They propose two methods ...
The manuscript studies extrapolation properties when learning the parameters of a linear dynamical system when predicting outputs on time horizons longer than present in the training data in a student teacher setup. For balanced parameters the population loss over a time horizon $k$ is re-interpreted as the summed qua...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The manuscript studies extrapolation properties when learning the parameters of a linear dynamical system when predicting outputs on time horizons longer than present in the training data in a student teacher setup. For balanced parameters the population loss over a time horizon $k$ is re-interpreted as the su...
The paper proposes to use the latent variable policy for MaxEnt framework, which is testified to improve the sample efficiency and stability of RL. It uses some techniques to estimate the marginal entropy, as well as reducing the variances in the gradient. Experiments on DM control suite show the performance improvemen...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper proposes to use the latent variable policy for MaxEnt framework, which is testified to improve the sample efficiency and stability of RL. It uses some techniques to estimate the marginal entropy, as well as reducing the variances in the gradient. Experiments on DM control suite show the performance im...
This paper proposed an O(n) complexity sampled transformer that can process point set elements directly without additional inductive bias. The sampled transformer introduces random element sampling, which randomly splits point sets into subsets, followed by applying a shared Hamiltonian self-attention mechanism to each...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper proposed an O(n) complexity sampled transformer that can process point set elements directly without additional inductive bias. The sampled transformer introduces random element sampling, which randomly splits point sets into subsets, followed by applying a shared Hamiltonian self-attention mechanism...
This paper points out the inherent quantity-quality trade-off problem of pseudo-labeling with confidence thresholding exists in recent semi-supervised learning (SSL) methods. It then proposes a soft adaptive sample weighting scheme using a truncated Gaussian function to utilize both high quantity and quality of pseudo-...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper points out the inherent quantity-quality trade-off problem of pseudo-labeling with confidence thresholding exists in recent semi-supervised learning (SSL) methods. It then proposes a soft adaptive sample weighting scheme using a truncated Gaussian function to utilize both high quantity and quality of...
This paper studies the memorization capacity of conditional ReLU networks. By a conditional network we mean a network that allows "branching" of the flow of computation by conditional expressions (i.e., if-else statements). - The paper develops a general recipe that converts a general fully-connected unconditional ne...
Recommendation: 5: marginally below the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper studies the memorization capacity of conditional ReLU networks. By a conditional network we mean a network that allows "branching" of the flow of computation by conditional expressions (i.e., if-else statements). - The paper develops a general recipe that converts a general fully-connected uncondit...
This paper proposes a method for learning human locomotion policies from human motion data using an off-the-shelf differentiable physics simulator (DPS). Specifically, the method uses the Brax simulator (Freeman et al., 2021) to enable gradient computation of the forward dynamics. A simple joint and angle-based motion ...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes a method for learning human locomotion policies from human motion data using an off-the-shelf differentiable physics simulator (DPS). Specifically, the method uses the Brax simulator (Freeman et al., 2021) to enable gradient computation of the forward dynamics. A simple joint and angle-based...
This paper proposes a Guided Imagination Framework (GIF) for generating more data samples for small datasets. The proposed model generates more image samples using two large-scale models trained with very large datasets (e.g., CLIP ViT-B/32 trained with private 400M image-text pairs and Dall-E2 decoder trained with LAI...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper proposes a Guided Imagination Framework (GIF) for generating more data samples for small datasets. The proposed model generates more image samples using two large-scale models trained with very large datasets (e.g., CLIP ViT-B/32 trained with private 400M image-text pairs and Dall-E2 decoder trained ...
The authors consider the challenging problem of learning robust solvers for ODEs in physics-inspired machine learning, mainly when initial conditions at the test time are the out-of-distribution. First, with simple experiments on well-motivated simulated physics tasks (such as damped pendulum systems and predator-prey)...
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The authors consider the challenging problem of learning robust solvers for ODEs in physics-inspired machine learning, mainly when initial conditions at the test time are the out-of-distribution. First, with simple experiments on well-motivated simulated physics tasks (such as damped pendulum systems and predat...
In this paper, authors propose a comprehensive MARL algorithm library (MARLlib) for solving multi-agent problems. MARLlib manages to unify tens of algorithms, including different types of independent learning, centralized critic, and value decomposition methods. And MARLlib goes beyond current work by integrating diver...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: In this paper, authors propose a comprehensive MARL algorithm library (MARLlib) for solving multi-agent problems. MARLlib manages to unify tens of algorithms, including different types of independent learning, centralized critic, and value decomposition methods. And MARLlib goes beyond current work by integrati...
This paper proposed a novel generative model (CoA-CTRL) that integrates cooperative adversarial learning and closed-loop transcription. Experiments on MNIST, CIFAR-10, STL-10, and Celeb-A demonstrate the robustness and consistency of the proposed model. Pros - This paper proposed a novel generative model with cooperat...
Recommendation: 5: marginally below the acceptance threshold
Area: Generative models
Review: This paper proposed a novel generative model (CoA-CTRL) that integrates cooperative adversarial learning and closed-loop transcription. Experiments on MNIST, CIFAR-10, STL-10, and Celeb-A demonstrate the robustness and consistency of the proposed model. Pros - This paper proposed a novel generative model with ...
This work shows that by adding a dash symbolic reasoning to a neural model, it shows better performance w.r.t consistency and generalization. It is unclear to me how much engineering efforts are required to add these symbolic reasonings. It appears their approach is general, using a common External Knowledge Base, but ...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This work shows that by adding a dash symbolic reasoning to a neural model, it shows better performance w.r.t consistency and generalization. It is unclear to me how much engineering efforts are required to add these symbolic reasonings. It appears their approach is general, using a common External Knowledge Ba...
In this paper, the authors investigate the problem of task ambiguity in prompting pre-trained LLMs. In which setting, the task descriptions sometimes contain insufficient information for humans/models to perform the task, they have to consequently look at a few examples to have a better guess on the task. The authors p...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: In this paper, the authors investigate the problem of task ambiguity in prompting pre-trained LLMs. In which setting, the task descriptions sometimes contain insufficient information for humans/models to perform the task, they have to consequently look at a few examples to have a better guess on the task. The a...
The authors propose the HyperQuery framework for predicting hyperedges between nodes in hypergraphs. It can also be used to predicted hyperedge types, e.g., in a knowledge hypergraph. Link prediction in hypergraphs is much less studied and more difficult than link prediction in simple graphs. The proposed approach defi...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: The authors propose the HyperQuery framework for predicting hyperedges between nodes in hypergraphs. It can also be used to predicted hyperedge types, e.g., in a knowledge hypergraph. Link prediction in hypergraphs is much less studied and more difficult than link prediction in simple graphs. The proposed appro...
The authors propose to replace the standard clipping function in DP-SGD, $Clip_R(g) = min(R/|g|, 1)$ with the alternative clipping function $Clip_{\gamma}(g) = 1/(|g| + \gamma)$. They argue that this alternative clipping scheme is easier to tune, and matches or exceeds the performance of the standard scheme on a range ...
Recommendation: 3: reject, not good enough
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The authors propose to replace the standard clipping function in DP-SGD, $Clip_R(g) = min(R/|g|, 1)$ with the alternative clipping function $Clip_{\gamma}(g) = 1/(|g| + \gamma)$. They argue that this alternative clipping scheme is easier to tune, and matches or exceeds the performance of the standard scheme on ...
The paper proposes softening the symbol grounding problem in joint neural-symbolic learning. The major challenge in the neural-symbolic learning system studied in this work is the lack of supervision for the symbol grounding problem. This work presents efforts to model the symbol grounding problem as a Boltzmann distri...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper proposes softening the symbol grounding problem in joint neural-symbolic learning. The major challenge in the neural-symbolic learning system studied in this work is the lack of supervision for the symbol grounding problem. This work presents efforts to model the symbol grounding problem as a Boltzman...
This paper proposes a method called iPrompt to achieve interpretable autoprompting, that iteratively generates possible explanations of the input data, rerank them, and finally generate new explorations via truncating generated candidates and using them as prefixes to generate new candidates. The authors show experime...
Recommendation: 3: reject, not good enough
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: This paper proposes a method called iPrompt to achieve interpretable autoprompting, that iteratively generates possible explanations of the input data, rerank them, and finally generate new explorations via truncating generated candidates and using them as prefixes to generate new candidates. The authors show ...
This paper studies how ensemble methods can improve self-supervised learning algorithms. The considerations are limited to ensembles of projection heads and codebooks but not encoders, to ensure no extra computational cost involved. The authors propose a kind of data-dependent weighted cross-entropy losses. Two sota SS...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper studies how ensemble methods can improve self-supervised learning algorithms. The considerations are limited to ensembles of projection heads and codebooks but not encoders, to ensure no extra computational cost involved. The authors propose a kind of data-dependent weighted cross-entropy losses. Two...
In this paper, authors propose a relational attentive inference network (RAIN), in which the interactions between agents are continuous. A pairwise attention (PA) is adopted to refine the representations and a transform structure is also employed to extract the interaction weights. The proposed method achieves good per...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: In this paper, authors propose a relational attentive inference network (RAIN), in which the interactions between agents are continuous. A pairwise attention (PA) is adopted to refine the representations and a transform structure is also employed to extract the interaction weights. The proposed method achieves ...
This paper discusses the semantics-preserving adversarial attack in graph. Based on CSBMs, the constructed graphs show over-robustness of GNNs. The authors also prove that GNN+LP could be one way to reduce the over-robustness. S1: Revisiting classic graph adversarial attacks from a semantic-preserving angle is novel an...
Recommendation: 6: marginally above the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: This paper discusses the semantics-preserving adversarial attack in graph. Based on CSBMs, the constructed graphs show over-robustness of GNNs. The authors also prove that GNN+LP could be one way to reduce the over-robustness. S1: Revisiting classic graph adversarial attacks from a semantic-preserving angle is ...
The paper proposed an interesting topic of adaptively freezing the layers during training to save training time and memory. The proposed predictor output attention for each layer by integrating the history layer information during training. The training and freezing are alternatively performed on layers of models. St...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper proposed an interesting topic of adaptively freezing the layers during training to save training time and memory. The proposed predictor output attention for each layer by integrating the history layer information during training. The training and freezing are alternatively performed on layers of mod...
This paper proposes a novel method called Hidden-Utility Self-Play (HSP) to solve a realistic and challenging problem that there exist human biases in human-AI interaction. The main contribution of this paper is proposing a hidden reward function to model human biases. The experiments are solid and sufficient to verify...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes a novel method called Hidden-Utility Self-Play (HSP) to solve a realistic and challenging problem that there exist human biases in human-AI interaction. The main contribution of this paper is proposing a hidden reward function to model human biases. The experiments are solid and sufficient t...
The paper applies a denoising function (in the form of a diffusion model) to an image before doing OOD detection. The claim is that the new method outperforms other OOD methods on two of the datasets CIFAR10 and CIFAR100. Strengths: -- OOD detection is an important problem. The paper motivates their work with the poin...
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 applies a denoising function (in the form of a diffusion model) to an image before doing OOD detection. The claim is that the new method outperforms other OOD methods on two of the datasets CIFAR10 and CIFAR100. Strengths: -- OOD detection is an important problem. The paper motivates their work with ...
This paper works on the efficiency of distributed differentially private learning without a trusted server. The main idea is that each user first trains the local model. Then the sever aggregates the local minimizers with only a single call of Secure Multi-Party Computation (SMPC). To better understand the position of ...
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 works on the efficiency of distributed differentially private learning without a trusted server. The main idea is that each user first trains the local model. Then the sever aggregates the local minimizers with only a single call of Secure Multi-Party Computation (SMPC). To better understand the posi...
I am adding an additional review to aid AC in making a decision for the paper. The paper proposes a method to improve the worst-off group accuracies in a dataset when the group annotations are only available during validation. Prior research either uses group annotations during training (such as GroupDRO) or trains i...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: I am adding an additional review to aid AC in making a decision for the paper. The paper proposes a method to improve the worst-off group accuracies in a dataset when the group annotations are only available during validation. Prior research either uses group annotations during training (such as GroupDRO) or ...
This paper studies the statistical properties of the score matching from a geometry viewpoint. The authors show an upper bound for the KL divergence between the underlying data distribution and the score-matching estimator using the log-Sobolev inequality. Moreover, with a focus on the exponential family, they analyzed...
Recommendation: 8: accept, good paper
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper studies the statistical properties of the score matching from a geometry viewpoint. The authors show an upper bound for the KL divergence between the underlying data distribution and the score-matching estimator using the log-Sobolev inequality. Moreover, with a focus on the exponential family, they ...
The paper proposes a new benchmark to train a large number of agents in an environment with limited available resources. It also explores the connection of learning atomic / low-level skills with that of learning social strategies such as cooperation, coordination, and competition. The proposed environment captures the...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper proposes a new benchmark to train a large number of agents in an environment with limited available resources. It also explores the connection of learning atomic / low-level skills with that of learning social strategies such as cooperation, coordination, and competition. The proposed environment capt...
The paper proposes a closed form update for offline RL. A few major assumptions and steps of derivations apply: (1) policy is Gaussian or mixture of Gaussians; (2) apply Taylor expansion to the optimization objective. The paper shows some theoretical properties of the proposed method, and empirical improvements over pr...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper proposes a closed form update for offline RL. A few major assumptions and steps of derivations apply: (1) policy is Gaussian or mixture of Gaussians; (2) apply Taylor expansion to the optimization objective. The paper shows some theoretical properties of the proposed method, and empirical improvements...
This paper studies imitation learning in partially observable environments. The proposed method is to learn a world model using a dataset of any quality, unroll the agent's policy in the latent space of the world model to simulate the agent's trajectory, and train the policy with a reward function to make the agent's t...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper studies imitation learning in partially observable environments. The proposed method is to learn a world model using a dataset of any quality, unroll the agent's policy in the latent space of the world model to simulate the agent's trajectory, and train the policy with a reward function to make the a...
In this paper, the authors studied the stabilization problem of the systems described by stochastic delay-differential equations, and the main contribution is the designed framework of neural deterministic and stochastic control with the analysis of stability and safety. Experiment results are given to compare the perf...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: In this paper, the authors studied the stabilization problem of the systems described by stochastic delay-differential equations, and the main contribution is the designed framework of neural deterministic and stochastic control with the analysis of stability and safety. Experiment results are given to compare ...
This paper analyses transformers through the lens of logic, where the goal is explain the computation graph of a transformer (and of some other models) in terms of a formal language. The computation graph of most neural networks with a fixed number of layers is easily seen to be a directed acyclic graph. Hence, it is p...
Recommendation: 3: reject, not good enough
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper analyses transformers through the lens of logic, where the goal is explain the computation graph of a transformer (and of some other models) in terms of a formal language. The computation graph of most neural networks with a fixed number of layers is easily seen to be a directed acyclic graph. Hence,...
This paper aims to address the issue of inconsistency in return-conditioned supervised learning (RCSL), such as Decision Transformers. Specifically, when RCSL in highly stochastic environments is conditioned on the highest dataset return, the resulting expected return could be lower as the environment randomness is not...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper aims to address the issue of inconsistency in return-conditioned supervised learning (RCSL), such as Decision Transformers. Specifically, when RCSL in highly stochastic environments is conditioned on the highest dataset return, the resulting expected return could be lower as the environment randomnes...
This paper introduces a dynamic programming algorithm ("score iteration") which can efficiently compute Q-gradients, and thereafter, "Bellman scores". This Bellman score is useful because it directly gives information about how changes in reward affects policy. The authors then demonstrate its utility for doing behavio...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper introduces a dynamic programming algorithm ("score iteration") which can efficiently compute Q-gradients, and thereafter, "Bellman scores". This Bellman score is useful because it directly gives information about how changes in reward affects policy. The authors then demonstrate its utility for doing...
This work studies the explainability on evolving graphs through the lens of “differential geometry”. While prior literature primarily focuses on static graphs, there are some works in the thread of evolving graphs against which the authors highlight certain differences in the introduction and related work. More concret...
Recommendation: 8: accept, good paper
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: This work studies the explainability on evolving graphs through the lens of “differential geometry”. While prior literature primarily focuses on static graphs, there are some works in the thread of evolving graphs against which the authors highlight certain differences in the introduction and related work. More...
This paper proposes to combine white-box meta-learning methods and distributional RL. The main benefit of this combination is that the distributional return can not be adaptive, and perhaps allow for more effective RL agents. In particular, the authors propose a meta-gradient through the parameters that define the quan...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes to combine white-box meta-learning methods and distributional RL. The main benefit of this combination is that the distributional return can not be adaptive, and perhaps allow for more effective RL agents. In particular, the authors propose a meta-gradient through the parameters that define ...
This paper proposes a new graph neural architecture search pipeline named Reg-NAS. Specifically, the authors find that regression tasks are more reliable than classification tasks in estimating architecture performance and advocate that a regression self-supervised proxy task be used to estimate the architecture perfor...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper proposes a new graph neural architecture search pipeline named Reg-NAS. Specifically, the authors find that regression tasks are more reliable than classification tasks in estimating architecture performance and advocate that a regression self-supervised proxy task be used to estimate the architectur...
In this paper, they carefully design and propose the GraphMixer network for temporal link prediction in dynamic graphs. With a carefully designed and ablate architecture separated into three components, the link-encoder, node-encoder, and MLP-Mixer based link classifier, they are able to achieve high performance on thi...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: In this paper, they carefully design and propose the GraphMixer network for temporal link prediction in dynamic graphs. With a carefully designed and ablate architecture separated into three components, the link-encoder, node-encoder, and MLP-Mixer based link classifier, they are able to achieve high performanc...
This paper proposes a way to combine crowdsourced multiple labels per task by using a weighting areas under the margin method (WAUM), which uses area under the margin method (AUM) used for detecting mislabeled data in the training dataset with a single hard label per task. It is a weighted version of AUM based on the t...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: This paper proposes a way to combine crowdsourced multiple labels per task by using a weighting areas under the margin method (WAUM), which uses area under the margin method (AUM) used for detecting mislabeled data in the training dataset with a single hard label per task. It is a weighted version of AUM based ...
This paper considers the problem of jointly learning a diverse set of (nearly) optimal policies within a single RL environment. The paper follows the SMERL paper and adopts a novel mathematical framework based on convex MDP and Fenchel duality. The derived algorithm shows that we can simply solve the constrained optimi...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper considers the problem of jointly learning a diverse set of (nearly) optimal policies within a single RL environment. The paper follows the SMERL paper and adopts a novel mathematical framework based on convex MDP and Fenchel duality. The derived algorithm shows that we can simply solve the constraine...
The paper proposes a new metric for GAN latent space estimation, called Distortion. The metric builds on the Local Basis method of (Choi, 2022), and is shown to be correlated with the "global-basis-compatibility" and supervised disentanglement score from (Eastwood & Williams, 2018). It provides an estimate of "intrinsi...
Recommendation: 5: marginally below the acceptance threshold
Area: Generative models
Review: The paper proposes a new metric for GAN latent space estimation, called Distortion. The metric builds on the Local Basis method of (Choi, 2022), and is shown to be correlated with the "global-basis-compatibility" and supervised disentanglement score from (Eastwood & Williams, 2018). It provides an estimate of "...
Continual test-time model adaptation (CTA) recently draws researchers' attention since trained models may encounter dynamically-changing test-time environments. This work first revealed the limitations of prior arts in memory efficiency which could be a critical obstacle for applications of CTA to memory-limited edge d...
Recommendation: 8: accept, good paper
Area: Unsupervised and Self-supervised learning
Review: Continual test-time model adaptation (CTA) recently draws researchers' attention since trained models may encounter dynamically-changing test-time environments. This work first revealed the limitations of prior arts in memory efficiency which could be a critical obstacle for applications of CTA to memory-limite...
To overcome heavy burden of computational cost and time to learn network parameters, this work propose a method that predicts parameters of the network on the given unseen dataset. For this, they allow the new hypernetwork to directly predict the network parameters with forward process, by learning mapping between data...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: To overcome heavy burden of computational cost and time to learn network parameters, this work propose a method that predicts parameters of the network on the given unseen dataset. For this, they allow the new hypernetwork to directly predict the network parameters with forward process, by learning mapping betw...
This paper proposes to pre-train a dense retriever with multiple tasks (five in total), which are all related to masked language modelling (multi-decoder). Results on MS-Marco show moderate improvement with respect to baselines. Strengths: - Unifying/studying the pre-training of information retrieval - Improved perf...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes to pre-train a dense retriever with multiple tasks (five in total), which are all related to masked language modelling (multi-decoder). Results on MS-Marco show moderate improvement with respect to baselines. Strengths: - Unifying/studying the pre-training of information retrieval - Impro...
This paper focuses on the problems of understanding and learning optimal policies from demonstrations, including reward identification, counterfactual analysis, behavior imitation and behavior transfer. Under the framework of MaxEntRL, they first propose the concept of Bellman score which captures how changes in the r...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper focuses on the problems of understanding and learning optimal policies from demonstrations, including reward identification, counterfactual analysis, behavior imitation and behavior transfer. Under the framework of MaxEntRL, they first propose the concept of Bellman score which captures how changes ...
Designing Antibody CDR sequences is of great interest for studying antibody biology and for therapeutics research. This task has been addressed computationally using search based frameworks (eg. using rosetta energies) and more recently, machine learning based generative models. This paper introduces a novel equivarian...
Recommendation: 8: accept, good paper
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: Designing Antibody CDR sequences is of great interest for studying antibody biology and for therapeutics research. This task has been addressed computationally using search based frameworks (eg. using rosetta energies) and more recently, machine learning based generative models. This paper introduces a novel eq...
The paper shows that, under certain conditions, the set of reachable states is a smooth manifold with dimension at most the dimension of the action plus one. The paper then proposes a DNN architecture with a bottleneck and show its competitive performance in numerical experiments. Strength - The paper provides an inter...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper shows that, under certain conditions, the set of reachable states is a smooth manifold with dimension at most the dimension of the action plus one. The paper then proposes a DNN architecture with a bottleneck and show its competitive performance in numerical experiments. Strength - The paper provides ...
This paper proposes an algorithm for improving out-of-distribution generalization performance by modeling the topology structures of distributions. Specifically, the algorithm first constructs a graph based on either manually defined priors, e.g., spacial relationships, or learning it from the data. This topology graph...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes an algorithm for improving out-of-distribution generalization performance by modeling the topology structures of distributions. Specifically, the algorithm first constructs a graph based on either manually defined priors, e.g., spacial relationships, or learning it from the data. This topolo...
This paper proposes a simple and effective gradient deconfliction algorithm, called GradOPS, for multi-task learning (MTL). Concretely, GradOPS projects the gradient associated with one task onto the subspace orthogonal to the span of the other task-specific gradients, achieving non-conflicting gradients for different ...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes a simple and effective gradient deconfliction algorithm, called GradOPS, for multi-task learning (MTL). Concretely, GradOPS projects the gradient associated with one task onto the subspace orthogonal to the span of the other task-specific gradients, achieving non-conflicting gradients for di...
The topic of the paper is finetuning models trained to play chess like humans (defined as: making the same moves as in a dataset of human games) to improve its performance (ie. chess rating) without losing the human-like behavior. Authors introduce a framework called curriculum training, and "use it" to update the mode...
Recommendation: 3: reject, not good enough
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The topic of the paper is finetuning models trained to play chess like humans (defined as: making the same moves as in a dataset of human games) to improve its performance (ie. chess rating) without losing the human-like behavior. Authors introduce a framework called curriculum training, and "use it" to update ...
The main idea in this paper is to incorporate structural priors on the domains/distributions in an out-of-distribution (OOD) generalization setting. Given a graphical prior over the set of domains, the authors propose a group-DRO-like optimization problem which incorporates this prior by enforcing that the mixture dis...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The main idea in this paper is to incorporate structural priors on the domains/distributions in an out-of-distribution (OOD) generalization setting. Given a graphical prior over the set of domains, the authors propose a group-DRO-like optimization problem which incorporates this prior by enforcing that the mix...
The submission entitled “Representational dissimilarity metric spaces for stochastic neural networks” proposed a new method to characterize the representational similarity of neural networks, taking into account the noise characteristics. The paper considered metrics over the stochastic shape using p-Wasserstein distan...
Recommendation: 6: marginally above the acceptance threshold
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: The submission entitled “Representational dissimilarity metric spaces for stochastic neural networks” proposed a new method to characterize the representational similarity of neural networks, taking into account the noise characteristics. The paper considered metrics over the stochastic shape using p-Wasserstei...
This paper proposes channel awareness based on class-conditional batch normalization (CCBN) to study how a single channel contributes to the final synthesis. Specifically, they conduct experiments on BigGAN pre-trained on ImageNet. The authors show that only a subset of channels primarily contributes to a specific cate...
Recommendation: 5: marginally below the acceptance threshold
Area: Generative models
Review: This paper proposes channel awareness based on class-conditional batch normalization (CCBN) to study how a single channel contributes to the final synthesis. Specifically, they conduct experiments on BigGAN pre-trained on ImageNet. The authors show that only a subset of channels primarily contributes to a speci...
In this paper, the authors deal with the acceleration of denoising diffusion models. In particular, they propose improved samplers with higher order in order to reduce the number of steps requires at sampling times. The acceleration proposed in that paper is described for both Ordinary Differential Equation (ODE) and S...
Recommendation: 3: reject, not good enough
Area: Generative models
Review: In this paper, the authors deal with the acceleration of denoising diffusion models. In particular, they propose improved samplers with higher order in order to reduce the number of steps requires at sampling times. The acceleration proposed in that paper is described for both Ordinary Differential Equation (OD...
This paper proposes a compression method for weather and climate worldwide data using a deep learning model combined with a Fourier transformation in order to enforce periodicity of the sphere data. The compression ratio is very high, from 300 to 3000, and the residual error comparable to methods with compression ratio...
Recommendation: 8: accept, good paper
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper proposes a compression method for weather and climate worldwide data using a deep learning model combined with a Fourier transformation in order to enforce periodicity of the sphere data. The compression ratio is very high, from 300 to 3000, and the residual error comparable to methods with compressi...
This paper studies the problem of meta-safe reinforcement learning (Meta-SRL) through the CMDP-within-online framework to establish the first provable guarantees in this important setting. It obtains task-averaged regret bounds for the reward maximization (optimality gap) and constraint violations using gradient-based ...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper studies the problem of meta-safe reinforcement learning (Meta-SRL) through the CMDP-within-online framework to establish the first provable guarantees in this important setting. It obtains task-averaged regret bounds for the reward maximization (optimality gap) and constraint violations using gradien...
The paper tries to show that SGD is effective in learning a ReLU teacher network. The results seem to suggest that the sample complexity is linear in input dimension and width. strength: a) The goal of the paper is well-motived. weaknesses: a) The title of the paper over claims the purpose of the paper. It only foc...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: The paper tries to show that SGD is effective in learning a ReLU teacher network. The results seem to suggest that the sample complexity is linear in input dimension and width. strength: a) The goal of the paper is well-motived. weaknesses: a) The title of the paper over claims the purpose of the paper. It ...
This paper proposes a collaborative language model called PEER which is trained to imitate the process of collaborative writing. PEER with four T5 models can support the actions of editing, undo, adding explanation, and document generation. To overcome the problem of data scarcity and improve the generalization ability...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes a collaborative language model called PEER which is trained to imitate the process of collaborative writing. PEER with four T5 models can support the actions of editing, undo, adding explanation, and document generation. To overcome the problem of data scarcity and improve the generalization...
This paper studies the convergence property of SGD under the over-parameter setting. Under some regular assumptions of the loss and subdifferential gradient noise, this paper gives some novel results: (1) SGD must converge to a global optimum with probability 1. (2) SGD converges to a sharper global optimum not as easy...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper studies the convergence property of SGD under the over-parameter setting. Under some regular assumptions of the loss and subdifferential gradient noise, this paper gives some novel results: (1) SGD must converge to a global optimum with probability 1. (2) SGD converges to a sharper global optimum not...
This paper studies a new approach with the purpose of improving the efficiency of differentiable neural architecture search (DNAS). The authors introduce Prunode, a stochastic bi-path building block that enjoys O(1) memory and computation complexity during the search. Given this advantage, Prunode allows a much larger ...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper studies a new approach with the purpose of improving the efficiency of differentiable neural architecture search (DNAS). The authors introduce Prunode, a stochastic bi-path building block that enjoys O(1) memory and computation complexity during the search. Given this advantage, Prunode allows a much...
This paper solves a problem of hyperparameter search for a graph neural network using calibrated dataset condensation. The authors propose a novel hyperparameter-calibrated dataset condensation framework by matching hyperparameter gradients in synthetic validation data generation. Unlike the standard dataset condensati...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper solves a problem of hyperparameter search for a graph neural network using calibrated dataset condensation. The authors propose a novel hyperparameter-calibrated dataset condensation framework by matching hyperparameter gradients in synthetic validation data generation. Unlike the standard dataset co...