review
stringlengths
5
16.6k
score
stringclasses
5 values
area
stringclasses
12 values
text
stringlengths
31
5.65k
The paper studies offline multi-agent reinforcement learning. The authors propose a framework for offline equilibrium finding, where the learner first trains a model $E$ by the offline dataset, and then compute an equilibrium using the model and some proper online algorithms. The authors also consider to set the behavi...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper studies offline multi-agent reinforcement learning. The authors propose a framework for offline equilibrium finding, where the learner first trains a model $E$ by the offline dataset, and then compute an equilibrium using the model and some proper online algorithms. The authors also consider to set th...
The paper proposes a new supervised-learning method for combinatorial optimization problems. One of the main contributions of the paper is the introduction of four types of data augmentation in training (i.e., Rotation, Symmetry, Shrink, and Noise). Another contribution is a new bidirectional loss, in which given the o...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper proposes a new supervised-learning method for combinatorial optimization problems. One of the main contributions of the paper is the introduction of four types of data augmentation in training (i.e., Rotation, Symmetry, Shrink, and Noise). Another contribution is a new bidirectional loss, in which giv...
The paper presents a method for learning a collaborative agent that is able to handle arbitrary and/or suboptimal human reward functions. The method leverages self-play, specifically fictitious co-play, where the policies the target policy plays alongside are learned according to different reward functions. A variety o...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper presents a method for learning a collaborative agent that is able to handle arbitrary and/or suboptimal human reward functions. The method leverages self-play, specifically fictitious co-play, where the policies the target policy plays alongside are learned according to different reward functions. A v...
This paper proposed an offline method to overcome the covariate shift issue in imitation learning. A context-conditioned imitation learning method was proposed, which learns a policy to map context state into ego vehicle's state without any history ego vehicle's information. To apply the method to urban driving, an eg...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposed an offline method to overcome the covariate shift issue in imitation learning. A context-conditioned imitation learning method was proposed, which learns a policy to map context state into ego vehicle's state without any history ego vehicle's information. To apply the method to urban drivin...
This paper proposed ARHGA, a heterogeneous graph augmentation method for attribute reconstruction. It solved both missing attributes and defective attributes problems in heterogeneous information networks. Extensive experiments prove the effectiveness of proposed attribute reconstruction framework. Strength: -- The at...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposed ARHGA, a heterogeneous graph augmentation method for attribute reconstruction. It solved both missing attributes and defective attributes problems in heterogeneous information networks. Extensive experiments prove the effectiveness of proposed attribute reconstruction framework. Strength: -...
This paper explores single-frame training for video-and language tasks. While simple, this approach can achieve state-of-the-art performance on a range of datasets. This paper also proposes an early-fusion strategy at inference which boosts performance. Strengths: 1. The single-frame training strategy is highly effici...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper explores single-frame training for video-and language tasks. While simple, this approach can achieve state-of-the-art performance on a range of datasets. This paper also proposes an early-fusion strategy at inference which boosts performance. Strengths: 1. The single-frame training strategy is highl...
This paper aims to make semi-supervised learning robust when unlabeled data contains out-of-class data. This is a practical problem. The authors improve the semi-supervised learning algorithm PAWS by calibrating the prediction of PAWS based on the data densities. Experimental results show the proposal achieves better p...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper aims to make semi-supervised learning robust when unlabeled data contains out-of-class data. This is a practical problem. The authors improve the semi-supervised learning algorithm PAWS by calibrating the prediction of PAWS based on the data densities. Experimental results show the proposal achieves ...
This paper proposed a new top-down attention framework for the task of speech separation. The knowledge is from human brain mechanism. The authors show that their method can achieve better separation results with a rather smaller model compared with recent approaches. Strengths: the authors work towards realistic app s...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposed a new top-down attention framework for the task of speech separation. The knowledge is from human brain mechanism. The authors show that their method can achieve better separation results with a rather smaller model compared with recent approaches. Strengths: the authors work towards realist...
The paper introduces the problem of mapping from table data to images. The author's test strategies directly generate images from tabular data (which can include numerical values). This would give an end user the ability to create a visual summary of the data they are looking at. Generated images are evaluated using FI...
Recommendation: 3: reject, not good enough
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper introduces the problem of mapping from table data to images. The author's test strategies directly generate images from tabular data (which can include numerical values). This would give an end user the ability to create a visual summary of the data they are looking at. Generated images are evaluated ...
The paper considers few-shot text classification for pre-trained LMs. A supervised contrastive learning approach is taken, with consistency-regularization, and evaluation is performed across SST2, IMDB, SUBJ and PC datasets, against a collection of recent models, including BERT-SCL and DualCL. Strengths - contrasti...
Recommendation: 3: reject, not good enough
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper considers few-shot text classification for pre-trained LMs. A supervised contrastive learning approach is taken, with consistency-regularization, and evaluation is performed across SST2, IMDB, SUBJ and PC datasets, against a collection of recent models, including BERT-SCL and DualCL. Strengths - c...
This paper proposes a deep learning-based Granger causality model for discovering the Granger causal graph and imputing missing values at the same time. The author claim this model can handle missing completely at random and periodic missing scenarios. The main methodology is to iteratively apply the data imputation an...
Recommendation: 6: marginally above the acceptance threshold
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: This paper proposes a deep learning-based Granger causality model for discovering the Granger causal graph and imputing missing values at the same time. The author claim this model can handle missing completely at random and periodic missing scenarios. The main methodology is to iteratively apply the data imput...
This paper investigates the latent separability assumption in backdoor defenses. The paper presents adaptive backdoor poisoning attacks against this assumption and circumvents the recent defenses. Strengths: 1. The proposed adaptive attack is well-motivated by the two insights and aims to avoid the latent separability ...
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 investigates the latent separability assumption in backdoor defenses. The paper presents adaptive backdoor poisoning attacks against this assumption and circumvents the recent defenses. Strengths: 1. The proposed adaptive attack is well-motivated by the two insights and aims to avoid the latent separ...
This work establishes the convergence bound of split learning (SL) for non-convex objectives with non-iid data. The convergence results provide some insight on the parameter tuning and potential benefits/limitations of split learning, compared with standard federated learning (FL, local SGD). The authors also conduct e...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This work establishes the convergence bound of split learning (SL) for non-convex objectives with non-iid data. The convergence results provide some insight on the parameter tuning and potential benefits/limitations of split learning, compared with standard federated learning (FL, local SGD). The authors also c...
The authors tackle personalized neural architecture search for federated learning, where data heterogeneity is alleviated by the architectural personalization. The authors propose a method named SPIDER that uses a supernet from which local models can be sampled while sharing the weights. The authors validate their meth...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: The authors tackle personalized neural architecture search for federated learning, where data heterogeneity is alleviated by the architectural personalization. The authors propose a method named SPIDER that uses a supernet from which local models can be sampled while sharing the weights. The authors validate th...
This paper studies the robust overfitting (RO) problem for adversarial training (AT) which usually happens after the learning rate (LR) decay. In particular, it hypothesizes that RO is caused by a loss of balance (trainer becomes stronger than attacker) after LR decay. It verifies the hypothesis by looking into target-...
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 studies the robust overfitting (RO) problem for adversarial training (AT) which usually happens after the learning rate (LR) decay. In particular, it hypothesizes that RO is caused by a loss of balance (trainer becomes stronger than attacker) after LR decay. It verifies the hypothesis by looking into...
This paper studies the how discretization over the time horizon affect the error of LQR value estimation compared with the true continuous-time LQR value. The main result is about the mean squared error (MSE) of the Monte-Carlo policy evaluation, which reveals a trade-off between discretization time interval $h$ and th...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper studies the how discretization over the time horizon affect the error of LQR value estimation compared with the true continuous-time LQR value. The main result is about the mean squared error (MSE) of the Monte-Carlo policy evaluation, which reveals a trade-off between discretization time interval $h...
The authors investigate the robustness of the model trained to distribution shifts by varying the loss functions, datasets, and the selection of targeted shifts. They found that (1) models trained by Vision-Language (VL) and Cross-Entropy (CE) loss have drastically different robustness even when the training sets are i...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: The authors investigate the robustness of the model trained to distribution shifts by varying the loss functions, datasets, and the selection of targeted shifts. They found that (1) models trained by Vision-Language (VL) and Cross-Entropy (CE) loss have drastically different robustness even when the training se...
This paper proposes an approach for planning-as-inference in reinforcement learning problems with sparse rewards. A method based on sequential Monte Carlo is derived, similar to Piché et al. (2019), to sample from the optimal state-action trajectories distribution by applying filtering and smoothing techniques. The alg...
Recommendation: 6: marginally above the acceptance threshold
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: This paper proposes an approach for planning-as-inference in reinforcement learning problems with sparse rewards. A method based on sequential Monte Carlo is derived, similar to Piché et al. (2019), to sample from the optimal state-action trajectories distribution by applying filtering and smoothing techniques....
The paper studies model-based networks in the context of sparse coding. A model-based network is constructed by unfolding an iterative algorithm, i.e. mapping each iteration of the original algorithm to a layer of the resulting neural network. This allows to have a trainable neural network that can adapt to specific pr...
Recommendation: 8: accept, good paper
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The paper studies model-based networks in the context of sparse coding. A model-based network is constructed by unfolding an iterative algorithm, i.e. mapping each iteration of the original algorithm to a layer of the resulting neural network. This allows to have a trainable neural network that can adapt to spe...
The paper aims to study the “computational complexity” of attacking versus that of defending machine learning models against adversarial attacks, which are test-time attacks that find so-called adversarial examples. An adversarial example for an input x is a bounded perturbation of x that is misclassified. The paper ...
Recommendation: 5: marginally below the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The paper aims to study the “computational complexity” of attacking versus that of defending machine learning models against adversarial attacks, which are test-time attacks that find so-called adversarial examples. An adversarial example for an input x is a bounded perturbation of x that is misclassified. Th...
The authors present a novel method that decouples back propagation gradient computation in artificial neural networks. The authors identify issues that result from long gradient flows in back propagation, and propose a method that tackles some issues, which include vanishing/exploding gradients, and update locking. In ...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: The authors present a novel method that decouples back propagation gradient computation in artificial neural networks. The authors identify issues that result from long gradient flows in back propagation, and propose a method that tackles some issues, which include vanishing/exploding gradients, and update lock...
The paper provides a stochastic algorithm for a class of problem characterized by weak minty variational inequality. The algorithm modifies stochastic extra-gradient by adding a bias-correction term in the exploration step. Strength: (1) The design of the algorithm is interesting, as it only uses diminishing stepsize...
Recommendation: 6: marginally above the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: The paper provides a stochastic algorithm for a class of problem characterized by weak minty variational inequality. The algorithm modifies stochastic extra-gradient by adding a bias-correction term in the exploration step. Strength: (1) The design of the algorithm is interesting, as it only uses diminishing ...
This paper aims to address the problem of robust overfitting in the adversarial training, where the robust model overfits to the adversarial examples. Prior works address this by assigning different weight to different instances according to their importance. However, this has not been well extended to multi-class clas...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper aims to address the problem of robust overfitting in the adversarial training, where the robust model overfits to the adversarial examples. Prior works address this by assigning different weight to different instances according to their importance. However, this has not been well extended to multi-cl...
The paper proposes a new zero-cost proxy (called ZiCo) for neural architecture search motivated by theoretical insights about the relationship of statistics of gradient across different input samples (absolute mean and standard deviation) and a network's converge speed. The proposed proxy is evaluated by investigating ...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposes a new zero-cost proxy (called ZiCo) for neural architecture search motivated by theoretical insights about the relationship of statistics of gradient across different input samples (absolute mean and standard deviation) and a network's converge speed. The proposed proxy is evaluated by invest...
The paper proposes deep nearest centroids, a new non-parametric classification layer. For each class, a number of sub-centroids are learned during the course of training. At test-time, the prediction is the class corresponding to the closest sub-centroid. The sub-centroids are learned in an iterative fashion: 1) Networ...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper proposes deep nearest centroids, a new non-parametric classification layer. For each class, a number of sub-centroids are learned during the course of training. At test-time, the prediction is the class corresponding to the closest sub-centroid. The sub-centroids are learned in an iterative fashion: 1...
The paper presents a framework that allows using any reinforcement learning (RL) algorithm within a population of agents. The contribution is to use quality diversity methods to evolve populations and maintain their diversity. The most commonly used method is MAP-ELITES, but MAP-ELITES does not work well on high-dimens...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper presents a framework that allows using any reinforcement learning (RL) algorithm within a population of agents. The contribution is to use quality diversity methods to evolve populations and maintain their diversity. The most commonly used method is MAP-ELITES, but MAP-ELITES does not work well on hig...
The paper proposes an feature compensation method by two MLPs that computes the distance of data points to data centers. .The method is evaluated on a set of benchmark datasets for transfer learning from ImageNet, showing somewhat on par result using this technique. Strengths: the paper is well written, methodology is ...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: The paper proposes an feature compensation method by two MLPs that computes the distance of data points to data centers. .The method is evaluated on a set of benchmark datasets for transfer learning from ImageNet, showing somewhat on par result using this technique. Strengths: the paper is well written, methodo...
This paper proposes a semi-supervised learning (SSL) method that pre-trains on both SEEG and EEG data. It learns the correlation graph between channels from three SSL tasks: instantaneous time shift task, delayed time shift task, and replace discriminative task. Experiments on seizure detection is described with promis...
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper proposes a semi-supervised learning (SSL) method that pre-trains on both SEEG and EEG data. It learns the correlation graph between channels from three SSL tasks: instantaneous time shift task, delayed time shift task, and replace discriminative task. Experiments on seizure detection is described wit...
This submission provides a theoretical result of a lower bound of adversarial risk when data contains noise. Experiments on MNIST and CIFAR10 also demonstrate the correctness of the fact that uniform label noise is more harmful than typical real-world label noise. The authors also show the connection between inductive ...
Recommendation: 8: accept, good paper
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: This submission provides a theoretical result of a lower bound of adversarial risk when data contains noise. Experiments on MNIST and CIFAR10 also demonstrate the correctness of the fact that uniform label noise is more harmful than typical real-world label noise. The authors also show the connection between in...
Deep learning has become an important method for tabular data. Even though pretraining based DL has been demonstrated successful in computer vision and NLP problems, it is challenging to make reliable conclusion about pretraining efficacy in tabular DL. This work provides a fully labeled tabular datasets to understand ...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: Deep learning has become an important method for tabular data. Even though pretraining based DL has been demonstrated successful in computer vision and NLP problems, it is challenging to make reliable conclusion about pretraining efficacy in tabular DL. This work provides a fully labeled tabular datasets to und...
The paper focuses on the ad-hoc teaming aspect of coordination. Unlike most previous works it focuses on coordination of different groups of agents rather than a single-agent with different teams. Moreover they show adaption ability in the context of within an episode as well in various multi-agent cooperative scenario...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper focuses on the ad-hoc teaming aspect of coordination. Unlike most previous works it focuses on coordination of different groups of agents rather than a single-agent with different teams. Moreover they show adaption ability in the context of within an episode as well in various multi-agent cooperative ...
The paper outlines an approach to use successor representations to drive a discrete state space abstraction. The abstract states are clusters in successor space, so "nearby" states have similar successors. The paper also contributes a way to utilize the abstraction learned to solve tasks efficiently by interpreting tra...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper outlines an approach to use successor representations to drive a discrete state space abstraction. The abstract states are clusters in successor space, so "nearby" states have similar successors. The paper also contributes a way to utilize the abstraction learned to solve tasks efficiently by interpre...
Contrastive Learning (CL) has become popular for both unsupervised and fully supervised settings. Recent empirical studies have indicated that CL can also be beneficial under weakly (ex noisy label) or semi-supervised settings. This paper studies CL under weakly supervised setting and proposed an approach Mix where t...
Recommendation: 5: marginally below the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: Contrastive Learning (CL) has become popular for both unsupervised and fully supervised settings. Recent empirical studies have indicated that CL can also be beneficial under weakly (ex noisy label) or semi-supervised settings. This paper studies CL under weakly supervised setting and proposed an approach Mix...
This paper proposes a model for detecting true hate (vs. sarcasm) speech in texts, i.e., hate speech detection taking into account sarcasm. The proposed model uses game theory (Prisoners’ Dilemma) and Nash equilibrium. The experiments show that the proposed model outperforms baselines and state-of-the-art models. str...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes a model for detecting true hate (vs. sarcasm) speech in texts, i.e., hate speech detection taking into account sarcasm. The proposed model uses game theory (Prisoners’ Dilemma) and Nash equilibrium. The experiments show that the proposed model outperforms baselines and state-of-the-art mode...
In this paper, the authors analyze the characteristics of spatial information in document understanding and propose a framework to leverage spatial information for document OOD detection. They start from an analysis on the effects across different OOD types and emphasize the importance of spatial information for docume...
Recommendation: 6: marginally above 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 analyze the characteristics of spatial information in document understanding and propose a framework to leverage spatial information for document OOD detection. They start from an analysis on the effects across different OOD types and emphasize the importance of spatial information fo...
This paper introduces a contrastive learning-based method for learning video representation. The core idea is to use the temporal order of video segments and sentences to align the temporal-sensitive representation. Meanwhile, a negative sampling strategy based on temporal granularity and shuffling the units in the pos...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper introduces a contrastive learning-based method for learning video representation. The core idea is to use the temporal order of video segments and sentences to align the temporal-sensitive representation. Meanwhile, a negative sampling strategy based on temporal granularity and shuffling the units in...
This paper proposes a FL framework named F2L. It combines hierarchical network design and knowledge distillation to solve the problem of non-IID of data. Its contributions are threefold:(1) it shows the traditional FL algorithms are unstable for non-IID data. (2) it proposes a new knowledge distillation algorithm Label...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper proposes a FL framework named F2L. It combines hierarchical network design and knowledge distillation to solve the problem of non-IID of data. Its contributions are threefold:(1) it shows the traditional FL algorithms are unstable for non-IID data. (2) it proposes a new knowledge distillation algorit...
This paper presents the Hardware-friendly regrouping towards block-based pruning (HRBP) method, and the HRBP++ method. It tests the method on CIFAR-10, CIFAR-100 and ImageNet dataset. Strength: 1. The network pruning is an important topic, and the author has given sufficient background introduction. 2. The paper illu...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper presents the Hardware-friendly regrouping towards block-based pruning (HRBP) method, and the HRBP++ method. It tests the method on CIFAR-10, CIFAR-100 and ImageNet dataset. Strength: 1. The network pruning is an important topic, and the author has given sufficient background introduction. 2. The pa...
This work considers the problem of finding optimal activation functions for a random features regression setting under a performance vs. sensitivity trade-off. Under the same setup as in [Mei, Montanari '22] (spherical input data, linear target function + noise, Gaussian random features projection), the starting point ...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This work considers the problem of finding optimal activation functions for a random features regression setting under a performance vs. sensitivity trade-off. Under the same setup as in [Mei, Montanari '22] (spherical input data, linear target function + noise, Gaussian random features projection), the startin...
This paper proposes a method for training normalizing flows using a mass-covering objective which does not require samples from the target distribution. Existing methods often optimize a mode-seeking objective when target samples are not available, although the experiments section highlights applications (such a lear...
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 for training normalizing flows using a mass-covering objective which does not require samples from the target distribution. Existing methods often optimize a mode-seeking objective when target samples are not available, although the experiments section highlights applications (suc...
The paper mainly tackles the problem of protein design through training of an inverse folding model. The procedure involves using a protein folding model such as AlphaFold as a consistency regularizer along with the sequence generation task. To make such learning feasible in terms of computational efficiency and traini...
Recommendation: 8: accept, good paper
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The paper mainly tackles the problem of protein design through training of an inverse folding model. The procedure involves using a protein folding model such as AlphaFold as a consistency regularizer along with the sequence generation task. To make such learning feasible in terms of computational efficiency an...
The paper argues for the combination of a neural network with an incomplete description of a system (a hybrid model), in their case, an incomplete PDE, rather than a fully data-driven approach that only relies on a neural network. They compare the two approaches on a set of systems described by thermodynamics and fluid...
Recommendation: 3: reject, not good enough
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The paper argues for the combination of a neural network with an incomplete description of a system (a hybrid model), in their case, an incomplete PDE, rather than a fully data-driven approach that only relies on a neural network. They compare the two approaches on a set of systems described by thermodynamics a...
This paper proposed a contrastive learning framework for NER tasks. The proposed model is flexible in predicting nested entities. The idea is novel and experiments demonstrate the effectiveness of the proposed model. Some important details are missed or not cleared. For example, how to set the maximum length L. What ...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposed a contrastive learning framework for NER tasks. The proposed model is flexible in predicting nested entities. The idea is novel and experiments demonstrate the effectiveness of the proposed model. Some important details are missed or not cleared. For example, how to set the maximum length ...
This paper presents a method that learns dynamics models from object-centric representations in manipulation settings. This method is unsupervised and can generalize to different numbers of objects, unseen object shapes and unseen backgrounds. They demonstrate the effectiveness of this forward models by applying it to ...
Recommendation: 5: marginally below the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper presents a method that learns dynamics models from object-centric representations in manipulation settings. This method is unsupervised and can generalize to different numbers of objects, unseen object shapes and unseen backgrounds. They demonstrate the effectiveness of this forward models by applyin...
This paper introduces MAGENTA, which is a variant of PPO with a transformer architecture. Based on experiments in large cooperative video games, MAGENTA appears to be able to transfer knowledge across games. I think this is a nice paper. Although similar research has been done in language, offline RL, and multi-game ...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper introduces MAGENTA, which is a variant of PPO with a transformer architecture. Based on experiments in large cooperative video games, MAGENTA appears to be able to transfer knowledge across games. I think this is a nice paper. Although similar research has been done in language, offline RL, and mul...
This work proposes a sample-based method named FALCON, to search for the optimal model design. The key idea is to build a design graph over the design space of the architectures and hyperparameter choices. A meta-model is built to capture the relation between the design graph and model performance. The method uses GNN ...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This work proposes a sample-based method named FALCON, to search for the optimal model design. The key idea is to build a design graph over the design space of the architectures and hyperparameter choices. A meta-model is built to capture the relation between the design graph and model performance. The method u...
The paper's aim is sequence-based protein engineering based on protein language models (PLMs). For this purpose, it uses a recently developed self-supervised in-filling language model. The model rearranges the middle (to be infilled) part of a sequence and move it to the end of the sequence which enables the use of sta...
Recommendation: 5: marginally below the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The paper's aim is sequence-based protein engineering based on protein language models (PLMs). For this purpose, it uses a recently developed self-supervised in-filling language model. The model rearranges the middle (to be infilled) part of a sequence and move it to the end of the sequence which enables the us...
This paper studies a primal-dual algorithm of a convex problem $f(x)+g(x)+h(Kx)$, where the update of the dual variable is randomized. The main result is the Theorem that says if $f$, $g$, and the conjugate of $h$ are all strongly convex, then the proposed algorithm RandProx converges linearly. The paper also proves th...
Recommendation: 3: reject, not good enough
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper studies a primal-dual algorithm of a convex problem $f(x)+g(x)+h(Kx)$, where the update of the dual variable is randomized. The main result is the Theorem that says if $f$, $g$, and the conjugate of $h$ are all strongly convex, then the proposed algorithm RandProx converges linearly. The paper also p...
This paper derives explicit formulas for kernels of ResNets' Gaussian Process and Neural Tangent kernels, and provide bounds on their implied condition numbers. The main results include 1) with ReLU activation, the eigenvalues of these residual kernels decay polynomially at a similar rate compared to the same kernel ...
Recommendation: 8: accept, good paper
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper derives explicit formulas for kernels of ResNets' Gaussian Process and Neural Tangent kernels, and provide bounds on their implied condition numbers. The main results include 1) with ReLU activation, the eigenvalues of these residual kernels decay polynomially at a similar rate compared to the same...
This paper discusses an unrecognized relation between denoising diffusion probabilistic models and Information with Minimum Mean Square Error estimators (I-MMSE). By showing the equivalence of the KL divergence $KL[p(z_\gamma|x)\|p(z_\gamma)]$ and the pointwise MMSE, this work presents an exact relation between the dat...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper discusses an unrecognized relation between denoising diffusion probabilistic models and Information with Minimum Mean Square Error estimators (I-MMSE). By showing the equivalence of the KL divergence $KL[p(z_\gamma|x)\|p(z_\gamma)]$ and the pointwise MMSE, this work presents an exact relation between...
In settings where the goal is to learn a classifier that does not exhibit disparate impact, it is common to constrain the learning process via fairness constraints or an adversarial learning procedure. Typically, the disparate impact effects are reduced on the training set, but bias is still observed on the test set. I...
Recommendation: 6: marginally above the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: In settings where the goal is to learn a classifier that does not exhibit disparate impact, it is common to constrain the learning process via fairness constraints or an adversarial learning procedure. Typically, the disparate impact effects are reduced on the training set, but bias is still observed on the tes...
The paper proposes a new notion of group-level fairness, i.e., Equal Improvability (EI). The intuition behind the notion is that, by considering those who are rejected but are not too far away from the decision border, the effort taken by those to recourse should not vary among groups. The paper provides three empirica...
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 new notion of group-level fairness, i.e., Equal Improvability (EI). The intuition behind the notion is that, by considering those who are rejected but are not too far away from the decision border, the effort taken by those to recourse should not vary among groups. The paper provides three ...
This paper introduces a method similar to word2vec but applied to dynamic systems. The approach considers the phase space as an image, from which we can extract a latent representation summarizing the characteristics of the dynamics. The paper introduces an interesting method for the study of dynamical systems. One of ...
Recommendation: 5: marginally below the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper introduces a method similar to word2vec but applied to dynamic systems. The approach considers the phase space as an image, from which we can extract a latent representation summarizing the characteristics of the dynamics. The paper introduces an interesting method for the study of dynamical systems....
The paper tackles the task of dexterous manipulation of deformable objects and introduces a pipeline involving gathering human demonstrations, learning representations for the scene and the demonstrations, and augmenting novel data samples via a differentiable simulator. The proposed pipeline, DexDeform, starts with a ...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper tackles the task of dexterous manipulation of deformable objects and introduces a pipeline involving gathering human demonstrations, learning representations for the scene and the demonstrations, and augmenting novel data samples via a differentiable simulator. The proposed pipeline, DexDeform, starts...
This paper tackles the problem of adding spiking neurons to transformer architecture. Strength: + Clear paper structure, neat paper presentation. + Compared to spiking convolutional architectures the accuracy are higher. Weakness: - Seems like the method to alleviate the full precision multiplication is to add ...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper tackles the problem of adding spiking neurons to transformer architecture. Strength: + Clear paper structure, neat paper presentation. + Compared to spiking convolutional architectures the accuracy are higher. Weakness: - Seems like the method to alleviate the full precision multiplication is...
this submission deals with accelerating guided sampling of DPMs. The challenge however is that high-order samplers based on noise prediction become unstable for large guidance steps, and they suffer from test-train mismatch. To address these challenges, this work proposes an ODE solver based on the data prediction mode...
Recommendation: 5: marginally below the acceptance threshold
Area: Generative models
Review: this submission deals with accelerating guided sampling of DPMs. The challenge however is that high-order samplers based on noise prediction become unstable for large guidance steps, and they suffer from test-train mismatch. To address these challenges, this work proposes an ODE solver based on the data predict...
In this paper, the authors propose a new out-of-distribution (OoD) detection method. Specifically, the PARTICUL algorithm is used to find recurring patterns in the training dataset. Then, the degree to which each pattern is included in the data is measured and used as an OoD score. Also, thanks to the use of PARTICUL, ...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: In this paper, the authors propose a new out-of-distribution (OoD) detection method. Specifically, the PARTICUL algorithm is used to find recurring patterns in the training dataset. Then, the degree to which each pattern is included in the data is measured and used as an OoD score. Also, thanks to the use of PA...
This paper analyzes the capacity of stack-RNNs, with a particular focus on the existing architecture of the renormalizing nondeterministic stack RNN (RNS-RNN), which they contrast with deterministic stacks. First, they prove analytically that the RNS-RNN is capable of recognizing arbitrary context free languages. Then,...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper analyzes the capacity of stack-RNNs, with a particular focus on the existing architecture of the renormalizing nondeterministic stack RNN (RNS-RNN), which they contrast with deterministic stacks. First, they prove analytically that the RNS-RNN is capable of recognizing arbitrary context free language...
This paper studies the problem of GNNs under homophily and heterophily and the authors propose a scalable unified framework named GLINKX for this problem. The proposed GLINKX works in three separate stages: - Making use of KEG to learn positional embeddings. - Propagating information about labels from node's neighbors....
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper studies the problem of GNNs under homophily and heterophily and the authors propose a scalable unified framework named GLINKX for this problem. The proposed GLINKX works in three separate stages: - Making use of KEG to learn positional embeddings. - Propagating information about labels from node's ne...
In this paper, traditional class representative vectors deep neural networks are replaced by linear subspaces on Grassmann manifolds. It is supposed to be more informative for intra-class feature variations. The proposed method optimizes the subspaces using geometric optimization, with an efficient Riemannian SGD imple...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: In this paper, traditional class representative vectors deep neural networks are replaced by linear subspaces on Grassmann manifolds. It is supposed to be more informative for intra-class feature variations. The proposed method optimizes the subspaces using geometric optimization, with an efficient Riemannian S...
This paper tackles an important problem of neural network pruning. Specifically, the authors of the paper propose a novel method to prune coupled channels in neural networks. For instance, the layers with skip connections in the ResNet model are considered to be coupled channels. This is an under-considered problem, an...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper tackles an important problem of neural network pruning. Specifically, the authors of the paper propose a novel method to prune coupled channels in neural networks. For instance, the layers with skip connections in the ResNet model are considered to be coupled channels. This is an under-considered pro...
The authors draw an analogy between memoryless policies in POMDPs and coordination games. In a POMDP, a memoryless policy can be viewed as playing a game with itself in the past---because it can't remember its past action, it is as if it is playing a one-shot game. The authors show that there is a class of POMDPs where...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The authors draw an analogy between memoryless policies in POMDPs and coordination games. In a POMDP, a memoryless policy can be viewed as playing a game with itself in the past---because it can't remember its past action, it is as if it is playing a one-shot game. The authors show that there is a class of POMD...
A continuous-time version of NFO is presented, which can learn both ODEs and PDEs. s: Fantastic results. s: perhaps a principled method (maybe, not sure) w: Weak clarity. I didn't understand the method, and hence I can't evaluate it if has value. The paper follows the convention where equations are given, but not e...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: A continuous-time version of NFO is presented, which can learn both ODEs and PDEs. s: Fantastic results. s: perhaps a principled method (maybe, not sure) w: Weak clarity. I didn't understand the method, and hence I can't evaluate it if has value. The paper follows the convention where equations are given, b...
The paper tackles the high rank matrix completion problem in which only partial observations are present and the underlying data comes from the union of subspaces. The fundamental difficulty with all existing approaches is that they rely on assessing distances (e.g., euclidean, or in the form of inner products) betw...
Recommendation: 8: accept, good paper
Area: Unsupervised and Self-supervised learning
Review: The paper tackles the high rank matrix completion problem in which only partial observations are present and the underlying data comes from the union of subspaces. The fundamental difficulty with all existing approaches is that they rely on assessing distances (e.g., euclidean, or in the form of inner produc...
This paper studied the multi-objective optimization problem. Here, it reformulated it as a bilevel optimization problem and then leveraged the tools in bilevel optimization to establish the convergence rate. Since the main proof is adapted from bilevel optimization, the novelty is incremental. Strength: 1. The problem...
Recommendation: 8: accept, good paper
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper studied the multi-objective optimization problem. Here, it reformulated it as a bilevel optimization problem and then leveraged the tools in bilevel optimization to establish the convergence rate. Since the main proof is adapted from bilevel optimization, the novelty is incremental. Strength: 1. The...
In this paper, the authors present an intrinsic reward based on cyclophobia—avoidance of cycles of experience. The idea is, to focus on observing parts of the world that haven't been seen before, actions that return the agent to an observation it has made before are penalized. In particular, such a cycle does not even ...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: In this paper, the authors present an intrinsic reward based on cyclophobia—avoidance of cycles of experience. The idea is, to focus on observing parts of the world that haven't been seen before, actions that return the agent to an observation it has made before are penalized. In particular, such a cycle does n...
This paper describes a series of experiments in which a hierarchical feature volume is used to encode a latent representation of a scene. The volume defines a continuous feature field through linear interpolation of the features associated with discrete voxel locations. The resultant feature at any point in space can t...
Recommendation: 3: reject, not good enough
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper describes a series of experiments in which a hierarchical feature volume is used to encode a latent representation of a scene. The volume defines a continuous feature field through linear interpolation of the features associated with discrete voxel locations. The resultant feature at any point in spa...
The paper explains that randomized smoothing is no longer sound in floating-point arithmetic. The paper then proposes a more solid approach to randomized smoothing when using floating-point precision that yields sound certificates for image classifiers. Since adversarial attacks are of critical importance for security-...
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 explains that randomized smoothing is no longer sound in floating-point arithmetic. The paper then proposes a more solid approach to randomized smoothing when using floating-point precision that yields sound certificates for image classifiers. Since adversarial attacks are of critical importance for s...
This paper introduces a simple yet effective sentence-encoder for the semantic preserving test in the field of word-substitution-based adversarial sample generation. Generally, the idea is simple since it uses the annotated dataset to train a simple sentence encoder to judge whether the semantics is significantly chang...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper introduces a simple yet effective sentence-encoder for the semantic preserving test in the field of word-substitution-based adversarial sample generation. Generally, the idea is simple since it uses the annotated dataset to train a simple sentence encoder to judge whether the semantics is significant...
This paper propose a normalization method, NormSoftmax, to remedy the optimization difficulty of softmax when using attention model or cross entropy loss function. Their method is easy to implement, its effectiveness is verified on several data tasks including CIFAR10, Imagenet, and three NLP translation datasets. Stre...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper propose a normalization method, NormSoftmax, to remedy the optimization difficulty of softmax when using attention model or cross entropy loss function. Their method is easy to implement, its effectiveness is verified on several data tasks including CIFAR10, Imagenet, and three NLP translation datase...
The authors proposes if GNNs (which typically take into account neighborhood information and aggregates then, can also utilize heuristic measures like pairwise node information for link Prediction tasks and whether that improves vanilla GNN for link Prediction. The author states through experiments that a combination o...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The authors proposes if GNNs (which typically take into account neighborhood information and aggregates then, can also utilize heuristic measures like pairwise node information for link Prediction tasks and whether that improves vanilla GNN for link Prediction. The author states through experiments that a combi...
This paper considers differentially private algorithms for finding heavy hitters over a sliding window in the streaming model. I.e., given a stream of updates, and a parameter $W$, the goal is to be able to compute the elements whose frequency dominates the last $W$ updates of the stream. In particular, the goal is com...
Recommendation: 8: accept, good paper
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: This paper considers differentially private algorithms for finding heavy hitters over a sliding window in the streaming model. I.e., given a stream of updates, and a parameter $W$, the goal is to be able to compute the elements whose frequency dominates the last $W$ updates of the stream. In particular, the goa...
Inspired by the evolved role of plasticity in neural circuits, this paper proposes a meta-learning approach for training RNNs. The method consists of an inner loop with a learning rule that updates the parameters of an RNN, and an outer loop that learns a function for the update rule. The proposed meta-learning approa...
Recommendation: 6: marginally above the acceptance threshold
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: Inspired by the evolved role of plasticity in neural circuits, this paper proposes a meta-learning approach for training RNNs. The method consists of an inner loop with a learning rule that updates the parameters of an RNN, and an outer loop that learns a function for the update rule. The proposed meta-learnin...
The authors propose a new method for measuring confidence and increasing the robustness of neural networks. The core of the method is replacing the last linear layer and softmax with learnable per-class Gaussians (centroids). To address convergence problems, the paper proposes simplified Gaussians and adding negativ...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The authors propose a new method for measuring confidence and increasing the robustness of neural networks. The core of the method is replacing the last linear layer and softmax with learnable per-class Gaussians (centroids). To address convergence problems, the paper proposes simplified Gaussians and adding...
The paper discusses the use of contrastive Shapley values as a way of post-hoc auditing of prediction models. The scenario that an auditor asks for samples from two populations according to a sensitive demographic feature, which should not appear in the model. Then, the auditor checks the distribution of Shapley valu...
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 discusses the use of contrastive Shapley values as a way of post-hoc auditing of prediction models. The scenario that an auditor asks for samples from two populations according to a sensitive demographic feature, which should not appear in the model. Then, the auditor checks the distribution of Shap...
This paper studies the problem of inverse multiobjective optimization via online learning. Under some assumptions, the authors prove that an ideal online implicit update method has the regret bound of $O(\sqrt{T})$. However, this ideal method cannot be implemented in practice. To address this problem, the authors propo...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: This paper studies the problem of inverse multiobjective optimization via online learning. Under some assumptions, the authors prove that an ideal online implicit update method has the regret bound of $O(\sqrt{T})$. However, this ideal method cannot be implemented in practice. To address this problem, the autho...
The paper considers the problem of disentangling representations, where we aim to learn representations that have independent features. Authors start with the common learning objective that encourages disentanglement, the Total Correlation (TC), and hypothesize that an important disadvantage of this objective is that i...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper considers the problem of disentangling representations, where we aim to learn representations that have independent features. Authors start with the common learning objective that encourages disentanglement, the Total Correlation (TC), and hypothesize that an important disadvantage of this objective i...
This paper studies the implicit bias of minima stability for two-layer neural network with multiple inputs. Based on previous works on the same topic for two-layer neural networks with single input, the authors extended the analysis to include multi-dimensional input, and showed that stability controls a weighted norm ...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper studies the implicit bias of minima stability for two-layer neural network with multiple inputs. Based on previous works on the same topic for two-layer neural networks with single input, the authors extended the analysis to include multi-dimensional input, and showed that stability controls a weight...
The paper describes a method to evaluate how LLMs learn about knowledge. The model seems to be based on the following intuition. Given a task item, a set of background facts is extracted. If the LLM can solve the background facts, then it can solve the task item. This is a clever idea. Strength - an interesting method...
Recommendation: 3: reject, not good enough
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper describes a method to evaluate how LLMs learn about knowledge. The model seems to be based on the following intuition. Given a task item, a set of background facts is extracted. If the LLM can solve the background facts, then it can solve the task item. This is a clever idea. Strength - an interestin...
This paper studies the problem of online weighted b-matching problem augmented with an RL-based expert algorithm. The goal of the RL algorithm is to leverage the expert such that when the RL algorithm's decision is bad while the expert algorithm's decision is good, the RL algorithm achieves robustness by using the expe...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper studies the problem of online weighted b-matching problem augmented with an RL-based expert algorithm. The goal of the RL algorithm is to leverage the expert such that when the RL algorithm's decision is bad while the expert algorithm's decision is good, the RL algorithm achieves robustness by using ...
This paper illustrates method (MAST) on how to transfer data augmentation to a downstream task for Self-Supervised Learning (SSL) methods. From their paper, their conclusion is that their method can show important role of data augmentation in creating useful invariance priors during SSL. Here are their contribution: ...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper illustrates method (MAST) on how to transfer data augmentation to a downstream task for Self-Supervised Learning (SSL) methods. From their paper, their conclusion is that their method can show important role of data augmentation in creating useful invariance priors during SSL. Here are their contri...
The authors discussed intrinsic and extrinsic factors that jointly affect users’ decisions in items selection. This problem is interesting and important. This paper provides a new factor learning method for more contexts that existing studies have not mainly considered. The contributions are: C1. Proposing a context-ag...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The authors discussed intrinsic and extrinsic factors that jointly affect users’ decisions in items selection. This problem is interesting and important. This paper provides a new factor learning method for more contexts that existing studies have not mainly considered. The contributions are: C1. Proposing a co...
The authors introduce a novel robust aggregation method for filtering backdoors in federated learning by using a trusted validation dataset. For this, the authors look at the differences in the distribution of the output layer for the different trusted and untrusted clients, removing those updates that deviate from the...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The authors introduce a novel robust aggregation method for filtering backdoors in federated learning by using a trusted validation dataset. For this, the authors look at the differences in the distribution of the output layer for the different trusted and untrusted clients, removing those updates that deviate ...
The paper proposes a novel AutoML method, AutoTransfer, for graph learning tasks. It introduces a task-model bank that can transfer the model design to similar new tasks. The experiments indicate that the method is efficient and improves the performance of the found models. ### Strengths 1. The paper introduces an inte...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposes a novel AutoML method, AutoTransfer, for graph learning tasks. It introduces a task-model bank that can transfer the model design to similar new tasks. The experiments indicate that the method is efficient and improves the performance of the found models. ### Strengths 1. The paper introduces...
The paper studies the computational cost of forward and backward automatic differentiation (AD° for *nonsmooth* programs, based on the notion of conservative gradient introduced by Bolte and Pauwels (2020a, b). The relative cost of backward mode AD/backpropagation (compared to the original program/function) is proved t...
Recommendation: 8: accept, good paper
Area: Optimization (eg, convex and non-convex optimization)
Review: The paper studies the computational cost of forward and backward automatic differentiation (AD° for *nonsmooth* programs, based on the notion of conservative gradient introduced by Bolte and Pauwels (2020a, b). The relative cost of backward mode AD/backpropagation (compared to the original program/function) is ...
Treatment effect estimation is a challenging problem that requires generalising to counterfactuals and involves bias and variance due to confounding and lack of overlap between treatment groups. The authors build on the extensive literature studying this problem from the representation learning perspective to propose a...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: Treatment effect estimation is a challenging problem that requires generalising to counterfactuals and involves bias and variance due to confounding and lack of overlap between treatment groups. The authors build on the extensive literature studying this problem from the representation learning perspective to p...
This paper proposes a method called Action Matching for learning generative models. In particular, this technique falls along the lines of score-based / diffusion probabilistic models, by learning about the 'derivative' of the probability distribution rather than directly modeling the density. The paper claims that th...
Recommendation: 3: reject, not good enough
Area: Generative models
Review: This paper proposes a method called Action Matching for learning generative models. In particular, this technique falls along the lines of score-based / diffusion probabilistic models, by learning about the 'derivative' of the probability distribution rather than directly modeling the density. The paper claims...
This paper presents theoretical insight to explain GD with hard and conjugate labels for a binary classification problem.This paper shows that for square loss, GD with conjugate labels converges to a solution that minimizes the testing 0-1 loss under a Gaussian model, while GD with hard pseudo-labels breaks down. Besid...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper presents theoretical insight to explain GD with hard and conjugate labels for a binary classification problem.This paper shows that for square loss, GD with conjugate labels converges to a solution that minimizes the testing 0-1 loss under a Gaussian model, while GD with hard pseudo-labels breaks dow...
The paper propose a theoretical analysis of a SPCA-based continual learning algorithm using high dimensional statistics. Based on the theoretical analysis, they propose a label optimization process. Empirical evaluations highlight the effectiveness of the method. The theoretical result is sound and significant. While t...
Recommendation: 8: accept, good paper
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The paper propose a theoretical analysis of a SPCA-based continual learning algorithm using high dimensional statistics. Based on the theoretical analysis, they propose a label optimization process. Empirical evaluations highlight the effectiveness of the method. The theoretical result is sound and significant....
This paper presents a CNN architecture based on a module performing the following sequence: (a) 1x1 dim reduce ("S") (b) channel tiling ("CM_Feeder") (c) stacked group conv with residuals ("CCM") (d) 1x1 combine/remap ("P_c") (e) skip-conn residual ("LRC") These steps are motivated by analogy to the columnar org...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper presents a CNN architecture based on a module performing the following sequence: (a) 1x1 dim reduce ("S") (b) channel tiling ("CM_Feeder") (c) stacked group conv with residuals ("CCM") (d) 1x1 combine/remap ("P_c") (e) skip-conn residual ("LRC") These steps are motivated by analogy to the colu...
This work combines VAEs and nonlinear state space models to model high dimensional time series data of physical systems. The proposed $\Phi$-DVAE uses a variational autoencoder to map the high dimensional data in a latent representation (latent observations) whose dynamics can be modeled by a non linear state space mo...
Recommendation: 8: accept, good paper
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: This work combines VAEs and nonlinear state space models to model high dimensional time series data of physical systems. The proposed $\Phi$-DVAE uses a variational autoencoder to map the high dimensional data in a latent representation (latent observations) whose dynamics can be modeled by a non linear state ...
This work developed an adversarial variational auto-encoders to learn the disentangled representations of observed data in an unsupervised manner. Specifically, it introduced a new metric that computes the difference of the reconstruction between EP and FP to measure disentanglement. Experimental results on multiple da...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This work developed an adversarial variational auto-encoders to learn the disentangled representations of observed data in an unsupervised manner. Specifically, it introduced a new metric that computes the difference of the reconstruction between EP and FP to measure disentanglement. Experimental results on mul...
The authors consider the representation learning ability of two layer neural networks trained with gradient descent to approximate the outputs of a function in a nonparametric class, applied to a few projections of a high-dimensional input vector -- in this setting, kernel methods and other rotation-invariant predictor...
Recommendation: 8: accept, good paper
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The authors consider the representation learning ability of two layer neural networks trained with gradient descent to approximate the outputs of a function in a nonparametric class, applied to a few projections of a high-dimensional input vector -- in this setting, kernel methods and other rotation-invariant p...
This paper studies the problem of learning the gauge transformation in an end-to-end manner within learning the neural scene representation setting. In this context, gauge transformations in continuous and discrete cases are learned. The developed learning paradigm, which is generic, maps a 3D point to a continuous...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper studies the problem of learning the gauge transformation in an end-to-end manner within learning the neural scene representation setting. In this context, gauge transformations in continuous and discrete cases are learned. The developed learning paradigm, which is generic, maps a 3D point to a co...
The paper proposes learning a graph structured abstract world model for offline reinforcement learning. Here the learned abstract world model is built on top of a learned representation and used in conjunction with Value Iteration solver, Dijkstra’s search, and temporal inverse dynamics model. In general learned abstra...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper proposes learning a graph structured abstract world model for offline reinforcement learning. Here the learned abstract world model is built on top of a learned representation and used in conjunction with Value Iteration solver, Dijkstra’s search, and temporal inverse dynamics model. In general learne...
The paper studies whether learning a linear layer is good enough to map image features to text space. Three different image encoders are tested and it's found CLIP performs best on tasks requiring fine-grained category visual information. Strength: 1. How to bridge pre-trained image models and pre-trained LM is quite a...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper studies whether learning a linear layer is good enough to map image features to text space. Three different image encoders are tested and it's found CLIP performs best on tasks requiring fine-grained category visual information. Strength: 1. How to bridge pre-trained image models and pre-trained LM is...
## Summary * This paper investigates whether deep learning methods are effective for transfer learning on tabular data. In comparison to domains such as NLP and CV, tabular data transfer learning is not as well studied. * The overall contributions of the paper are: (1) a thorough empirical evaluation of transfer lear...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: ## Summary * This paper investigates whether deep learning methods are effective for transfer learning on tabular data. In comparison to domains such as NLP and CV, tabular data transfer learning is not as well studied. * The overall contributions of the paper are: (1) a thorough empirical evaluation of trans...
The paper looks at uncertainty estimation for regression on imbalanced datasets. It proposes a new method called VIR which combines variational inference, smoothed statistics, and conjugate distribution parametrization. In the experiments, VIR is evaluated on 2 imbalanced datasets on accuracy and calibration metrics. P...
Recommendation: 3: reject, not good enough
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: The paper looks at uncertainty estimation for regression on imbalanced datasets. It proposes a new method called VIR which combines variational inference, smoothed statistics, and conjugate distribution parametrization. In the experiments, VIR is evaluated on 2 imbalanced datasets on accuracy and calibration me...
The paper proposes Dual-Encoding Transformer (DET), which aggregates information from both local neighbors and semantically close neighbors to address the scalability issue of existing Transformer architectures for graphs. Also, the authors design self-supervised semantic neighbor fetching loss, which is jointly optimi...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: The paper proposes Dual-Encoding Transformer (DET), which aggregates information from both local neighbors and semantically close neighbors to address the scalability issue of existing Transformer architectures for graphs. Also, the authors design self-supervised semantic neighbor fetching loss, which is jointl...
The paper studies asynchorous federated learning with communication compression called QUAFL. In this model, The server randomly pick clients whose gradient might be stale, and clients are assumed to have positive expected number of local steps each time it interacts with the server. A new model aggregation rule is de...
Recommendation: 3: reject, not good enough
Area: Optimization (eg, convex and non-convex optimization)
Review: The paper studies asynchorous federated learning with communication compression called QUAFL. In this model, The server randomly pick clients whose gradient might be stale, and clients are assumed to have positive expected number of local steps each time it interacts with the server. A new model aggregation ru...