review
stringlengths
5
16.6k
score
stringclasses
5 values
area
stringclasses
12 values
text
stringlengths
31
5.65k
The authors introduce new datasets of dynamic stability of synthetic power grids. They show that large Graph Neural Networks GNNs outperform GNNs from previous work at predicting single-node basin stability.They demonstrate that GNNs can be used to identify trouble maker-nodes in the power grids and show that GNNs tra...
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The authors introduce new datasets of dynamic stability of synthetic power grids. They show that large Graph Neural Networks GNNs outperform GNNs from previous work at predicting single-node basin stability.They demonstrate that GNNs can be used to identify trouble maker-nodes in the power grids and show that ...
This paper introduces a theoretical framework for GANs, called MonoFlow, that challenges their usual understanding as an adversarial minimization of a distance/divergence. It interprets GAN training as the generator following a reparameterized gradient flow of the reverse KL, defined through the log density ratio estim...
Recommendation: 3: reject, not good enough
Area: Generative models
Review: This paper introduces a theoretical framework for GANs, called MonoFlow, that challenges their usual understanding as an adversarial minimization of a distance/divergence. It interprets GAN training as the generator following a reparameterized gradient flow of the reverse KL, defined through the log density rat...
The paper focuses on Unsupervised continual learning (UCL) and proposes Adaptive Update Direction Rectification (AUDR), an adaptive learning paradigm for the UCL setting. Mainly, the paper uses an Actor-critical approach, where the actor selects the best action and is updated with the predicted reward by the Critic. It...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper focuses on Unsupervised continual learning (UCL) and proposes Adaptive Update Direction Rectification (AUDR), an adaptive learning paradigm for the UCL setting. Mainly, the paper uses an Actor-critical approach, where the actor selects the best action and is updated with the predicted reward by the Cr...
The paper looks at how one could improve the performance of RL agents by leveraging planning at the level of subgoals. The authors argue that by restricting planning at a higher level of abstraction the method side-steps many of the problems associated with traditional model-based planning approaches, like inaccuracy o...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper looks at how one could improve the performance of RL agents by leveraging planning at the level of subgoals. The authors argue that by restricting planning at a higher level of abstraction the method side-steps many of the problems associated with traditional model-based planning approaches, like inac...
Traditional MAML is well used in few-shot learning domains. However, recent works show that MAML does not perform well in a fast adaptation. This paper gives a detail about feature reuse phenomenon and found the relationship between lower layer and the distribution differences in training and testing. Pros In this wor...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: Traditional MAML is well used in few-shot learning domains. However, recent works show that MAML does not perform well in a fast adaptation. This paper gives a detail about feature reuse phenomenon and found the relationship between lower layer and the distribution differences in training and testing. Pros In ...
The authors propose a new intrinsic reward function for reinforcement learning, building on earlier definitions of "surprise". The proposed idea is to reward not the surprise itself but its novelty. The authors propose a specific approach to computing this intrinsic reward function and present an empirical analysis in ...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The authors propose a new intrinsic reward function for reinforcement learning, building on earlier definitions of "surprise". The proposed idea is to reward not the surprise itself but its novelty. The authors propose a specific approach to computing this intrinsic reward function and present an empirical anal...
This paper presents a robust GAN-Inversion (RGI) method for mask-free image inpainting and unsupervised pixel-wise anomaly detection. Furthermore, they further propose a relaxed RGI method for achieving better results. Promising experimental results on image inpainting and anomaly detection by using the proposed method...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper presents a robust GAN-Inversion (RGI) method for mask-free image inpainting and unsupervised pixel-wise anomaly detection. Furthermore, they further propose a relaxed RGI method for achieving better results. Promising experimental results on image inpainting and anomaly detection by using the propose...
This work considers the problem of diagnosing why a policy fails when presented with an out-of-distribution task. Specifically, this work creates a framework to determine if the policy fails for a "how" reason (e.g., the policy does not know how to accomplish the provided goal) or a "what" reason (e.g., the policy does...
Recommendation: 5: marginally below the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: This work considers the problem of diagnosing why a policy fails when presented with an out-of-distribution task. Specifically, this work creates a framework to determine if the policy fails for a "how" reason (e.g., the policy does not know how to accomplish the provided goal) or a "what" reason (e.g., the pol...
This paper deals with oversquashing in GNNs, that is, when information flows between nodes (receptive field large enough), but is too compressed (squashed) into the (finite) features to be correctly exploited for prediction (because number of neighbors grows exponentially with radius of receptive field). The paper has...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper deals with oversquashing in GNNs, that is, when information flows between nodes (receptive field large enough), but is too compressed (squashed) into the (finite) features to be correctly exploited for prediction (because number of neighbors grows exponentially with radius of receptive field). The p...
This paper proposes a novel problem by combining the settings of PLL and UDA. To tackle this challenging setting, they also propose a novel approach named PAPLUDA which consists of three loss components: classification loss with soft label disambiguation; inter-domain class-prototype alignment loss, and teacher-student...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: This paper proposes a novel problem by combining the settings of PLL and UDA. To tackle this challenging setting, they also propose a novel approach named PAPLUDA which consists of three loss components: classification loss with soft label disambiguation; inter-domain class-prototype alignment loss, and teacher...
This paper describes non-contrastive learning based self-supervised pre-training approach for the speech recognition task. As opposed to the popular methods such as Wav2vec2, Hubert, etc. which use contrastive learning for pre-training, this paper describes how non-contrastive methods such Barlow-Twins for the audio pr...
Recommendation: 5: marginally below the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper describes non-contrastive learning based self-supervised pre-training approach for the speech recognition task. As opposed to the popular methods such as Wav2vec2, Hubert, etc. which use contrastive learning for pre-training, this paper describes how non-contrastive methods such Barlow-Twins for the ...
The paper proposes a way of deriving an encoder from a pretrained diffusion model. In particular, this encoder is stochastic and invertible, which makes it different from existing attempts. The authors show that this encoder can be deployed in an image to image translation setting, and demonstrates interesting results....
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper proposes a way of deriving an encoder from a pretrained diffusion model. In particular, this encoder is stochastic and invertible, which makes it different from existing attempts. The authors show that this encoder can be deployed in an image to image translation setting, and demonstrates interesting ...
The paper considers the impact of (pre-trained) embeddings on the performance of different GNN architectures. The datasets under considered are either images and texts with some form of "graph structures", e.g., based on “Co-viewed”, “Co-bought” and “Similar Items” (for the Amazon datasets). The authors fund that only ...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: The paper considers the impact of (pre-trained) embeddings on the performance of different GNN architectures. The datasets under considered are either images and texts with some form of "graph structures", e.g., based on “Co-viewed”, “Co-bought” and “Similar Items” (for the Amazon datasets). The authors fund th...
This paper tackles the challenge of learning an efficient representation for multi task reinforcement learning. The authors present a learning algorithm for multi-task RL with function approximation, low-rank multi task bilinear class. This algorithm incentivizes the the RL algorithm to improve sample efficiency by lev...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper tackles the challenge of learning an efficient representation for multi task reinforcement learning. The authors present a learning algorithm for multi-task RL with function approximation, low-rank multi task bilinear class. This algorithm incentivizes the the RL algorithm to improve sample efficienc...
This paper studies the impact of adaptive optimization on local deep network geometry. The main discovery is that, adaptive methods such as Adam bias the trajectories towards regions where the diagonal elements of Hessian are more uniform (compare to SGD type algorithms), and moreover such uniform diagonal Hessian tend...
Recommendation: 5: marginally below the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper studies the impact of adaptive optimization on local deep network geometry. The main discovery is that, adaptive methods such as Adam bias the trajectories towards regions where the diagonal elements of Hessian are more uniform (compare to SGD type algorithms), and moreover such uniform diagonal Hess...
This paper proposes an improved pseudo-labeling method for semi-supervised learning methods. The paper first proposes a method for filtering out some unlabeled data that has high uncertainty based on Welch’s T-test and Total variance. The paper then extends the methods of SLA [1] to assign labels for unlabeled data....
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: This paper proposes an improved pseudo-labeling method for semi-supervised learning methods. The paper first proposes a method for filtering out some unlabeled data that has high uncertainty based on Welch’s T-test and Total variance. The paper then extends the methods of SLA [1] to assign labels for unlabel...
The authors study the problem of federated recommendation with implicit feedback, and propose a new framework with personalized score function and personalized item embedding (without user embedding), which is illustrated in Figure 1(c). Strength: 1 The idea of using personalized item embedding in federated recommendat...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: The authors study the problem of federated recommendation with implicit feedback, and propose a new framework with personalized score function and personalized item embedding (without user embedding), which is illustrated in Figure 1(c). Strength: 1 The idea of using personalized item embedding in federated rec...
The author adopts knowledge transfer to solve the inhabited stability and generalization issue of differential NAS. The method first trains the weights of the main model with alpha fixed, then transfer the knowledge from main to auxiliary by quadruple relative similarities, and finally optimizes the alpha of the main m...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The author adopts knowledge transfer to solve the inhabited stability and generalization issue of differential NAS. The method first trains the weights of the main model with alpha fixed, then transfer the knowledge from main to auxiliary by quadruple relative similarities, and finally optimizes the alpha of th...
This paper focused on the research problem of link prediction with GNNs. The authors comprehensively analyzed why the subgraph-based GNNs performs good on link prediction, as well as their efficiency problems. The authors then proposed to estimate the key structural information with subgraph sketching. Doing so combine...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper focused on the research problem of link prediction with GNNs. The authors comprehensively analyzed why the subgraph-based GNNs performs good on link prediction, as well as their efficiency problems. The authors then proposed to estimate the key structural information with subgraph sketching. Doing so...
Summary: This paper proposed to care about article generation with image information where the image info is used in an entity-aware way instead of directly using the visual features. That is, the embedded image in the associated article is firstly transformed into the textual space in the form of textual captions and...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: Summary: This paper proposed to care about article generation with image information where the image info is used in an entity-aware way instead of directly using the visual features. That is, the embedded image in the associated article is firstly transformed into the textual space in the form of textual capt...
The manuscript proposes to tackle the continual domain shift learning issue, in which the model is trained on a source domain and serveral unlabeled target domains. The authors highlight the pain points of the issue are concluded with three: 1. model generalization on 'before and during' training doamins(TDG); 2. bette...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The manuscript proposes to tackle the continual domain shift learning issue, in which the model is trained on a source domain and serveral unlabeled target domains. The authors highlight the pain points of the issue are concluded with three: 1. model generalization on 'before and during' training doamins(TDG); ...
This paper proposes a technique for removing data points for standard supervised learning problems. Their best performing method partially drops data from a class with a sufficient F1 score, and shows that they can train on ~6M total less data points while only reducing ImageNet accuracy by 1 percentage point. Strengt...
Recommendation: 3: reject, not good enough
Area: General Machine Learning
Review: This paper proposes a technique for removing data points for standard supervised learning problems. Their best performing method partially drops data from a class with a sufficient F1 score, and shows that they can train on ~6M total less data points while only reducing ImageNet accuracy by 1 percentage point. ...
The paper extends hierarchical transformers (neural network models for synthesising circuits from linear time specifications) to build models for the repair of circuits so that they satisfy a certain linear time property. The models, which are also used in an iterative procedure to do reactive synthesis, are trained ...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper extends hierarchical transformers (neural network models for synthesising circuits from linear time specifications) to build models for the repair of circuits so that they satisfy a certain linear time property. The models, which are also used in an iterative procedure to do reactive synthesis, are ...
The paper proposes the $\sigma$-reparameterised transformer. The authors note a phenomenon in during training of transformers where the 'attention entropy' (essentially, how sharply peaked the attention scores are) decreases and then increases again. In the cases where the transformer fails to learn, this attention ent...
Recommendation: 6: marginally above the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: The paper proposes the $\sigma$-reparameterised transformer. The authors note a phenomenon in during training of transformers where the 'attention entropy' (essentially, how sharply peaked the attention scores are) decreases and then increases again. In the cases where the transformer fails to learn, this atten...
This paper studied the differential privacy preservation for the generative model and proposed incorporating the DP-SGD strategy into Diffusion Model training. Strength: 1. This paper is well-organized and easy to follow. 2. The experimental results on MNIST, Fashion-MNIST, and CelebA datasets validate the effectivene...
Recommendation: 5: marginally below the acceptance threshold
Area: Generative models
Review: This paper studied the differential privacy preservation for the generative model and proposed incorporating the DP-SGD strategy into Diffusion Model training. Strength: 1. This paper is well-organized and easy to follow. 2. The experimental results on MNIST, Fashion-MNIST, and CelebA datasets validate the eff...
The polysemy of data introduces a big challenge for the labeling process. This paper proposes an implicit distribution representation method based on label distribution learning, which also considers the uncertainty of label values, in which the Gaussian prior and self-attention-based methods are also adopted for learn...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The polysemy of data introduces a big challenge for the labeling process. This paper proposes an implicit distribution representation method based on label distribution learning, which also considers the uncertainty of label values, in which the Gaussian prior and self-attention-based methods are also adopted f...
In this paper the authors propose the Composite Slice Transformer (CST) which consists of a composition of attentions applied to a stacked, slice representation of the input sequence at different scales, coupled with a multi-scale volatile instant positional embedding. To do this, first the input sequence of length N ...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: In this paper the authors propose the Composite Slice Transformer (CST) which consists of a composition of attentions applied to a stacked, slice representation of the input sequence at different scales, coupled with a multi-scale volatile instant positional embedding. To do this, first the input sequence of l...
This paper tackles the problem of learning representation robust to biased data, i.e. data containing easy-to-learn but unrelated features. It first derives \epsilon-SupInfoNCE, which adds control of the minimal distance between positive and negative samples to the traditional contrastive losses. Then it proposes FairK...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper tackles the problem of learning representation robust to biased data, i.e. data containing easy-to-learn but unrelated features. It first derives \epsilon-SupInfoNCE, which adds control of the minimal distance between positive and negative samples to the traditional contrastive losses. Then it propos...
This paper develops a new differentially private (DP) framework to tackle the problem of decentralised consensus learning. This framework is based on the stochastic Decentralised Krasnosel'skii-Mann (D-KM) iteration (its privatised version referred to as "DP-KM" in this paper). It provides both theoretical and empirica...
Recommendation: 3: reject, not good enough
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper develops a new differentially private (DP) framework to tackle the problem of decentralised consensus learning. This framework is based on the stochastic Decentralised Krasnosel'skii-Mann (D-KM) iteration (its privatised version referred to as "DP-KM" in this paper). It provides both theoretical and ...
In this paper authors propose a mechanism to prune a convolutional neural network model in a relatively data-free manner i.e., they do not utilize training data or loss function for retraining the pruned model. However unlike the actual data-free pruning techniques they assume the availability of moments of class-condi...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: In this paper authors propose a mechanism to prune a convolutional neural network model in a relatively data-free manner i.e., they do not utilize training data or loss function for retraining the pruned model. However unlike the actual data-free pruning techniques they assume the availability of moments of cla...
This paper attempts to use diffusion models for action generation in imitation learning set ups. The paper contributes : 1. modifications to diffusion models to adapt them to action generation 2. discussion on effectiveness of CFG 3. sampling techniques for action generation The paper tests on a few datasets including ...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper attempts to use diffusion models for action generation in imitation learning set ups. The paper contributes : 1. modifications to diffusion models to adapt them to action generation 2. discussion on effectiveness of CFG 3. sampling techniques for action generation The paper tests on a few datasets in...
The work proposes a theoretical approach for choosing hyper-parameters in unsupervised domain adaptation. The main strategy is to compute an aggregation of models with target error bound, which theoretically relies on the extension of importance weighted least squares to linear aggregation of vector-valued functions. T...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The work proposes a theoretical approach for choosing hyper-parameters in unsupervised domain adaptation. The main strategy is to compute an aggregation of models with target error bound, which theoretically relies on the extension of importance weighted least squares to linear aggregation of vector-valued func...
The paper proposes a novel differentiable dynamic time-warping algorithm. The approach is advantageous over existing variants as it outputs a learnable warping path between the time series representations. The authors test their approach on two distinct tasks: audio-score alignment and visual place recognition, and ac...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposes a novel differentiable dynamic time-warping algorithm. The approach is advantageous over existing variants as it outputs a learnable warping path between the time series representations. The authors test their approach on two distinct tasks: audio-score alignment and visual place recognition...
This submission contributes a masking based reconstruction approach with a transformer architecture for self-supervised learning based on quadratic reconstruction error with adverserial perturbation of the input. The method is benchmarked on a set of classic datasets where it is shown to predict better than standard m...
Recommendation: 3: reject, not good enough
Area: Unsupervised and Self-supervised learning
Review: This submission contributes a masking based reconstruction approach with a transformer architecture for self-supervised learning based on quadratic reconstruction error with adverserial perturbation of the input. The method is benchmarked on a set of classic datasets where it is shown to predict better than st...
This paper studies quantum kernel learning. Their observation seems that the dimension of the feature maps associated with quantum kernels is exponential but can be processed by quantum boxes. The problem with these kernel is that their leading eigenvalues are too small so that these models do not generalize well. The ...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: This paper studies quantum kernel learning. Their observation seems that the dimension of the feature maps associated with quantum kernels is exponential but can be processed by quantum boxes. The problem with these kernel is that their leading eigenvalues are too small so that these models do not generalize we...
This paper presents a model for selecting test-time data augmentation to boost a classification model. The proposed method is based on RNN to gradually output multiple augmentations, selected from a predefined augmentation set. The idea is based on loss prediction for finding suitable augmentations. In each step of RNN...
Recommendation: 3: reject, not good enough
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper presents a model for selecting test-time data augmentation to boost a classification model. The proposed method is based on RNN to gradually output multiple augmentations, selected from a predefined augmentation set. The idea is based on loss prediction for finding suitable augmentations. In each ste...
The authors consider the general problem of multi-solution optimization (MSO), where one is interested in obtaining a sampling (perhaps all) of the minimizers of each of a family of (nonconvex) functions $\{ f_{\tau} : \tau \in \mathcal{T} \}$ defined on a low-dimensional domain $\mathcal{X}$ (here, $\mathcal{T}$ repre...
Recommendation: 8: accept, good paper
Area: Optimization (eg, convex and non-convex optimization)
Review: The authors consider the general problem of multi-solution optimization (MSO), where one is interested in obtaining a sampling (perhaps all) of the minimizers of each of a family of (nonconvex) functions $\{ f_{\tau} : \tau \in \mathcal{T} \}$ defined on a low-dimensional domain $\mathcal{X}$ (here, $\mathcal{T...
This paper investigates the question: how can we train agents to behave 'morally' in text-based games, while achieving a high task reward? The paper proposes a two stage learning method, which is iterated over time. In my understanding, this involves training both a task-specific Q function ('task policy'), which only...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper investigates the question: how can we train agents to behave 'morally' in text-based games, while achieving a high task reward? The paper proposes a two stage learning method, which is iterated over time. In my understanding, this involves training both a task-specific Q function ('task policy'), wh...
In this paper, the authors consider the problem of computing subgradients of non-smooth non-convex functions that are given as programs that are based on the small set of elementary functions. Their main contributions are the following: 1. They analyze the computational complexity of the algorithm suggested by Bolt...
Recommendation: 6: marginally above the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: In this paper, the authors consider the problem of computing subgradients of non-smooth non-convex functions that are given as programs that are based on the small set of elementary functions. Their main contributions are the following: 1. They analyze the computational complexity of the algorithm suggested...
The paper introduces an approach for capturing long-term dependencies of complex time series. The paper incorporates some ideas from the classical dynamical system modeling literature into machine learning. Strengths: i) The proposed method is very comprehensive. It is tailored in fine details including computational f...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper introduces an approach for capturing long-term dependencies of complex time series. The paper incorporates some ideas from the classical dynamical system modeling literature into machine learning. Strengths: i) The proposed method is very comprehensive. It is tailored in fine details including computa...
The authors challenge the common notion that transformer-like architecture is not particularly brain-like because, to the best of our neuroknowledge, the self-attention mechanism employed in transformers is not inspired by how the brain works. To that end they pick a few optimization constraints that in the past have s...
Recommendation: 6: marginally above the acceptance threshold
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: The authors challenge the common notion that transformer-like architecture is not particularly brain-like because, to the best of our neuroknowledge, the self-attention mechanism employed in transformers is not inspired by how the brain works. To that end they pick a few optimization constraints that in the pas...
This paper studied Pruning-at-initialization (PAI). The authors show that the accuracy of CNN models pruned by a PAI method depends on the layer-wise density. They further propose a structured PAI method, PreCrop, to prune CNNs in the channel dimension. +PAI saves training costs compared to standard pruning methods. +...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper studied Pruning-at-initialization (PAI). The authors show that the accuracy of CNN models pruned by a PAI method depends on the layer-wise density. They further propose a structured PAI method, PreCrop, to prune CNNs in the channel dimension. +PAI saves training costs compared to standard pruning met...
This paper targets at the task of MDE against the physical attack in a self-supervised manner. This paper proposes a reconstruction pipeline that pasting the projection of a 3D object onto two views and perturbate one of them, and then minimize the reconstruction error for the adversarial training. In this way, the gro...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper targets at the task of MDE against the physical attack in a self-supervised manner. This paper proposes a reconstruction pipeline that pasting the projection of a 3D object onto two views and perturbate one of them, and then minimize the reconstruction error for the adversarial training. In this way,...
This paper proposes a low-rank representation matrix to address the high-dimensional continuum-armed and high-dimensional contextual bandit problem motivated by assortment pricing problems. The idea is to use an interleaved two-phases algorithm where the first step is to learn a low-rank representation matrix to captur...
Recommendation: 5: marginally below the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper proposes a low-rank representation matrix to address the high-dimensional continuum-armed and high-dimensional contextual bandit problem motivated by assortment pricing problems. The idea is to use an interleaved two-phases algorithm where the first step is to learn a low-rank representation matrix t...
This work proposes IRIS, which uses a world model to train agents. The world model consists of a discrete autoencoder and an autoregressive Transformer. The discrete autoencoder $(E, D)$ consists of an encoder $E$, which converts an input image to tokens, and a decoder, which turns tokens back to an image. Given previ...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This work proposes IRIS, which uses a world model to train agents. The world model consists of a discrete autoencoder and an autoregressive Transformer. The discrete autoencoder $(E, D)$ consists of an encoder $E$, which converts an input image to tokens, and a decoder, which turns tokens back to an image. Giv...
The paper investigates the observation that, during the training of deep neural networks, lower layers ("shallower", closer to the input) converge faster towards their final value, compared to upper layers ("deeper", further away from the input). It quantifies that tendency on several architectures, on synthetic data a...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper investigates the observation that, during the training of deep neural networks, lower layers ("shallower", closer to the input) converge faster towards their final value, compared to upper layers ("deeper", further away from the input). It quantifies that tendency on several architectures, on syntheti...
This paper proposes a new family of activation functions called LAUs (Logmoid Activation Units). LAUs have two parameters α and β, and the authors comprehensively discuss the change of LAUs and their derivatives with different α and β. The authors also prove that Logmoid-1 (a special case of LAUs) makes Feed-forward ne...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper proposes a new family of activation functions called LAUs (Logmoid Activation Units). LAUs have two parameters α and β, and the authors comprehensively discuss the change of LAUs and their derivatives with different α and β. The authors also prove that Logmoid-1 (a special case of LAUs) makes Feed-fo...
The paper proposes ideas to combine integrated gradients and shapely values effectively. The problem according to the paper is that shapely values are too expensive to be computed directly. The paper wants to use the ideas from shapely values to find a proper baseline for integrated gradients. The paper proposes effec...
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 ideas to combine integrated gradients and shapely values effectively. The problem according to the paper is that shapely values are too expensive to be computed directly. The paper wants to use the ideas from shapely values to find a proper baseline for integrated gradients. The paper propos...
The authors address the very important topic of hyperparameter selection, by marrying scaling laws and the Bayesian optimization hyperparameter search --- under the assumption of learning curves taking a powelaw form. The central assumption in the paper is that training curves, and in particular validation error as f...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The authors address the very important topic of hyperparameter selection, by marrying scaling laws and the Bayesian optimization hyperparameter search --- under the assumption of learning curves taking a powelaw form. The central assumption in the paper is that training curves, and in particular validation er...
This paper introduces a method, called "Radical Mixed-Precision Inference Layout Scheme" to obtain a mixed-precision quantized model that has lower loss than the full-precision model. The paper provides mathematical justification on why deep neural networks are robust to quantization. Evaluation of CIFAR10 and several ...
Recommendation: 3: reject, not good enough
Area: General Machine Learning
Review: This paper introduces a method, called "Radical Mixed-Precision Inference Layout Scheme" to obtain a mixed-precision quantized model that has lower loss than the full-precision model. The paper provides mathematical justification on why deep neural networks are robust to quantization. Evaluation of CIFAR10 and ...
The paper brings compositionality into the Neural Process framework. It decomposes the input into multiple concepts, each represented by a latent vector. A Neural Process is learned for each concept to capture its law, so that the concept can be generated at query points given a few context points. The full pipeline is...
Recommendation: 6: marginally above the acceptance threshold
Area: Generative models
Review: The paper brings compositionality into the Neural Process framework. It decomposes the input into multiple concepts, each represented by a latent vector. A Neural Process is learned for each concept to capture its law, so that the concept can be generated at query points given a few context points. The full pip...
This paper studies the question of how to leverage expert demonstrations when explicit actions are not present in RL environments which have long timescales and sparse rewards, but for which there exists a notion of monotone increasing progress over time. The central idea of this paper is to use the (incomplete) expert...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper studies the question of how to leverage expert demonstrations when explicit actions are not present in RL environments which have long timescales and sparse rewards, but for which there exists a notion of monotone increasing progress over time. The central idea of this paper is to use the (incomplete...
The paper ran an empirical study on pretrained vision language models (VLMs) for medical image analysis. They study how to manually design effective medical prompts by using relevant attributes. Results suggest that well-designed prompts can significantly improve the domain transfer capability compared to the default c...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper ran an empirical study on pretrained vision language models (VLMs) for medical image analysis. They study how to manually design effective medical prompts by using relevant attributes. Results suggest that well-designed prompts can significantly improve the domain transfer capability compared to the d...
This paper introduces a function-consistent feature distillation method in the computer vision scenario. The motivation of the proposed method is based on the assumption that the widely used l2 loss between features does not take function-consistent into consideration, bearing the consequences that the student model ma...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper introduces a function-consistent feature distillation method in the computer vision scenario. The motivation of the proposed method is based on the assumption that the widely used l2 loss between features does not take function-consistent into consideration, bearing the consequences that the student ...
The paper presents an algorithm –AdaSubS– that can be trained and configured to solve deterministic search problems. The key idea is to consider multiple lookaheads that would be explored with lower-level policy. The ablation study confirms the effectiveness of the idea in challenging domains. # Strengths I'll be sho...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper presents an algorithm –AdaSubS– that can be trained and configured to solve deterministic search problems. The key idea is to consider multiple lookaheads that would be explored with lower-level policy. The ablation study confirms the effectiveness of the idea in challenging domains. # Strengths I'l...
This paper extends a local-based confidence detection method to the image OOD detection task. They further examine the proposed method with variant kinds of perturbations, i.e. blurring, noise, brightness, and rotation. The model is tested on Caltech-101, CUB-200, and StanfordCars. Strength: Extend the local-based co...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper extends a local-based confidence detection method to the image OOD detection task. They further examine the proposed method with variant kinds of perturbations, i.e. blurring, noise, brightness, and rotation. The model is tested on Caltech-101, CUB-200, and StanfordCars. Strength: Extend the local-...
This paper deal with training a NN with the nonuniform data distribution under the NTK regime. This paper assumes a data-dependent quadrature rule to build bound for non-uniform data. Strength: The link between the data-dependent quadrature rule and non-uniform data is super interesting. I also believe this is the rig...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper deal with training a NN with the nonuniform data distribution under the NTK regime. This paper assumes a data-dependent quadrature rule to build bound for non-uniform data. Strength: The link between the data-dependent quadrature rule and non-uniform data is super interesting. I also believe this is...
This paper is concerned with solving the symmetric generalized eigenvalue problem $Av = \lambda B v$ , which generalizes various other well known problems like PCS, CCA, ICA etc. A particular approach chosen is to consider a corresponding game between k players and the rewards are set such that the Nash equilibrium is ...
Recommendation: 8: accept, good paper
Area: General Machine Learning
Review: This paper is concerned with solving the symmetric generalized eigenvalue problem $Av = \lambda B v$ , which generalizes various other well known problems like PCS, CCA, ICA etc. A particular approach chosen is to consider a corresponding game between k players and the rewards are set such that the Nash equilib...
This paper presents a framework explaining how attention might be learned. First, the model would get the knowledge to translate individual words (KTIW) based on word co-occurences, which can be learned if the attention weights are uniform. KTIW then drives the learning of the attention mechanism. Strengths The experi...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper presents a framework explaining how attention might be learned. First, the model would get the knowledge to translate individual words (KTIW) based on word co-occurences, which can be learned if the attention weights are uniform. KTIW then drives the learning of the attention mechanism. Strengths Th...
This paper studies a problem in federated learning where local models are independently trained, but are aggregated to perform inference. This setting is a more practical setting than vertical federated learning (VFL) as it does not require expensive collaboration. To solve two challenges in this setting, feature misal...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: This paper studies a problem in federated learning where local models are independently trained, but are aggregated to perform inference. This setting is a more practical setting than vertical federated learning (VFL) as it does not require expensive collaboration. To solve two challenges in this setting, featu...
The paper presents a method to train multiple simultaneous activities on decentralized edge devices with budget constraints. Most prevailing approaches aim to do this by training tasks one at a time. However, the paper proposes a solution of splitting the tasks into groups and learning jointly. This enables sharing of ...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: The paper presents a method to train multiple simultaneous activities on decentralized edge devices with budget constraints. Most prevailing approaches aim to do this by training tasks one at a time. However, the paper proposes a solution of splitting the tasks into groups and learning jointly. This enables sha...
The paper proposes an Actor-Critic RL algorithm able to learn from an offline dataset, while addressing the problem of out-of-distribution actions. The core contribution of the paper is the identification of how nicely soft policies and Q-updates (based on the softmax over actions) are amenable to updates robust to out...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper proposes an Actor-Critic RL algorithm able to learn from an offline dataset, while addressing the problem of out-of-distribution actions. The core contribution of the paper is the identification of how nicely soft policies and Q-updates (based on the softmax over actions) are amenable to updates robus...
The main essence of the paper is to point out that existing methods for illustrating how adversarial attacks can affect autonomous driving illustrate the problem by mainly taking a component evaluation perspective rather than a complete end to end systems evaluation perspective. The paper illustrates, by integrating st...
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 main essence of the paper is to point out that existing methods for illustrating how adversarial attacks can affect autonomous driving illustrate the problem by mainly taking a component evaluation perspective rather than a complete end to end systems evaluation perspective. The paper illustrates, by integr...
This submission proposes a new algorithm called the STay-ON-the-Ridge (STON'R) for converging to the local minimax of constrained nonconvex-nonconcave games. The problem is reformulated in terms of variational inequalities. The key idea is to find a set of points on which one can define a directed graph with in- and ou...
Recommendation: 5: marginally below the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This submission proposes a new algorithm called the STay-ON-the-Ridge (STON'R) for converging to the local minimax of constrained nonconvex-nonconcave games. The problem is reformulated in terms of variational inequalities. The key idea is to find a set of points on which one can define a directed graph with in...
The paper introduces weight space rotation process into the few-shot class-incremental learning. Specifically, the proposed method can identify the important parameters and freeze them in the following sessions. Strengths: The paper is well-written. The motivation is clear and the method is technically correct. Wea...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper introduces weight space rotation process into the few-shot class-incremental learning. Specifically, the proposed method can identify the important parameters and freeze them in the following sessions. Strengths: The paper is well-written. The motivation is clear and the method is technically correc...
The backdoor attack has recently received increased attention from the community. The incompatibility property is proposed in this paper in terms of the interaction of clean and poisoned data with the training algorithm, specifically that including poisoned data in the training dataset does not improve model accuracy o...
Recommendation: 6: marginally above the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The backdoor attack has recently received increased attention from the community. The incompatibility property is proposed in this paper in terms of the interaction of clean and poisoned data with the training algorithm, specifically that including poisoned data in the training dataset does not improve model ac...
The authors address an interesting problem of the asymmetrically corrupted regression problem. They motivate the problem using several real-world examples. They propose a solution by modeling the target value as corrupted with asymmetric noise. To learn the regression function, they derive a loss function based on the...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: The authors address an interesting problem of the asymmetrically corrupted regression problem. They motivate the problem using several real-world examples. They propose a solution by modeling the target value as corrupted with asymmetric noise. To learn the regression function, they derive a loss function base...
This work aims to improve the state space models (SSMs), which achieve state-of-the-art performance on the LRA benchmark but perform worse on language modeling and large-scale language pre-training. The authors identified two problems related to the model design through two synthetic tasks. Based on the observation, th...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This work aims to improve the state space models (SSMs), which achieve state-of-the-art performance on the LRA benchmark but perform worse on language modeling and large-scale language pre-training. The authors identified two problems related to the model design through two synthetic tasks. Based on the observa...
The authors propose a novel method for zero-shot solution of image restoration problem formulated as linear inverse problems by modifying denoising diffusion models. In particular, they propose to only update the null space of the forward operator during the reverse process of the DDPM. Overall, the idea is novel, clea...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The authors propose a novel method for zero-shot solution of image restoration problem formulated as linear inverse problems by modifying denoising diffusion models. In particular, they propose to only update the null space of the forward operator during the reverse process of the DDPM. Overall, the idea is nov...
This paper provides an algorithm for learning the structure of a directed causal model from a combination of observational and interventional data, where interventions consist of setting one node to a specific value. UPDATE: The reviewers have answered my concerns, so I'm upping my score to 8. ---- The empirical res...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper provides an algorithm for learning the structure of a directed causal model from a combination of observational and interventional data, where interventions consist of setting one node to a specific value. UPDATE: The reviewers have answered my concerns, so I'm upping my score to 8. ---- The empir...
This paper studies the convergence of optimistic policy optimization algorithms in two-player zero-sum Markov Games. The main result of the paper is to show that the Optimistic-Follow-The-Regularized-Leader (OFTRL) algorithm achieves an $O(T^{-1})$ convergence rate to the Nash Equilibria of the game. This settles the o...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper studies the convergence of optimistic policy optimization algorithms in two-player zero-sum Markov Games. The main result of the paper is to show that the Optimistic-Follow-The-Regularized-Leader (OFTRL) algorithm achieves an $O(T^{-1})$ convergence rate to the Nash Equilibria of the game. This settl...
This paper studies whether generalized reweighing algorithms can improve out-of-distribution generalization. First, it defines "generalized reweighting", and then shows that generalized reweighting algorithms have the same implicit bias as ERM, meaning the model converges to the same parameters given the same initial ...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: This paper studies whether generalized reweighing algorithms can improve out-of-distribution generalization. First, it defines "generalized reweighting", and then shows that generalized reweighting algorithms have the same implicit bias as ERM, meaning the model converges to the same parameters given the same ...
This paper proposed a method for training diverse populations fo agents, using any RL algorithm, through a carefully constructed adaptive reward function. Strengths: * Reformulating the problem of promoting diversity through Fenchel duality is novel and interesting * Using this reformulation to recast the problem as a...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposed a method for training diverse populations fo agents, using any RL algorithm, through a carefully constructed adaptive reward function. Strengths: * Reformulating the problem of promoting diversity through Fenchel duality is novel and interesting * Using this reformulation to recast the prob...
Memorization is a key emerging privacy risk in recent large-scale language models, wherein models can remember and regurgitate verbatim samples from the training set. This paper proposes to alleviate this problem via "knowledge unlearning", which is essentially running stochastic gradient *ascent* on samples that have ...
Recommendation: 5: marginally below the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: Memorization is a key emerging privacy risk in recent large-scale language models, wherein models can remember and regurgitate verbatim samples from the training set. This paper proposes to alleviate this problem via "knowledge unlearning", which is essentially running stochastic gradient *ascent* on samples th...
This paper introduces a decoder architecture for time-series generation. The proposed model, namely the Time-Transformer, uses both a temporal convolutional network (TCN) and a Transformer to process information at different timescales. While the TCN focuses on learning local features, the Transformer block aims to cap...
Recommendation: 3: reject, not good enough
Area: Generative models
Review: This paper introduces a decoder architecture for time-series generation. The proposed model, namely the Time-Transformer, uses both a temporal convolutional network (TCN) and a Transformer to process information at different timescales. While the TCN focuses on learning local features, the Transformer block aim...
This paper proposes a space-efficient method for finetuning large LMs. The proposed method is a simple extension of the LoRA method: (1) instead of decomposing the update matrix into general A*B, the authors use SVD matrices, which allows reducing the matrix size rather partially than all or none. (2) They propose an i...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper proposes a space-efficient method for finetuning large LMs. The proposed method is a simple extension of the LoRA method: (1) instead of decomposing the update matrix into general A*B, the authors use SVD matrices, which allows reducing the matrix size rather partially than all or none. (2) They prop...
Learning with noisy labels is an important task in weakly supervised learning, which has received extensive attention in recent years. This paper aims to answer two questions: why robust loss functions can underfit and why loss functions deviating from theoretical robustness conditions can appear robust? Specifically, ...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: Learning with noisy labels is an important task in weakly supervised learning, which has received extensive attention in recent years. This paper aims to answer two questions: why robust loss functions can underfit and why loss functions deviating from theoretical robustness conditions can appear robust? Specif...
This paper studies how to leverage self-supervised learning features to improve the estimation of the transition matrix. The paper developed a framework for learning the instance-dependent transition matrix. The framework is composed of confident examples selecting stage using contrastive learning and constraint transi...
Recommendation: 5: marginally below the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper studies how to leverage self-supervised learning features to improve the estimation of the transition matrix. The paper developed a framework for learning the instance-dependent transition matrix. The framework is composed of confident examples selecting stage using contrastive learning and constrain...
The authors propose to use supervised PCA to tackle catastrophic forgetting in continual learning. They provide a theoretical analysis of the proposed method. They develop a label optimization scheme. They validate the method on four datasets and three scenarios (task incremental learning, domain incremental learning a...
Recommendation: 8: accept, good paper
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The authors propose to use supervised PCA to tackle catastrophic forgetting in continual learning. They provide a theoretical analysis of the proposed method. They develop a label optimization scheme. They validate the method on four datasets and three scenarios (task incremental learning, domain incremental le...
The paper analyses the phenomenon of grokking (discovering solutions that generalise well after the model has overfit the data) from the perspective of loss landscapes, specifically the disparity between the training and the generalisation landscapes. The authors show that grokking can be induced on standard ML benchma...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper analyses the phenomenon of grokking (discovering solutions that generalise well after the model has overfit the data) from the perspective of loss landscapes, specifically the disparity between the training and the generalisation landscapes. The authors show that grokking can be induced on standard ML...
This work conducts a systematic study of augmentations and their effect on text to 3D generation results with pure CLIP guidance. They compare different CLIP backbones for guidance as well as model ensembles for finer 3D object detail, and compare the regularization effects on geometry of explicit vs implicit voxel gri...
Recommendation: 5: marginally below the acceptance threshold
Area: Generative models
Review: This work conducts a systematic study of augmentations and their effect on text to 3D generation results with pure CLIP guidance. They compare different CLIP backbones for guidance as well as model ensembles for finer 3D object detail, and compare the regularization effects on geometry of explicit vs implicit v...
The authors propose a scalable generative-model-based unsupervised 3D object-centric learning framework, that can learn scenes of arbitrary numbers of objects from multi-view camera observations. A generative model is presented. Various experiments are performed on toy simulated dataset of a dozen basic 3D objects....
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The authors propose a scalable generative-model-based unsupervised 3D object-centric learning framework, that can learn scenes of arbitrary numbers of objects from multi-view camera observations. A generative model is presented. Various experiments are performed on toy simulated dataset of a dozen basic 3D ...
The authors consider the problem of learning the solution operator of PDEs with discontinuous solutions (such as hyperbolic conservation laws) from initial data/solution pairs with initial data draw from a given measure. The authors consider the DeepONet approach for operator representation that uses a sort-of finite s...
Recommendation: 8: accept, good paper
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The authors consider the problem of learning the solution operator of PDEs with discontinuous solutions (such as hyperbolic conservation laws) from initial data/solution pairs with initial data draw from a given measure. The authors consider the DeepONet approach for operator representation that uses a sort-of ...
This paper proposes an indoor scene generation algorithm that supports conditioning on a set of object attributes. By randomly permuting furniture objects at training time, the method is trained to be approximately invariant to object permutations. A transformer encoder is added to provide cross-attention over the comp...
Recommendation: 5: marginally below the acceptance threshold
Area: Generative models
Review: This paper proposes an indoor scene generation algorithm that supports conditioning on a set of object attributes. By randomly permuting furniture objects at training time, the method is trained to be approximately invariant to object permutations. A transformer encoder is added to provide cross-attention over ...
The authors proposed a supervised framework -- G-CENSOR, which utilizes an auxiliary model (i.e., CTM) to estimate the semantic importance of each edge in an ego-graph and transfer them into sampling probabilities to construct positive and negative views. Further, the model is optimized by minimizing three sub-losses: ...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: The authors proposed a supervised framework -- G-CENSOR, which utilizes an auxiliary model (i.e., CTM) to estimate the semantic importance of each edge in an ego-graph and transfer them into sampling probabilities to construct positive and negative views. Further, the model is optimized by minimizing three sub-...
The paper studies the subgraph matching problem to perform a subgraph isomorphism check between a query graph and a large target graph. The authors attempt to solve the solution and reward sparsity issues by designing an encoder-decoder neural network and look-ahead loss function based on reinforcement learning. Experi...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper studies the subgraph matching problem to perform a subgraph isomorphism check between a query graph and a large target graph. The authors attempt to solve the solution and reward sparsity issues by designing an encoder-decoder neural network and look-ahead loss function based on reinforcement learning...
This paper proposes planning with uncertainty, which incorporates epistemic uncertainty into planning trees for deep exploration in model-based RL. Built on top of the SOTA model-based RL algorithm MuZero, the proposed method has shown effectiveness of exploration with standard uncertainty estimation methods. **Streng...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes planning with uncertainty, which incorporates epistemic uncertainty into planning trees for deep exploration in model-based RL. Built on top of the SOTA model-based RL algorithm MuZero, the proposed method has shown effectiveness of exploration with standard uncertainty estimation methods. ...
This paper proposes a new method for resolving the gradient conflicts encountered in multi-task learning problems. Gradient conflict means when two gradients have a negative cosine similarity. The idea is based on [1] to project gradients of tasks to be orthogonal to all the other tasks if there is any gradient conflic...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes a new method for resolving the gradient conflicts encountered in multi-task learning problems. Gradient conflict means when two gradients have a negative cosine similarity. The idea is based on [1] to project gradients of tasks to be orthogonal to all the other tasks if there is any gradient...
This paper studies two infinite-width limits (kernel and feature learning limits) of fully-connected neural networks (MLPs) under adaptive gradient-based optimization. Both results generalize that of MLPs trained by a non-adaptive way. In addition, the authors modify a framework (called Tensor Program) that allows to e...
Recommendation: 5: marginally below the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper studies two infinite-width limits (kernel and feature learning limits) of fully-connected neural networks (MLPs) under adaptive gradient-based optimization. Both results generalize that of MLPs trained by a non-adaptive way. In addition, the authors modify a framework (called Tensor Program) that all...
Concept Bottleneck Model (CBM) has the advantage of interpretability. One of the issues that limits their use is insufficiency of high-level concepts, that is, available concepts (explicit concepts) do not encode sufficient information to predict class labels. Hence, the paper suggested to use additional concepts (impl...
Recommendation: 6: marginally above the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: Concept Bottleneck Model (CBM) has the advantage of interpretability. One of the issues that limits their use is insufficiency of high-level concepts, that is, available concepts (explicit concepts) do not encode sufficient information to predict class labels. Hence, the paper suggested to use additional concep...
The manuscript proposes a new method which learns essential representations in a pretraining phase, including both long-term and short-term dependency information, in a sequential decision making process using reinforcement learning. For this, authors have proposed a novel control-centric objective which contains three...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The manuscript proposes a new method which learns essential representations in a pretraining phase, including both long-term and short-term dependency information, in a sequential decision making process using reinforcement learning. For this, authors have proposed a novel control-centric objective which contai...
The paper proposes a gradient estimator for distributions over discrete variables, following in the tradition of the Gumbel-softmax estimator. In this paper, the proposed estimator is the zero-temperature limiting value of the Gumbel-Rao estimator. Interestingly, this is shown to be the same as an average of the DARN a...
Recommendation: 6: marginally above the acceptance threshold
Area: Generative models
Review: The paper proposes a gradient estimator for distributions over discrete variables, following in the tradition of the Gumbel-softmax estimator. In this paper, the proposed estimator is the zero-temperature limiting value of the Gumbel-Rao estimator. Interestingly, this is shown to be the same as an average of th...
The authors proposed a certification-aware attack on randomized smoothing defense. To compute the gradient through non-differentiable randomized smoothing defense, they replaced arg max layers with the Gumbel-Softmax layer. Additionally, using the certification certificate, the perturbation step size can be automatical...
Recommendation: 3: reject, not good enough
Area: General Machine Learning
Review: The authors proposed a certification-aware attack on randomized smoothing defense. To compute the gradient through non-differentiable randomized smoothing defense, they replaced arg max layers with the Gumbel-Softmax layer. Additionally, using the certification certificate, the perturbation step size can be aut...
This paper focuses on federated adversarial training, especially learning in a resource-constrained setting. To be specific, the high demand for memory capacity and computational power makes federated adversarial training infeasible in the resource-constrained setting. To overcome this issue, this paper proposes Federa...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper focuses on federated adversarial training, especially learning in a resource-constrained setting. To be specific, the high demand for memory capacity and computational power makes federated adversarial training infeasible in the resource-constrained setting. To overcome this issue, this paper propose...
In this paper, authors introduced an optimization-based adversarial attack to in-direct attack the forecasting performance. In addition, the authors proposed an protection approach to protect the model from the proposed attack. Strength 1. The paper touches on an interesting paper on time series forecasting 2. The expe...
Recommendation: 6: marginally above the acceptance threshold
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: In this paper, authors introduced an optimization-based adversarial attack to in-direct attack the forecasting performance. In addition, the authors proposed an protection approach to protect the model from the proposed attack. Strength 1. The paper touches on an interesting paper on time series forecasting 2. ...
The paper presents Value-implicit pretraining (VIP) which is a method to train representations from images for use in robotic reinforcement learning. The method uses contrastive learning to generate smooth representations of trajectories, where the start and goal states of trajectories are encouraged by the loss to be...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper presents Value-implicit pretraining (VIP) which is a method to train representations from images for use in robotic reinforcement learning. The method uses contrastive learning to generate smooth representations of trajectories, where the start and goal states of trajectories are encouraged by the lo...
The manuscript analyzes how convolutional neural networks (CNNs) process spatial information present in the images. The analysis builds on the observation in Petrini 2021 that performance of CNNs is correlated with their invariance towards diffeomorphisms, namely “smooth” transformations of the images, and anti-correl...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The manuscript analyzes how convolutional neural networks (CNNs) process spatial information present in the images. The analysis builds on the observation in Petrini 2021 that performance of CNNs is correlated with their invariance towards diffeomorphisms, namely “smooth” transformations of the images, and ant...
This paper studies the multimodal representation learning in the masked auto-encoder way. The work is motivated by the fact that many existing multimodal learning approaches require a large amount of paired text-image data. This work builds upon MAE, extending it to text modality as well. The proposed method can handle...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper studies the multimodal representation learning in the masked auto-encoder way. The work is motivated by the fact that many existing multimodal learning approaches require a large amount of paired text-image data. This work builds upon MAE, extending it to text modality as well. The proposed method ca...
This paper proposes using node features, graph structure, and node labels as three different views and maximizing their agreement. Therefore, the loss function has three terms and gets optimized with an alternating optimization method. **Strengths** - The paper is well-written and clear. - The method shows strong per...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper proposes using node features, graph structure, and node labels as three different views and maximizing their agreement. Therefore, the loss function has three terms and gets optimized with an alternating optimization method. **Strengths** - The paper is well-written and clear. - The method shows st...
This work formalizes the generalization benefits of model-based RL methods in the context of deterministic episodic MDPs who's transitions probability belong to a known hypothesis class. The authors then discuss the intuition gained from their theory in various illustrative environments and take a closer look at the ca...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This work formalizes the generalization benefits of model-based RL methods in the context of deterministic episodic MDPs who's transitions probability belong to a known hypothesis class. The authors then discuss the intuition gained from their theory in various illustrative environments and take a closer look a...