review
stringlengths
5
16.6k
score
stringclasses
5 values
area
stringclasses
12 values
text
stringlengths
31
5.65k
This paper proposes using placebos (chosen from a free image stream such as Google Images) in class incremental learning. It formulates the policy training process as an online Markov Decision Process, and achieve improvement over prior works. Strength: 1. The paper is written well. 2. Clear improvement is achieved ove...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper proposes using placebos (chosen from a free image stream such as Google Images) in class incremental learning. It formulates the policy training process as an online Markov Decision Process, and achieve improvement over prior works. Strength: 1. The paper is written well. 2. Clear improvement is achi...
This paper proposes a novel contrastive learning algorithm to estimate the occupancy measure of future states in the offline RL setting. It tackles the well-known issue of extrapolation error in existing algorithms for offline RL, in which rewards outside of the underlying data distribution is not well captured by the ...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes a novel contrastive learning algorithm to estimate the occupancy measure of future states in the offline RL setting. It tackles the well-known issue of extrapolation error in existing algorithms for offline RL, in which rewards outside of the underlying data distribution is not well captured...
This paper suggests an interesting idea of real-world actions often being grounded by observations and the shared action-observation features naturally emerging for coordination between agents. This paper hypothesizes that the policy architecture is crucial for emerging the shared action-observation features. The exper...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper suggests an interesting idea of real-world actions often being grounded by observations and the shared action-observation features naturally emerging for coordination between agents. This paper hypothesizes that the policy architecture is crucial for emerging the shared action-observation features. T...
Type inference is a challenging task for the Python language given its dynamic nature. Scholars have recently proposed machine learning (ML)-based techniques to infer types for Python. Previous techniques infer types based on seen examples during training, i.e, they cannot synthesize types, which hinders their ability ...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: Type inference is a challenging task for the Python language given its dynamic nature. Scholars have recently proposed machine learning (ML)-based techniques to infer types for Python. Previous techniques infer types based on seen examples during training, i.e, they cannot synthesize types, which hinders their ...
This paper proposes to model the latent state representation in RL with hyperbolic space. They find that naively applying existing hyperbolic deep learning methods is not helpful, and introduce two techniques (spectral normalization and feature rescaling) to address the issues. The integrated method (S-RYM) is evaluate...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes to model the latent state representation in RL with hyperbolic space. They find that naively applying existing hyperbolic deep learning methods is not helpful, and introduce two techniques (spectral normalization and feature rescaling) to address the issues. The integrated method (S-RYM) is ...
This work proposes to unify generalization methods by accounting for potential data-generating processes. The paper is presented to unify potential choice of generalization methods under a canonical causal graph which can account for i) label indepedent attributes, ii) label dependent attributes and iii) environment va...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This work proposes to unify generalization methods by accounting for potential data-generating processes. The paper is presented to unify potential choice of generalization methods under a canonical causal graph which can account for i) label indepedent attributes, ii) label dependent attributes and iii) enviro...
The paper proposes two main contributions to the direction of HTML modeling/understanding: 1. A new task and dataset, **Description Generation**, derived from CommonCrawl with 85K (HTML, element, description) tuples. 2. Experiments across a suite of three HTML tasks (Description Generation, semantic classification f...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper proposes two main contributions to the direction of HTML modeling/understanding: 1. A new task and dataset, **Description Generation**, derived from CommonCrawl with 85K (HTML, element, description) tuples. 2. Experiments across a suite of three HTML tasks (Description Generation, semantic classifi...
This paper proposed a learnable visual word method to interpret the model prediction behaviors. The authors proposed 2 new modules: semantic visual word learning and dual fidelity preservation. The semantic visual word removes the separation loss from the protopnet, and the dual fidelity preservation adds attention ali...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposed a learnable visual word method to interpret the model prediction behaviors. The authors proposed 2 new modules: semantic visual word learning and dual fidelity preservation. The semantic visual word removes the separation loss from the protopnet, and the dual fidelity preservation adds atten...
This paper proposes to solve a dynamical optimal transport problem where: given a sequence of probability measures sampled in time, the goal is to recover an accurate trajectory of the measures for all intermediate times. Such a scenario is highlighted over two practical applications - single-cell RNA sequencing and di...
Recommendation: 5: marginally below the acceptance threshold
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: This paper proposes to solve a dynamical optimal transport problem where: given a sequence of probability measures sampled in time, the goal is to recover an accurate trajectory of the measures for all intermediate times. Such a scenario is highlighted over two practical applications - single-cell RNA sequencin...
The paper investigates the impact of regularization in solving extensive-form games (EFGs). It shows that after adding the regularization terms to different pay-off functions, several convergence results could be achieved with either improved convergence rate or weaker assumptions. More specifically, for the dilated o...
Recommendation: 5: marginally below the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The paper investigates the impact of regularization in solving extensive-form games (EFGs). It shows that after adding the regularization terms to different pay-off functions, several convergence results could be achieved with either improved convergence rate or weaker assumptions. More specifically, for the d...
This paper shows several methods on how to use temporal information in stream-based active learning. It shows why classical pool-based AL methods cannot be used in this domain. It also shows that some methods can even outperform pool-based methods in terms of data savings. This paper closes the gap between pool and str...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper shows several methods on how to use temporal information in stream-based active learning. It shows why classical pool-based AL methods cannot be used in this domain. It also shows that some methods can even outperform pool-based methods in terms of data savings. This paper closes the gap between pool...
This paper proposes relational transformers, extending the transformers architecture to general graph-structured data. Specifically, the proposed relational transformers is a graph-to-graph model with feature updates of nodes, edges, and the global graph vector at each layer. Relational transformers achieve remarkable ...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper proposes relational transformers, extending the transformers architecture to general graph-structured data. Specifically, the proposed relational transformers is a graph-to-graph model with feature updates of nodes, edges, and the global graph vector at each layer. Relational transformers achieve rem...
This paper uses the energy loss for training normalizing flows. This produces a consistent estimator that doesn't require computing determinants of the Jacobian of the transformation, making it more flexible in terms of the choice of architecture. The paper also introduces a few tricks to further improve scaling and/or...
Recommendation: 3: reject, not good enough
Area: Generative models
Review: This paper uses the energy loss for training normalizing flows. This produces a consistent estimator that doesn't require computing determinants of the Jacobian of the transformation, making it more flexible in terms of the choice of architecture. The paper also introduces a few tricks to further improve scalin...
This paper tackles the challenging goal: developing a general GNN framework with provably expressive power while maintaining the scalability of the message-passing scheme. The authors first model the edges among neighbors as a multiset of multisets and formulate the NC-1-WL graph isomorphism. They show that the express...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper tackles the challenging goal: developing a general GNN framework with provably expressive power while maintaining the scalability of the message-passing scheme. The authors first model the edges among neighbors as a multiset of multisets and formulate the NC-1-WL graph isomorphism. They show that the...
In this paper, the authors develop notions of comprehensibility and transparency as indicator of explainability, and develop formal notions to introduce these as constraints during model training. The authors also propose a new technique for generating saliency maps. Subsequently, they show that inclusion of these cons...
Recommendation: 8: accept, good paper
Area: Optimization (eg, convex and non-convex optimization)
Review: In this paper, the authors develop notions of comprehensibility and transparency as indicator of explainability, and develop formal notions to introduce these as constraints during model training. The authors also propose a new technique for generating saliency maps. Subsequently, they show that inclusion of th...
This paper proposes a new generative model by using inverse heat dissipation. The proposed model is motivated by diffusion models and the empirical success of coarse-to-fine modelling. Specifically, the authors propose to synthesize images by iteratively inverting the heat equation, which is basically a PDE that locall...
Recommendation: 8: accept, good paper
Area: Generative models
Review: This paper proposes a new generative model by using inverse heat dissipation. The proposed model is motivated by diffusion models and the empirical success of coarse-to-fine modelling. Specifically, the authors propose to synthesize images by iteratively inverting the heat equation, which is basically a PDE tha...
This paper presents a Momentum Stiefel Optimizer with several pleasant properties. The paper is well structured and well written; Since I was not familiar with this field and not able to confirm every single proof/algorithm, I am unable to assess this paper. The paper is well structured and well written; Since I was n...
Recommendation: 6: marginally above the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper presents a Momentum Stiefel Optimizer with several pleasant properties. The paper is well structured and well written; Since I was not familiar with this field and not able to confirm every single proof/algorithm, I am unable to assess this paper. The paper is well structured and well written; Since...
Test-time adaptation updates a model to reduce generalization on shifted data. Such adaptation methods need to choose a loss for adaptation and parameters to update, and this work's main contribution is to introduce visual prompts as a parameterization. The proposed Data-efficient Prompt Tuning (DePT) method includes a...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: Test-time adaptation updates a model to reduce generalization on shifted data. Such adaptation methods need to choose a loss for adaptation and parameters to update, and this work's main contribution is to introduce visual prompts as a parameterization. The proposed Data-efficient Prompt Tuning (DePT) method in...
This work draws connections between the DCI metrics, commonly used in the deep learning literature on disentanglement, and notions of representation identifiability, commonly used in the literature on independent component analysis (ICA). More precisely, Corollary 3.5 provides conditions under which D=C=1 and K=L impli...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This work draws connections between the DCI metrics, commonly used in the deep learning literature on disentanglement, and notions of representation identifiability, commonly used in the literature on independent component analysis (ICA). More precisely, Corollary 3.5 provides conditions under which D=C=1 and K...
This paper proposes an adaptation of the popular MaskedAE model for timeseries data. S - solid experimental work in terms of datasets and models compared - good results with multiple ablation tests W - lack of connection between motivation (disentanglement) and the actual proposed method - non-significant result c...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes an adaptation of the popular MaskedAE model for timeseries data. S - solid experimental work in terms of datasets and models compared - good results with multiple ablation tests W - lack of connection between motivation (disentanglement) and the actual proposed method - non-significant ...
The authors argue that contributions of knowledge from the teacher to the student network should be layer dependent. Adaptive block-wise learning automatically balances the contribution of knowledge between the student and teacher for each block. The paper talks in generalities and employs a general abstract notation...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The authors argue that contributions of knowledge from the teacher to the student network should be layer dependent. Adaptive block-wise learning automatically balances the contribution of knowledge between the student and teacher for each block. The paper talks in generalities and employs a general abstract ...
This work shows that after finetuning the pretrained language models on a book corpus, the models align better with brains though their language ability is not better. This better alignment seems general to all brain regions and is also shown in two different metrics. After further evaluating the alignment increase on ...
Recommendation: 5: marginally below the acceptance threshold
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: This work shows that after finetuning the pretrained language models on a book corpus, the models align better with brains though their language ability is not better. This better alignment seems general to all brain regions and is also shown in two different metrics. After further evaluating the alignment incr...
In this paper, the authors proposed a joint Gaussian mixture model (JGMM)-based post-hoc explanation method, which applies inter-layer deep features in a probabilistic model. The JGMM can explain deep features and inter-layer deep feature relationship on the latent component variables in its GMMs. The JGMM is applicabl...
Recommendation: 5: marginally below the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: In this paper, the authors proposed a joint Gaussian mixture model (JGMM)-based post-hoc explanation method, which applies inter-layer deep features in a probabilistic model. The JGMM can explain deep features and inter-layer deep feature relationship on the latent component variables in its GMMs. The JGMM is a...
In the existing application of language model (LM) in RL-based dialog management (DM) models, the agent is trained at the word-level and thus results in a complex action space. To address this issue, this paper proposes a novel mixture of expert language models (MoE-LM) and performs the planning at the utterance level ...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: In the existing application of language model (LM) in RL-based dialog management (DM) models, the agent is trained at the word-level and thus results in a complex action space. To address this issue, this paper proposes a novel mixture of expert language models (MoE-LM) and performs the planning at the utteranc...
In this paper, authors proposed a new methodology by rendering text as images, making it possible to transfer representations across languages based on orthographic similarity or the co-activation of pixels. The pre-trained step is learning reconstructing the pixels of masked patches instead of predicting a distributio...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: In this paper, authors proposed a new methodology by rendering text as images, making it possible to transfer representations across languages based on orthographic similarity or the co-activation of pixels. The pre-trained step is learning reconstructing the pixels of masked patches instead of predicting a dis...
The authors consider FL problem in the scenario where some nodes do not participate in the learning and provide a theory that analysis this scenario. Moreover, the authors consider SA-FL: the server takes part in the optimization process to mitigate the corruption from partial participation of the nodes. Before I start...
Recommendation: 3: reject, not good enough
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The authors consider FL problem in the scenario where some nodes do not participate in the learning and provide a theory that analysis this scenario. Moreover, the authors consider SA-FL: the server takes part in the optimization process to mitigate the corruption from partial participation of the nodes. Before...
This paper proposes using LLMs to understand underlying reward functions given a few language examples, then demonstrate that RL agents trained with this LLM-provided sparse reward function nearly match those trained with true underlying reward functions on some simple tasks. ## Strengths *****************************...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes using LLMs to understand underlying reward functions given a few language examples, then demonstrate that RL agents trained with this LLM-provided sparse reward function nearly match those trained with true underlying reward functions on some simple tasks. ## Strengths *********************...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: Recommendation: 8
The paper considers gradient compression in federated/distributed learning with two additional requirements: robustness against Byzantine clients and differential privacy (DP). The paper proposes a sign-based gradient compression method, called $\beta$-stochastic signSGD, which applies clipping and a stochastic sign op...
Recommendation: 3: reject, not good enough
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The paper considers gradient compression in federated/distributed learning with two additional requirements: robustness against Byzantine clients and differential privacy (DP). The paper proposes a sign-based gradient compression method, called $\beta$-stochastic signSGD, which applies clipping and a stochastic...
This paper addresses molecular property prediction in the few-shot setting by suggesting a novel Modern Hopfield Network architecture and testing it on the molecule-specific few-shot dataset FS-Mol. The novel architecture seeks to make use of the context available in the wider molecular training set through means other...
Recommendation: 8: accept, good paper
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper addresses molecular property prediction in the few-shot setting by suggesting a novel Modern Hopfield Network architecture and testing it on the molecule-specific few-shot dataset FS-Mol. The novel architecture seeks to make use of the context available in the wider molecular training set through mea...
This paper presented a novel fragment (motif) based generative model for molecules. The motif vocabulary is mined from the molecule dataset by iterative merging small motifs into larger ones and keeping the most frequent ones from each iteration. Then a generative model is learned to construct the motifs into molecules...
Recommendation: 8: accept, good paper
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper presented a novel fragment (motif) based generative model for molecules. The motif vocabulary is mined from the molecule dataset by iterative merging small motifs into larger ones and keeping the most frequent ones from each iteration. Then a generative model is learned to construct the motifs into m...
The paper proposes a unified self-supervised learning framework for both representation learning and generation. The proposed approach first discretizes an input image into a sequence of tokens using VQGAN and concatenate them with text tokens. It then trains a bidirectional Transformer encoder using the masked token p...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposes a unified self-supervised learning framework for both representation learning and generation. The proposed approach first discretizes an input image into a sequence of tokens using VQGAN and concatenate them with text tokens. It then trains a bidirectional Transformer encoder using the masked...
This paper proposed an unlearnable strategy, TUE. It aims to simultaneously enjoy training-wise transferability and data-wise transferability by enhancing linear separability. Experimental results show that the proposed method shows advantages in both transferability settings. Strength: 1. This paper proposed a simple...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper proposed an unlearnable strategy, TUE. It aims to simultaneously enjoy training-wise transferability and data-wise transferability by enhancing linear separability. Experimental results show that the proposed method shows advantages in both transferability settings. Strength: 1. This paper proposed ...
This paper proves the exponential convergence of gradient flow on multi-layer linear models in which the loss function f satisfies the gradient dominance property. It also provides a lower bound on the convergence rate that depends on the imbalance matrices and the least singular value of the weight product. Strength:...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper proves the exponential convergence of gradient flow on multi-layer linear models in which the loss function f satisfies the gradient dominance property. It also provides a lower bound on the convergence rate that depends on the imbalance matrices and the least singular value of the weight product. S...
The paper empirically evaluates how machine learning models forget the training samples during the training process. The paper empirically demonstrates that machine learning models do memorize the training samples once it sees them, but tend to forget them gradually once the training proceeds without seeing them again....
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 empirically evaluates how machine learning models forget the training samples during the training process. The paper empirically demonstrates that machine learning models do memorize the training samples once it sees them, but tend to forget them gradually once the training proceeds without seeing the...
In this work, the authors propose an efficient attention EVA, where the work reals that exact softmax attention can be recovered from RFA by manipulating each control variate. The mathematic analysis is provided to prove the dissecting RFA with control variates. And the authors also implemented their EVA and applied it...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: In this work, the authors propose an efficient attention EVA, where the work reals that exact softmax attention can be recovered from RFA by manipulating each control variate. The mathematic analysis is provided to prove the dissecting RFA with control variates. And the authors also implemented their EVA and ap...
The paper explores the topics of crossmodal knowledge distillation (KD), to transfer knowledge across modalities. To facilitate better understanding of crossmodal KD, the paper proposed a hypothesis that modality-general decisive features are the crucial factor that determines the efficacy of crossmodal KD. Strength: (...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: The paper explores the topics of crossmodal knowledge distillation (KD), to transfer knowledge across modalities. To facilitate better understanding of crossmodal KD, the paper proposed a hypothesis that modality-general decisive features are the crucial factor that determines the efficacy of crossmodal KD. Str...
The authors of this paper investigate a unified model for multiple tasks in molecular science. The model named MolJET is based on Transformer and inspired by unification models in NLP. MolJET takes a prompt sequence and is able to conduct multiple tasks. Experimental results on several tasks show better or competitive ...
Recommendation: 8: accept, good paper
Area: Generative models
Review: The authors of this paper investigate a unified model for multiple tasks in molecular science. The model named MolJET is based on Transformer and inspired by unification models in NLP. MolJET takes a prompt sequence and is able to conduct multiple tasks. Experimental results on several tasks show better or comp...
This paper considers offline RL with return conditioning, similar to the recent line of works on decision transformers. It considers the problem of return conditioning especially when rewards can be arbitrary depending on the offline data distribution, even if considering expert trajectories. It considers two key meth...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper considers offline RL with return conditioning, similar to the recent line of works on decision transformers. It considers the problem of return conditioning especially when rewards can be arbitrary depending on the offline data distribution, even if considering expert trajectories. It considers two ...
This paper discussed the robust transfer learning through min-max principle. Specifically, this paper adopted chi^2/Hellinger distance to measure the joint distribution. Through min-max formula, this paper focused on the task reweighting approach such that to learn the source target weight, embedding and its downstream...
Recommendation: 3: reject, not good enough
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper discussed the robust transfer learning through min-max principle. Specifically, this paper adopted chi^2/Hellinger distance to measure the joint distribution. Through min-max formula, this paper focused on the task reweighting approach such that to learn the source target weight, embedding and its do...
The paper under consideration proposes a method (DGGF) for solving generative modeling related problems. The method is based on Wasserstein gradient flows with potential function given by entropy-regularized $f$-divergence. Essentially, the authors try to approximate density ratio function (DRE) via Bregman divergence ...
Recommendation: 5: marginally below the acceptance threshold
Area: Generative models
Review: The paper under consideration proposes a method (DGGF) for solving generative modeling related problems. The method is based on Wasserstein gradient flows with potential function given by entropy-regularized $f$-divergence. Essentially, the authors try to approximate density ratio function (DRE) via Bregman div...
The authors propose a pre-trained generative model for solving Symbolic Regression for multivariate problems in low dimension (from 2 to 12 dimensions). A sequence to sequence model, a set transformer encoder and an autoregressive decoder (as in Biggio 2021), is trained on generated datasets of values (X, f(X)) of ra...
Recommendation: 5: marginally below the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The authors propose a pre-trained generative model for solving Symbolic Regression for multivariate problems in low dimension (from 2 to 12 dimensions). A sequence to sequence model, a set transformer encoder and an autoregressive decoder (as in Biggio 2021), is trained on generated datasets of values (X, f(X...
This paper provides an improved theoretical guarantee for the defense against reconstruction attacks using Renyi differential privacy. The correctness of the theoretical analysis is supported by the experimental analysis Strength: The theoretical bound in this paper is much better than the state of the art when \sigma ...
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 provides an improved theoretical guarantee for the defense against reconstruction attacks using Renyi differential privacy. The correctness of the theoretical analysis is supported by the experimental analysis Strength: The theoretical bound in this paper is much better than the state of the art when...
This paper introduced a multilingual arithmetic reasoning task with a corpus named MGSM, and used the few-shot chain-of-thought (Few-Shot CoT) prompting framework to evaluate the large language models’ few-shot learning capability. Authors empirically found that the GPT-3 and LLM could provide reasonable performance ...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper introduced a multilingual arithmetic reasoning task with a corpus named MGSM, and used the few-shot chain-of-thought (Few-Shot CoT) prompting framework to evaluate the large language models’ few-shot learning capability. Authors empirically found that the GPT-3 and LLM could provide reasonable perf...
The paper proposes a data valuation framework based on property right theory. Strength: - The paper takes an inter-disciplinary approach and couples property right theory, cooperative game theory, machine learning to address the problem of data valuation - The questions examined by the paper are crucial: how to addr...
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 data valuation framework based on property right theory. Strength: - The paper takes an inter-disciplinary approach and couples property right theory, cooperative game theory, machine learning to address the problem of data valuation - The questions examined by the paper are crucial: how...
This paper aims to design a real-time video inpainting framework. Specifically, the authors propose to use two inpainters, i.e. an online inpainter and a refining inpainter, to achieve a better trade-off between speed and video quality. This paper shows experimental results on DAVIS and Youtube-VOS based on three basel...
Recommendation: 3: reject, not good enough
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper aims to design a real-time video inpainting framework. Specifically, the authors propose to use two inpainters, i.e. an online inpainter and a refining inpainter, to achieve a better trade-off between speed and video quality. This paper shows experimental results on DAVIS and Youtube-VOS based on thr...
The paper presents CAMA, a framework for multi-agents that incorporates safety constraints into multi-agent reinforcement learning algorithms. The framework can be added to different multi-agent reinforcement learning algorithms as a plug-and-play method. The safety constraints are represented as the sum of discounted ...
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 CAMA, a framework for multi-agents that incorporates safety constraints into multi-agent reinforcement learning algorithms. The framework can be added to different multi-agent reinforcement learning algorithms as a plug-and-play method. The safety constraints are represented as the sum of dis...
This paper introduces a Bayesian learning algorithm that preserves the representation-learning ability of neural networks in the fixed-depth-infinite-width limit. This result parallels that of the maximal-update parametrization [Yang & Hu (2020)], which attains the similar limit in the gradient-descent setup (in contra...
Recommendation: 6: marginally above the acceptance threshold
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: This paper introduces a Bayesian learning algorithm that preserves the representation-learning ability of neural networks in the fixed-depth-infinite-width limit. This result parallels that of the maximal-update parametrization [Yang & Hu (2020)], which attains the similar limit in the gradient-descent setup (i...
This paper proposes a layer-wise pruning method that conducts pruning and performs reconstruction to minimize the output error caused by pruning. In reconstruction they minimize the output error of the activation function, while the previous methods minimize the error of the value before applying the activation functio...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes a layer-wise pruning method that conducts pruning and performs reconstruction to minimize the output error caused by pruning. In reconstruction they minimize the output error of the activation function, while the previous methods minimize the error of the value before applying the activation...
The paper analyzes the phenomenon of "simplicity bias" in neural networks. Simplicity bias is defined here as the tendency of models to learn "simple" features (low-rank linear projections of the input space) that enable the model to solve the task even when different non-linear projections could also be used to solve ...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper analyzes the phenomenon of "simplicity bias" in neural networks. Simplicity bias is defined here as the tendency of models to learn "simple" features (low-rank linear projections of the input space) that enable the model to solve the task even when different non-linear projections could also be used t...
The paper proposes an implementation of the spike-based learning method for the label distribution learning (LDL) problem. Main idea is to use a spiking neural network (SNN) to construct a latent feature space in which the coordinate matrix learned from a graph convolution network look up the table. The experimental re...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposes an implementation of the spike-based learning method for the label distribution learning (LDL) problem. Main idea is to use a spiking neural network (SNN) to construct a latent feature space in which the coordinate matrix learned from a graph convolution network look up the table. The experim...
The authors proposed a pairwised Markov random field model to learn both features and segmentation from images without further supervision signals. They showed that the features learned by the shallow neural networks based on the contrastive learning loss are local averages, opponent colors and Gabor-like stripe patter...
Recommendation: 3: reject, not good enough
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: The authors proposed a pairwised Markov random field model to learn both features and segmentation from images without further supervision signals. They showed that the features learned by the shallow neural networks based on the contrastive learning loss are local averages, opponent colors and Gabor-like strip...
In this paper, the authors study the components in binary convolution, such as residual connection, Batch Norm, activation function, and structure, for image restoration (IR) tasks. The aim is to conduct systematic analyses to explain each component’s role in binary convolution and discuss the pitfalls of such mechanis...
Recommendation: 3: reject, not good enough
Area: Applications (eg, speech processing, computer vision, NLP)
Review: In this paper, the authors study the components in binary convolution, such as residual connection, Batch Norm, activation function, and structure, for image restoration (IR) tasks. The aim is to conduct systematic analyses to explain each component’s role in binary convolution and discuss the pitfalls of such ...
The main contribution is to tune differentiable “hyperparameters” by splitting the trainable parameters and dataset in a way that separates the data seen for tuning hyperparameters, ensuring that the set of hyperparameters are generally good for a wide range of parameters. The splitting technique is inspired by the mar...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The main contribution is to tune differentiable “hyperparameters” by splitting the trainable parameters and dataset in a way that separates the data seen for tuning hyperparameters, ensuring that the set of hyperparameters are generally good for a wide range of parameters. The splitting technique is inspired by...
This paper posits a new variational inference method based on implicit variational distributions. It develops a bound for estimating the entropy of the implicit distribution involved in the ELBO based on local linearization. The authors then use a differentiable numerical lower bound on the Jacobians of the generator t...
Recommendation: 3: reject, not good enough
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: This paper posits a new variational inference method based on implicit variational distributions. It develops a bound for estimating the entropy of the implicit distribution involved in the ELBO based on local linearization. The authors then use a differentiable numerical lower bound on the Jacobians of the gen...
The paper proposes a multi-objective Bayesian optimization approach for the molecules design problem. The proposed approach uses the hypernetwork-based GFlowNets as an acquisition function optimizer and uses a scalarization approach to combine the multiple objectives. Strengths: + The paper presents an important scie...
Recommendation: 5: marginally below the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The paper proposes a multi-objective Bayesian optimization approach for the molecules design problem. The proposed approach uses the hypernetwork-based GFlowNets as an acquisition function optimizer and uses a scalarization approach to combine the multiple objectives. Strengths: + The paper presents an import...
This work proposes a probabilistic framework for navigating the trade-off between cost and robustness in algorithmic recourse. More concretely, given a user-specified recourse invalidation rate, a loss function accounting for the invalidation rate, target score, and cost is minimized to find the suggested recourse. One...
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 work proposes a probabilistic framework for navigating the trade-off between cost and robustness in algorithmic recourse. More concretely, given a user-specified recourse invalidation rate, a loss function accounting for the invalidation rate, target score, and cost is minimized to find the suggested recou...
This paper proposes Renamer, which builds upon the Transformer architecture to achieve variable renaming variance. Their approach involves two parts: view anonymization and referent binding, and they focus on representing x86-64 blocks in their implementation. Specifically, view anonymization maps all registers with th...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes Renamer, which builds upon the Transformer architecture to achieve variable renaming variance. Their approach involves two parts: view anonymization and referent binding, and they focus on representing x86-64 blocks in their implementation. Specifically, view anonymization maps all registers...
The authors propose an inference based meta-learning approach, similar to Pearl or Varibad, but with a hierarchical latent task embedding modelled as GMM. Additionally, they propose to learn two policies, one optimised for exploration, one for exploitation. The algorithm is evaluated on MuJoCo tasks with variable goal ...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The authors propose an inference based meta-learning approach, similar to Pearl or Varibad, but with a hierarchical latent task embedding modelled as GMM. Additionally, they propose to learn two policies, one optimised for exploration, one for exploitation. The algorithm is evaluated on MuJoCo tasks with variab...
The paper focuses on the problem of learning from irregularly sampled time series data. Similar to the NLP and vision community, it employs a self-supervised pretraining approach using Transformers to improve the modeling of irregularly sampled time series data. It first applies a binning technique to covert the irregu...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper focuses on the problem of learning from irregularly sampled time series data. Similar to the NLP and vision community, it employs a self-supervised pretraining approach using Transformers to improve the modeling of irregularly sampled time series data. It first applies a binning technique to covert th...
The paper proposes a framework and algorithms for verifying the robustness of combinatorial optimization solvers for graph problems. A key idea is to define a new criterion of successful attacks to the solver, defined without using the optimal solutions, whereas the previous work requires them. The paper then proposes ...
Recommendation: 8: accept, good paper
Area: Optimization (eg, convex and non-convex optimization)
Review: The paper proposes a framework and algorithms for verifying the robustness of combinatorial optimization solvers for graph problems. A key idea is to define a new criterion of successful attacks to the solver, defined without using the optimal solutions, whereas the previous work requires them. The paper then p...
This paper studies the multi-task learning problem with representation learning. Specifically it proposes online representation learning algorithms to capture the shared features in the different task-specific bilinear forms. Unfortunately, the proposed algorithms are not validated on any RL problem, simulated or real...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper studies the multi-task learning problem with representation learning. Specifically it proposes online representation learning algorithms to capture the shared features in the different task-specific bilinear forms. Unfortunately, the proposed algorithms are not validated on any RL problem, simulated...
This work proposes to use the discriminator in a GAN as a feature extractor for self-supervised representation learning. Assuming that both real and fake features from the discriminator follow a gaussian distribution, the authors propose a loss based on the distance between the real and fake gaussian distributions. The...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This work proposes to use the discriminator in a GAN as a feature extractor for self-supervised representation learning. Assuming that both real and fake features from the discriminator follow a gaussian distribution, the authors propose a loss based on the distance between the real and fake gaussian distributi...
This paper considers backdoor threats under the real-world machine learning as a service (MLaaS) setting where users can only query and obtain predictions of the deployed model. In this setting, the existing defenses fail to work because they assume that the suspicious models are transparent to users and can be modifie...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper considers backdoor threats under the real-world machine learning as a service (MLaaS) setting where users can only query and obtain predictions of the deployed model. In this setting, the existing defenses fail to work because they assume that the suspicious models are transparent to users and can be...
This paper introduces the Wasserstein auto-encoded MDP (WAE-MDP), which is a latent space model that aims to overcome some of the shortcomings of a prior latent space model (VAE-MDP). Their method learns a (small) discrete representation of the state-action space. Their approach lends itself to formal guarantees on beh...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper introduces the Wasserstein auto-encoded MDP (WAE-MDP), which is a latent space model that aims to overcome some of the shortcomings of a prior latent space model (VAE-MDP). Their method learns a (small) discrete representation of the state-action space. Their approach lends itself to formal guarantee...
In this paper, the author combines the existing gram matrices into the group robustness classification. The whole pipeline can be summarized into two steps: the author first adopts the clustering techniques to cluster the dataset samples into several groups with the gram matrices features; then, cluster groups with 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: In this paper, the author combines the existing gram matrices into the group robustness classification. The whole pipeline can be summarized into two steps: the author first adopts the clustering techniques to cluster the dataset samples into several groups with the gram matrices features; then, cluster groups...
This paper examines the use of conditional diffusion models (at the decoder side) for end-to-end optimized lossy image compression. Strengths: 1. The use of conditional diffusion models in the context of neural image compression is somewhat novel. 2. The experimental results, especially using more than 15 image quali...
Recommendation: 5: marginally below the acceptance threshold
Area: Generative models
Review: This paper examines the use of conditional diffusion models (at the decoder side) for end-to-end optimized lossy image compression. Strengths: 1. The use of conditional diffusion models in the context of neural image compression is somewhat novel. 2. The experimental results, especially using more than 15 ima...
This submission proposed a new simple yet effective method, named Reconstruction-Consistent Masked Auto-Encoder (RC-MAE), by equipping the latest ViT-based Masked image modeling (MIM) with mean teachers. The authors derive some approximations (using a simple linear model) on MIM pretext setting to analyze the role of m...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This submission proposed a new simple yet effective method, named Reconstruction-Consistent Masked Auto-Encoder (RC-MAE), by equipping the latest ViT-based Masked image modeling (MIM) with mean teachers. The authors derive some approximations (using a simple linear model) on MIM pretext setting to analyze the r...
This work investigates gradient descent with a step size larger than the $\frac{2}{L}$ predicted by the standard theory, a regime known as the edge of stability. The authors provided sufficient conditions for ensuring an oscillatory (instead of diverging) behavior around the local minima for 1-dimensional functions. Fo...
Recommendation: 6: marginally above the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: This work investigates gradient descent with a step size larger than the $\frac{2}{L}$ predicted by the standard theory, a regime known as the edge of stability. The authors provided sufficient conditions for ensuring an oscillatory (instead of diverging) behavior around the local minima for 1-dimensional funct...
This paper proposes an algorithm, called TSEETC that aims at providing a low-regret learning algorithm for partially observable multi-armed bandits. In this paper, the decision maker faces N Markov reward processes and chooses which arm to activate at each time instant. The state of a given arm is revealed to the decis...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes an algorithm, called TSEETC that aims at providing a low-regret learning algorithm for partially observable multi-armed bandits. In this paper, the decision maker faces N Markov reward processes and chooses which arm to activate at each time instant. The state of a given arm is revealed to t...
The authors propose to use GFlowNet in a new application, explainability for GNNs. To me, this is a resemble application for GFlowNet, though, I'm not that much familiar with the explainability problem of GNNs. Intuitively, GFLowNet is able to generate subgraphs based on learning multiple trajectories which maximize a ...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: The authors propose to use GFlowNet in a new application, explainability for GNNs. To me, this is a resemble application for GFlowNet, though, I'm not that much familiar with the explainability problem of GNNs. Intuitively, GFLowNet is able to generate subgraphs based on learning multiple trajectories which max...
This paper proposes a method that is able to deal with regression problems in a meta-learning framework. The method estimates a parametric and tuneable distribution, leveraging Bayesian inference with linearized neural networks. The method is flexible and able to deal with unimodal and multimodal task distributions. E...
Recommendation: 3: reject, not good enough
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: This paper proposes a method that is able to deal with regression problems in a meta-learning framework. The method estimates a parametric and tuneable distribution, leveraging Bayesian inference with linearized neural networks. The method is flexible and able to deal with unimodal and multimodal task distribu...
This paper uses the neural operator framework with kernel to learn solutions to PDE (see e.g. Neural Fourier Operator work, FNO) as a base method. The paper add modifications to the discretised kernel to achieve better predictions on the boundaries on Dirichlet, Neumann, Periodic boundary conditions. The kernel manipul...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper uses the neural operator framework with kernel to learn solutions to PDE (see e.g. Neural Fourier Operator work, FNO) as a base method. The paper add modifications to the discretised kernel to achieve better predictions on the boundaries on Dirichlet, Neumann, Periodic boundary conditions. The kernel...
This paper proposes a method to transfer policies across agents having different observations and action spaces in a given environment, but a shared space of subgoals and the same set of subgoals that lead to a given goal. To do so, it trains a policy in an origin environment, decoupling it into an inverse dynamic mode...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes a method to transfer policies across agents having different observations and action spaces in a given environment, but a shared space of subgoals and the same set of subgoals that lead to a given goal. To do so, it trains a policy in an origin environment, decoupling it into an inverse dyna...
This work studies whether the heavy-tailed nature of gradient is the true cause of Adam outperforming SGD, as suggested by prior work (J. Zhang et. al., 20). The paper conducts an extensive set of experiments involving decreasing noise level of SGD/Adam via increasing the batchsize from small batch all the way to fullb...
Recommendation: 5: marginally below the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: This work studies whether the heavy-tailed nature of gradient is the true cause of Adam outperforming SGD, as suggested by prior work (J. Zhang et. al., 20). The paper conducts an extensive set of experiments involving decreasing noise level of SGD/Adam via increasing the batchsize from small batch all the way ...
The paper analyses the problem of constructing maps netween infinite dim function spaces. The paper claims 3 contributions: 1. An information-theoretic lower bound of learning a linear operator between two infinite-dimensional Sobolev RKHSs consisting of two polynomial rates, the first of which depends on the input s...
Recommendation: 8: accept, good paper
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The paper analyses the problem of constructing maps netween infinite dim function spaces. The paper claims 3 contributions: 1. An information-theoretic lower bound of learning a linear operator between two infinite-dimensional Sobolev RKHSs consisting of two polynomial rates, the first of which depends on the...
The authors propose a way to approximate the function space distance for certain broad classes of neural networks. This methods is less computationally expensive and more precise than alternatives based on the Taylor decomposition of the FSD, and are particularly suited for continual learning. STRENGTHS: * The paper st...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The authors propose a way to approximate the function space distance for certain broad classes of neural networks. This methods is less computationally expensive and more precise than alternatives based on the Taylor decomposition of the FSD, and are particularly suited for continual learning. STRENGTHS: * The ...
Simple changes are proposed to overcome expressivity limits of GNN propagation. The changes involve new parameters $\omega$, which very naturally allow both smoothing-type propagations and sharpening-type propagations. Instantiations of the proposed changes in GCNs and GATs are empirically tested in both node and graph...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: Simple changes are proposed to overcome expressivity limits of GNN propagation. The changes involve new parameters $\omega$, which very naturally allow both smoothing-type propagations and sharpening-type propagations. Instantiations of the proposed changes in GCNs and GATs are empirically tested in both node a...
The paper proposes a model selection procedure for choosing stable models that have minimax optimal risk across a family of distributions induced by intervening on mutable variables. This work extends the shift-stable prediction principles established in Subbaswamy et al 2019, who established that one can construct a ...
Recommendation: 3: reject, not good enough
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: The paper proposes a model selection procedure for choosing stable models that have minimax optimal risk across a family of distributions induced by intervening on mutable variables. This work extends the shift-stable prediction principles established in Subbaswamy et al 2019, who established that one can cons...
This paper proposes paralleled Q-learning, a three-component framework to accelerate Q-learning. The design of the components enables concurrent execution, and experiments on Isaac Gym and vision-based benchmarks against other state-of-the-art algorithms such as PPO, DDPG and SAC show significant improvement as measure...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes paralleled Q-learning, a three-component framework to accelerate Q-learning. The design of the components enables concurrent execution, and experiments on Isaac Gym and vision-based benchmarks against other state-of-the-art algorithms such as PPO, DDPG and SAC show significant improvement as...
This paper describes a novel structured representation of scenes with several levels of hierarchy. The representation is divided into slots which provide object compositionality, and slots have several blocks of latent dimensions which are aimed to disentangle factors of variations for each object. To obtain this repre...
Recommendation: 8: accept, good paper
Area: Unsupervised and Self-supervised learning
Review: This paper describes a novel structured representation of scenes with several levels of hierarchy. The representation is divided into slots which provide object compositionality, and slots have several blocks of latent dimensions which are aimed to disentangle factors of variations for each object. To obtain th...
This paper conducts an empirical analysis of the interaction between batch normalization and bounded activation functions. Specifically, the paper compares the architecture using batch normalization after a bounded activation(Swap model) and the architecture using a bounded activation after batch normalization(Conventi...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper conducts an empirical analysis of the interaction between batch normalization and bounded activation functions. Specifically, the paper compares the architecture using batch normalization after a bounded activation(Swap model) and the architecture using a bounded activation after batch normalization(...
The author introduces a new efficient adversarial training method, AutoJoin, to efficiently produce robust models for imaged-based maneuvering. Compared with Shen, the method adds a new denoising autoencoder to reconstruction the image so as to remove the noise added to the input image. The method achieves better empir...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The author introduces a new efficient adversarial training method, AutoJoin, to efficiently produce robust models for imaged-based maneuvering. Compared with Shen, the method adds a new denoising autoencoder to reconstruction the image so as to remove the noise added to the input image. The method achieves bett...
This submission presents a method for fine-tuning large generative models on small datasets efficiently. The proposed approach used CLIP to encode images from the small datasets into a semantic latents space that is then used to condition the frozen pre-trained model via a cross-attention module. The approach is evalua...
Recommendation: 5: marginally below the acceptance threshold
Area: Generative models
Review: This submission presents a method for fine-tuning large generative models on small datasets efficiently. The proposed approach used CLIP to encode images from the small datasets into a semantic latents space that is then used to condition the frozen pre-trained model via a cross-attention module. The approach i...
This paper considers the problem of finding top-k eigenvalues of the symmetric generalized eigenvalue problem (SGEP). It proposes a game-theoretic formulation whose Nash equilibrium is the top-k eigenvalues of SGEP. Using this new result, the authors develop a parallelizable algorithm suitable for tackling SGEP with st...
Recommendation: 8: accept, good paper
Area: General Machine Learning
Review: This paper considers the problem of finding top-k eigenvalues of the symmetric generalized eigenvalue problem (SGEP). It proposes a game-theoretic formulation whose Nash equilibrium is the top-k eigenvalues of SGEP. Using this new result, the authors develop a parallelizable algorithm suitable for tackling SGEP...
This work studies distributed (synchronous) algorithms for monotone variational inequality (VI) optimization, generalizing convex minimization, saddle-point problems, and games. Specifically, it proposes a quantized, general extra-gradient framework called "Q-GenX" that unifies previous methods. This approach uses unb...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: This work studies distributed (synchronous) algorithms for monotone variational inequality (VI) optimization, generalizing convex minimization, saddle-point problems, and games. Specifically, it proposes a quantized, general extra-gradient framework called "Q-GenX" that unifies previous methods. This approach ...
This paper focuses on Scene Graph Generation (SGG), a task that aims to predict the relationships between objects detected in a scene. In this paper, they propose "primal fusion" which tries to inject entity relation information (between the features of the subject and object entity) and modality dependencies (between ...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper focuses on Scene Graph Generation (SGG), a task that aims to predict the relationships between objects detected in a scene. In this paper, they propose "primal fusion" which tries to inject entity relation information (between the features of the subject and object entity) and modality dependencies (...
The paper studies linear regions of a ReLU neural network, which naturally form a "canonical polyhedral complex". They introduce a dual complex, the so-called "sign sequence complex", which is also a generalization of activation patterns. They prove that the sign sequences of the vertices of the canonical complex is su...
Recommendation: 5: marginally below the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The paper studies linear regions of a ReLU neural network, which naturally form a "canonical polyhedral complex". They introduce a dual complex, the so-called "sign sequence complex", which is also a generalization of activation patterns. They prove that the sign sequences of the vertices of the canonical compl...
The paper considers outlier detection in a few-shot setting with a small samples size in the target domain. They propose to combine self-supervised learning with two loss terms, one loss term to encourage larger similarities between in domain samples, and a second loss term to encourage smaller similarities between i...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper considers outlier detection in a few-shot setting with a small samples size in the target domain. They propose to combine self-supervised learning with two loss terms, one loss term to encourage larger similarities between in domain samples, and a second loss term to encourage smaller similarities b...
The paper proposed a two-step generation-based method for open set selective classification. The generation process starts with first generating a set of OOD labels then examples conditioned on these novel labels. The paper also proposed a new training objective that pushes the max probability of ID predictions above t...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper proposed a two-step generation-based method for open set selective classification. The generation process starts with first generating a set of OOD labels then examples conditioned on these novel labels. The paper also proposed a new training objective that pushes the max probability of ID predictions...
This paper introduces a new variant of transformers for graph-structured tasks, building on both the original transformer architecture and the "graph networks" framework of [Battaglia et al. (2021)](https://arxiv.org/abs/1806.01261). Their model, called "relational transformer" (RT), includes edge attributes that parti...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper introduces a new variant of transformers for graph-structured tasks, building on both the original transformer architecture and the "graph networks" framework of [Battaglia et al. (2021)](https://arxiv.org/abs/1806.01261). Their model, called "relational transformer" (RT), includes edge attributes th...
In this paper, the authors introduce a distribution-dependent stage-aware ranking score (DDSAR-Score) for NAS to search FD-friendly backbone architectures. The proposed DDSAR-score aims at estimating the stage-level expressivity and identify the importance of each stage which can be used for NAS. Several modifications ...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: In this paper, the authors introduce a distribution-dependent stage-aware ranking score (DDSAR-Score) for NAS to search FD-friendly backbone architectures. The proposed DDSAR-score aims at estimating the stage-level expressivity and identify the importance of each stage which can be used for NAS. Several modifi...
The paper studies the delayed impact of fairness. The authors introduce a notion of fairness called \emph{equal improvability}, which, subject to a bounded amount of improvement, equalizes the probability of acceptance for the rejected members across all populations. The authors aim to solve the typical loss minimizati...
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 studies the delayed impact of fairness. The authors introduce a notion of fairness called \emph{equal improvability}, which, subject to a bounded amount of improvement, equalizes the probability of acceptance for the rejected members across all populations. The authors aim to solve the typical loss mi...
This paper proposes to learn category-level 6D object pose in an unsupervised manner. The key contribution lies in a framework to learn 2D-3D correspondences between image and a category-level canonical shape as a mesh. The correspondences are learned by regressing surface embedding on both image pixels and mesh vertic...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper proposes to learn category-level 6D object pose in an unsupervised manner. The key contribution lies in a framework to learn 2D-3D correspondences between image and a category-level canonical shape as a mesh. The correspondences are learned by regressing surface embedding on both image pixels and mes...
This paper studies offline model-based RL, specifically identified several shortcomings of the previously proposed MuZero Unplugged. The proposed ROSMO (Regularized One-Step Model-based Offline RL) incorporates (i) one-step lookahead instead of MCTS planning, (ii) behavior regularization. Extensive experiments and ab...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper studies offline model-based RL, specifically identified several shortcomings of the previously proposed MuZero Unplugged. The proposed ROSMO (Regularized One-Step Model-based Offline RL) incorporates (i) one-step lookahead instead of MCTS planning, (ii) behavior regularization. Extensive experiment...
The authors suggest an unsupervised method for semantically meaningful perturbations of the learned latent W in GAN models such as StyleGAN. They propose to find a global basis called Frechet basis. The basis is discover in two steps: 1. The global semantic subspace is discovered by the Frechet mean in the Grassmannian...
Recommendation: 8: accept, good paper
Area: Generative models
Review: The authors suggest an unsupervised method for semantically meaningful perturbations of the learned latent W in GAN models such as StyleGAN. They propose to find a global basis called Frechet basis. The basis is discover in two steps: 1. The global semantic subspace is discovered by the Frechet mean in the Gras...
NNDE solvers are popular these days, e.g., PINN, etc. This paper presents a method to estimate the error of those NNDE solvers and an iterative method to improve their accuracy. The authors introduce two fundamental theorems, from which their algorithms are designed. They also present some experimental results to show ...
Recommendation: 3: reject, not good enough
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: NNDE solvers are popular these days, e.g., PINN, etc. This paper presents a method to estimate the error of those NNDE solvers and an iterative method to improve their accuracy. The authors introduce two fundamental theorems, from which their algorithms are designed. They also present some experimental results ...
The paper at hand prososes an extension of a recent proposed semi-supervised representation learning approach PAWS. The extension focuses in robustness, hence, RoPAWS, concerning uncurated data from, e.g., out-of-distribution data. This is a relevant problem in many real world applications. + Quite simple extensions to...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper at hand prososes an extension of a recent proposed semi-supervised representation learning approach PAWS. The extension focuses in robustness, hence, RoPAWS, concerning uncurated data from, e.g., out-of-distribution data. This is a relevant problem in many real world applications. + Quite simple exten...
The paper addresses the question that considers if the marginal likelihood and the posterior predictive losses exhibit a monotone error curve (as other learning models do) and double descent in the input dimension. For that reason, the paper introduces the necessary conditions for proving the results and verify empiric...
Recommendation: 3: reject, not good enough
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The paper addresses the question that considers if the marginal likelihood and the posterior predictive losses exhibit a monotone error curve (as other learning models do) and double descent in the input dimension. For that reason, the paper introduces the necessary conditions for proving the results and verify...
This paper proposes a framework and new methods to measure and compare different representation manifolds (RMs) to explore various pretraining methods. The analyses show that some self-supervised methods learn an RM where alterations lead to large but constant size changes, indicating a smoother RM than fully supervise...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper proposes a framework and new methods to measure and compare different representation manifolds (RMs) to explore various pretraining methods. The analyses show that some self-supervised methods learn an RM where alterations lead to large but constant size changes, indicating a smoother RM than fully s...