review
stringlengths
5
16.6k
score
stringclasses
5 values
area
stringclasses
12 values
text
stringlengths
31
5.65k
This paper deals with multi-modal joint training methods on deep neural networks. Related to this topic, several works have reported that the best uni-modal networks outperform the multi-modal networks even though the multi-modal networks receive more information. This work is focused on this topic, and the main contri...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper deals with multi-modal joint training methods on deep neural networks. Related to this topic, several works have reported that the best uni-modal networks outperform the multi-modal networks even though the multi-modal networks receive more information. This work is focused on this topic, and the mai...
The paper proposes an analysis of a solution for achieving compositional generalization on the grounded SCAN dataset, in particular on its compositional split "H", i.e. the novel adverb-verb combination setting. The model is required to generalize to creating commands for instructions such as `pull X while spinning`, b...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper proposes an analysis of a solution for achieving compositional generalization on the grounded SCAN dataset, in particular on its compositional split "H", i.e. the novel adverb-verb combination setting. The model is required to generalize to creating commands for instructions such as `pull X while spin...
This paper studied an interesting problem where the time series forecasting model may fail to benefit from the extra information in a multivariate setting. Strengths 1. A novel problem is studied 2. The experiment design is comprehensive Weaknesses: 1. Some model settings issues are not clearly explained in the paper...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper studied an interesting problem where the time series forecasting model may fail to benefit from the extra information in a multivariate setting. Strengths 1. A novel problem is studied 2. The experiment design is comprehensive Weaknesses: 1. Some model settings issues are not clearly explained in t...
The paper proposes a method for prompt learning in vision and language models that aims at producing a variety of templates that can be used by the text encoder to provide better classification weights in a few-shot scenario. In particular, the paper observes that learning a single prompt is not sufficient to represe...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper proposes a method for prompt learning in vision and language models that aims at producing a variety of templates that can be used by the text encoder to provide better classification weights in a few-shot scenario. In particular, the paper observes that learning a single prompt is not sufficient to...
The paper proposes a neural vocoder based on improved GAN architecture and the use of a bigger training dataset. The system aims at a "universal" vocoding function that works on various unseen categories of signals, including different acoustic signatures and languages. The main claims are the proposed GAN-based appro...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper proposes a neural vocoder based on improved GAN architecture and the use of a bigger training dataset. The system aims at a "universal" vocoding function that works on various unseen categories of signals, including different acoustic signatures and languages. The main claims are the proposed GAN-bas...
This paper proposes an approach for topology-preserving representation learning (dimensionality reduction). The topological similarity between data points in original and latent spaces was obtained by minimizing the Representation Topology Divergence (RTD) between original data and latent representations. They demonstr...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper proposes an approach for topology-preserving representation learning (dimensionality reduction). The topological similarity between data points in original and latent spaces was obtained by minimizing the Representation Topology Divergence (RTD) between original data and latent representations. They ...
The paper proposes Make-A-Video, an approach for generating short video clips conditioned on a given open domain text. The model does not need any text-video pairs and instead relies on learning dynamics from unlabeled videos and applying them to existing text to image systems. The approach also applies multiple levels...
Recommendation: 6: marginally above the acceptance threshold
Area: Generative models
Review: The paper proposes Make-A-Video, an approach for generating short video clips conditioned on a given open domain text. The model does not need any text-video pairs and instead relies on learning dynamics from unlabeled videos and applying them to existing text to image systems. The approach also applies multipl...
This paper presents a new method for learning deep closed-loop control policies from training on data generated by open-loop optimal control solvers. The paper proposes a resampling procedure that iteratively retrains the controller in states that it may not have seen in the initial training data. The approach was test...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper presents a new method for learning deep closed-loop control policies from training on data generated by open-loop optimal control solvers. The paper proposes a resampling procedure that iteratively retrains the controller in states that it may not have seen in the initial training data. The approach ...
This paper proposes a novel and efficient data augmentation method for knowledge distillation, by building on top of representation interpolation augmentation methods. Existing data augmentation methods can be divided as three types and have their own limitations as follows: 1) representation interpolation - the newly ...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes a novel and efficient data augmentation method for knowledge distillation, by building on top of representation interpolation augmentation methods. Existing data augmentation methods can be divided as three types and have their own limitations as follows: 1) representation interpolation - th...
The paper tackles the problem of representation learning with GANs. To do so, it introduces a novel adversarial objective that is composed of a distribution-matching objective and a clustering objective. In addition, they propose a novel regularization algorithm to ensure the smoothness of the discriminator. Compared t...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper tackles the problem of representation learning with GANs. To do so, it introduces a novel adversarial objective that is composed of a distribution-matching objective and a clustering objective. In addition, they propose a novel regularization algorithm to ensure the smoothness of the discriminator. Co...
The authors proposed a RNN with latent embedding that uses optimization at inference time to generate internal contextual signals allowing the agent to parse its temporal experience into discrete events and organize learning about them. They showed that the model trained on tasks sequentially using weight updates with ...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: The authors proposed a RNN with latent embedding that uses optimization at inference time to generate internal contextual signals allowing the agent to parse its temporal experience into discrete events and organize learning about them. They showed that the model trained on tasks sequentially using weight updat...
This paper proposes a new task of video highlight detection (VHD) in a domain-incremental setting. First, the authors define the task of incremental video highlights detection and introduce a gourmet dataset named LiveFood that they've carefully collected to facilitate research in this new task. Second, they argue that...
Recommendation: 3: reject, not good enough
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes a new task of video highlight detection (VHD) in a domain-incremental setting. First, the authors define the task of incremental video highlights detection and introduce a gourmet dataset named LiveFood that they've carefully collected to facilitate research in this new task. Second, they ar...
The authors propose the use of score-based generative modeling (i.e., diffusion models) for general tabular synthesis, and demonstrate the effectiveness this approach across a large number of tabular datasets and synthesizers (e.g., CTGAN, VEEGAN, TableGAN). Building on this approach, the authors introduce a novel sel...
Recommendation: 8: accept, good paper
Area: Generative models
Review: The authors propose the use of score-based generative modeling (i.e., diffusion models) for general tabular synthesis, and demonstrate the effectiveness this approach across a large number of tabular datasets and synthesizers (e.g., CTGAN, VEEGAN, TableGAN). Building on this approach, the authors introduce a n...
The paper takles the problem of overfitting in the RL setting, where early stopping is not directly applicable due to the evolution of the dataset. The proposed method adjusts the update to data (UTD) ratio during training which trades off between underfitting and overfitting. The experiments are conducted using a mode...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper takles the problem of overfitting in the RL setting, where early stopping is not directly applicable due to the evolution of the dataset. The proposed method adjusts the update to data (UTD) ratio during training which trades off between underfitting and overfitting. The experiments are conducted usin...
This paper tackles the subgraph-level Federated Learning (FL), where each client has the individual subgraph of the larger global graph. Then, to tackle this task, the authors propose to reconstruct the neighborhood information of the subgraph based on the rooted tree structure. In particular, the rooted tree for the p...
Recommendation: 3: reject, not good enough
Area: General Machine Learning
Review: This paper tackles the subgraph-level Federated Learning (FL), where each client has the individual subgraph of the larger global graph. Then, to tackle this task, the authors propose to reconstruct the neighborhood information of the subgraph based on the rooted tree structure. In particular, the rooted tree f...
Main concern. How to accommodate GNNs to deal naturally with heterophily and provide a theoretical analysis (from signal processing perspective). The core idea is to transform/combine low-pass filter into/with high-pass, for instance. There are two learnable parameters: w and \eta whose values lead to low-pass or high-...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: Main concern. How to accommodate GNNs to deal naturally with heterophily and provide a theoretical analysis (from signal processing perspective). The core idea is to transform/combine low-pass filter into/with high-pass, for instance. There are two learnable parameters: w and \eta whose values lead to low-pass ...
In this work, the authors propose a new framework called Diamante that is aimed at improving the performance of open domain chatbots by incorporating human feedback (both explicit and implicit preferences). The proposed framework has a generation-evaluation training paradigm that is aimed to optimized response generat...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: In this work, the authors propose a new framework called Diamante that is aimed at improving the performance of open domain chatbots by incorporating human feedback (both explicit and implicit preferences). The proposed framework has a generation-evaluation training paradigm that is aimed to optimized response...
A new region based explanation method is proposed that computes attribution scores for features as "escape distances" from a region/polytope defined by the user as input. strengths - The proposed technical idea of region based explanations is quite novel and useful. The idea of using escape distances is good. - Alth...
Recommendation: 6: marginally above the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: A new region based explanation method is proposed that computes attribution scores for features as "escape distances" from a region/polytope defined by the user as input. strengths - The proposed technical idea of region based explanations is quite novel and useful. The idea of using escape distances is good....
This paper analyzes the generalization contribution of local training in Federated learning. Their results show the key to promote generalization (conditional Wasserstein distance) and therefore this paper proposes decoupling the deep models for harnessing client drift and protecting privacy. Experimental results show ...
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 analyzes the generalization contribution of local training in Federated learning. Their results show the key to promote generalization (conditional Wasserstein distance) and therefore this paper proposes decoupling the deep models for harnessing client drift and protecting privacy. Experimental resul...
This paper proposes a novel sampling algorithm for distributions learned by neural language models. The authors start by highlighting a pitfall of “naively” sampling from these models, where high likelihood tokens being picked leads to their future probability increasing and to repetitive loops in the samples. To incr...
Recommendation: 3: reject, not good enough
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes a novel sampling algorithm for distributions learned by neural language models. The authors start by highlighting a pitfall of “naively” sampling from these models, where high likelihood tokens being picked leads to their future probability increasing and to repetitive loops in the samples. ...
The paper introduced a new concept extensibility, to explore the openness of CLIP on visual recognition task. Two new evaluation metrics Acc-E and Acc-S were proposed to quantify CLIP's extensibility and stability. The paper argued the confusion between text embeddings of different classes made the CLIP unstable in ext...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper introduced a new concept extensibility, to explore the openness of CLIP on visual recognition task. Two new evaluation metrics Acc-E and Acc-S were proposed to quantify CLIP's extensibility and stability. The paper argued the confusion between text embeddings of different classes made the CLIP unstabl...
This paper proposed a novel generative model GA-NTK that mitigates the drawbacks of traditional GANs trained with the alternative SGD method. This is achieved by using a closed-form discriminator based on a neural tangent kernel (NTK) instead of a neural network. The author proved the convergence of the proposed model ...
Recommendation: 3: reject, not good enough
Area: Generative models
Review: This paper proposed a novel generative model GA-NTK that mitigates the drawbacks of traditional GANs trained with the alternative SGD method. This is achieved by using a closed-form discriminator based on a neural tangent kernel (NTK) instead of a neural network. The author proved the convergence of the propose...
This paper uses a deterministic policy gradient for a deep contextual bandit with additive noises for exploration, and through extensive experiments discusses that this approach is easier for continuous and multi-dimensional action spaces, compared to others. Strengths: Extending a recent state-of-the-art method from a...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper uses a deterministic policy gradient for a deep contextual bandit with additive noises for exploration, and through extensive experiments discusses that this approach is easier for continuous and multi-dimensional action spaces, compared to others. Strengths: Extending a recent state-of-the-art metho...
This work theoretically proves the training dynamics of deep and wide probabilistic neural networks and generalization guarantees described by the minimum eigenvalue of the probabilistic NTK. The PAC-Bayesian framework follows the previous classical NTK based, lazy-training results on DNNs, e.g., using the squared loss...
Recommendation: 3: reject, not good enough
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This work theoretically proves the training dynamics of deep and wide probabilistic neural networks and generalization guarantees described by the minimum eigenvalue of the probabilistic NTK. The PAC-Bayesian framework follows the previous classical NTK based, lazy-training results on DNNs, e.g., using the squa...
In this paper, the authors presented Compressed Number Line (CNL), a deep neural network model that can extract time-dependent latent variables from sensory inputs, and use them to make predictions through Laplace transform-based timeline representation. This method essentially generalizes the timeline model to number ...
Recommendation: 3: reject, not good enough
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: In this paper, the authors presented Compressed Number Line (CNL), a deep neural network model that can extract time-dependent latent variables from sensory inputs, and use them to make predictions through Laplace transform-based timeline representation. This method essentially generalizes the timeline model to...
This paper presents an approach to leveraging a language modeling objective to train an energy function which can be used together with a sampling procedure to generate trajectories for discrete-control tasks. The approach uses a masked language modeling loss to train a bi-directional language model to fit expert demon...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper presents an approach to leveraging a language modeling objective to train an energy function which can be used together with a sampling procedure to generate trajectories for discrete-control tasks. The approach uses a masked language modeling loss to train a bi-directional language model to fit expe...
This paper considers an important problem of label noise in the training data. Specifically, it studies the effect of label error on a model's group-based disparity metrics, with more focus on smaller groups in the data. Then, the authors of the paper take a step further by considering a method based on influence funct...
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 considers an important problem of label noise in the training data. Specifically, it studies the effect of label error on a model's group-based disparity metrics, with more focus on smaller groups in the data. Then, the authors of the paper take a step further by considering a method based on influen...
The paper proposes a node assignmet based technique for graph data mixup, as mixup is a standard, popular and effective way of data augmentation for images, and its effectiveness is also recently explored in the graph area. The experimental results are convincing. Pros: 1) The paper is clearly written and the idea is ...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposes a node assignmet based technique for graph data mixup, as mixup is a standard, popular and effective way of data augmentation for images, and its effectiveness is also recently explored in the graph area. The experimental results are convincing. Pros: 1) The paper is clearly written and the ...
The paper studies the risk (generalization error) of the PCA least squares estimator and shows that dimension reduction can avoid the peaking in the risk curve. The analysis is divided into two parts: (i) precise bias-variance decomposition in the proportional limit for isotropic data, and (ii) non-asymptotic bound on ...
Recommendation: 3: reject, not good enough
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The paper studies the risk (generalization error) of the PCA least squares estimator and shows that dimension reduction can avoid the peaking in the risk curve. The analysis is divided into two parts: (i) precise bias-variance decomposition in the proportional limit for isotropic data, and (ii) non-asymptotic b...
The paper studies the first price auction in a repeated setting and with budget constraints. The authors propose some algorithms showing sublinear regret under different levels of knowledge of the learner in the setting. The authors also provide some synthetically generated experiments to check the performances of the ...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The paper studies the first price auction in a repeated setting and with budget constraints. The authors propose some algorithms showing sublinear regret under different levels of knowledge of the learner in the setting. The authors also provide some synthetically generated experiments to check the performances...
This paper seeks to define appropriate representations of the coviariates for treatment effect estimation in the setting of multiple treatments with continuous dosage parameters. Previous work has looked at this problem in the binary treatment setting. As in previous work, the paper defines a standard ML loss and a cou...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper seeks to define appropriate representations of the coviariates for treatment effect estimation in the setting of multiple treatments with continuous dosage parameters. Previous work has looked at this problem in the binary treatment setting. As in previous work, the paper defines a standard ML loss a...
In this paper, the authors propose Jump-Start Reinforcement Learning (JSRL) which utilizes a pre-trained guide policy to form a curriculum of starting states for a different exploration policy. Theoretical analysis shows that with a properly chosen training and evaluation algorithm, JSRL achieves a polynomial sample co...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: In this paper, the authors propose Jump-Start Reinforcement Learning (JSRL) which utilizes a pre-trained guide policy to form a curriculum of starting states for a different exploration policy. Theoretical analysis shows that with a properly chosen training and evaluation algorithm, JSRL achieves a polynomial s...
This paper considers the robustness of reinforcement learning with respect to observational disturbances. They proposed to use a recently proposed lexicographic optimization framework. Experiments on 3 grid worlds type environment and compare against an adversarial training RL baseline and one naive baseline without co...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper considers the robustness of reinforcement learning with respect to observational disturbances. They proposed to use a recently proposed lexicographic optimization framework. Experiments on 3 grid worlds type environment and compare against an adversarial training RL baseline and one naive baseline wi...
The paper focuses on online bias correction during task-free continual learning. The paper first shows, both theoretically and empirically, why simple experience replay biases on the results of the recent stream observation. Second, the paper introduces the metric to quantify prediction biases. Using the observation fr...
Recommendation: 8: accept, good paper
Area: General Machine Learning
Review: The paper focuses on online bias correction during task-free continual learning. The paper first shows, both theoretically and empirically, why simple experience replay biases on the results of the recent stream observation. Second, the paper introduces the metric to quantify prediction biases. Using the observ...
This paper studies whether prompts that effectively extract information from a language model can also be used to probe other language models for the same information. The authors show that this is indeed not the case. They propose an approach to induce prompts by mixing language models at training time and show that i...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper studies whether prompts that effectively extract information from a language model can also be used to probe other language models for the same information. The authors show that this is indeed not the case. They propose an approach to induce prompts by mixing language models at training time and sho...
This paper presents a fundamental impossibility result associated with the neural network function class. It is proven that given a specific network architecture (e.g., depth and width) with ReLU activation function and norm-bounded parameters, there exists a neural network function u such that u cannot be determined *...
Recommendation: 8: accept, good paper
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper presents a fundamental impossibility result associated with the neural network function class. It is proven that given a specific network architecture (e.g., depth and width) with ReLU activation function and norm-bounded parameters, there exists a neural network function u such that u cannot be dete...
This paper studies how well-correlated human judgments and LLM predictions are for causal and moral reasoning tasks. They collect a dataset of human judgments for a number of text problems used in cognitive science literature for probing human judgments, including expert judgments for relevant factors in the judgment p...
Recommendation: 3: reject, not good enough
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: This paper studies how well-correlated human judgments and LLM predictions are for causal and moral reasoning tasks. They collect a dataset of human judgments for a number of text problems used in cognitive science literature for probing human judgments, including expert judgments for relevant factors in the ju...
This paper tackles an important problem facing autonomous vehicle perception - how to distinguish between a 3d object and a 2d representation of a 3d object? A useful insight of this paper is that having information of the target object over time leads to important features that help solve this problem. The paper pro...
Recommendation: 3: reject, not good enough
Area: General Machine Learning
Review: This paper tackles an important problem facing autonomous vehicle perception - how to distinguish between a 3d object and a 2d representation of a 3d object? A useful insight of this paper is that having information of the target object over time leads to important features that help solve this problem. The p...
In this work the authors tackle the question of the infinite-width limit of neural networks trained using adaptive optimizers (like ADAM). They show that if the step taken in the optimizer depends on a non-linear, scale-invariant function of the previous step, then the NTK can be computed by applying said function to $...
Recommendation: 8: accept, good paper
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: In this work the authors tackle the question of the infinite-width limit of neural networks trained using adaptive optimizers (like ADAM). They show that if the step taken in the optimizer depends on a non-linear, scale-invariant function of the previous step, then the NTK can be computed by applying said funct...
The paper describes a mean to lower the high sensibility of decision trees using randomization of algorithm construction. Some theorems are given and experiments are done showing that in general, trees obtained by the randomization process are less sensitive. +: an interesting problem treated in an original way, that ...
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 describes a mean to lower the high sensibility of decision trees using randomization of algorithm construction. Some theorems are given and experiments are done showing that in general, trees obtained by the randomization process are less sensitive. +: an interesting problem treated in an original wa...
This paper develops a hierarchy-aware attention mechanism for vision-language pretraining (CLIP-based) models. Motivated by the observation that both vision and language have structural representation, this paper aims to group the similar concepts in a hierarchical manner. It adopts a tree transformer to encode the lan...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper develops a hierarchy-aware attention mechanism for vision-language pretraining (CLIP-based) models. Motivated by the observation that both vision and language have structural representation, this paper aims to group the similar concepts in a hierarchical manner. It adopts a tree transformer to encode...
This paper studies self-supervised learning (SSL) for long-tailed datasets. In particular, it proposes to leverage out-of-distribution (OOD) data to improve model performance when facing imbalanced data, with a new framework proposed called Contrastive with Out-of-distribution (OOD) data for Long-Tail learning (COLT). ...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper studies self-supervised learning (SSL) for long-tailed datasets. In particular, it proposes to leverage out-of-distribution (OOD) data to improve model performance when facing imbalanced data, with a new framework proposed called Contrastive with Out-of-distribution (OOD) data for Long-Tail learning ...
The core idea of the paper is to explore how to combine different modalities such as RGB and depth to improve scene graph generation tasks, specially to improve the performance on data-scare classes. The authors introduced the idea of combining subject-object relations with modality dependencies. To that end, they came...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: The core idea of the paper is to explore how to combine different modalities such as RGB and depth to improve scene graph generation tasks, specially to improve the performance on data-scare classes. The authors introduced the idea of combining subject-object relations with modality dependencies. To that end, t...
This manuscript proposes Layer Grafted Pre-training, a simple two-step approach for bridging two recent self-supervised learning methods, which are Masked Image Modeling (MIM) and Contrastive Learning. The key observation is that both objectives have conflict aspects, and separating them into lower and higher layers ca...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This manuscript proposes Layer Grafted Pre-training, a simple two-step approach for bridging two recent self-supervised learning methods, which are Masked Image Modeling (MIM) and Contrastive Learning. The key observation is that both objectives have conflict aspects, and separating them into lower and higher l...
In spite of my efforts I am unable to provide an acceptable review of this paper. In spite of my efforts I am unable to provide an acceptable review of this paper. In spite of my efforts I am unable to provide an acceptable review of this paper.
Recommendation: 8: accept, good paper
Area: General Machine Learning
Review: In spite of my efforts I am unable to provide an acceptable review of this paper. In spite of my efforts I am unable to provide an acceptable review of this paper. In spite of my efforts I am unable to provide an acceptable review of this paper. Recommendation: 8
This paper introduces an l-infinity norm bounded adversarial attack that operates in some transformation space rather than input space. In particular, the authors use the discrete cosine transform (DCT) or the discrete wavelet transform (DWT) to map from the input space to the corresponding domain, solve for the pertur...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper introduces an l-infinity norm bounded adversarial attack that operates in some transformation space rather than input space. In particular, the authors use the discrete cosine transform (DCT) or the discrete wavelet transform (DWT) to map from the input space to the corresponding domain, solve for th...
This paper proposes an Exclusive Supermask Subnetwork Training framework for continual learning of both text classification and vision tasks. Compared to the previous method SupSup, the proposed ExSSNet makes fixed weights trainable thus facilitating the knowledge transfer from previously learned tasks to new tasks. Th...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes an Exclusive Supermask Subnetwork Training framework for continual learning of both text classification and vision tasks. Compared to the previous method SupSup, the proposed ExSSNet makes fixed weights trainable thus facilitating the knowledge transfer from previously learned tasks to new t...
This paper suggests a new compression method based on the recent EF21 scheme and then used this compression method in the bidirectional distributed SGD method. Authors provide convergence rates for strongly convex, convex, and non-convex objectives. The theory is verified using logistic regression experiments. Strengt...
Recommendation: 5: marginally below the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper suggests a new compression method based on the recent EF21 scheme and then used this compression method in the bidirectional distributed SGD method. Authors provide convergence rates for strongly convex, convex, and non-convex objectives. The theory is verified using logistic regression experiments. ...
This paper presents a regularization strategy for training deep generative models such as GANs on limited data. The strategy involves adding an additional term to the objective function for the generator that penalizes the expected mean square error between the features of a generated sample and a real sample, where th...
Recommendation: 6: marginally above the acceptance threshold
Area: Generative models
Review: This paper presents a regularization strategy for training deep generative models such as GANs on limited data. The strategy involves adding an additional term to the objective function for the generator that penalizes the expected mean square error between the features of a generated sample and a real sample, ...
A neuro-symbolic approach is proposed where a convolution neural network is extended with structured if-then symbolic rules based on word embeddings to improve image classification. **Strengths**: * **Motivation and general idea**: The paper does well in motivating the potential benefits of combining learned classific...
Recommendation: 3: reject, not good enough
Area: General Machine Learning
Review: A neuro-symbolic approach is proposed where a convolution neural network is extended with structured if-then symbolic rules based on word embeddings to improve image classification. **Strengths**: * **Motivation and general idea**: The paper does well in motivating the potential benefits of combining learned c...
The authors proposed an approach for learning embedding function and a probabilistic model on top of it for task-incremental online learning. The method has two update steps, first updating the model parameters based on the log-marginal likelihood of the probabilistic model and then update a memory bank of class repres...
Recommendation: 5: marginally below the acceptance threshold
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: The authors proposed an approach for learning embedding function and a probabilistic model on top of it for task-incremental online learning. The method has two update steps, first updating the model parameters based on the log-marginal likelihood of the probabilistic model and then update a memory bank of clas...
A method to handle graph-edge noise is introduced based on an information-bottleneck theory. It is shown that adding edge noise to real data will increase the link prediction error. The introduced method is shown to reduce this error. Addressing noisy edges in a graph is a sensible and practical direction of research,...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: A method to handle graph-edge noise is introduced based on an information-bottleneck theory. It is shown that adding edge noise to real data will increase the link prediction error. The introduced method is shown to reduce this error. Addressing noisy edges in a graph is a sensible and practical direction of r...
This manuscript proposed a variant of generative models called restoration based generative models (RGM). The key idea is based on a new interpretation of denoting generative models (DGMs) from an image restoration (IR) perspective. By replacing the MMSE denoiser with MAP denoiser and introducing a regularized prior i...
Recommendation: 6: marginally above the acceptance threshold
Area: Generative models
Review: This manuscript proposed a variant of generative models called restoration based generative models (RGM). The key idea is based on a new interpretation of denoting generative models (DGMs) from an image restoration (IR) perspective. By replacing the MMSE denoiser with MAP denoiser and introducing a regularized...
The paper proposes a machine unlearning approach, Brainy student, to forget a subset of training data even at larger scales. The solution is inspired by a recent popular student-teacher architecture where a student network disobeys the teacher network to avoid inheriting information about the forget set while obeying t...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposes a machine unlearning approach, Brainy student, to forget a subset of training data even at larger scales. The solution is inspired by a recent popular student-teacher architecture where a student network disobeys the teacher network to avoid inheriting information about the forget set while o...
This work proposes a novel method for open-vocabulary object detection (OVOD), where a model is trained from two datasets, one containing bounding box annotations for a set of base categories, and another one containing only free-form text descriptions (captions) of imagesf. While prior work typically uses grounded ann...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This work proposes a novel method for open-vocabulary object detection (OVOD), where a model is trained from two datasets, one containing bounding box annotations for a set of base categories, and another one containing only free-form text descriptions (captions) of imagesf. While prior work typically uses grou...
This paper proposes to learn a goal conditioned policy based on goals generated from a pre-defined goals and the agent's own goals. Weaknesses: 1. The paper starts with grandiose claims of tackling "open-ended learning". However, open-ended learning involves learning to perform across diverse environments. But the de...
Recommendation: 3: reject, not good enough
Area: General Machine Learning
Review: This paper proposes to learn a goal conditioned policy based on goals generated from a pre-defined goals and the agent's own goals. Weaknesses: 1. The paper starts with grandiose claims of tackling "open-ended learning". However, open-ended learning involves learning to perform across diverse environments. Bu...
This paper provided a differential private adaptive training with delayed preconditioners to avoid using auxiliary data for private optimization. Some theoretical results and several numerical studies are explored to demonstrate the effectiveness of the proposed method. Strength: This paper is easy to follow, and the t...
Recommendation: 3: reject, not good enough
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper provided a differential private adaptive training with delayed preconditioners to avoid using auxiliary data for private optimization. Some theoretical results and several numerical studies are explored to demonstrate the effectiveness of the proposed method. Strength: This paper is easy to follow, a...
This paper tackles anomaly detection using a memory-based autoencoder approach. The main problem with reconstruction-based AD is that both normal and anomalous examples are well reconstructed making the anomaly score weak. Memory-based AE approaches have not addressed this problem sufficiently. This paper proposed a fa...
Recommendation: 3: reject, not good enough
Area: General Machine Learning
Review: This paper tackles anomaly detection using a memory-based autoencoder approach. The main problem with reconstruction-based AD is that both normal and anomalous examples are well reconstructed making the anomaly score weak. Memory-based AE approaches have not addressed this problem sufficiently. This paper propo...
This paper proposes a novel method for visual reasoning, GAMR, that combines dynamic attention, memory, and relational reasoning. The method compares favorably against other popular approaches, and shows some evidence of compositional combination of rules. # Strengths: - The proposed method integrates dynamic attention...
Recommendation: 6: marginally above the acceptance threshold
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: This paper proposes a novel method for visual reasoning, GAMR, that combines dynamic attention, memory, and relational reasoning. The method compares favorably against other popular approaches, and shows some evidence of compositional combination of rules. # Strengths: - The proposed method integrates dynamic a...
This work proposes to accelerate GNN training by initializing GNN model with a converged MLP of the same parameter size (referred to as peerMLP in the paper). The authors first point out their empirical observations that 1) a GNN and its peerMLP have same convergence trend and 2) a converged MLP is not good enough and...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This work proposes to accelerate GNN training by initializing GNN model with a converged MLP of the same parameter size (referred to as peerMLP in the paper). The authors first point out their empirical observations that 1) a GNN and its peerMLP have same convergence trend and 2) a converged MLP is not good en...
This work systematically tests a number of possible reasons for off-policy DRL methods not performing as well as they potentially could. From this, the authors conclude that statistical overfitting is a key contributor to the poor performance. Based on this insight, they propose a method for keeping statistical overfit...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This work systematically tests a number of possible reasons for off-policy DRL methods not performing as well as they potentially could. From this, the authors conclude that statistical overfitting is a key contributor to the poor performance. Based on this insight, they propose a method for keeping statistical...
The paper proposes a curious algorithm to adapt federated learning in the variational inference framework. In particular, it uses a scalable version of EP to do so. The contribution seems solid although, given its practical application, I miss a real case scenario, for example in hospitals, of the algorithm. Strength...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: The paper proposes a curious algorithm to adapt federated learning in the variational inference framework. In particular, it uses a scalable version of EP to do so. The contribution seems solid although, given its practical application, I miss a real case scenario, for example in hospitals, of the algorithm. ...
The authors propose a self-supervised learning objective based on next-frame prediction that uses angular extrapolation in polar coordinates while keeping amplitudes constant. They show that this inductive bias of using angular instead of linear extrapolation improves next-frame prediction performance in terms of MSE a...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: The authors propose a self-supervised learning objective based on next-frame prediction that uses angular extrapolation in polar coordinates while keeping amplitudes constant. They show that this inductive bias of using angular instead of linear extrapolation improves next-frame prediction performance in terms ...
[Varma et al 2021] recently proposed the notion of average sensitivity to measure the stability of solutions produced by graph algorithms. The authors of the paper under review propose to use the AS as a measure of the stability of algorithms learning decision trees w.r.t. random permutations of the training examples. ...
Recommendation: 6: marginally above the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: [Varma et al 2021] recently proposed the notion of average sensitivity to measure the stability of solutions produced by graph algorithms. The authors of the paper under review propose to use the AS as a measure of the stability of algorithms learning decision trees w.r.t. random permutations of the training ex...
This paper aims to study a "fair" model for learning with instance-dependent label noise. The authors proposed a simple yet intuitive solution, which is first pre-train a classifier $\theta$ and a discriminator network $\phi$ with anchor points. And then use the trained discriminator networks to discriminate the noisy ...
Recommendation: 3: reject, not good enough
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper aims to study a "fair" model for learning with instance-dependent label noise. The authors proposed a simple yet intuitive solution, which is first pre-train a classifier $\theta$ and a discriminator network $\phi$ with anchor points. And then use the trained discriminator networks to discriminate th...
The paper presents a modification of the objective function used for learning predictive coding models by incorporating hessian-parameterized variational posterior. The authors derive the modified objective and perform empirical evaluation of the approach. The basic idea makes sense: incorporate the full posterior rat...
Recommendation: 3: reject, not good enough
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: The paper presents a modification of the objective function used for learning predictive coding models by incorporating hessian-parameterized variational posterior. The authors derive the modified objective and perform empirical evaluation of the approach. The basic idea makes sense: incorporate the full poste...
This paper studied the unbalancing problem in data generation based fairness, i.e, the generated data should be balanced or adjusted to control the prediction/fair performance with raw data. Based on this idea, an bi-level optimization (through implicit function) is proposed to learn the balancing coefficient $\lambda$...
Recommendation: 5: marginally below the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: This paper studied the unbalancing problem in data generation based fairness, i.e, the generated data should be balanced or adjusted to control the prediction/fair performance with raw data. Based on this idea, an bi-level optimization (through implicit function) is proposed to learn the balancing coefficient $...
This paper looks at the problem of applying offline RL to learning solutions to games. The complication that arises is that the demonstration data may not exhibit a solution to the game, and as we're offline we cannot collect new equilibrium demonstrations. This question that is investigated in this paper is exactly th...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper looks at the problem of applying offline RL to learning solutions to games. The complication that arises is that the demonstration data may not exhibit a solution to the game, and as we're offline we cannot collect new equilibrium demonstrations. This question that is investigated in this paper is ex...
The proposed work emphasizes the problem that during pruning there isn't a concrete way to estimate the compressability of a sub-network, which may lead to over- or under-pruning. The PQIndex is proposed to measure this concept and by extension is used to define the Sparsity-informed Adaptive Pruning (SAP) algorithm. O...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The proposed work emphasizes the problem that during pruning there isn't a concrete way to estimate the compressability of a sub-network, which may lead to over- or under-pruning. The PQIndex is proposed to measure this concept and by extension is used to define the Sparsity-informed Adaptive Pruning (SAP) algo...
The paper proposes a novel method for modelling predictive uncertainties for segmentation tasks. The model consists of an encoder-decoder architecture with multiple decoder heads that are weighted by a separate gating network that predicts the weighting based on the encoded image code. The method is compared on the LID...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper proposes a novel method for modelling predictive uncertainties for segmentation tasks. The model consists of an encoder-decoder architecture with multiple decoder heads that are weighted by a separate gating network that predicts the weighting based on the encoded image code. The method is compared on...
This work focuses on k-median clustering in metric space with privacy. The paper presents a new algorithm based on a HST and compares it with baselines in experiments. 1- The author presents a k-median clustering initialization with $O(\log \min{k,d})$ approximation guarantee. 2- They propose a differentially private...
Recommendation: 3: reject, not good enough
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: This work focuses on k-median clustering in metric space with privacy. The paper presents a new algorithm based on a HST and compares it with baselines in experiments. 1- The author presents a k-median clustering initialization with $O(\log \min{k,d})$ approximation guarantee. 2- They propose a differentially...
This paper proposes Flareon, a new backdoor attack that is hidden in the data augmentation step commonly used when training computer vision models. The attack aims to remain stealthy: data labels are not changed, images only suffer small augmentations that add the triggers, and the memory and computation overhead of Fl...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes Flareon, a new backdoor attack that is hidden in the data augmentation step commonly used when training computer vision models. The attack aims to remain stealthy: data labels are not changed, images only suffer small augmentations that add the triggers, and the memory and computation overhe...
The paper proposes a multimodal model that does not require any training on image-text pairs. The proposed non-parametric model, ASIF, leverages independent pretrained unimodal models to extract embeddings of data points in ground-truth image-text pairs. At inference, ASIF first computes the relative representation of ...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposes a multimodal model that does not require any training on image-text pairs. The proposed non-parametric model, ASIF, leverages independent pretrained unimodal models to extract embeddings of data points in ground-truth image-text pairs. At inference, ASIF first computes the relative representa...
This paper introduces a mixed-precision quantization method, called MixQuant, to identify the bit-widths of individual layer weights. In particular, the paper proposes to quantize model weights layer-by-layer by greedily minimizing the quantization error from using low bit-width values. Evaluation of the proposed metho...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper introduces a mixed-precision quantization method, called MixQuant, to identify the bit-widths of individual layer weights. In particular, the paper proposes to quantize model weights layer-by-layer by greedily minimizing the quantization error from using low bit-width values. Evaluation of the propos...
This paper has addressed the problem of data free model stealing, where a dual student based framework is proposed for better estimating gradients of the target model without access to its parameters, and generating a diverse set of images that thoroughly explores the input space. While the proposed framework looks int...
Recommendation: 3: reject, not good enough
Area: General Machine Learning
Review: This paper has addressed the problem of data free model stealing, where a dual student based framework is proposed for better estimating gradients of the target model without access to its parameters, and generating a diverse set of images that thoroughly explores the input space. While the proposed framework l...
This article mitigates OOD issues in ERM with semantic corruption. Strengths: 1. The proposed method is well analyzed with rich ablation studies. 2. This paper validates the effectiveness of the method on multiple tasks. Weakness: 1. The writing of this paper needs polishing. I have a hard time understanding the exp...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This article mitigates OOD issues in ERM with semantic corruption. Strengths: 1. The proposed method is well analyzed with rich ablation studies. 2. This paper validates the effectiveness of the method on multiple tasks. Weakness: 1. The writing of this paper needs polishing. I have a hard time understanding...
This paper studies how to apply adaptive gradient methods into federated learning. Although there are many existing works in this direction, this paper brings up a very novel view. A key problem in adaptive gradients in FL is that there are too many ways to combine the model parameters and local optimizer states at dif...
Recommendation: 6: marginally above the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper studies how to apply adaptive gradient methods into federated learning. Although there are many existing works in this direction, this paper brings up a very novel view. A key problem in adaptive gradients in FL is that there are too many ways to combine the model parameters and local optimizer state...
In this paper, authors propose a E(3)-equivariant diffusion probabilistic model for both unconditional and conditional sampling of protein backbones, which can be used for the motif-scaffolding problem. Particularly, the conditional sampling is implemented as a particle filtering algorithm, where scaffolds that are mor...
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, authors propose a E(3)-equivariant diffusion probabilistic model for both unconditional and conditional sampling of protein backbones, which can be used for the motif-scaffolding problem. Particularly, the conditional sampling is implemented as a particle filtering algorithm, where scaffolds that...
This paper proposes a model for image generation which combines convolutional sparse coding (CSC) with the closed-loop transcription (CTRL) framework by Dai et al (2022). The encoder and decoder of this CSC-CTRL model share dictionaries of convolutional kernels at each sparse coding layer. The encoder produces a sparse...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: This paper proposes a model for image generation which combines convolutional sparse coding (CSC) with the closed-loop transcription (CTRL) framework by Dai et al (2022). The encoder and decoder of this CSC-CTRL model share dictionaries of convolutional kernels at each sparse coding layer. The encoder produces ...
This paper proposed a minimax formulation to model the attacks and defenses in federated machine learning. The aggregator is an agent who wants to maximize the accuracy in presence of Byzantine clients, where the Byzantine clients want to corrupt the performance of the aggregated model. Therefore, federated learning wi...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: This paper proposed a minimax formulation to model the attacks and defenses in federated machine learning. The aggregator is an agent who wants to maximize the accuracy in presence of Byzantine clients, where the Byzantine clients want to corrupt the performance of the aggregated model. Therefore, federated lea...
This paper has a clear focus, aiming to address the question "is model accuracy a bottleneck to value-expansion methods in RL?" The paper approaches this by studying the performance of two algorithm families, SAC and DDPG, in several continuous control tasks, using both a learnt dynamics model, and an oracle (exact) dy...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper has a clear focus, aiming to address the question "is model accuracy a bottleneck to value-expansion methods in RL?" The paper approaches this by studying the performance of two algorithm families, SAC and DDPG, in several continuous control tasks, using both a learnt dynamics model, and an oracle (e...
This paper studies the role of overparameterization for generalization when training with noisy labels. Specifically, the authors focus on the noisy label training data setting and investigate how test loss of model changes with respect to different levels of overparameterization. This paper provides two interesting em...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper studies the role of overparameterization for generalization when training with noisy labels. Specifically, the authors focus on the noisy label training data setting and investigate how test loss of model changes with respect to different levels of overparameterization. This paper provides two intere...
The paper studies the use of various data augmentation in boosting the attack transferability of adversarial examples. Overall, the paper is clear and the experimental results and analysis support the claim. __Strength__ __[S1]__ The paper is easy to follow. __[S2]__ The method is simple, practical and effective. __...
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 studies the use of various data augmentation in boosting the attack transferability of adversarial examples. Overall, the paper is clear and the experimental results and analysis support the claim. __Strength__ __[S1]__ The paper is easy to follow. __[S2]__ The method is simple, practical and effect...
The paper addresses an important open question of deriving rates in terms of the expected squared norm of the operator for stochastic weak MVIs without large batchsizes. The result is novel even in the special case of monotone operators. The authors also propose the generalization to the constrained case and propose an...
Recommendation: 8: accept, good paper
Area: Optimization (eg, convex and non-convex optimization)
Review: The paper addresses an important open question of deriving rates in terms of the expected squared norm of the operator for stochastic weak MVIs without large batchsizes. The result is novel even in the special case of monotone operators. The authors also propose the generalization to the constrained case and pr...
The paper discusses NC - intra-class features collapse to the class mean and different class means are maximally separated. The authors argue that NC is an undesirable property for fine-grained classification. Thus they constrain the features of the same class should lie in a cone instead of collapsing to the mean. A f...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper discusses NC - intra-class features collapse to the class mean and different class means are maximally separated. The authors argue that NC is an undesirable property for fine-grained classification. Thus they constrain the features of the same class should lie in a cone instead of collapsing to the m...
A differentiable physics simulator (DPS, Brax in this case), is used to learn an RL policy that imitates a given reference motion, as done in DeepMimic. The contributions include (a) better sample efficiency, and therefore faster learning, as compared to DeepMimic; (b) the use of "demonstration replay" when the motion ...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: A differentiable physics simulator (DPS, Brax in this case), is used to learn an RL policy that imitates a given reference motion, as done in DeepMimic. The contributions include (a) better sample efficiency, and therefore faster learning, as compared to DeepMimic; (b) the use of "demonstration replay" when the...
This paper proposes a novel method for solving visual reasoning (specifically RPM-like) problems, that combines contrastive losses at both the perceptual and abstract levels, together with a symbolic rule induction module. The method achieves high accuracy on both the RAVEN and V-PROM datasets. # Strengths: - The propo...
Recommendation: 3: reject, not good enough
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: This paper proposes a novel method for solving visual reasoning (specifically RPM-like) problems, that combines contrastive losses at both the perceptual and abstract levels, together with a symbolic rule induction module. The method achieves high accuracy on both the RAVEN and V-PROM datasets. # Strengths: - T...
This paper presents a method for disentangling data into latent factors of variation by enforcing structure within Koopman matrices used to model the data's time evolution. This procedure allows for disentangling the static and dynamic components of the data, and furthermore disentangling features within those componen...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper presents a method for disentangling data into latent factors of variation by enforcing structure within Koopman matrices used to model the data's time evolution. This procedure allows for disentangling the static and dynamic components of the data, and furthermore disentangling features within those ...
This paper proposes to combine symbolic representation and distributed representation together to improve image classification. The proposed model first uses a pre-trained fast RCNN to perform object detection on every example, and then automatically construct a rule set, in which every rule is a combination of the dis...
Recommendation: 3: reject, not good enough
Area: General Machine Learning
Review: This paper proposes to combine symbolic representation and distributed representation together to improve image classification. The proposed model first uses a pre-trained fast RCNN to perform object detection on every example, and then automatically construct a rule set, in which every rule is a combination of...
The paper proposes a framework for interpretability based on a feature-wise Information Bottleneck. It allows training classifiers that use optimal feature transformations maintaining only the required information. Two forms of visualizations of this information content are presented as global model explanations: Quasi...
Recommendation: 6: marginally above the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The paper proposes a framework for interpretability based on a feature-wise Information Bottleneck. It allows training classifiers that use optimal feature transformations maintaining only the required information. Two forms of visualizations of this information content are presented as global model explanation...
This paper proposes a new, updated segmentation uncertainty modeling objective based on the label style and ways to revise the segmentation uncertainty model architecture by including a discrete label style. Strength + An interesting solution to reducing bias caused by aleatoric uncertainty and different label styles ...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes a new, updated segmentation uncertainty modeling objective based on the label style and ways to revise the segmentation uncertainty model architecture by including a discrete label style. Strength + An interesting solution to reducing bias caused by aleatoric uncertainty and different label...
Considering the current KG embedding methods of conventional shallow embedding models, which ignore the contextual information, as well as the generic graph neural networks, which are difficult to expand to a KG with a large number of nodes and are very time-consuming, the authors propose a new knowledge representati...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: Considering the current KG embedding methods of conventional shallow embedding models, which ignore the contextual information, as well as the generic graph neural networks, which are difficult to expand to a KG with a large number of nodes and are very time-consuming, the authors propose a new knowledge repr...
This paper studies the role of nonlinearity in training dynamics of contrastive learning. In general, understanding the role of nonlinearity is a very important problem in deep learning. Basically, the authors show that nonlinear models can recover multiple patterns while the linear model can only recover the single pa...
Recommendation: 5: marginally below the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper studies the role of nonlinearity in training dynamics of contrastive learning. In general, understanding the role of nonlinearity is a very important problem in deep learning. Basically, the authors show that nonlinear models can recover multiple patterns while the linear model can only recover the s...
In this paper, the authors present a Granger causal discovery framework for unstructured time series data which leverages an alternating formulation comprising of a) data imputation and b) subsequent causal discovery. The basic premise is centered around providing empirical results on how data imputation aids the causa...
Recommendation: 5: marginally below the acceptance threshold
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: In this paper, the authors present a Granger causal discovery framework for unstructured time series data which leverages an alternating formulation comprising of a) data imputation and b) subsequent causal discovery. The basic premise is centered around providing empirical results on how data imputation aids t...
The paper considers the problem of black-box optimization of expensive black-box functions when data from multiple related optimization tasks is available. The key contribution is to employ a Feature-Tokenizer (FT) transformer to learn from multiple source datasets where each dataset might be defined over different inp...
Recommendation: 6: marginally above the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: The paper considers the problem of black-box optimization of expensive black-box functions when data from multiple related optimization tasks is available. The key contribution is to employ a Feature-Tokenizer (FT) transformer to learn from multiple source datasets where each dataset might be defined over diffe...
This paper focuses on federated learning under covariate shift using direct density ratio estimation. This work establishes high-probability generalization guarantees and the benefit of importance weighting in terms of excess risk through bias-variance decomposition in a ridge regression problem. The experimental resul...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: This paper focuses on federated learning under covariate shift using direct density ratio estimation. This work establishes high-probability generalization guarantees and the benefit of importance weighting in terms of excess risk through bias-variance decomposition in a ridge regression problem. The experiment...
This paper looks into the problem of cooperatively determining the best arm in kernel bandits. The study builds on the prior CoPE formulation, which emphasizes the conventional MAB model, while retaining the fundamental communication concept. This paper makes two contributions: 1) it generalizes earlier work to the ker...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper looks into the problem of cooperatively determining the best arm in kernel bandits. The study builds on the prior CoPE formulation, which emphasizes the conventional MAB model, while retaining the fundamental communication concept. This paper makes two contributions: 1) it generalizes earlier work to...
The paper proposes a method for feature selection to be used prior to estimating an imputation model. The method is based on finding the Markov blanket for each partially observed variable. In synthetic and semi-synthetic experiments, the methods slightly outperforms an imputation model trained without feature selectio...
Recommendation: 8: accept, good paper
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: The paper proposes a method for feature selection to be used prior to estimating an imputation model. The method is based on finding the Markov blanket for each partially observed variable. In synthetic and semi-synthetic experiments, the methods slightly outperforms an imputation model trained without feature ...
This paper argues that semantic information should be considered for OOD detection which should not be just tied to the training data distribution. This argument is interesting and practically useful. Then the authors proposed to leverage the semantic segmentation network and reference set to detect OOD data semantical...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper argues that semantic information should be considered for OOD detection which should not be just tied to the training data distribution. This argument is interesting and practically useful. Then the authors proposed to leverage the semantic segmentation network and reference set to detect OOD data se...
This paper identifies theoretical gaps in the existing literature on data subset selection in machine teaching, and analysis the justification of the error-squashing heuristics adopted in the previous works. With that, the authors propose a data subset selection algorithm with near-optical guarantees on the query compl...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: This paper identifies theoretical gaps in the existing literature on data subset selection in machine teaching, and analysis the justification of the error-squashing heuristics adopted in the previous works. With that, the authors propose a data subset selection algorithm with near-optical guarantees on the que...