review
stringlengths
5
16.6k
score
stringclasses
5 values
area
stringclasses
12 values
text
stringlengths
31
5.65k
This paper introduce a new metric (ROSCOE) for the generic step-by-step reasoning task. In particular, ROSCOE includes four fine-grained metrics under four perspectives: *semantic alignment*, *semantic similarity*, *logical inference* and *language coherence*, where each fine-grained metric further contains a bunch of ...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper introduce a new metric (ROSCOE) for the generic step-by-step reasoning task. In particular, ROSCOE includes four fine-grained metrics under four perspectives: *semantic alignment*, *semantic similarity*, *logical inference* and *language coherence*, where each fine-grained metric further contains a b...
This paper can be thought of as two (related) papers: 1. A proposed benchmark for learning constraints from demonstrations in continuous (approximately deterministic) domains. Here constraint is taken to be an assertion that sum of unknown random variables (either in expectation or per episode) is less than a particul...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper can be thought of as two (related) papers: 1. A proposed benchmark for learning constraints from demonstrations in continuous (approximately deterministic) domains. Here constraint is taken to be an assertion that sum of unknown random variables (either in expectation or per episode) is less than a ...
This work considers the problem of reconstructing sparse vectors from an underdetermined system of equations when the measurements are commuted. First, it gives a lower bound on the required number of measurements given a certain SNR. Then, it analyses an estimator which gives corresponding upper bounds (depending on t...
Recommendation: 6: marginally above the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: This work considers the problem of reconstructing sparse vectors from an underdetermined system of equations when the measurements are commuted. First, it gives a lower bound on the required number of measurements given a certain SNR. Then, it analyses an estimator which gives corresponding upper bounds (depend...
The paper learns a policy to automatically re-mesh the current mesh used in physics simulation, so that delicate regions where rich dynamics happens can leverage more computational power. It uses reinforcement learning to train the policy end-to-end, with the reward being a combination of simulation accuracy and speed....
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The paper learns a policy to automatically re-mesh the current mesh used in physics simulation, so that delicate regions where rich dynamics happens can leverage more computational power. It uses reinforcement learning to train the policy end-to-end, with the reward being a combination of simulation accuracy an...
The paper proposes to quantize ( two values) the updates of the adam optimizer. The approach leverages the bounded nature of adam updates to design a unbiased quantization scheme - it uses the value of the update to define a bernoulli distribution (+1, -1). They show improvements in speed in several experiments. Som...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposes to quantize ( two values) the updates of the adam optimizer. The approach leverages the bounded nature of adam updates to design a unbiased quantization scheme - it uses the value of the update to define a bernoulli distribution (+1, -1). They show improvements in speed in several experiment...
The paper proposes a RL-based approach for online weighted bipartite matching. A key novelty of the paper is to augment the decisions of the RL agent with a classic online algorithm to obtain robustness guarantees. Upon the arrival of an online vertex, the algorithm queries both a base online algorithm (called expert) ...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper proposes a RL-based approach for online weighted bipartite matching. A key novelty of the paper is to augment the decisions of the RL agent with a classic online algorithm to obtain robustness guarantees. Upon the arrival of an online vertex, the algorithm queries both a base online algorithm (called ...
This submission proposes a minibatch stochastic three points method, which only requires an approximation of the objective function at each iteration. It is an extension of a previous work of stochastic three points method that requires the exact evaluation of objective functions. Strengthes: Compared to STP, evaluatin...
Recommendation: 5: marginally below the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: This submission proposes a minibatch stochastic three points method, which only requires an approximation of the objective function at each iteration. It is an extension of a previous work of stochastic three points method that requires the exact evaluation of objective functions. Strengthes: Compared to STP, e...
The paper studies RL in linear mixture MDP with unknown transition, adversarial loss, and bandit feedback. This paper gives the first algorithm in this setting whose regret scales with sqrt(#episode) and supplements a lower bound, which matches the upper bound for the $d$ and $K$ dependency, where $K$ is #epsiode and...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper studies RL in linear mixture MDP with unknown transition, adversarial loss, and bandit feedback. This paper gives the first algorithm in this setting whose regret scales with sqrt(#episode) and supplements a lower bound, which matches the upper bound for the $d$ and $K$ dependency, where $K$ is #eps...
This paper provides a detailed and comprehensive theoretical analysis to the problem that existing DRO approaches do not bring significant performance gain over ERM. The analysis focus on the GRW framework that minimizes the weighted empirical risk. The authors show that for linear models and wide neural networks, the ...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: This paper provides a detailed and comprehensive theoretical analysis to the problem that existing DRO approaches do not bring significant performance gain over ERM. The analysis focus on the GRW framework that minimizes the weighted empirical risk. The authors show that for linear models and wide neural networ...
This paper provides a theoretical analysis on the robustness of explainers. Here, the robustness is measured as the difference between the two point $x$ and $x'$ in a close neighborhood. If explanations for $x$ and $x'$ largely differ, the explainer is deemed to be not robust. For the analysis, the authors adopted the ...
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 provides a theoretical analysis on the robustness of explainers. Here, the robustness is measured as the difference between the two point $x$ and $x'$ in a close neighborhood. If explanations for $x$ and $x'$ largely differ, the explainer is deemed to be not robust. For the analysis, the authors adop...
The paper focuses on the problem of combining replay models and regularization techniques for task-incremental continual learning (TIL). In the words of the authors, "we design a prior that provably gives better gradient reconstructions by utilizing two types of replay and a quadratic weight-regularizer". The concept o...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: The paper focuses on the problem of combining replay models and regularization techniques for task-incremental continual learning (TIL). In the words of the authors, "we design a prior that provably gives better gradient reconstructions by utilizing two types of replay and a quadratic weight-regularizer". The c...
In this paper authors propose to use two separate networks, one that is trained to detect hate speech and the other that is trained to detect sarcasm. The final sarcasm detection score is then a combination of the outputs of both networks. Strengths: - Good idea to try to separate out hate from sarcasm via separate ...
Recommendation: 3: reject, not good enough
Area: Applications (eg, speech processing, computer vision, NLP)
Review: In this paper authors propose to use two separate networks, one that is trained to detect hate speech and the other that is trained to detect sarcasm. The final sarcasm detection score is then a combination of the outputs of both networks. Strengths: - Good idea to try to separate out hate from sarcasm via s...
In this paper, the authors study the performance of transformer models on downstream tasks as the total computational budget is decreased. This process, known as cramming in the paper, turns the problem of training these enormous language models in a new direction from the typical scenario used in industrial labs that...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: In this paper, the authors study the performance of transformer models on downstream tasks as the total computational budget is decreased. This process, known as cramming in the paper, turns the problem of training these enormous language models in a new direction from the typical scenario used in industrial l...
The paper proposes new algorithms for CCA and Partial Least Squares problems based on game-theoretic formulations, following previous work by Gemp et al. The proposed algorithm relaxes some constraints and works well empirically. While the proposed algorithm seems to be promising empirically, its description and motiva...
Recommendation: 3: reject, not good enough
Area: Optimization (eg, convex and non-convex optimization)
Review: The paper proposes new algorithms for CCA and Partial Least Squares problems based on game-theoretic formulations, following previous work by Gemp et al. The proposed algorithm relaxes some constraints and works well empirically. While the proposed algorithm seems to be promising empirically, its description an...
This paper proposes a new out-of-distribution detection method that is based on supervised contrastive learning in a hyperspherical space. The core component of the proposed method is a novel regularizer that encourages the separation of class centroids. The resulting hyperspherical space is highly effective in distan...
Recommendation: 8: accept, good paper
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: This paper proposes a new out-of-distribution detection method that is based on supervised contrastive learning in a hyperspherical space. The core component of the proposed method is a novel regularizer that encourages the separation of class centroids. The resulting hyperspherical space is highly effective i...
In this paper, the authors focus on the seeded graph matching problem, which is a variant of the graph matching problem with several pre-matched pairs as initial seeds. In existing works, the seeds are hardly considered especially in supervised graph matching works. They propose to apply the GNN jointly over both the t...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: In this paper, the authors focus on the seeded graph matching problem, which is a variant of the graph matching problem with several pre-matched pairs as initial seeds. In existing works, the seeds are hardly considered especially in supervised graph matching works. They propose to apply the GNN jointly over bo...
This paper discusses the impact of multiple objectives. Pareto optimality guarantees are discussed, and actor-critic formulation is provided. The paper analyses the dynamics of the induced value functions resultant from policy alterations in MORL problems. The analysis seems good. The proposed algorithm mainly adds ...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper discusses the impact of multiple objectives. Pareto optimality guarantees are discussed, and actor-critic formulation is provided. The paper analyses the dynamics of the induced value functions resultant from policy alterations in MORL problems. The analysis seems good. The proposed algorithm main...
The paper presents a theoretical analysis, hoping to show that one-step RL is equivalent to a certain type of critic regularization. Strength: - The general idea of discovering equivalence between methods, which look like arbitrary choices, is quite interesting (and can be useful as it clarifies false expectations fo...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper presents a theoretical analysis, hoping to show that one-step RL is equivalent to a certain type of critic regularization. Strength: - The general idea of discovering equivalence between methods, which look like arbitrary choices, is quite interesting (and can be useful as it clarifies false expecta...
This paper proposes a classifier that performs well under the shift of class proportions. The approach involves a distributionally robust formulation (a min-max problem) where the weight vector is constrained in a $f$-divergence ball of radius $\delta$. The optimal post-hoc classifier is shown to be a reweighed classif...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper proposes a classifier that performs well under the shift of class proportions. The approach involves a distributionally robust formulation (a min-max problem) where the weight vector is constrained in a $f$-divergence ball of radius $\delta$. The optimal post-hoc classifier is shown to be a reweighed...
This paper proposes a retrieval augmented diffusion model for the task of text to image synthesis. The idea is to condition the diffusion model on the external knowledge base in addition to the text embeddings that are used in text-to-image diffusion models. Conditioning on the retrieved nearest neighbor embeddings hap...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes a retrieval augmented diffusion model for the task of text to image synthesis. The idea is to condition the diffusion model on the external knowledge base in addition to the text embeddings that are used in text-to-image diffusion models. Conditioning on the retrieved nearest neighbor embedd...
This paper presents an approach to use MAML-based meta learning to learn a neural operator that approximates complex PDE-based equations with different physical parameters. Instead of optimizing all parameters of the base model during inner optimization (like vanilla MAML) or only the last layer (like ANIL), this paper...
Recommendation: 5: marginally below the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper presents an approach to use MAML-based meta learning to learn a neural operator that approximates complex PDE-based equations with different physical parameters. Instead of optimizing all parameters of the base model during inner optimization (like vanilla MAML) or only the last layer (like ANIL), th...
The paper introduces a method to analyze the vulnerabilities of deep reinforcement learning policies. Experiments are conducted to illustrate the non-robust features, and show how adversarial attack techniques and robust training affect these features. Some questions or suggestions about the paper: 1. The authors sh...
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 introduces a method to analyze the vulnerabilities of deep reinforcement learning policies. Experiments are conducted to illustrate the non-robust features, and show how adversarial attack techniques and robust training affect these features. Some questions or suggestions about the paper: 1. The au...
The paper explores different embedding extraction techniques in Graph Neural Networks (GNNs), and proposes Graph-connected Network (GraNet) layers, claiming that this approach improves the accuracy compared to traditional GNNs. - Weaknesses: -- it's not clear to me what is the main goal or contribution of the paper. ...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper explores different embedding extraction techniques in Graph Neural Networks (GNNs), and proposes Graph-connected Network (GraNet) layers, claiming that this approach improves the accuracy compared to traditional GNNs. - Weaknesses: -- it's not clear to me what is the main goal or contribution of the...
This paper studied the problem of solving federated compositional pairwise risk minimization. This problem has several applications in AUROC maximization with a pairwise loss, partial AUROC maximization with a compositional loss, etc. The main challenge of solving this problem stems from the non-decomposability of the ...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: This paper studied the problem of solving federated compositional pairwise risk minimization. This problem has several applications in AUROC maximization with a pairwise loss, partial AUROC maximization with a compositional loss, etc. The main challenge of solving this problem stems from the non-decomposability...
The authors propose FEDDC, a new scheme for training federated learning systems. The main idea is that at each communication round a client can either receive the model of another random client (daisy chaining round) or an aggregated model (aggregation round). The authors show convergence rate and generalization bound ...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The authors propose FEDDC, a new scheme for training federated learning systems. The main idea is that at each communication round a client can either receive the model of another random client (daisy chaining round) or an aggregated model (aggregation round). The authors show convergence rate and generalizatio...
In this paper, the authors transform the model hijacking attack into a more general multimodal settings, where the hijacking and original tasks are performed on data of different modalities. Specifically, they focus on the setting where an adversary implements a natural language processing (NLP) hijacking task into an ...
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 transform the model hijacking attack into a more general multimodal settings, where the hijacking and original tasks are performed on data of different modalities. Specifically, they focus on the setting where an adversary implements a natural language processing (NLP) hijacking task ...
This paper proposed a weakly supervised method for oriented object detection by leveraging only horizontal bounding boxes. The network is able to learn to predict the rotated boxes by building the transition functions between a WS branch on original images and a SS branch on rotated images. By building upon the FCOS d...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposed a weakly supervised method for oriented object detection by leveraging only horizontal bounding boxes. The network is able to learn to predict the rotated boxes by building the transition functions between a WS branch on original images and a SS branch on rotated images. By building upon th...
This paper introduces a new approach (MDPO) to model-based decentralized reinforcement learning by leveraging a latent variable function $\psi(z|o)$ to help learn the observation transition $P_i(o_i'|o_i,a_i,z_i)$ and reward $R_i(o_i,a_i,z_i)$ models. The main problem this paper tries to address is that the assumptio...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper introduces a new approach (MDPO) to model-based decentralized reinforcement learning by leveraging a latent variable function $\psi(z|o)$ to help learn the observation transition $P_i(o_i'|o_i,a_i,z_i)$ and reward $R_i(o_i,a_i,z_i)$ models. The main problem this paper tries to address is that the a...
The paper proposes a new goal selection algorithm for training curricula of goal-oriented reinforcement learning agents. The algorithm, called query the agent, estimates epistemic uncertainty of the agent in the state space and sets goals in areas with higher epistemic uncertainty. The algorithm is evaluated on a set o...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper proposes a new goal selection algorithm for training curricula of goal-oriented reinforcement learning agents. The algorithm, called query the agent, estimates epistemic uncertainty of the agent in the state space and sets goals in areas with higher epistemic uncertainty. The algorithm is evaluated on...
This paper considers supervised learning in the setting where the data is drawn in a 2 stage process: first, a domain is selected, second, a batch of data is drawn from this domain. The observations include the batch index, but not the underlying domain the data was collected from. The learning problem considered here ...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper considers supervised learning in the setting where the data is drawn in a 2 stage process: first, a domain is selected, second, a batch of data is drawn from this domain. The observations include the batch index, but not the underlying domain the data was collected from. The learning problem consider...
The paper proposes a method for an ILP-style rule-learning problem by using gradient descent over differentiable approximations to the various connectives in the language under consideration. The method is empirically tested on a suite of ILP tasks, the CLUTRR benchmark, and some knowledge graph completion tasks. The m...
Recommendation: 3: reject, not good enough
Area: General Machine Learning
Review: The paper proposes a method for an ILP-style rule-learning problem by using gradient descent over differentiable approximations to the various connectives in the language under consideration. The method is empirically tested on a suite of ILP tasks, the CLUTRR benchmark, and some knowledge graph completion task...
This paper addresses the problem of the aspect-ratio shift between the base and novel classes in few-shot object detection resulting in the poor box proposals of the RPN in a two-stage detector. They propose using multiple classifiers instead of one as in the current RPN. Their experiments show significant improvements...
Recommendation: 3: reject, not good enough
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper addresses the problem of the aspect-ratio shift between the base and novel classes in few-shot object detection resulting in the poor box proposals of the RPN in a two-stage detector. They propose using multiple classifiers instead of one as in the current RPN. Their experiments show significant impr...
This paper proposes a neural diffusion-reaction process model, which can take into account the timestamps and model the temporal embedding of participants behind high-order interactions, compared with existing related tensor factorization methods. - To that end, they build the model upon the ODE framework that can han...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes a neural diffusion-reaction process model, which can take into account the timestamps and model the temporal embedding of participants behind high-order interactions, compared with existing related tensor factorization methods. - To that end, they build the model upon the ODE framework that...
This paper study an interesting problem that improves user engagement in sequential recommendations. Considering that current rules of taking a break are manually settled, this paper propose to learning a user dependent and stationary policy to decide when to take a break. Lotka-Volterra dynamics is used to model two p...
Recommendation: 6: marginally above the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: This paper study an interesting problem that improves user engagement in sequential recommendations. Considering that current rules of taking a break are manually settled, this paper propose to learning a user dependent and stationary policy to decide when to take a break. Lotka-Volterra dynamics is used to mod...
This paper introduces a benchmark for evaluating vision-based dynamics models. The paper shows that common prediction metrics (typically revolving around predicted image quality and not physical plausibility or causal interaction effects) may not necessarily correlate with control performance, and thus proposes an eval...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper introduces a benchmark for evaluating vision-based dynamics models. The paper shows that common prediction metrics (typically revolving around predicted image quality and not physical plausibility or causal interaction effects) may not necessarily correlate with control performance, and thus proposes...
The paper considers the (federated) private model personalization problem, and provides a utility guarantee in the bilinear case. The technical contribution is to prove a utility bound when using DPSGD to learn the shared representation, which improves upon the best known bound (that uses sufficient statistics perturba...
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 considers the (federated) private model personalization problem, and provides a utility guarantee in the bilinear case. The technical contribution is to prove a utility bound when using DPSGD to learn the shared representation, which improves upon the best known bound (that uses sufficient statistics ...
This paper proposes a new neural attention model called "ChordMixer" to enable long-range interactions for sequences with variable lengths. The proposal takes inspiration from the Chord protocol in P2P networks. The ChordMixer consists of a series of ChordMixer blocks where in each block, an input token with $d/M$ dime...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper proposes a new neural attention model called "ChordMixer" to enable long-range interactions for sequences with variable lengths. The proposal takes inspiration from the Chord protocol in P2P networks. The ChordMixer consists of a series of ChordMixer blocks where in each block, an input token with $d...
This work proposes an approach for indoor localisation utilising RSSI and accelerometer data based on transformers with CRF layer an alternating loss function. Its contributions are mostly in the specific application (indoor localisation) rather than the methods. S + important ML application + solid analysis of the da...
Recommendation: 3: reject, not good enough
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This work proposes an approach for indoor localisation utilising RSSI and accelerometer data based on transformers with CRF layer an alternating loss function. Its contributions are mostly in the specific application (indoor localisation) rather than the methods. S + important ML application + solid analysis o...
The paper studies the limits of the adversarial robustness that can be obtained by combining $M$ different classifiers into one randomized classifier that at inference time, chooses one of the elements with certain probability. Some intermediate lower and upper bounds are presented that illustrate the main intuition be...
Recommendation: 8: accept, good paper
Area: General Machine Learning
Review: The paper studies the limits of the adversarial robustness that can be obtained by combining $M$ different classifiers into one randomized classifier that at inference time, chooses one of the elements with certain probability. Some intermediate lower and upper bounds are presented that illustrate the main intu...
The authors introduce a feature generation and model boosting methodology, dubbed "OpenFE". OpenFE proceeds by 1. Generating a set of possible features, by ways of atomic operations (elementary operations, as well as "grouped" operations that apply mean/min/max operations over subsets of the data corresponding to th...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: The authors introduce a feature generation and model boosting methodology, dubbed "OpenFE". OpenFE proceeds by 1. Generating a set of possible features, by ways of atomic operations (elementary operations, as well as "grouped" operations that apply mean/min/max operations over subsets of the data correspondi...
Authors improve DiffStride, a pooling layer with learnable strides, by replacing the Fourier transform with a DCT. Strengths: * DCT-DiffStride is significantly better than DiffStride in the low computational cost regime. Weaknesses: * The main weakness of the paper is the minimal technical novelty (replacing DFT by DC...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: Authors improve DiffStride, a pooling layer with learnable strides, by replacing the Fourier transform with a DCT. Strengths: * DCT-DiffStride is significantly better than DiffStride in the low computational cost regime. Weaknesses: * The main weakness of the paper is the minimal technical novelty (replacing D...
This paper proposes a new semi-supervised KD framework (RKD-MLP) to filter out unlabeled nodes whose soft labels are likely to be incorrectly predicted by teachers. In this framework, they use a simple reinforcement learning framework to learn whether nodes have reliable soft labels, thus improving performance and main...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes a new semi-supervised KD framework (RKD-MLP) to filter out unlabeled nodes whose soft labels are likely to be incorrectly predicted by teachers. In this framework, they use a simple reinforcement learning framework to learn whether nodes have reliable soft labels, thus improving performance ...
The paper proposed a new notion of equivalence-preserving program embedding, proved a simple arithmetic language has an equivalence-preserving embedding, and experimentally demonstrated that having the embedding is crucial to learn an embedding of programs. Strengths: + The notion of equivalence-preserving program em...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposed a new notion of equivalence-preserving program embedding, proved a simple arithmetic language has an equivalence-preserving embedding, and experimentally demonstrated that having the embedding is crucial to learn an embedding of programs. Strengths: + The notion of equivalence-preserving pr...
In this work, the authors propose a single-loop adaptive GDA algorithm called TiAda for nonconvex minimax optimization that automatically adapts to the time-scale separation. The algorithm is parameter-agnostic and can achieve near-optimal complexities simultaneously in deterministic and stochastic settings of nonconve...
Recommendation: 5: marginally below the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: In this work, the authors propose a single-loop adaptive GDA algorithm called TiAda for nonconvex minimax optimization that automatically adapts to the time-scale separation. The algorithm is parameter-agnostic and can achieve near-optimal complexities simultaneously in deterministic and stochastic settings of ...
The paper proposes a Collaborative Adversarial Training (CAT) framework, which is based on the observation that robust models trained with different training methods have different performance on different instances, despite the models having similar accuracies. This gives rise to the proposed collaborative approach: G...
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 Collaborative Adversarial Training (CAT) framework, which is based on the observation that robust models trained with different training methods have different performance on different instances, despite the models having similar accuracies. This gives rise to the proposed collaborative app...
This paper proposes a simple method to solve the task of instruction-following in multimodal environments. While recent work makes use of pre-trained transformers, their performance is limited by (i) lack of grounding (in the case where separate vision and language models are used) and (ii) lack of ability to follow lo...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes a simple method to solve the task of instruction-following in multimodal environments. While recent work makes use of pre-trained transformers, their performance is limited by (i) lack of grounding (in the case where separate vision and language models are used) and (ii) lack of ability to f...
The paper proposes DeepTime, a deep time-index model trained via meta-learning, with the motivations for stronger smoothness prior, avoiding the problem of covariate shift, and having better sample efficiency. Experimentation on various time series benchmarks are shown. Strengths - Forecasting as meta learning framewo...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: The paper proposes DeepTime, a deep time-index model trained via meta-learning, with the motivations for stronger smoothness prior, avoiding the problem of covariate shift, and having better sample efficiency. Experimentation on various time series benchmarks are shown. Strengths - Forecasting as meta learning...
This paper presents a Transformer-based framework that iteratively forecast time series at different scales with shared weights. In particular, it proposes normalizing the downsampled time series to avoid distribution shift and using adaptive loss to deal with outliers. Experiments show the multi-scale framework can si...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper presents a Transformer-based framework that iteratively forecast time series at different scales with shared weights. In particular, it proposes normalizing the downsampled time series to avoid distribution shift and using adaptive loss to deal with outliers. Experiments show the multi-scale framewor...
This paper proposes Zero-Label Prompt Selection (ZPS), an algorithm to select the best prompt without any labeled data. In practice, they first use a heuristic rule to filter out low-quality prompts and obtain a candidate prompt set. Given these candidate prompts, they use them to assign pseudo labels for some unlabele...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes Zero-Label Prompt Selection (ZPS), an algorithm to select the best prompt without any labeled data. In practice, they first use a heuristic rule to filter out low-quality prompts and obtain a candidate prompt set. Given these candidate prompts, they use them to assign pseudo labels for some ...
This paper applies the well-known idea of meta learning to learning in games, across various game types and settings including zero-sum games, potential games, general-sum games and Stackelberg games. The authors show several theoretical results for convergence to relevant performance metrics in these games, depending ...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper applies the well-known idea of meta learning to learning in games, across various game types and settings including zero-sum games, potential games, general-sum games and Stackelberg games. The authors show several theoretical results for convergence to relevant performance metrics in these games, de...
The authors propose a novel method to interpret the black-box neural network training process. Extensive experiments demonstrate the proposed Concept-Monitor can help find some intriguing properties of adversarial training and network pruning. Strength: 1. Unlike the previous works on neural network explanations that c...
Recommendation: 5: marginally below the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The authors propose a novel method to interpret the black-box neural network training process. Extensive experiments demonstrate the proposed Concept-Monitor can help find some intriguing properties of adversarial training and network pruning. Strength: 1. Unlike the previous works on neural network explanation...
This work presents a method for identifying temporal logic rules. This method uses reinforcement learning to select rules and separately optimizes the weights of these rules. This method is evaluated on finding rules on benchmark tasks, in a transfer setting, and on a real-world problem. The method is an intuitive imp...
Recommendation: 6: marginally above the acceptance threshold
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: This work presents a method for identifying temporal logic rules. This method uses reinforcement learning to select rules and separately optimizes the weights of these rules. This method is evaluated on finding rules on benchmark tasks, in a transfer setting, and on a real-world problem. The method is an intui...
The paper proposes a method for imitation learning with heterogeneous observations. Specifically, the dynamics mismatch and the support mismatch are handled using importance weighting and rejection. Experiments show the effectiveness of the proposed IWRE method on both Atari and MuJoCo tasks. Strength: The proposed me...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper proposes a method for imitation learning with heterogeneous observations. Specifically, the dynamics mismatch and the support mismatch are handled using importance weighting and rejection. Experiments show the effectiveness of the proposed IWRE method on both Atari and MuJoCo tasks. Strength: The pro...
The paper deals with OOD examples in classification. It leverages a huge PLM and generates a few examples that distribute differently from the ID examples. Subsequently, it learns a classifier with a contrastive confidence loss. Experimental results on a few public datasets indicate the effectiveness of the proposed me...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper deals with OOD examples in classification. It leverages a huge PLM and generates a few examples that distribute differently from the ID examples. Subsequently, it learns a classifier with a contrastive confidence loss. Experimental results on a few public datasets indicate the effectiveness of the pro...
This paper studies the federated bandits with neural networks under the NTK regime. Theoretical regret analysis and experimental results are provided to show that the proposed algorithm could fully leverage the neural networks in the federated bandit setting. ### Strength - This paper is well-written and easy to follo...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: This paper studies the federated bandits with neural networks under the NTK regime. Theoretical regret analysis and experimental results are provided to show that the proposed algorithm could fully leverage the neural networks in the federated bandit setting. ### Strength - This paper is well-written and easy ...
In this paper, the authors studied the Hidden-Parameter MDP (HiP-MDP) framework, which is kind of non-stationary MDP. There is a set of parameters controlling the dynamics and reward, which may vary by tasks. This setting is very important since it can be applied in meta reinforcement learning and lifelong reinforcemen...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: In this paper, the authors studied the Hidden-Parameter MDP (HiP-MDP) framework, which is kind of non-stationary MDP. There is a set of parameters controlling the dynamics and reward, which may vary by tasks. This setting is very important since it can be applied in meta reinforcement learning and lifelong rein...
This paper studies supernet training in the federated setting. Compared to standard supernet training algorithms, various twists have been made to accommodate the constraints in federated learning systems. The experiments have verified the performance of the proposed method. Strength: - Supernet training in federated...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper studies supernet training in the federated setting. Compared to standard supernet training algorithms, various twists have been made to accommodate the constraints in federated learning systems. The experiments have verified the performance of the proposed method. Strength: - Supernet training in f...
This paper studies the stochastic bandits problem, where historical data is available. The goal is to learn a policy that exploits the available historical data to reduce regret (the difference between the maximum achievable reward and the policy's reward). The authors propose a meta-algorithm named ARTIFICIAL REPLAY...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper studies the stochastic bandits problem, where historical data is available. The goal is to learn a policy that exploits the available historical data to reduce regret (the difference between the maximum achievable reward and the policy's reward). The authors propose a meta-algorithm named ARTIFICIA...
This paper targets to one-shot federated learning under high statistical heterogeneity. The authors designed two different solutions: FEDCVAE-ENS and FEDCVAE-KD, both of which construct a VAE on the server to generate samples. The generated samples are utilised to train a classifier on the server. The difference betwee...
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 targets to one-shot federated learning under high statistical heterogeneity. The authors designed two different solutions: FEDCVAE-ENS and FEDCVAE-KD, both of which construct a VAE on the server to generate samples. The generated samples are utilised to train a classifier on the server. The differenc...
This paper tackles lifelong learning by improve effective sample size using both forward and backward tasks. This paper assumes that tasks arrive consecutively non-iid but satisfying a martingale assumption. This paper adopts the framework minimax risk classification into the lifelong learning setting. After showing th...
Recommendation: 5: marginally below the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper tackles lifelong learning by improve effective sample size using both forward and backward tasks. This paper assumes that tasks arrive consecutively non-iid but satisfying a martingale assumption. This paper adopts the framework minimax risk classification into the lifelong learning setting. After sh...
This paper presents an approach for gradient estimation for discrete k-subset sampling, called SIMPLE. For the forward pass, this approach involves discrete sampling. For the backward pass, SIMPLE efficiently computes the gradient with respect to the exact marginals of the $k$-subset distribution. Compared to compet...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper presents an approach for gradient estimation for discrete k-subset sampling, called SIMPLE. For the forward pass, this approach involves discrete sampling. For the backward pass, SIMPLE efficiently computes the gradient with respect to the exact marginals of the $k$-subset distribution. Compared t...
In this work, the authors observe that “plug-in performance estimators”, such as those commonly used in molecular generation and other reinforcement learning-esque settings, suffer from two kinds of bias. Misspecification bias results from policies which generate molecules far from those in the training set, while reus...
Recommendation: 8: accept, good paper
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: In this work, the authors observe that “plug-in performance estimators”, such as those commonly used in molecular generation and other reinforcement learning-esque settings, suffer from two kinds of bias. Misspecification bias results from policies which generate molecules far from those in the training set, wh...
In this paper, the authors proposed a novel transformer architecture to solve multi-agent games. The model contains two major parts (1) game specific tokenizers and output layers which encode different game observations into the same token space and output the right actions (2) the main transformer model with ​​permuta...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: In this paper, the authors proposed a novel transformer architecture to solve multi-agent games. The model contains two major parts (1) game specific tokenizers and output layers which encode different game observations into the same token space and output the right actions (2) the main transformer model with ​...
The paper proposes LERP, a differentiable ILP method that mines FOL rules from knowledge graphs. Compared to the prior backward-chaining methods which only learn chain-like paths in the graph, the authors propose to learn more expressive family of rules by considering the local subgraphs along the main path. In the exp...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposes LERP, a differentiable ILP method that mines FOL rules from knowledge graphs. Compared to the prior backward-chaining methods which only learn chain-like paths in the graph, the authors propose to learn more expressive family of rules by considering the local subgraphs along the main path. In...
This paper studies how and when adversarial robustness to be preserved and transferred across domains. In experiments, the paper shows that 1) training procedures affect robustness, 2) contrastive learning and llc are more generic thus achieve better robustness during target retraining, 3) training procedure on the sou...
Recommendation: 3: reject, not good enough
Area: General Machine Learning
Review: This paper studies how and when adversarial robustness to be preserved and transferred across domains. In experiments, the paper shows that 1) training procedures affect robustness, 2) contrastive learning and llc are more generic thus achieve better robustness during target retraining, 3) training procedure on...
The paper considers a multi-dimensional version of the online convex optimization. Concretely, the problem studies a sequential interaction between a predictor and an adversarial environment -- at each time, the predictor picks a point in a convex set and the environment subsequently picks M convex functions from the d...
Recommendation: 8: accept, good paper
Area: Optimization (eg, convex and non-convex optimization)
Review: The paper considers a multi-dimensional version of the online convex optimization. Concretely, the problem studies a sequential interaction between a predictor and an adversarial environment -- at each time, the predictor picks a point in a convex set and the environment subsequently picks M convex functions fr...
The paper provides a few techniques to modify the loss function to be used by a learner to ensure that the learned model doesn't exhibit extreme loss values on test examples (using the original loss function). The paper provides a good overview of related work in this area and makes two important philosophical points ...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper provides a few techniques to modify the loss function to be used by a learner to ensure that the learned model doesn't exhibit extreme loss values on test examples (using the original loss function). The paper provides a good overview of related work in this area and makes two important philosophical...
This work aims to address inconclusive findings in the literature about which models perform best for Knowledge Tracing (KT). In this paper, the authors present a baseline which convincingly outperforms most published work despite being simpler in nature. STRENGTHS - This work gives a very comprehensive review of doze...
Recommendation: 8: accept, good paper
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: This work aims to address inconclusive findings in the literature about which models perform best for Knowledge Tracing (KT). In this paper, the authors present a baseline which convincingly outperforms most published work despite being simpler in nature. STRENGTHS - This work gives a very comprehensive review...
This paper studies the ability of Markovian rewards to express tasks in some generalized RL settings, namely multi-objective RL, risk-averse RL, and the so-called modal RL. The tasks are intended as total policy ordering (multi-objective RL, modal RL) or total trajectory ordering (risk-averse RL). The paper provides ex...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper studies the ability of Markovian rewards to express tasks in some generalized RL settings, namely multi-objective RL, risk-averse RL, and the so-called modal RL. The tasks are intended as total policy ordering (multi-objective RL, modal RL) or total trajectory ordering (risk-averse RL). The paper pro...
This paper address NNP training using an expensive data generation method, CCSD(T). The proposed method is based on the pretraining of NNP using the training data collected by relatively low-cost data generation methods, such as DFT. The authors extended it to a three-stage method, in which an importance-weighting meth...
Recommendation: 3: reject, not good enough
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper address NNP training using an expensive data generation method, CCSD(T). The proposed method is based on the pretraining of NNP using the training data collected by relatively low-cost data generation methods, such as DFT. The authors extended it to a three-stage method, in which an importance-weight...
This paper proposes the Wasserstein distance between an isotropic zero mean Gaussian distribution and the distribution of the learned representations as a robust uniformity metric for self-supervised learning. Five desirable properties of uniformity are discussed and the proposed metric is compared against another rece...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper proposes the Wasserstein distance between an isotropic zero mean Gaussian distribution and the distribution of the learned representations as a robust uniformity metric for self-supervised learning. Five desirable properties of uniformity are discussed and the proposed metric is compared against anot...
This paper is motivated by the failure of uniform convergence based generalization bound. Accordingly, this paper proves a new type of margin based generalization bound in two settings: linear and two-layer nonlinear network model. In particular, this paper provides a threshold on the signal-to-noise ratio to indicate ...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper is motivated by the failure of uniform convergence based generalization bound. Accordingly, this paper proves a new type of margin based generalization bound in two settings: linear and two-layer nonlinear network model. In particular, this paper provides a threshold on the signal-to-noise ratio to i...
This paper proposes a new training objective for single-step adversarial training to reduce catastrophic overfitting (CO). In particular, the paper establishes a correlation between CO and the presence of "abnormal adversarial examples," i.e., instances where taking a single step of FGSM actually decreases the loss rat...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes a new training objective for single-step adversarial training to reduce catastrophic overfitting (CO). In particular, the paper establishes a correlation between CO and the presence of "abnormal adversarial examples," i.e., instances where taking a single step of FGSM actually decreases the ...
The paper studies the problem of machine unlearning and improves oracle complexity for stochastic convex optimization (SCO) under both smooth and non-smooth setting. The key idea is a new prefix-sum unlearning sub-routine that enables one to use Variance reduction Frank-wolfe and dual averaging algorithm for SCO. Resu...
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 problem of machine unlearning and improves oracle complexity for stochastic convex optimization (SCO) under both smooth and non-smooth setting. The key idea is a new prefix-sum unlearning sub-routine that enables one to use Variance reduction Frank-wolfe and dual averaging algorithm for SC...
The paper makes an endeavor to enhance the memory capacity $\mathcal{C}$ with heterogeneity in neuronal dynamics, which refers to different membrane time constants. The authors also show heterogeneous STDP, which means using a probabilistic synaptic time constant, helps to suppress the firing rate while the memory capa...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: The paper makes an endeavor to enhance the memory capacity $\mathcal{C}$ with heterogeneity in neuronal dynamics, which refers to different membrane time constants. The authors also show heterogeneous STDP, which means using a probabilistic synaptic time constant, helps to suppress the firing rate while the mem...
This paper tackles the problem of category-level articulated object pose estimation, which requires articulated pose estimation of an unseen object from a known category. The authors propose a self-supervised method to reduce the need for annotations. This method factorizes the input point clouds into canonical shapes ...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper tackles the problem of category-level articulated object pose estimation, which requires articulated pose estimation of an unseen object from a known category. The authors propose a self-supervised method to reduce the need for annotations. This method factorizes the input point clouds into canonical...
This paper proposes a new post-hoc explainable method, called PW-Net, to provide insights into the workings of deep RL policies. The main advantage of the proposed method is to use human-friendly prototypes to make the decision-making process of an RL agent clear. Also, a user study is included to support the main clai...
Recommendation: 8: accept, good paper
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: This paper proposes a new post-hoc explainable method, called PW-Net, to provide insights into the workings of deep RL policies. The main advantage of the proposed method is to use human-friendly prototypes to make the decision-making process of an RL agent clear. Also, a user study is included to support the m...
This paper proposes a method to learn vortex dynamics from a single fluid video and thus be able to infer and predict fluid dynamics. At the core of the method are a Lagrangian vortex particle representation and a learnable vortex-to-velocity dynamics mapping. These two components can be trained merely from the observe...
Recommendation: 8: accept, good paper
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper proposes a method to learn vortex dynamics from a single fluid video and thus be able to infer and predict fluid dynamics. At the core of the method are a Lagrangian vortex particle representation and a learnable vortex-to-velocity dynamics mapping. These two components can be trained merely from the...
The paper proposes an experiment for evaluating whether neural models can learn to represent logical reasoning operators purely from observations. The experiments are taken out of literature in developmental and comparative psychology, in which a neural network is trained to represent negation and disjunction operators...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper proposes an experiment for evaluating whether neural models can learn to represent logical reasoning operators purely from observations. The experiments are taken out of literature in developmental and comparative psychology, in which a neural network is trained to represent negation and disjunction o...
Training machine learning on streaming data sets has been an important problem with the widespread use of online systems. This often requires selecting specific examples to update your model. The paper proposes a PCA-based exemplar sampling algorithm. The proposed technique includes a simple PCA-based dimension reduc...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: Training machine learning on streaming data sets has been an important problem with the widespread use of online systems. This often requires selecting specific examples to update your model. The paper proposes a PCA-based exemplar sampling algorithm. The proposed technique includes a simple PCA-based dimensi...
This paper targets the room rearrangement task, and proposes a method outperforming the current state-of-the-art end-to-end method. The approach introduced in this work is about building two voxel-based 3D semantic maps of the scene before and after (specified goal) rearrangement to then rearrange objects with differe...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper targets the room rearrangement task, and proposes a method outperforming the current state-of-the-art end-to-end method. The approach introduced in this work is about building two voxel-based 3D semantic maps of the scene before and after (specified goal) rearrangement to then rearrange objects with...
This paper evaluates model based performance predictors in NAS inside a model-based reinforcement learning (MBRL) framework. The authors show theoretically that as long as the expected predicted reward by the performance predictor improves by a certain factor during the optimization, one can guarantee improvements unde...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper evaluates model based performance predictors in NAS inside a model-based reinforcement learning (MBRL) framework. The authors show theoretically that as long as the expected predicted reward by the performance predictor improves by a certain factor during the optimization, one can guarantee improveme...
This paper proposes a data-centric approach for improving the test set performance of GNNs under distribution shift, abnormal features, and adversarial attacks. In particular, the approach assumes the existence of a pre-trained GNN model and aims at improving the test set performance by updating the graph structure and...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes a data-centric approach for improving the test set performance of GNNs under distribution shift, abnormal features, and adversarial attacks. In particular, the approach assumes the existence of a pre-trained GNN model and aims at improving the test set performance by updating the graph struc...
This article describes how to design an attack model more reasonably to evaluate target detection algorithms, thereby improving AD security. The authors propose the concept of a system model, and by attacking the previous work, it is found that the existing works cannot respond accordingly to the attack. Therefore, two...
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 article describes how to design an attack model more reasonably to evaluate target detection algorithms, thereby improving AD security. The authors propose the concept of a system model, and by attacking the previous work, it is found that the existing works cannot respond accordingly to the attack. Theref...
This paper proposes theory-driven graph domain adaptation regularization terms, including spectral smoothing (SS) and maximum frequency response (MFR). The authors try to extend the theorem in generic domain adaptation into the graph field and focus on the definition of Lipschitz on GNN. Via analyzing the graph Lipschi...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes theory-driven graph domain adaptation regularization terms, including spectral smoothing (SS) and maximum frequency response (MFR). The authors try to extend the theorem in generic domain adaptation into the graph field and focus on the definition of Lipschitz on GNN. Via analyzing the graph...
The paper proposes a new equivariant neural network to process molecular graphs. The authors successfully combine two already effective equivariant architecture designs - i.e. non-linear message passing and transformers - and achieve improved performance and computational gains on multiple datasets and tasks. Moreover,...
Recommendation: 8: accept, good paper
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The paper proposes a new equivariant neural network to process molecular graphs. The authors successfully combine two already effective equivariant architecture designs - i.e. non-linear message passing and transformers - and achieve improved performance and computational gains on multiple datasets and tasks. M...
This paper aims to generate protein sequences with high functionality and cellular fitness. The authors apply a reinforcement learning framework to walk through the space of latent representations of a pre-trained protein language model, using a functionality predictor as a reward function. This approach is tested for ...
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 generate protein sequences with high functionality and cellular fitness. The authors apply a reinforcement learning framework to walk through the space of latent representations of a pre-trained protein language model, using a functionality predictor as a reward function. This approach is tes...
This paper aims to address the problem of generating 3D molecules for a specific protein binding site by integrating both the autoregressive and diffusion generative processes. Specifically, this paper proposes a model FragDiff, which generates 3D molecules fragment-by-fragment auto-regressively. In each time step, the...
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 address the problem of generating 3D molecules for a specific protein binding site by integrating both the autoregressive and diffusion generative processes. Specifically, this paper proposes a model FragDiff, which generates 3D molecules fragment-by-fragment auto-regressively. In each time s...
The authors present a method for robust constrained RL, a setting where the RL agent is tasked with maximizing the worst-case expected reward subject to a constraint that worst-case costs incurred from the environment are constrained. Here the worst-cases are evaluated as the worst-case among models of the environment ...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The authors present a method for robust constrained RL, a setting where the RL agent is tasked with maximizing the worst-case expected reward subject to a constraint that worst-case costs incurred from the environment are constrained. Here the worst-cases are evaluated as the worst-case among models of the envi...
This is a technical paper exploring a couple of new directions toward a state-of-the-art *enormous*-scale multilingual vision-and-language model. There are two novel and interesting observations: 1) joint scaling of the vision and language components and 2) taking advantage of pre-training with large multilingual datas...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This is a technical paper exploring a couple of new directions toward a state-of-the-art *enormous*-scale multilingual vision-and-language model. There are two novel and interesting observations: 1) joint scaling of the vision and language components and 2) taking advantage of pre-training with large multilingu...
The normalizing Flow-based method is used to estimate complex densities. However, current methods for training flows have some drawbacks, including expensive computing with MCMC simulations. In this work, the authors propose low AIS Bootstrap method to generate samples with a theoretical and numerical guarantees. ...
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The normalizing Flow-based method is used to estimate complex densities. However, current methods for training flows have some drawbacks, including expensive computing with MCMC simulations. In this work, the authors propose low AIS Bootstrap method to generate samples with a theoretical and numerical guarante...
This work looks into capturing the semantic information of self-supervised learning for speech. In particular the central idea is that the semantic of the speech should be robust to the small amount of noise in the speech, and therefore the robustness of a self-supervised learning algorithm toward noise should correlat...
Recommendation: 3: reject, not good enough
Area: General Machine Learning
Review: This work looks into capturing the semantic information of self-supervised learning for speech. In particular the central idea is that the semantic of the speech should be robust to the small amount of noise in the speech, and therefore the robustness of a self-supervised learning algorithm toward noise should ...
The paper presents a DCT-based approach to learning strides to perform spatial pooling. The approach is an improvement over DFT-diffstride and shows benefits over it in a low-complexity regime. ## Strengths 1. DCT is shown to be better to represent signals compactly and the paper shows its benefits compared DFT-diffstr...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper presents a DCT-based approach to learning strides to perform spatial pooling. The approach is an improvement over DFT-diffstride and shows benefits over it in a low-complexity regime. ## Strengths 1. DCT is shown to be better to represent signals compactly and the paper shows its benefits compared DFT...
The paper proposes MIMT which is a transformer-based model that can predict the PMFs of tokens in arbitrary order, not necessarily in raster-scanning order (e.g. line-by-line). After training the MIMT model, they propose an “iterative decoding scheduler” which decodes tokens from the current frame from smallest entropy...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper proposes MIMT which is a transformer-based model that can predict the PMFs of tokens in arbitrary order, not necessarily in raster-scanning order (e.g. line-by-line). After training the MIMT model, they propose an “iterative decoding scheduler” which decodes tokens from the current frame from smallest...
The authors explore explaining distribution shifts using interpretable transport mappings. The authors first propose a method which identifies $k$ features which maximally account for the optimal transport solution. They evaluate this method on the CivilComments dataset, finding that it outperforms a mean shift baselin...
Recommendation: 5: marginally below the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The authors explore explaining distribution shifts using interpretable transport mappings. The authors first propose a method which identifies $k$ features which maximally account for the optimal transport solution. They evaluate this method on the CivilComments dataset, finding that it outperforms a mean shift...
The paper studies knowledge distillation by investigating the points where the student deviates from the teacher's predictions. The authors suggest that the success of knowledge distillation is because student networks underfit ``hard'' points. The authors provide empirical evidence by comparing student logits with tha...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper studies knowledge distillation by investigating the points where the student deviates from the teacher's predictions. The authors suggest that the success of knowledge distillation is because student networks underfit ``hard'' points. The authors provide empirical evidence by comparing student logits ...
This paper tackles the problem of selecting the batches from unlabelled datasets to be labelled that are the most informative for a classifier trained on the data. This problem is traditionally studied within the paradigm of active learning, where the data to be labelled is collected sequentially in batches. The batche...
Recommendation: 8: accept, good paper
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: This paper tackles the problem of selecting the batches from unlabelled datasets to be labelled that are the most informative for a classifier trained on the data. This problem is traditionally studied within the paradigm of active learning, where the data to be labelled is collected sequentially in batches. Th...
The paper presents two related ideas on the topic of unsupervised density modeling for out-of-distribution detection. The area of specific focus within this topic is variational autoencoders (VAEs). First, they suggest an alternative prior for the latent code z of the generative model. Instead of the standard multivar...
Recommendation: 8: accept, good paper
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: The paper presents two related ideas on the topic of unsupervised density modeling for out-of-distribution detection. The area of specific focus within this topic is variational autoencoders (VAEs). First, they suggest an alternative prior for the latent code z of the generative model. Instead of the standard ...
This work introduces minimal value-equivalent partial models, which are models of the environment built on top of a minimal subset of features from the observational space and holds the property of value-equivalence property. This property ensures that the value function associated with an optimal policy obtained as a ...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This work introduces minimal value-equivalent partial models, which are models of the environment built on top of a minimal subset of features from the observational space and holds the property of value-equivalence property. This property ensures that the value function associated with an optimal policy obtain...
The paper investigates the regularization and initialization of the Koopman Autoencoders (KA). KA aims at learning the lifting functions to transform the input dynamical system to the space where the state of the system evolves linearly. Existing methods for well-conditioning the KA rely on specific parameterizations (...
Recommendation: 5: marginally below the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The paper investigates the regularization and initialization of the Koopman Autoencoders (KA). KA aims at learning the lifting functions to transform the input dynamical system to the space where the state of the system evolves linearly. Existing methods for well-conditioning the KA rely on specific parameteriz...