review
stringlengths
5
16.6k
score
stringclasses
5 values
area
stringclasses
12 values
text
stringlengths
31
5.65k
This paper studied the lower bound of minimizing PL functions. It provided an $\Omega((L/\mu)^{1-a})$ (arbitrary small $a>0$) lower bound for finding the optimal solution. It reveals a fundamental difference between PL functions and strongly convex minimization, also it shows that GD is already nearly optimal for solvi...
Recommendation: 5: marginally below the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper studied the lower bound of minimizing PL functions. It provided an $\Omega((L/\mu)^{1-a})$ (arbitrary small $a>0$) lower bound for finding the optimal solution. It reveals a fundamental difference between PL functions and strongly convex minimization, also it shows that GD is already nearly optimal f...
This paper introduces an SSL framework that is capable of learning different concepts in an image while the previous studies can only capture the dominant concepts. To this end, they proposed MC-SSL based on the components from SiT and DINO, i.e., Group Mask Model Learning (GMML) and Patch Concept Learning (PCL) based ...
Recommendation: 5: marginally below the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper introduces an SSL framework that is capable of learning different concepts in an image while the previous studies can only capture the dominant concepts. To this end, they proposed MC-SSL based on the components from SiT and DINO, i.e., Group Mask Model Learning (GMML) and Patch Concept Learning (PCL...
The authors present a novel algorithm for recursive neural network processing of sequence inputs. The algorithm combines easy-first parsing techniques with beam search in order to efficiently explore the space of possible latent tree structures during training and inference. They also present soft relaxations of the fr...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The authors present a novel algorithm for recursive neural network processing of sequence inputs. The algorithm combines easy-first parsing techniques with beam search in order to efficiently explore the space of possible latent tree structures during training and inference. They also present soft relaxations o...
The authors propose a modified version of the OAVI algorithm for computing the generators of the set of polynomials who has a given dataset as roots - called the ideal. They show theoretically that their proposed modified algorithm yields significant savings in computational complexity. They then use these ideals to so...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: The authors propose a modified version of the OAVI algorithm for computing the generators of the set of polynomials who has a given dataset as roots - called the ideal. They show theoretically that their proposed modified algorithm yields significant savings in computational complexity. They then use these idea...
The authors analyze the observation that reformulating regression as classification often yields better performance by better learning high-entropy feature representations. To retain the benefits of both high entropy and ordinality of feature learning, the authors propose an ordinal entropy loss to encourage higher-ent...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The authors analyze the observation that reformulating regression as classification often yields better performance by better learning high-entropy feature representations. To retain the benefits of both high entropy and ordinality of feature learning, the authors propose an ordinal entropy loss to encourage hi...
The paper proposes FedeRiCo, a decentralized federated learning framework that allows clients to collaborate much or little with other participating clients to enhance the performance of the federated learned models. FedeRiCo leverages an EM-style optimization procedure to solve the global model weights and clients' co...
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 FedeRiCo, a decentralized federated learning framework that allows clients to collaborate much or little with other participating clients to enhance the performance of the federated learned models. FedeRiCo leverages an EM-style optimization procedure to solve the global model weights and cli...
The authors deeply dived into CAUSAL REPRESENTATION LEARNING on temporal sequences of observations and argue that temporal sequences of observations may still contain instantaneous causal relations in practice. In order to model the causal structure of the temporal sequences of observations with INSTANTANEOUS AND TEM...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The authors deeply dived into CAUSAL REPRESENTATION LEARNING on temporal sequences of observations and argue that temporal sequences of observations may still contain instantaneous causal relations in practice. In order to model the causal structure of the temporal sequences of observations with INSTANTANEOUS...
The paper proposes a model that learns both features and segmentation without supervision. The method combines contrastive learning, a Markov random field model for the feature maps and segmentation. Learning utilizes two losses; position loss which optimizes the probability of the feature vector at each location relat...
Recommendation: 6: marginally above the acceptance threshold
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: The paper proposes a model that learns both features and segmentation without supervision. The method combines contrastive learning, a Markov random field model for the feature maps and segmentation. Learning utilizes two losses; position loss which optimizes the probability of the feature vector at each locati...
The authors propose a method (ELE) to incorporate information from expert (observation-only) demonstrations into an RL agent by first learning an estimate of "progress" and using this estimate as an intrinsic reward. Progress in this case is defined to be the temporal distance between two states. Results are first sho...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The authors propose a method (ELE) to incorporate information from expert (observation-only) demonstrations into an RL agent by first learning an estimate of "progress" and using this estimate as an intrinsic reward. Progress in this case is defined to be the temporal distance between two states. Results are f...
The paper suggests that datasets could be heterogeneous since the label generation process might vary systematically, which the paper calls 'label style'. Based on this factor, it further proposes to condition probabilistic segmentation models on label style and to train the models on datasets containing differing labe...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper suggests that datasets could be heterogeneous since the label generation process might vary systematically, which the paper calls 'label style'. Based on this factor, it further proposes to condition probabilistic segmentation models on label style and to train the models on datasets containing differ...
This paper proposes a method for more efficient video transformer networks based on linear attention. The main contribution is using a context-gating like mechanism to re-weight the features before attention. The approach is evaluated on kinetics and something-something datasets. The paper is well written, and the expe...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes a method for more efficient video transformer networks based on linear attention. The main contribution is using a context-gating like mechanism to re-weight the features before attention. The approach is evaluated on kinetics and something-something datasets. The paper is well written, and ...
The authors present an approach to utilize a convolutional neural network (CLEEGN) with limited novelty (there are so many such approaches on the market already) and super limited evaluation on a tiny EEG dataset. Due to little originality and minimal assessment, the paper is not suitable for the ICLR. The application ...
Recommendation: 3: reject, not good enough
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: The authors present an approach to utilize a convolutional neural network (CLEEGN) with limited novelty (there are so many such approaches on the market already) and super limited evaluation on a tiny EEG dataset. Due to little originality and minimal assessment, the paper is not suitable for the ICLR. The appl...
This paper describes the method for training the speech enhancements model using only real noisy speech (as opposed to the typical use of labeled clean and noisy speech). The paper describes the use of a Quality Predictor (Q) to guide the training of the speech enhancement model. The main contributions of the paper ar...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper describes the method for training the speech enhancements model using only real noisy speech (as opposed to the typical use of labeled clean and noisy speech). The paper describes the use of a Quality Predictor (Q) to guide the training of the speech enhancement model. The main contributions of the ...
This paper presents a learning algorithm for first price auction with budget constraint. The authors consider an artificial discounted scenario and measure the regret of a learning algorithm as the sum of the suboptimality gap. Their propose two algorithms: the first always observe the highest bid of the others while t...
Recommendation: 3: reject, not good enough
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper presents a learning algorithm for first price auction with budget constraint. The authors consider an artificial discounted scenario and measure the regret of a learning algorithm as the sum of the suboptimality gap. Their propose two algorithms: the first always observe the highest bid of the others...
This paper studies dimension-wise disentangled representations for downstream applications. Through extensive experiments, the authors conclude that disentanglement is not a necessity for achieving good performance in downstream tasks, and general-purpose representation learning methods could achieve better (or at leas...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper studies dimension-wise disentangled representations for downstream applications. Through extensive experiments, the authors conclude that disentanglement is not a necessity for achieving good performance in downstream tasks, and general-purpose representation learning methods could achieve better (or...
This paper aims to address two issues with prior work on the task of hierarchical time series forecasting (HSTF): (i) the assumption of rigid coherency (i.e. forecasts enforce the time-series values of datasets to satisfy the underlying hierarchical constraints strictly) and (ii) the lack of calibrated forecasts. To a...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper aims to address two issues with prior work on the task of hierarchical time series forecasting (HSTF): (i) the assumption of rigid coherency (i.e. forecasts enforce the time-series values of datasets to satisfy the underlying hierarchical constraints strictly) and (ii) the lack of calibrated forecast...
The work starts with using marginal likelihood as an alternative objective to validation metric for HPO, which has advantages in the small data region and potentially better generalization performance. It then talked about how to compute marginal likelihood and proposed an efficient method that only requires a single t...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The work starts with using marginal likelihood as an alternative objective to validation metric for HPO, which has advantages in the small data region and potentially better generalization performance. It then talked about how to compute marginal likelihood and proposed an efficient method that only requires a ...
The work examines the problem of continuous-time discrete diffusion models, and the paper mainly focuses on 1) extending the existing discrete-time discrete diffusion models to the continuous-time via stochastic jump processes, 2) extending the score function to generic categorical variables and deriving a score-matchi...
Recommendation: 6: marginally above the acceptance threshold
Area: Generative models
Review: The work examines the problem of continuous-time discrete diffusion models, and the paper mainly focuses on 1) extending the existing discrete-time discrete diffusion models to the continuous-time via stochastic jump processes, 2) extending the score function to generic categorical variables and deriving a scor...
The script studies the minimum width of neural networks to achieve universal approximation. Similar topics are also extensively studied in Park et al. 2022. The presentation needs to be improved. For instance, many terminologies such as C-UAP are not defined. 1. I doubt the significance of the script compared with the...
Recommendation: 3: reject, not good enough
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The script studies the minimum width of neural networks to achieve universal approximation. Similar topics are also extensively studied in Park et al. 2022. The presentation needs to be improved. For instance, many terminologies such as C-UAP are not defined. 1. I doubt the significance of the script compared ...
This paper presents an Ordered GNN for handling the heterophily problem, which attempts to improve the updating process in the message passing scheme. The paper studies an important problem, i.e., how to extend current GNNs to heterophilic graphs. This paper presents an Ordered GNN for handling the heterophily problem,...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper presents an Ordered GNN for handling the heterophily problem, which attempts to improve the updating process in the message passing scheme. The paper studies an important problem, i.e., how to extend current GNNs to heterophilic graphs. This paper presents an Ordered GNN for handling the heterophily ...
The authors studied the problem of amino-acid mutation prediction in protein by regarding this problem as solving a denoising problem with lightweight GNN. Several large-scale pre-trained models have previously been proposed and applied to this problem, such as ESM-1v and MSA transformer. The authors proposed a new lig...
Recommendation: 3: reject, not good enough
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The authors studied the problem of amino-acid mutation prediction in protein by regarding this problem as solving a denoising problem with lightweight GNN. Several large-scale pre-trained models have previously been proposed and applied to this problem, such as ESM-1v and MSA transformer. The authors proposed a...
The paper investigates the problem of auditing fairness automatically, online, and in a black-box manner. It proposes AVOIR to address this problem for multiple fairness metrics. It claims to optimize the previously used adaptive Hoeffding inequality to decrease the sample complexity. AVOIR also comes along a visualisa...
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 investigates the problem of auditing fairness automatically, online, and in a black-box manner. It proposes AVOIR to address this problem for multiple fairness metrics. It claims to optimize the previously used adaptive Hoeffding inequality to decrease the sample complexity. AVOIR also comes along a v...
Hi, I'm currently on a medical leave and won't be able to perform ICRL review duties. sorry for the late notice. Hi, I'm currently on a medical leave and won't be able to perform ICRL review duties. sorry for the late notice. Hi, I'm currently on a medical leave and won't be able to perform ICRL review duties. sorry fo...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: Hi, I'm currently on a medical leave and won't be able to perform ICRL review duties. sorry for the late notice. Hi, I'm currently on a medical leave and won't be able to perform ICRL review duties. sorry for the late notice. Hi, I'm currently on a medical leave and won't be able to perform ICRL review duties. ...
The paper addresses the learn optimal policy for data augmentation on image classification task. Learning the optimal augmentation policy, which is the latent variable, interesting research problem. The paper proposes a simple via EM-based method (call LatentAugment) to estimate the probability of optimal policy via c...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper addresses the learn optimal policy for data augmentation on image classification task. Learning the optimal augmentation policy, which is the latent variable, interesting research problem. The paper proposes a simple via EM-based method (call LatentAugment) to estimate the probability of optimal poli...
The paper proposes an offline imitation learning (IL) method supported by a word model. The world model is obtained by training on the transitions collected in a dataset, without any direct access to the actual environment. A intrinsic reward is also designed that measures the divergence between expert and agent in the...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper proposes an offline imitation learning (IL) method supported by a word model. The world model is obtained by training on the transitions collected in a dataset, without any direct access to the actual environment. A intrinsic reward is also designed that measures the divergence between expert and agen...
The paper presents a simple improvement to universal adversarial perturbations to make them robust to transformations. The paper motivates empirical experiments via theoretical observations. How does the ability to craft perturbations which are robust under transformations depend on the invariance properties of the vi...
Recommendation: 6: marginally above the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The paper presents a simple improvement to universal adversarial perturbations to make them robust to transformations. The paper motivates empirical experiments via theoretical observations. How does the ability to craft perturbations which are robust under transformations depend on the invariance properties o...
This paper introduces a very interesting view of deep latent space. The authors introduce a idea inspired by phisics, and propose a new model regularization method. The new regularization method promotes distance between data points based on they intra-sample properties learned from the task. The idea is validated on s...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper introduces a very interesting view of deep latent space. The authors introduce a idea inspired by phisics, and propose a new model regularization method. The new regularization method promotes distance between data points based on they intra-sample properties learned from the task. The idea is valida...
This paper aims to address one challenge in post-processing fairness mitigation algorithms: they require either distributional assumptions or access to infinite data examples. This paper presents a framework that takes in any score-based black-box classifier and outputs group-wise thresholds to correct for the fairness...
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 aims to address one challenge in post-processing fairness mitigation algorithms: they require either distributional assumptions or access to infinite data examples. This paper presents a framework that takes in any score-based black-box classifier and outputs group-wise thresholds to correct for the ...
This paper reformulates few shot learning about 3D parsing from analogy-driven prediction view. The authors design an Analogical Networks that are comprised of an encoder, retriever and modulator sub-modules. Experiment are performed on benchmark for 3D object segmentation. Strength: 1. All figures and tables are in ...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper reformulates few shot learning about 3D parsing from analogy-driven prediction view. The authors design an Analogical Networks that are comprised of an encoder, retriever and modulator sub-modules. Experiment are performed on benchmark for 3D object segmentation. Strength: 1. All figures and tables...
The paper proposes an autoencoder for data residing on a Riemannian manifold alongside a geometric regularize. The reconstruction trivially replaces Euclidean distances with geodesics ones, and the bulk of the paper is concerned with the regularization. I did not fully understand the regulerization scheme (details belo...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposes an autoencoder for data residing on a Riemannian manifold alongside a geometric regularize. The reconstruction trivially replaces Euclidean distances with geodesics ones, and the bulk of the paper is concerned with the regularization. I did not fully understand the regulerization scheme (deta...
This paper examines the properties of identity in bilinear models for knowledge encoding. To satisfy the properties, a modified bilinear model is proposed, in which the entity and relation embeddings are normalized. This form a unit ball. It is shown that the desired properties of unity can be met. In the experiments o...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper examines the properties of identity in bilinear models for knowledge encoding. To satisfy the properties, a modified bilinear model is proposed, in which the entity and relation embeddings are normalized. This form a unit ball. It is shown that the desired properties of unity can be met. In the exper...
The paper attempts to provide a theoretical analysis computation in predictive coding networks (PCNs), relating it to the more commonly used backpropagation-based (BP) training of feedforward artificial neural nets (ANNs). Strengths: Understanding the relation between PCN and usual ANN with BP is definitely a worthy g...
Recommendation: 3: reject, not good enough
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: The paper attempts to provide a theoretical analysis computation in predictive coding networks (PCNs), relating it to the more commonly used backpropagation-based (BP) training of feedforward artificial neural nets (ANNs). Strengths: Understanding the relation between PCN and usual ANN with BP is definitely a ...
The authors analyze ensembles in the context of selective prediction. The authors show that under loose assumptions, a selective classifier using the probability assigned to the predicted class to decide whether to abstain from predicting can be improved by ensembling $n$ copies of it (differing only in their random se...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The authors analyze ensembles in the context of selective prediction. The authors show that under loose assumptions, a selective classifier using the probability assigned to the predicted class to decide whether to abstain from predicting can be improved by ensembling $n$ copies of it (differing only in their r...
In this paper, the authors introduce a new library for benchmarking RL methods on NLP tasks, along with a modified version of PPO for on-policy optimization. Results demonstrate that the proposed NLPO algorithm outperforms the PPO baseline according to human assessment. Strength: • This paper builds a cross-task divers...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: In this paper, the authors introduce a new library for benchmarking RL methods on NLP tasks, along with a modified version of PPO for on-policy optimization. Results demonstrate that the proposed NLPO algorithm outperforms the PPO baseline according to human assessment. Strength: • This paper builds a cross-tas...
This paper proposed a new sparse SSL approach by exploring the correlation between in-training sparsity and SSL. This paper investigates the challenges of the sparsity-induced asymmetric SSL (a.k.a prune-and-regrow) and proposes synchronized contrastive pruning approach. The proposed approach is adaptive to various gra...
Recommendation: 3: reject, not good enough
Area: Unsupervised and Self-supervised learning
Review: This paper proposed a new sparse SSL approach by exploring the correlation between in-training sparsity and SSL. This paper investigates the challenges of the sparsity-induced asymmetric SSL (a.k.a prune-and-regrow) and proposes synchronized contrastive pruning approach. The proposed approach is adaptive to var...
A method for disentangled representation learning from sequential data is proposed. It is based on the eigendecomposition of an estimation of the Koopman operator of dynamics. The method is demonstrated with standard benchmark datasets. ### Strengths - The idea of using Koopman operator's spectrum for static/dynamic d...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: A method for disentangled representation learning from sequential data is proposed. It is based on the eigendecomposition of an estimation of the Koopman operator of dynamics. The method is demonstrated with standard benchmark datasets. ### Strengths - The idea of using Koopman operator's spectrum for static/d...
This paper studies interpretability for image classification. The authors propose a schema-based architecture (SchemaNet) based on vision transformers, which first extract features from pre-trained backbone and form a so-called ingredient relation graph (IR-Graph) with a feature to graph (Feat2Graph) module. The IR-Gra...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper studies interpretability for image classification. The authors propose a schema-based architecture (SchemaNet) based on vision transformers, which first extract features from pre-trained backbone and form a so-called ingredient relation graph (IR-Graph) with a feature to graph (Feat2Graph) module. Th...
The paper gives a theoretical analysis of a simple (three layer) vision transformer network. The analysis is focused on training a ViT on a simple distribution of images constructed from label-relevant and label-irrelevant patches. Namely, there is a dictionary of M patches, and each patch in the input image is a noisy...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The paper gives a theoretical analysis of a simple (three layer) vision transformer network. The analysis is focused on training a ViT on a simple distribution of images constructed from label-relevant and label-irrelevant patches. Namely, there is a dictionary of M patches, and each patch in the input image is...
This paper identifies causally interacting features of high dimensional temporal/spatial data by considering the sparsity of underlying causal mechanisms instead of link sparsity, which can select the critical corresponding features for downstream causal discovery. Theoretical studies are provided, and empirical evalua...
Recommendation: 8: accept, good paper
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper identifies causally interacting features of high dimensional temporal/spatial data by considering the sparsity of underlying causal mechanisms instead of link sparsity, which can select the critical corresponding features for downstream causal discovery. Theoretical studies are provided, and empirica...
This paper characterizes the identifiability of the label noise transition matrix for the generic case at the instance level based on Kruskal’s identifiability results. The main contribution is that it finds three separate independent and identically distributed (i.i.d.) noisy labels (random variables) are both necessa...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: This paper characterizes the identifiability of the label noise transition matrix for the generic case at the instance level based on Kruskal’s identifiability results. The main contribution is that it finds three separate independent and identically distributed (i.i.d.) noisy labels (random variables) are both...
The authors study the molecule representation problem from a novel aspect based on the surface Riemannian manifold. Specifically, the authors adopt the Shape-DNA techniques to obtain surface representation and propose the information aggregation for the surface. The authors further design the frameworks for molecular p...
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The authors study the molecule representation problem from a novel aspect based on the surface Riemannian manifold. Specifically, the authors adopt the Shape-DNA techniques to obtain surface representation and propose the information aggregation for the surface. The authors further design the frameworks for mol...
This paper studies the DP-SGD with a set of fine-tuning methods, which freeze some hidden layers in a neural network. The authors claim that their method can (under some strong assumptions) improve the utility under the same privacy budget, which is verified on small image datasets. Strength: The paper is clearly writt...
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 studies the DP-SGD with a set of fine-tuning methods, which freeze some hidden layers in a neural network. The authors claim that their method can (under some strong assumptions) improve the utility under the same privacy budget, which is verified on small image datasets. Strength: The paper is clear...
This paper proposes Temporal Change Sensitive Representation, a self-supervised representation algorithm that seeks to capture the temporal representation changes in RL. Experiments on different datasets suggest that the proposed algorithm does outperform benchmark SOTAs in the Atari100k environment. Strength: The pa...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes Temporal Change Sensitive Representation, a self-supervised representation algorithm that seeks to capture the temporal representation changes in RL. Experiments on different datasets suggest that the proposed algorithm does outperform benchmark SOTAs in the Atari100k environment. Strength:...
This paper proposes a new training paradigm for Neural ODEs by annealing a coupling term between the learnt system and the target system. This coupling allows for a more efficient training of the Neural ODE by simplifying the loss landscape. The authors then showcase their approach on synthetic data (Lorenz, LV and dou...
Recommendation: 3: reject, not good enough
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper proposes a new training paradigm for Neural ODEs by annealing a coupling term between the learnt system and the target system. This coupling allows for a more efficient training of the Neural ODE by simplifying the loss landscape. The authors then showcase their approach on synthetic data (Lorenz, LV...
The paper presents a video generation model that iteratively decodes patches in future frames. The paper also presents novel architectural components. The results are generally strong and the application of the method to a robotics task is convincing. Ablations are also strong. **Strengths** *S1.* Key tricks that are ...
Recommendation: 8: accept, good paper
Area: Generative models
Review: The paper presents a video generation model that iteratively decodes patches in future frames. The paper also presents novel architectural components. The results are generally strong and the application of the method to a robotics task is convincing. Ablations are also strong. **Strengths** *S1.* Key tricks t...
The paper proposed a new scheme for the continuous-time nonlinear state-space system identification based on overlapping short subsections rather than the whole length of time, with the help of a subspace encoder and state-derivative normalization. The paper proved that, both algorithmically and empirically, the propos...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper proposed a new scheme for the continuous-time nonlinear state-space system identification based on overlapping short subsections rather than the whole length of time, with the help of a subspace encoder and state-derivative normalization. The paper proved that, both algorithmically and empirically, th...
The paper studies the convergence rate of SVGD with a reweighted kernel. The main theoretical result is the local linear convergence rate to the target in the sense of KL divergence using the reweighted kernel. **Strength** - The idea of introducing a reweighted kernel is well-motivated. - The paper proves the conver...
Recommendation: 6: marginally above the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: The paper studies the convergence rate of SVGD with a reweighted kernel. The main theoretical result is the local linear convergence rate to the target in the sense of KL divergence using the reweighted kernel. **Strength** - The idea of introducing a reweighted kernel is well-motivated. - The paper proves th...
This paper proposes an unsupervised approach to learning disentangled latent factors within a VAE-like model. The core idea of the approach appears to be the swapping of a single value within the latent code between batch items during training; the decoded original latent and latent with the swapped value can then be c...
Recommendation: 3: reject, not good enough
Area: Unsupervised and Self-supervised learning
Review: This paper proposes an unsupervised approach to learning disentangled latent factors within a VAE-like model. The core idea of the approach appears to be the swapping of a single value within the latent code between batch items during training; the decoded original latent and latent with the swapped value can t...
The paper proposes a new Vision-language pre-training (VLP) paradigm that only utilizes image-caption data but achieves fine-grained region-level image understanding, eliminating the use of expensive box annotations. Existing end-to-end VLP methods use high-resolution image-text-box data to perform well on finegrained...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: The paper proposes a new Vision-language pre-training (VLP) paradigm that only utilizes image-caption data but achieves fine-grained region-level image understanding, eliminating the use of expensive box annotations. Existing end-to-end VLP methods use high-resolution image-text-box data to perform well on fin...
The authors considered the problem of imitation learning when the underlying causal structure of the environment is given. They provided a causal formulation of the problem of inverse RL (IRL) (equation (2)). They introduced the notion of minimal $\pi$-backdoor admissible scope and showed that the effect of such polici...
Recommendation: 6: marginally above the acceptance threshold
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: The authors considered the problem of imitation learning when the underlying causal structure of the environment is given. They provided a causal formulation of the problem of inverse RL (IRL) (equation (2)). They introduced the notion of minimal $\pi$-backdoor admissible scope and showed that the effect of suc...
This work improves the DA-Transformer with an N-gram based fuzzy alignment loss for non-autoregressive machine translation. Instead of enforcing strict monotonic alignment and NLL loss in the original DA-Transformer, the proposed method adopts a fuzzy loss similar to N-gram precision in the calculation of BLEU. With ev...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This work improves the DA-Transformer with an N-gram based fuzzy alignment loss for non-autoregressive machine translation. Instead of enforcing strict monotonic alignment and NLL loss in the original DA-Transformer, the proposed method adopts a fuzzy loss similar to N-gram precision in the calculation of BLEU....
This paper provides a new interpretations on why gradient explosion still can exist during the early training of normalized model. Their theoretical results can match the empirical observations to some extents. Based on their method, they propose a new optimization method, LALC, which can obtain good performance in bot...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper provides a new interpretations on why gradient explosion still can exist during the early training of normalized model. Their theoretical results can match the empirical observations to some extents. Based on their method, they propose a new optimization method, LALC, which can obtain good performanc...
The authors identify issues with neural likelihood-free methods for joint density estimation in hidden variable models and propose a "post-processing" technique using samples from the posterior of the parameters that can be generically applied to mitigate these issues. The proposed approach is of interest primarily in ...
Recommendation: 5: marginally below the acceptance threshold
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: The authors identify issues with neural likelihood-free methods for joint density estimation in hidden variable models and propose a "post-processing" technique using samples from the posterior of the parameters that can be generically applied to mitigate these issues. The proposed approach is of interest prima...
For small-scaled sequential data, transformers tend to overfit, while RNNs has better inductive bias that prevents the overfitting. However, RNN can't be trained in a parallel way like transformers. In this work, the authors find that a linear RNN has a simple form of masked linear aggregation, which can be formulated ...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: For small-scaled sequential data, transformers tend to overfit, while RNNs has better inductive bias that prevents the overfitting. However, RNN can't be trained in a parallel way like transformers. In this work, the authors find that a linear RNN has a simple form of masked linear aggregation, which can be for...
The paper proposes to store the random noises along the generative trajectory of diffusion probabilistic model as a latent code, and use this latent code for image-to-image translation. Strength: (1) The paper provides a clear summary for previous works. (2) The paper is easy to digest. Weaknesses: (1) Limited Novelt...
Recommendation: 3: reject, not good enough
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper proposes to store the random noises along the generative trajectory of diffusion probabilistic model as a latent code, and use this latent code for image-to-image translation. Strength: (1) The paper provides a clear summary for previous works. (2) The paper is easy to digest. Weaknesses: (1) Limite...
This paper identifies an incompatibility property of the interaction of clean and poisoned data, i.e., involving poisoned data does not improve model performance on clean data and vice versa. The authors then leverage this property to develop a detection algorithm for finding the clean samples among the poisoned datase...
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 identifies an incompatibility property of the interaction of clean and poisoned data, i.e., involving poisoned data does not improve model performance on clean data and vice versa. The authors then leverage this property to develop a detection algorithm for finding the clean samples among the poisone...
This paper is about speeding up the GNN training with a new way for sampling which combines layer and neighbor sampling methods. Strength: The paper is about how to perform sampling GNN training. The sampling method proposed seems a reasonable way to combine the layer and neighbor sampling methods. Weakness: 1: The ...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper is about speeding up the GNN training with a new way for sampling which combines layer and neighbor sampling methods. Strength: The paper is about how to perform sampling GNN training. The sampling method proposed seems a reasonable way to combine the layer and neighbor sampling methods. Weakness: ...
This work introduce a soundcount method. Their method is about how to conunt the number of distinct sound event. I am not a person in acoustic data. Everything in this area is interesting to me. My comments for this work are listed as follows: 1. Can the author better claify the correlation bettwen this work and blind...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This work introduce a soundcount method. Their method is about how to conunt the number of distinct sound event. I am not a person in acoustic data. Everything in this area is interesting to me. My comments for this work are listed as follows: 1. Can the author better claify the correlation bettwen this work a...
This paper quantifies a notion of diversity for deep ensembles that facilitates efficient estimation. The authors show that it is sufficient to enforce conditional independence on the output distributions of the classifiers. This leads to their main contribution concerning the regularizing metric: conditional mutual in...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper quantifies a notion of diversity for deep ensembles that facilitates efficient estimation. The authors show that it is sufficient to enforce conditional independence on the output distributions of the classifiers. This leads to their main contribution concerning the regularizing metric: conditional m...
This work extends the attention flow method proposed in Abnar and Zuidema 2020 to encoder-decoder and decoder-only transformers. The major contribution is based on the observation that later predicted words have more incoming edges than earlier words, such that to ensure positional independence, this work proposes a me...
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 extends the attention flow method proposed in Abnar and Zuidema 2020 to encoder-decoder and decoder-only transformers. The major contribution is based on the observation that later predicted words have more incoming edges than earlier words, such that to ensure positional independence, this work propo...
This paper aims at addressing two issues with the triplet loss: 1) needs to set a global violation margin, and 2) slow convergence during training. The paper proposes a "Concordance-Induced Triplet" (CIT) loss, which consists of two parts, one can be considered an exponential form of the conventional triplet loss with ...
Recommendation: 3: reject, not good enough
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper aims at addressing two issues with the triplet loss: 1) needs to set a global violation margin, and 2) slow convergence during training. The paper proposes a "Concordance-Induced Triplet" (CIT) loss, which consists of two parts, one can be considered an exponential form of the conventional triplet lo...
Adversarial attack on discrete (categorical) input is a challenging problem. This paper proposes PCAA, which converts the problem to a continuous optimization problem and solves it with gradient descent. It further shows that using PCAA for adversarial training (PAdvT) can improve the model robustness. Strength: - Th...
Recommendation: 5: marginally below the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: Adversarial attack on discrete (categorical) input is a challenging problem. This paper proposes PCAA, which converts the problem to a continuous optimization problem and solves it with gradient descent. It further shows that using PCAA for adversarial training (PAdvT) can improve the model robustness. Strengt...
This paper focuses on the compositional generalization of visual abstract reasoning, i.e., the ability to compose learned concepts in novel ways for new situations. The authors propose an imagination-based learning framework applied on object-centric representations. By training on the imagined tasks, the model...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper focuses on the compositional generalization of visual abstract reasoning, i.e., the ability to compose learned concepts in novel ways for new situations. The authors propose an imagination-based learning framework applied on object-centric representations. By training on the imagined tasks, t...
Attention computation of Transformers scales quadratically (n^2) with the input sequence length (n), making it a key bottleneck in scaling Transformers to long inputs. Targeting at such limitation, this paper proposes a new architecture called TREEFORMER to use decision trees to efficiently compute attention by only re...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: Attention computation of Transformers scales quadratically (n^2) with the input sequence length (n), making it a key bottleneck in scaling Transformers to long inputs. Targeting at such limitation, this paper proposes a new architecture called TREEFORMER to use decision trees to efficiently compute attention by...
This paper compares a variety of active learning algorithms on 69 tabular datasets using a multilayer perceptron model (with and without unlabeled pretraining). The results show that margin-based (i.e. best versus second best) uncertainty sampling performs the best. Strengths: - This paper empirically analyzes active ...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper compares a variety of active learning algorithms on 69 tabular datasets using a multilayer perceptron model (with and without unlabeled pretraining). The results show that margin-based (i.e. best versus second best) uncertainty sampling performs the best. Strengths: - This paper empirically analyzes...
This paper studies the properties of grokking from the loss landscapes. The phenomenon of "LU" mechanism of the training and test loss is adopted to understand grokking from its dependence on data size, weight decay, and representations. In particular, the experiment tailor-designed to reveal the connection between gro...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper studies the properties of grokking from the loss landscapes. The phenomenon of "LU" mechanism of the training and test loss is adopted to understand grokking from its dependence on data size, weight decay, and representations. In particular, the experiment tailor-designed to reveal the connection bet...
This paper presents an study on the effect of multi-tasks pretraining in the context of Atari 2600 with deep reinforcement learning agents. It does so by pretraining in multiple variants of 4 games and testing in unseen variants of the game for zero-shot generalization and fine-tuning -for 200 million frames- to see i...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper presents an study on the effect of multi-tasks pretraining in the context of Atari 2600 with deep reinforcement learning agents. It does so by pretraining in multiple variants of 4 games and testing in unseen variants of the game for zero-shot generalization and fine-tuning -for 200 million frames- ...
This paper proposes to remove structured noise from noised images using a diffusion model that describes the joint distribution of the clean data samples and the structured noise. Using an additional score model for the noise, an approximate score for the joint distribution (for all time $t$) is derived. Experimental r...
Recommendation: 3: reject, not good enough
Area: Generative models
Review: This paper proposes to remove structured noise from noised images using a diffusion model that describes the joint distribution of the clean data samples and the structured noise. Using an additional score model for the noise, an approximate score for the joint distribution (for all time $t$) is derived. Experi...
This paper points out problems with traditional metrics for evaluating conditional natural language generation, and proposes a novel paradigm for multi-candidate evaluation, as they are not appropriate for domains such as visual description or summarization where are semantically diverse. In this work, authors introduc...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper points out problems with traditional metrics for evaluating conditional natural language generation, and proposes a novel paradigm for multi-candidate evaluation, as they are not appropriate for domains such as visual description or summarization where are semantically diverse. In this work, authors ...
This paper introduces a machine learning tool ModelAngelo for automated model building in cryo-EM maps. The tool consists of a sequence of three components, including an improved Residual network for residue segmentation, a GNN-based framework for refining and an HMM for the final-mapping. These components are separate...
Recommendation: 8: accept, good paper
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper introduces a machine learning tool ModelAngelo for automated model building in cryo-EM maps. The tool consists of a sequence of three components, including an improved Residual network for residue segmentation, a GNN-based framework for refining and an HMM for the final-mapping. These components are ...
The author proposes a way to combine topic space, hyperbolic space, and Euclidean space in an end-to-end manner with learning semantic and complex relationships across modalities. ## Strength - Considering hyperbolic space for multi-modal search is a novel attempt given that there is a hypernym, and an entailment rel...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The author proposes a way to combine topic space, hyperbolic space, and Euclidean space in an end-to-end manner with learning semantic and complex relationships across modalities. ## Strength - Considering hyperbolic space for multi-modal search is a novel attempt given that there is a hypernym, and an entail...
This paper proposes to model the influence of the concentration of magnesium ions on the $Mg^{2+}$-gated NMDA (a neurotransmitter) receptors nonlinear dynamics - involved in several functions, especially place cells representations, which are considered important for spatial navigation. The NMDAR nonlinearity is model...
Recommendation: 6: marginally above the acceptance threshold
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: This paper proposes to model the influence of the concentration of magnesium ions on the $Mg^{2+}$-gated NMDA (a neurotransmitter) receptors nonlinear dynamics - involved in several functions, especially place cells representations, which are considered important for spatial navigation. The NMDAR nonlinearity ...
The paper proposes a training strategy for GNN, TuneUp, that applies curriculum learning with node synthesis and label generation. It is evaluated on multiple modalities and outperforms multiple data augmentation baselines. ### Strengths 1. The paper introduces a training strategy, TuneUp, that organically combines mul...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: The paper proposes a training strategy for GNN, TuneUp, that applies curriculum learning with node synthesis and label generation. It is evaluated on multiple modalities and outperforms multiple data augmentation baselines. ### Strengths 1. The paper introduces a training strategy, TuneUp, that organically comb...
The paper appears to show that deterministic policies may cause exploding gradient when used with adversarial imitation learning (AIL), despite their improved sample efficiency. At the same time, the paper appears to show that stochastic policies do not suffer from exploding gradients. This led to the conclusion that d...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper appears to show that deterministic policies may cause exploding gradient when used with adversarial imitation learning (AIL), despite their improved sample efficiency. At the same time, the paper appears to show that stochastic policies do not suffer from exploding gradients. This led to the conclusio...
his paper addresses the lack of theoretical analysis on why distributional RL works so well and approaches it from the framework of risk-sensitive entropy regularization. It introduces an entropy term in the distributional bellman update which is different from that of conventional MaxEnt frameworks, as it is an entrop...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: his paper addresses the lack of theoretical analysis on why distributional RL works so well and approaches it from the framework of risk-sensitive entropy regularization. It introduces an entropy term in the distributional bellman update which is different from that of conventional MaxEnt frameworks, as it is a...
The paper proposes a denoising approach for speech enhancement for use in downstream tasks such as automatic speech recognition (ASR). They augment the typical end-to-end training with an auxiliary loss function that also seeks to minimize distortion with the notion of ASR-independent generalization. The results have b...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper proposes a denoising approach for speech enhancement for use in downstream tasks such as automatic speech recognition (ASR). They augment the typical end-to-end training with an auxiliary loss function that also seeks to minimize distortion with the notion of ASR-independent generalization. The result...
This paper proposes a self-distillation approach to transferring a pre-trained model to a new task. The method first applies further pre-training to arrive at a set of teacher weights that is then used to guide the subsequent student training starting from original pre-trained weights. The authors show self-distillat...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper proposes a self-distillation approach to transferring a pre-trained model to a new task. The method first applies further pre-training to arrive at a set of teacher weights that is then used to guide the subsequent student training starting from original pre-trained weights. The authors show self-d...
This paper proposes an extension of Generative Flow Networks (GEFlowNets). The main idea is to incorporate intermediate rewards as well as terminal rewards into the objective, which was missing in GEFlowNets. The paper proposes to combine two variants: edge-based augmentation and state-based augmentation and shows that...
Recommendation: 6: marginally above the acceptance threshold
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: This paper proposes an extension of Generative Flow Networks (GEFlowNets). The main idea is to incorporate intermediate rewards as well as terminal rewards into the objective, which was missing in GEFlowNets. The paper proposes to combine two variants: edge-based augmentation and state-based augmentation and sh...
This paper proposes an end-to-end part-based deep object parsing model for fine-grained few-shot classification. It learns a compact dictionary of salient part templates and performs multi-scale template matching during testing. Different from traditional part-based works, this paper uses feature map reconstruction as ...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes an end-to-end part-based deep object parsing model for fine-grained few-shot classification. It learns a compact dictionary of salient part templates and performs multi-scale template matching during testing. Different from traditional part-based works, this paper uses feature map reconstruc...
The paper makes a solid contribution toward unsupervised multi-object segmentation in images. The COMUS method leverages unsupervised saliency detectors to initially estimate object proposal masks (for accurate object localization). It then uses self-supervised feature representation networks for feature extraction fro...
Recommendation: 8: accept, good paper
Area: Unsupervised and Self-supervised learning
Review: The paper makes a solid contribution toward unsupervised multi-object segmentation in images. The COMUS method leverages unsupervised saliency detectors to initially estimate object proposal masks (for accurate object localization). It then uses self-supervised feature representation networks for feature extrac...
This paper studies the following problem: Given a labeled dataset, a parameter $K$, and $K$ model architectures, we want to partition the data into $K$ partitions and also learn all the parameters for each model corresponding to the partitions. To help understand the problem and compare their approach, I will discuss a...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: This paper studies the following problem: Given a labeled dataset, a parameter $K$, and $K$ model architectures, we want to partition the data into $K$ partitions and also learn all the parameters for each model corresponding to the partitions. To help understand the problem and compare their approach, I will d...
This submission introduces a local sparsification scheme in the federated learning setting to reduce the data transmission burden. The scheme starts with sampling certain ratio of coordinates with largest magnitude, before adding in some randomly selected coordinates to meet the pre-designated sampling budget. The aut...
Recommendation: 3: reject, not good enough
Area: Optimization (eg, convex and non-convex optimization)
Review: This submission introduces a local sparsification scheme in the federated learning setting to reduce the data transmission burden. The scheme starts with sampling certain ratio of coordinates with largest magnitude, before adding in some randomly selected coordinates to meet the pre-designated sampling budget. ...
This paper is about improving Koopman autoencoder models in two ways: (1) a better initialization of the Koopman matrix by directly changing the eigenvalues, and (2) penalizing the eigenvalues of the Koopman matrix during training. These changes are tested on 4 datasets (some synthetic & some real-world), showing impro...
Recommendation: 3: reject, not good enough
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper is about improving Koopman autoencoder models in two ways: (1) a better initialization of the Koopman matrix by directly changing the eigenvalues, and (2) penalizing the eigenvalues of the Koopman matrix during training. These changes are tested on 4 datasets (some synthetic & some real-world), showi...
The paper presents Meta OT, a method for initializing optimal transport problems based on prior solutions that applies in contexts in which the problems share structure. Meta OT is described for discrete and continuous problems. Extensive experiments quantify improvements in speed of convergence on problems including M...
Recommendation: 5: marginally below the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: The paper presents Meta OT, a method for initializing optimal transport problems based on prior solutions that applies in contexts in which the problems share structure. Meta OT is described for discrete and continuous problems. Extensive experiments quantify improvements in speed of convergence on problems inc...
This paper provides an extension of the EPOET algorithm for co-evolving a population of RL (PPO) agents with a population of task configurations, such that the topology of agents can also be co-adapted throughout training. Specifically, this work introduces Augmentative Topology EPOET (ATEP), which uses NEAT instead of...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper provides an extension of the EPOET algorithm for co-evolving a population of RL (PPO) agents with a population of task configurations, such that the topology of agents can also be co-adapted throughout training. Specifically, this work introduces Augmentative Topology EPOET (ATEP), which uses NEAT in...
This paper addresses Zero-Shot Learning problems by localisation and GAT based attribute enhancement. The method is evaluated on the three datasets and did not achieve state-of-the-art results. The paper is well-presented and well-designed. - Localisation, GAT are not new to ZSL. No clear motivation or novel insights f...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper addresses Zero-Shot Learning problems by localisation and GAT based attribute enhancement. The method is evaluated on the three datasets and did not achieve state-of-the-art results. The paper is well-presented and well-designed. - Localisation, GAT are not new to ZSL. No clear motivation or novel in...
The paper proposes an approximation of the multivariate non-central hypergeometric distribution in which, first the multivariate distribution is expressed through the product rule as a product of conditional distributions, each of which can be treated as a univariate non-central hypergeometric distribution by grouping ...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper proposes an approximation of the multivariate non-central hypergeometric distribution in which, first the multivariate distribution is expressed through the product rule as a product of conditional distributions, each of which can be treated as a univariate non-central hypergeometric distribution by g...
The paper addresses the problem of estimating the causal effect of an attribute of a text on some outcome variable under a setting where overlap is violated, i.e., the treatment variable is fully determined by the text features. Under the assumption that the problem satisfies the constraints of a given causal model (Fi...
Recommendation: 6: marginally above the acceptance threshold
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: The paper addresses the problem of estimating the causal effect of an attribute of a text on some outcome variable under a setting where overlap is violated, i.e., the treatment variable is fully determined by the text features. Under the assumption that the problem satisfies the constraints of a given causal m...
- the paper proposes a simple idea for robustness to label noise. The idea is to increase the variance of the loss function across training samples. A high variance could generally make sense since ideally the loss remains high for noisy-labelled samples during training while on the other hand the loss for correctly-la...
Recommendation: 5: marginally below the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: - the paper proposes a simple idea for robustness to label noise. The idea is to increase the variance of the loss function across training samples. A high variance could generally make sense since ideally the loss remains high for noisy-labelled samples during training while on the other hand the loss for corr...
In this paper, a message passing GNN is proposed by incorporating an anisotropic state based on Cartesian multiples to address long-range and directional interactions in chemical systems. The proposed model is evaluated on two model systems and two existing datasets for quantum mechanics/molecular mechanics (QM/MM) sys...
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: In this paper, a message passing GNN is proposed by incorporating an anisotropic state based on Cartesian multiples to address long-range and directional interactions in chemical systems. The proposed model is evaluated on two model systems and two existing datasets for quantum mechanics/molecular mechanics (QM...
This paper introduces a dataset of Tabular Math Word Problems (TabMWP), consisting of Math word problems with associated tabular data. Additionally, the authors introduce a policy gradient approach (PromptPG) for selecting in-context examples as prompts for a GPT-3 few-shot language model in generating answers to the ...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper introduces a dataset of Tabular Math Word Problems (TabMWP), consisting of Math word problems with associated tabular data. Additionally, the authors introduce a policy gradient approach (PromptPG) for selecting in-context examples as prompts for a GPT-3 few-shot language model in generating answers...
In this paper, the authors propose a simple method to combine masked image modeling (MIM) and contrastive learning (CL) into a joint image pretraining framework. Specifically, MIM and CL are applied to the intermediate block and the end block respectively during training. Two steps are conducted: MIM is applied first a...
Recommendation: 5: marginally below the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: In this paper, the authors propose a simple method to combine masked image modeling (MIM) and contrastive learning (CL) into a joint image pretraining framework. Specifically, MIM and CL are applied to the intermediate block and the end block respectively during training. Two steps are conducted: MIM is applied...
The paper proposes a number of modifications to the standard Multi-Layered Perceptron (MLP) to avoid catastrophic forgetting in continuous learning tasks. The proposed modifications are motivated as biologically plausible and include the use of sparse distributed memory, a Top-K activation function, no bias terms, and ...
Recommendation: 8: accept, good paper
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: The paper proposes a number of modifications to the standard Multi-Layered Perceptron (MLP) to avoid catastrophic forgetting in continuous learning tasks. The proposed modifications are motivated as biologically plausible and include the use of sparse distributed memory, a Top-K activation function, no bias ter...
The paper proposes an internal validation metric for model selection in clustering based on the average difference in differential entropy between each cluster and the cluster means when each cluster is treated as having a Gaussian distribution, as is the collection of cluster means. Some experiments are included to s...
Recommendation: 3: reject, not good enough
Area: Unsupervised and Self-supervised learning
Review: The paper proposes an internal validation metric for model selection in clustering based on the average difference in differential entropy between each cluster and the cluster means when each cluster is treated as having a Gaussian distribution, as is the collection of cluster means. Some experiments are inclu...
This paper evaluates the performance differences among accents in asr systems such as amazon, google and microsoft’s asr systems. The systems have biased word error rates when evaluated by a large and global dataset of speech from the speech accent archive. This is more like an investigation report, instead of a reach...
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 evaluates the performance differences among accents in asr systems such as amazon, google and microsoft’s asr systems. The systems have biased word error rates when evaluated by a large and global dataset of speech from the speech accent archive. This is more like an investigation report, instead of...
This paper presents a Question-Answering inspired Intent Detection System (QAID). The paper treats the intent identification task as a Question-Answering retrieval task by treating the utterances and the intent names as queries and answers respectively. QAID adapts ColBERT architecture from prior work and replaces the ...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper presents a Question-Answering inspired Intent Detection System (QAID). The paper treats the intent identification task as a Question-Answering retrieval task by treating the utterances and the intent names as queries and answers respectively. QAID adapts ColBERT architecture from prior work and repla...
The paper proposes an adaptive stochastic gradient method, which scales element-wise step sizes inversely proportional to the update magnitude in the previous step. A regret bound is provided and the method is evaluated on a number of neural network training tasks. ### Strenghts 1) The paper follows a clear structure ...
Recommendation: 1: strong reject
Area: Deep Learning and representational learning
Review: The paper proposes an adaptive stochastic gradient method, which scales element-wise step sizes inversely proportional to the update magnitude in the previous step. A regret bound is provided and the method is evaluated on a number of neural network training tasks. ### Strenghts 1) The paper follows a clear st...
The authors present an interesting training dynamics perspective on the role of nonlinearity in contrastive learning, specifically geared towards self-supervised learning. To this end, they leverage the $\alpha$-CL loss formulation and study the training dynamics for a single layer and 2-layer MLP. Firstly, the authors...
Recommendation: 8: accept, good paper
Area: Unsupervised and Self-supervised learning
Review: The authors present an interesting training dynamics perspective on the role of nonlinearity in contrastive learning, specifically geared towards self-supervised learning. To this end, they leverage the $\alpha$-CL loss formulation and study the training dynamics for a single layer and 2-layer MLP. Firstly, the...
The paper proposes an LM pipeline that first generate free-text rationales and use the generated rationales to fine-tune a reasoning module such that it makes the prediction that relies on the rationale as much as possible. A regularization scheme is proposed to mitigate issue where rationales might be ignored. The me...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper proposes an LM pipeline that first generate free-text rationales and use the generated rationales to fine-tune a reasoning module such that it makes the prediction that relies on the rationale as much as possible. A regularization scheme is proposed to mitigate issue where rationales might be ignored....
The paper proposes a training approach that optimizes the adversarial robustness of a neural network without hurting prediction accuracy. The proposed methodology has two key components. First a network is trained to maximize robust accuracy (number of examples where the input is correctly classified and this predicti...
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 paper proposes a training approach that optimizes the adversarial robustness of a neural network without hurting prediction accuracy. The proposed methodology has two key components. First a network is trained to maximize robust accuracy (number of examples where the input is correctly classified and this ...