review stringlengths 5 16.6k | score stringclasses 5
values | area stringclasses 12
values | text stringlengths 31 5.65k |
|---|---|---|---|
The authors focus on the choice of task head in fine tuning, and how the task head controls feature adaptation and downstream model quality.
The gradient was decomposed as the product between a direction and an energy, and analysis was done on the effect of the energy vs feature adaptation after FT step.
The paper's... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The authors focus on the choice of task head in fine tuning, and how the task head controls feature adaptation and downstream model quality.
The gradient was decomposed as the product between a direction and an energy, and analysis was done on the effect of the energy vs feature adaptation after FT step.
The... |
This paper is about model distillation for dense prediction tasks, specifically for object detection and semantic segmentation. Prior works on this topic identify per-region distillation as an important ingredient to a successful knowledge transfer. This paper proposes a novel way to identify what regions should be dis... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper is about model distillation for dense prediction tasks, specifically for object detection and semantic segmentation. Prior works on this topic identify per-region distillation as an important ingredient to a successful knowledge transfer. This paper proposes a novel way to identify what regions shoul... |
Recently, it has been observed that although neural networks achieve very good accuracy on average over the dataset but they can have very low accuracy on certain subgroups of the distribution. There have been many works on trying to fix this gap. This paper proposes an algorithm to improve the accuracy on different su... | Recommendation: 6: marginally above the acceptance threshold | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
Recently, it has been observed that although neural networks achieve very good accuracy on average over the dataset but they can have very low accuracy on certain subgroups of the distribution. There have been many works on trying to fix this gap. This paper proposes an algorithm to improve the accuracy on diff... |
This paper present a DNN model similarity measure using input gradient transferability. The basic hypothesis is that if two neural networks are similar, adversarial attack transferability will be high. Additionally two topics are investigated: (1) Which network component contributes to the model diversity? (2) impact o... | Recommendation: 1: strong reject | Area: Deep Learning and representational learning | Review:
This paper present a DNN model similarity measure using input gradient transferability. The basic hypothesis is that if two neural networks are similar, adversarial attack transferability will be high. Additionally two topics are investigated: (1) Which network component contributes to the model diversity? (2) ... |
The paper uses the information generated by the symbol system to help the neural system model to better reason and test CoT reasoning ability, which creates a Dataset PRONTOQA which aim at testing the reasoning ability of big model, and proposes a new method to measure the correctness of reasoning steps rather than the... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The paper uses the information generated by the symbol system to help the neural system model to better reason and test CoT reasoning ability, which creates a Dataset PRONTOQA which aim at testing the reasoning ability of big model, and proposes a new method to measure the correctness of reasoning steps rather ... |
This paper proposes a multi-modal Masked Auto-Encoder for audio-visual tasks. More specifically, the proposed method combines contrastive learning and masked data modeling for better joint and coordinated audio-visual representation. The model based on self-supervised training achieves a new SOTA on VGGSound and great ... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper proposes a multi-modal Masked Auto-Encoder for audio-visual tasks. More specifically, the proposed method combines contrastive learning and masked data modeling for better joint and coordinated audio-visual representation. The model based on self-supervised training achieves a new SOTA on VGGSound an... |
This paper introduces a theoretical analysis to understand why mask reconstruction pre-training (MRP) works well in downstream tasks. It's found MRP can capture all discriminative semantics of each class in the pre-training dataset and thus utilize them to help downstream tasks. It provides solid proof, straightforward... | Recommendation: 6: marginally above the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
This paper introduces a theoretical analysis to understand why mask reconstruction pre-training (MRP) works well in downstream tasks. It's found MRP can capture all discriminative semantics of each class in the pre-training dataset and thus utilize them to help downstream tasks. It provides solid proof, straigh... |
Paper studying social and environmental impact of recent developments in ML (with a focus on DL) on biology and chemistry research.
Strengths:
Lots of information and very interesting topic
Weaknesses:
Minimally coherent structure. At some points it almost seems like a stream of thoughts dump.
Mixed topics
Unorthodox i... | Recommendation: 3: reject, not good enough | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
Paper studying social and environmental impact of recent developments in ML (with a focus on DL) on biology and chemistry research.
Strengths:
Lots of information and very interesting topic
Weaknesses:
Minimally coherent structure. At some points it almost seems like a stream of thoughts dump.
Mixed topics
Unor... |
The paper collected a small-scale exercise video dataset with fine-grained labeling. Some baselines such as I3D, SI-EN, and GCN-based models (e.g., ST-GCN and MS-G3D) are provided for evaluation in the settings of few-shot learning. The baselines do not represent state-of-the-art models in their corresponding modalitie... | Recommendation: 3: reject, not good enough | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The paper collected a small-scale exercise video dataset with fine-grained labeling. Some baselines such as I3D, SI-EN, and GCN-based models (e.g., ST-GCN and MS-G3D) are provided for evaluation in the settings of few-shot learning. The baselines do not represent state-of-the-art models in their corresponding m... |
Authors present a provably convergent MARL algorithmic template HAML, from which two existing MARL algorithms are derived as demonstration. In addition, further two MARL algorithms are cast as HAML instances to rid of their shortcoming defined as 'traps' in the paper. SMAC and MAMuJoCo evaluation shows better performan... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
Authors present a provably convergent MARL algorithmic template HAML, from which two existing MARL algorithms are derived as demonstration. In addition, further two MARL algorithms are cast as HAML instances to rid of their shortcoming defined as 'traps' in the paper. SMAC and MAMuJoCo evaluation shows better p... |
This paper focuses on the fair learning problem under the covariate shift. The main contribution is the weighted entropy loss component of the regularized objective function. In the experiments, the proposed method achieves a better tradeoff between accuracy and fairness.
Strength
Fairness under the covariate shift i... | Recommendation: 5: marginally below the acceptance threshold | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
This paper focuses on the fair learning problem under the covariate shift. The main contribution is the weighted entropy loss component of the regularized objective function. In the experiments, the proposed method achieves a better tradeoff between accuracy and fairness.
Strength
Fairness under the covariate... |
This work considers the problem of neural network inversion, which lies at the core of many downstream tasks incorporating neural networks, such as inverse problems. Naively inverting a network via gradient descent is challenging, due to the induced non-convex landscape with potentially many local minima. The authors p... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This work considers the problem of neural network inversion, which lies at the core of many downstream tasks incorporating neural networks, such as inverse problems. Naively inverting a network via gradient descent is challenging, due to the induced non-convex landscape with potentially many local minima. The a... |
The work studies the generalization of fairness constraints in Machine Learning systems. The authors argue that while current algorithms are optimized for generalizing on the whole dataset, their efficacy on minority classes for imbalanced datasets have not been extensively covered They introduce their Flexible Imbal... | 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 work studies the generalization of fairness constraints in Machine Learning systems. The authors argue that while current algorithms are optimized for generalizing on the whole dataset, their efficacy on minority classes for imbalanced datasets have not been extensively covered They introduce their Flexib... |
The paper addresses the problem of reward extrapolation in inverse reinforcement learning (IRL). The authors propose a modification of the MaxEntIRL to properly address the problem by leveraging an additional dataset collected by a behavioral policy and properly adjusting the loss function, introducing additional terms... | Recommendation: 8: accept, good paper | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper addresses the problem of reward extrapolation in inverse reinforcement learning (IRL). The authors propose a modification of the MaxEntIRL to properly address the problem by leveraging an additional dataset collected by a behavioral policy and properly adjusting the loss function, introducing addition... |
This paper focuses on domain generalization for object detection, especially for the application of autonomous driving. Authors claim that features from images in different domains have different statistics, thus propose to perturb the feature statistics during the training. Experiments are conducted on several autonom... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper focuses on domain generalization for object detection, especially for the application of autonomous driving. Authors claim that features from images in different domains have different statistics, thus propose to perturb the feature statistics during the training. Experiments are conducted on several... |
The authors propose two new synthetic likelihood methods for simulation based inference using energy based models, UNLE and AUNLE.
They introduces a tilting trick and an amortized sequential model to perform posterior inference with intractable likelihoods and improve both modeling quality and inference budget.
Stregt... | Recommendation: 6: marginally above the acceptance threshold | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
The authors propose two new synthetic likelihood methods for simulation based inference using energy based models, UNLE and AUNLE.
They introduces a tilting trick and an amortized sequential model to perform posterior inference with intractable likelihoods and improve both modeling quality and inference budget... |
This paper introduces GRAPHSENSOR architecture to capture the internal relationships in time-series data. GRAPHSENSOR is composed of single segment representation module using convolutional encoders and relationship learning module using graph-based self multi-head attention.
Applying GRAPHSENSOR to two datasets of Sl... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
This paper introduces GRAPHSENSOR architecture to capture the internal relationships in time-series data. GRAPHSENSOR is composed of single segment representation module using convolutional encoders and relationship learning module using graph-based self multi-head attention.
Applying GRAPHSENSOR to two datase... |
This work adopts the feature learning framework by Allen-Zhu and Li (2021), and further introduces latent orthogonal feature views. The authors prove that under certain assumptions on features, a two-layer smooth-ReLU network can learn all features with midpoint mixup, whereas ERM can only learn one feature.
Strength:
... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
This work adopts the feature learning framework by Allen-Zhu and Li (2021), and further introduces latent orthogonal feature views. The authors prove that under certain assumptions on features, a two-layer smooth-ReLU network can learn all features with midpoint mixup, whereas ERM can only learn one feature.
St... |
This paper proposes a method that learns to map input sequences into log-compressed number lines. The proposed method is evaluated on event prediction using synthetic data in 3 different settings and shown to outperform RNNs, LSTMs and several other baselines (despite having fewer parameters).
**Strengths:** This p... | Recommendation: 6: marginally above the acceptance threshold | Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces) | Review:
This paper proposes a method that learns to map input sequences into log-compressed number lines. The proposed method is evaluated on event prediction using synthetic data in 3 different settings and shown to outperform RNNs, LSTMs and several other baselines (despite having fewer parameters).
**Strengths:*... |
This paper proposes to use dynamic prior knowledge (DPK) that uses the teacher’s feature as inputs for the feature distillation by mixing the student features and using an encoder-decoder framework that learns the teacher’s feature as the target. Using DPK has an advantage in that the performance of the student network... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
This paper proposes to use dynamic prior knowledge (DPK) that uses the teacher’s feature as inputs for the feature distillation by mixing the student features and using an encoder-decoder framework that learns the teacher’s feature as the target. Using DPK has an advantage in that the performance of the student... |
This paper uses Lipschitz regularization (in the context of the dual for f-divergences) to construct gradient flows for sampling from target distributions. These distributions can be empirical (i.e. discrete), and the construction can be applied to build generative models. Experiments show improved performance for gene... | Recommendation: 5: marginally below the acceptance threshold | Area: Generative models | Review:
This paper uses Lipschitz regularization (in the context of the dual for f-divergences) to construct gradient flows for sampling from target distributions. These distributions can be empirical (i.e. discrete), and the construction can be applied to build generative models. Experiments show improved performance ... |
This work focused on reward-free RL with low-rank MDP. The author proposed a new model-based reward-free (RAFFLE) algorithm and provided a theoretical guarantee with polynomial sample complexity. In addition, the author offers a lower sample complexity bound for any algorithm within the low-rank MDP. Finally, the autho... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This work focused on reward-free RL with low-rank MDP. The author proposed a new model-based reward-free (RAFFLE) algorithm and provided a theoretical guarantee with polynomial sample complexity. In addition, the author offers a lower sample complexity bound for any algorithm within the low-rank MDP. Finally, t... |
This paper addresses the limitation of previous methods for Bregman divergence learning and proposes a solution named Neural Bregman Divergences (NBD) using Input Convex Neural Network (ICNN), which can be computed efficiently and gives finer resolution to the generating function. Experimental results verify the perfor... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
This paper addresses the limitation of previous methods for Bregman divergence learning and proposes a solution named Neural Bregman Divergences (NBD) using Input Convex Neural Network (ICNN), which can be computed efficiently and gives finer resolution to the generating function. Experimental results verify th... |
This paper introduces some new analysis technique of the convergence of AdaGrad on the unbounded domain, in the smooth convex optimization setting. The authors prove that several variants of AdaGrad can converge (in both average and the last literature sense) to the optimum without the need of additional assumptions.
... | Recommendation: 6: marginally above the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
This paper introduces some new analysis technique of the convergence of AdaGrad on the unbounded domain, in the smooth convex optimization setting. The authors prove that several variants of AdaGrad can converge (in both average and the last literature sense) to the optimum without the need of additional assump... |
In this work, the authors reformulate the problem of intent detection as a question-answering task by treating utterances and labels as questions and answers. A two stage training schema is employed by utilizing question-answering retrieval architecture and batch contrastive loss. The first of the training stages is fo... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
In this work, the authors reformulate the problem of intent detection as a question-answering task by treating utterances and labels as questions and answers. A two stage training schema is employed by utilizing question-answering retrieval architecture and batch contrastive loss. The first of the training stag... |
This paper proposes the single image depth estimation method with variational constraints via first-order difference. This paper proposes V-layer which computes the depth difference map and the weight map, which will be utilized to obtain the initial depth map. The initial depth map will be upsampled and refined throug... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper proposes the single image depth estimation method with variational constraints via first-order difference. This paper proposes V-layer which computes the depth difference map and the weight map, which will be utilized to obtain the initial depth map. The initial depth map will be upsampled and refine... |
This paper proposes a model OBPose for unsupervised 3D object segmentation from RGB-D images/videos. OBPose first represents each object as disentangled location and appearance information, then re-renders the scene with a NERF decoder. Experimental results prove the effectiveness of the proposed object representation.... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper proposes a model OBPose for unsupervised 3D object segmentation from RGB-D images/videos. OBPose first represents each object as disentangled location and appearance information, then re-renders the scene with a NERF decoder. Experimental results prove the effectiveness of the proposed object represe... |
The paper proposes to learn isometric representations in neural networks to preserve the structure in the output end. Then locally isometric layer is proposed to learn the required output representation, which is shown to be robust on MNIST compared with the cross-entropy training baseline.
Strength:
1. The Locally Is... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
The paper proposes to learn isometric representations in neural networks to preserve the structure in the output end. Then locally isometric layer is proposed to learn the required output representation, which is shown to be robust on MNIST compared with the cross-entropy training baseline.
Strength:
1. The Lo... |
The paper proposes a self-supervised method for Category-level 6D Object Pose Estimation. Specifically, the paper proposes an architecture and a number of geometry-based consistency losses allowing simultaneous estimation of the shape of specific instance and its pose. The experimental sections, demonstrates improvemen... | Recommendation: 8: accept, good paper | Area: Unsupervised and Self-supervised learning | Review:
The paper proposes a self-supervised method for Category-level 6D Object Pose Estimation. Specifically, the paper proposes an architecture and a number of geometry-based consistency losses allowing simultaneous estimation of the shape of specific instance and its pose. The experimental sections, demonstrates im... |
This paper reports the performance of SFDA methods under the new setting, called double-transfer, via a large-scale empirical evaluation. The double-transfer represents two-stage transfer learning setting in which the pre-trained model is firstly fine-tuned with a source domain dataset and is then adapted to the target... | Recommendation: 5: marginally below the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
This paper reports the performance of SFDA methods under the new setting, called double-transfer, via a large-scale empirical evaluation. The double-transfer represents two-stage transfer learning setting in which the pre-trained model is firstly fine-tuned with a source domain dataset and is then adapted to th... |
Detailed annotations are often not available in practice, and only high-level image information is available on the target dataset; this work presents a fine-tuning method using ProbKT to update object detection models from a pre-trained architecture. Nevertheless, the presented knowledge transfer method can be built u... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
Detailed annotations are often not available in practice, and only high-level image information is available on the target dataset; this work presents a fine-tuning method using ProbKT to update object detection models from a pre-trained architecture. Nevertheless, the presented knowledge transfer method can be... |
The paper focuses on the task of textual inversion which in essence tries to capture a concept in a set of images (either style, abstract, object, or relations) as a single new "word" which can then we used to guide the generation of the generative models based on this new "word". An example would be to extract out abs... | Recommendation: 8: accept, good paper | Area: Generative models | Review:
The paper focuses on the task of textual inversion which in essence tries to capture a concept in a set of images (either style, abstract, object, or relations) as a single new "word" which can then we used to guide the generation of the generative models based on this new "word". An example would be to extract... |
This paper provides an analytic overview of the ``sharp Sinkhorn loss'' and its derivatives with respect both the input weights and the cost matrix (that typically depends on the input locations). Formally, given two discretes probability measures $\mu = \sum_i a_i \delta_{x_i}$ and $\nu = \sum_j b_j \delta_{y_j}$, and... | Recommendation: 6: marginally above the acceptance threshold | Area: Generative models | Review:
This paper provides an analytic overview of the ``sharp Sinkhorn loss'' and its derivatives with respect both the input weights and the cost matrix (that typically depends on the input locations). Formally, given two discretes probability measures $\mu = \sum_i a_i \delta_{x_i}$ and $\nu = \sum_j b_j \delta_{y_... |
This paper studies byzantine robust decentralized learning. In this setting, a fraction of workers is byzantine. First, the paper argues why the consensus is vulnerable to byzantine attacks, then they propose DISSENSUS, a decentralized attack to steer away from the true consensus. Finally, they come up with a robust ca... | Recommendation: 6: marginally above the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
This paper studies byzantine robust decentralized learning. In this setting, a fraction of workers is byzantine. First, the paper argues why the consensus is vulnerable to byzantine attacks, then they propose DISSENSUS, a decentralized attack to steer away from the true consensus. Finally, they come up with a r... |
This paper explains that the exact solution can be numerically found in DDIM with fast sampling.
Extending this explanation, this paper proposes "generalized DDIM" that modifies parameterization of the score networks of existing diffusion models to achieve 20x acceleration and comparable or much better FID even on non-... | Recommendation: 8: accept, good paper | Area: Generative models | Review:
This paper explains that the exact solution can be numerically found in DDIM with fast sampling.
Extending this explanation, this paper proposes "generalized DDIM" that modifies parameterization of the score networks of existing diffusion models to achieve 20x acceleration and comparable or much better FID even... |
The paper builds on Split learning [Thapa et al. 2022], where the first few layers of a neural network model are stored and shared across clients and the server, while the remaining layers are only stored and trained on the server. Since the communication cost is high to "make the connection" between the split layers, ... | Recommendation: 3: reject, not good enough | Area: General Machine Learning | Review:
The paper builds on Split learning [Thapa et al. 2022], where the first few layers of a neural network model are stored and shared across clients and the server, while the remaining layers are only stored and trained on the server. Since the communication cost is high to "make the connection" between the split ... |
The paper studies the negative transfer phenomenon of MAE pre-trained models. Authors first experimentally show the existence of negative transfer and then show that natively using MoE can not solve the problem. Then, a clustering-based method is proposed to solve the problem.
Generally, the paper is well-organized and... | Recommendation: 6: marginally above the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
The paper studies the negative transfer phenomenon of MAE pre-trained models. Authors first experimentally show the existence of negative transfer and then show that natively using MoE can not solve the problem. Then, a clustering-based method is proposed to solve the problem.
Generally, the paper is well-organ... |
This work utilizes (1) a Long Short-Term Memory (LSTM) autoencoder to learn unsupervised latent representations of multivariate time series data, and (2) a supervised Bidirectional LSTM (Bi-LSTM) that is initialized with the representations generated in step (1) and tasked to predict a continuous-valued output. The res... | Recommendation: 3: reject, not good enough | Area: General Machine Learning | Review:
This work utilizes (1) a Long Short-Term Memory (LSTM) autoencoder to learn unsupervised latent representations of multivariate time series data, and (2) a supervised Bidirectional LSTM (Bi-LSTM) that is initialized with the representations generated in step (1) and tasked to predict a continuous-valued output.... |
This paper considers vertical federated learning settings. It addresses the homogeneity and synchronicity problems by proposing a federated feature fusion (F^3) framework and learning a consensus graph among local owners. Experiments on four real-world time series datasets demonstrate the effectiveness of F^3.
Strength... | Recommendation: 5: marginally below the acceptance threshold | Area: General Machine Learning | Review:
This paper considers vertical federated learning settings. It addresses the homogeneity and synchronicity problems by proposing a federated feature fusion (F^3) framework and learning a consensus graph among local owners. Experiments on four real-world time series datasets demonstrate the effectiveness of F^3.
... |
This paper provides a practical algorithm for differentially private linear regression. Algorithmically, this proposed method is a combination of Theil-Sen estimator for linear regression and private mean estimator using Tukey median appeared in (Brown at el 2021) and (Liu at el 2021). Prior works have provable guarant... | Recommendation: 8: accept, good paper | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
This paper provides a practical algorithm for differentially private linear regression. Algorithmically, this proposed method is a combination of Theil-Sen estimator for linear regression and private mean estimator using Tukey median appeared in (Brown at el 2021) and (Liu at el 2021). Prior works have provable... |
This paper proposes CMU, a motif unit formed by a group of densely connected neocons, which is inspired by the structure of human brain. Experiment results suggests better performance.
Strength:
* The paper technically sounds correct and claims well supported by theoretical analysis and experimental results.
* Related... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper proposes CMU, a motif unit formed by a group of densely connected neocons, which is inspired by the structure of human brain. Experiment results suggests better performance.
Strength:
* The paper technically sounds correct and claims well supported by theoretical analysis and experimental results.
*... |
The paper proposes a new (bijective) transformation method between arbitrary pairs of distributions. The idea is to iteratively blend and de-blend the samples along the trajectories. Effectively, the direction in each iteration is the difference between the mean of the posterior samples in the two distributions. The me... | Recommendation: 3: reject, not good enough | Area: Generative models | Review:
The paper proposes a new (bijective) transformation method between arbitrary pairs of distributions. The idea is to iteratively blend and de-blend the samples along the trajectories. Effectively, the direction in each iteration is the difference between the mean of the posterior samples in the two distributions... |
The paper studies the convergence rate of neural fitted Z-iteration with a discrete distribution approximation of the Q distribution. In particular, the authors demonstrate that under the linear categorical parameterization assumption, neural fitted Z-iteration converges faster with the distributional RL objective comp... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper studies the convergence rate of neural fitted Z-iteration with a discrete distribution approximation of the Q distribution. In particular, the authors demonstrate that under the linear categorical parameterization assumption, neural fitted Z-iteration converges faster with the distributional RL object... |
The authors focus on the problem of improving the balance between memorization and generalization for CTR prediction, by explicitly incorporating the initial embedding layers into the final layers of typical single and dual tower models.
In particular, each embedding from the embedding layer has a softmax mask determi... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The authors focus on the problem of improving the balance between memorization and generalization for CTR prediction, by explicitly incorporating the initial embedding layers into the final layers of typical single and dual tower models.
In particular, each embedding from the embedding layer has a softmax mask... |
The authors investigate the role of inhibitory interneurons in the statistical adaptation of the brain. More specifically the investigate their role in neural networks that perform input whitening. The authors demonstrate that networks with inhibitory interneurons are more resilient to initializations than networks wit... | Recommendation: 6: marginally above the acceptance threshold | Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces) | Review:
The authors investigate the role of inhibitory interneurons in the statistical adaptation of the brain. More specifically the investigate their role in neural networks that perform input whitening. The authors demonstrate that networks with inhibitory interneurons are more resilient to initializations than netw... |
The paper proposes an extrinsic measure of the curvature of the manifold spanned by a decoder. This measure is then used in an autoencoder as a regularizer. In practice, the curvature measure is approximated to limit computational costs. Empirical results are limited to small models, but results appear promising.
## St... | Recommendation: 6: marginally above the acceptance threshold | Area: Generative models | Review:
The paper proposes an extrinsic measure of the curvature of the manifold spanned by a decoder. This measure is then used in an autoencoder as a regularizer. In practice, the curvature measure is approximated to limit computational costs. Empirical results are limited to small models, but results appear promisin... |
The paper introduces a pruning quality index (PQI) that satisfies desired properties (according to previous work) which can be used to set sparsity ratios. They use PQI to obtain sparsity ratios in the lottery ticket algorithm and show improved results.
## Strengths
1. The problem of identifying sparsity ratios is impo... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper introduces a pruning quality index (PQI) that satisfies desired properties (according to previous work) which can be used to set sparsity ratios. They use PQI to obtain sparsity ratios in the lottery ticket algorithm and show improved results.
## Strengths
1. The problem of identifying sparsity ratios... |
The authors leverage symmetry principles to design high-precision regressors which enable a dramatic speedup of simulations vs. traditional Monte Carlo approaches. They demonstrate that BDT performs well in 2D and 4D, but DNN with skip connections are needed for performance in higher (i.e. 8D).
Strengths:
Overall th... | Recommendation: 5: marginally below the acceptance threshold | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
The authors leverage symmetry principles to design high-precision regressors which enable a dramatic speedup of simulations vs. traditional Monte Carlo approaches. They demonstrate that BDT performs well in 2D and 4D, but DNN with skip connections are needed for performance in higher (i.e. 8D).
Strengths:
Ov... |
This paper proposes a cost measure that connects privacy to model fairness. Given that sensitive attributes are private and protected using differential privacy, the main contribution is the introduction of asymptotic relative efficiency (ARE), which measures how much the convergence to a fair model is "slowed down" co... | Recommendation: 5: marginally below the acceptance threshold | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
This paper proposes a cost measure that connects privacy to model fairness. Given that sensitive attributes are private and protected using differential privacy, the main contribution is the introduction of asymptotic relative efficiency (ARE), which measures how much the convergence to a fair model is "slowed ... |
This paper address a representation similarity metric analysis for high-dimension features by reformulating the representation simiarity metrics such as CKA, Procrustes, and CCA-based methods. Also the authors validate the changes by ablated representation by comparing linear decoding and non-linear classification perf... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
This paper address a representation similarity metric analysis for high-dimension features by reformulating the representation simiarity metrics such as CKA, Procrustes, and CCA-based methods. Also the authors validate the changes by ablated representation by comparing linear decoding and non-linear classificat... |
The paper introduces a new anomaly detection method, namely DIAD, that uses Partial Identification (PID) as an objective to perform anomaly detection optimization with a tree structure of an existing generalized additive model. It is also flexible to use an additional loss function, such as AUC optimization or BCE loss... | Recommendation: 5: marginally below the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
The paper introduces a new anomaly detection method, namely DIAD, that uses Partial Identification (PID) as an objective to perform anomaly detection optimization with a tree structure of an existing generalized additive model. It is also flexible to use an additional loss function, such as AUC optimization or ... |
The paper aims to improve exploration in MARL by preventing revisiting of previously explored regions. The authors propose an extension of QMIX with an arbitrary intrinsic reward module (CDS in the experiments). The proposed method NRT makes snapshots of a density estimator to detect when the distribution of joint obse... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper aims to improve exploration in MARL by preventing revisiting of previously explored regions. The authors propose an extension of QMIX with an arbitrary intrinsic reward module (CDS in the experiments). The proposed method NRT makes snapshots of a density estimator to detect when the distribution of jo... |
This paper proposes an algorithm called CQL (ReDS), which uses reweighted data distribution to make the algorithm act like having a support constraint instead of a distribution constraint. For most of the complex offline RL problems, dataset distribution will be heteroskedastic, i.e. will contain different variances of... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper proposes an algorithm called CQL (ReDS), which uses reweighted data distribution to make the algorithm act like having a support constraint instead of a distribution constraint. For most of the complex offline RL problems, dataset distribution will be heteroskedastic, i.e. will contain different vari... |
The paper presents a DDPM based method for vessel image synthesis and segmentation. The idea is to train one base DDPM for both tasks, using a switchable SPADE as a means for incorporating the dfferences between these two tasks. Further, the DDPM is trained in a self-supervised manner. Experiments on the benchmark data... | Recommendation: 6: marginally above the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
The paper presents a DDPM based method for vessel image synthesis and segmentation. The idea is to train one base DDPM for both tasks, using a switchable SPADE as a means for incorporating the dfferences between these two tasks. Further, the DDPM is trained in a self-supervised manner. Experiments on the benchm... |
This manuscript proposes a new method (called ROCO) to study robustness of algorithms/solvers for combinatorial optimization problems. It does not need the optimal solution, nor does it require a differnetiable solver.
To avoid the need for knowing the optimal solution, they modify the input instance in such a way tha... | Recommendation: 6: marginally above the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
This manuscript proposes a new method (called ROCO) to study robustness of algorithms/solvers for combinatorial optimization problems. It does not need the optimal solution, nor does it require a differnetiable solver.
To avoid the need for knowing the optimal solution, they modify the input instance in such a... |
ODEs have recently found their applications in survival analysis where in the case of right-censoring the log-likelihood can be optimized quite straightforwardly using an ODE solver. This work is inspired by an assumption known the clustering literature according to which the decision boundaries do not cross high-densi... | Recommendation: 6: marginally above the acceptance threshold | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
ODEs have recently found their applications in survival analysis where in the case of right-censoring the log-likelihood can be optimized quite straightforwardly using an ODE solver. This work is inspired by an assumption known the clustering literature according to which the decision boundaries do not cross hi... |
The manuscript proposes a strategy to train the network in a blockwise manner. Specifically, this strategy explores two local learning methods for blockwise BP training based on the basic blocks in the ResNet-50 model, i.e. simultaneous blockwise training and sequential blockwise training. In addition, the paper also e... | Recommendation: 3: reject, not good enough | Area: Unsupervised and Self-supervised learning | Review:
The manuscript proposes a strategy to train the network in a blockwise manner. Specifically, this strategy explores two local learning methods for blockwise BP training based on the basic blocks in the ResNet-50 model, i.e. simultaneous blockwise training and sequential blockwise training. In addition, the pape... |
This paper introduces the Learning Challenge Diagnosticator (LCD), a tool for assessing the difficulties of perceptual learning and reinforcement learning for a video game environment. The authors apply LCD on the Procgen benchmark, and reveals that how much perceptual learning and reinforcement learning affects the pe... | Recommendation: 3: reject, not good enough | Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces) | Review:
This paper introduces the Learning Challenge Diagnosticator (LCD), a tool for assessing the difficulties of perceptual learning and reinforcement learning for a video game environment. The authors apply LCD on the Procgen benchmark, and reveals that how much perceptual learning and reinforcement learning affect... |
This paper empirically studies the federated learning setting on super-net training.
This paper considers both directions simultaneously to overcome the data privacy issue and data heterogeneous issue in parallel.
Pros:
1. The problem is well-motivated. Existing methods either "train a single global model but keeping ... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper empirically studies the federated learning setting on super-net training.
This paper considers both directions simultaneously to overcome the data privacy issue and data heterogeneous issue in parallel.
Pros:
1. The problem is well-motivated. Existing methods either "train a single global model but ... |
In this paper the authors propose to extend the state space of diffusion models to answer the following question: how much should we sample at a given noise level? The way they proceed is as follows. First, they put some prior on the space of noise level $p(\sigma)$ (in practice this distribution is chosen so that $p(\... | Recommendation: 5: marginally below the acceptance threshold | Area: Generative models | Review:
In this paper the authors propose to extend the state space of diffusion models to answer the following question: how much should we sample at a given noise level? The way they proceed is as follows. First, they put some prior on the space of noise level $p(\sigma)$ (in practice this distribution is chosen so t... |
This paper addresses the following problem. Given a set of training examples, select a smaller subset of it which minimizes the expected model error. The goal is that the smaller subset can be used to train a different model with minimal drop in accuracy in comparison to training the model using the entire training dat... | Recommendation: 5: marginally below the acceptance threshold | Area: General Machine Learning | Review:
This paper addresses the following problem. Given a set of training examples, select a smaller subset of it which minimizes the expected model error. The goal is that the smaller subset can be used to train a different model with minimal drop in accuracy in comparison to training the model using the entire trai... |
The paper presents a study of a reinforcement learning setting consisting of a task-agnostic data collection phase and a task-aware offline optimization phases, on a set of continuous control tasks. Comparing the performance obtained when using different exploration criteria (combined with a new MPC-based method) in th... | Recommendation: 5: marginally below the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper presents a study of a reinforcement learning setting consisting of a task-agnostic data collection phase and a task-aware offline optimization phases, on a set of continuous control tasks. Comparing the performance obtained when using different exploration criteria (combined with a new MPC-based metho... |
In this paper, the authors propose a new dynamic sparse training method for GANs. The key idea is to balance the performance of the generator and discriminator during training by developing a quantity called balance ratio. Based on this quantity, the authors adjust the densities of the generator and discriminator durin... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
In this paper, the authors propose a new dynamic sparse training method for GANs. The key idea is to balance the performance of the generator and discriminator during training by developing a quantity called balance ratio. Based on this quantity, the authors adjust the densities of the generator and discriminat... |
This work established a theoretical framework to analyze the OOD performance of contrastive learning based self-supervised learning and suggest that the effective of contrastive learning mainly comes from data augmentation. Further, they proposed augmentation-robust contrastive learning to show the better OOD performan... | Recommendation: 6: marginally above the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
This work established a theoretical framework to analyze the OOD performance of contrastive learning based self-supervised learning and suggest that the effective of contrastive learning mainly comes from data augmentation. Further, they proposed augmentation-robust contrastive learning to show the better OOD p... |
This paper proposes using context free grammars to define a search space. This grammar is very flexible and one can use it to define all kinds of search spaces. The production rules can be formed to imposed constraints as well. Their search algorithm, BANAT is a bayesian optimization based one, where the surrogate mode... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
This paper proposes using context free grammars to define a search space. This grammar is very flexible and one can use it to define all kinds of search spaces. The production rules can be formed to imposed constraints as well. Their search algorithm, BANAT is a bayesian optimization based one, where the surrog... |
This paper presents an algorithm to train dual encoding models in federated learning. The key idea is sharing aggregated encoding statistical information across clients. Experiments were conducted on two benchmark datasets, including CIFAR-100 and Dermatology. The Dermatology dataset consists of de-identified images of... | Recommendation: 3: reject, not good enough | Area: Unsupervised and Self-supervised learning | Review:
This paper presents an algorithm to train dual encoding models in federated learning. The key idea is sharing aggregated encoding statistical information across clients. Experiments were conducted on two benchmark datasets, including CIFAR-100 and Dermatology. The Dermatology dataset consists of de-identified i... |
The paper proposes a new federated unlearning method for a specific federated clustering workflow. A key to the federated unlearning method is secure compressed multiset aggregation (SCMA) to aggregate local contributing data and enhance data privacy. Theoretical analysis is shown to demonstrate the computation and com... | Recommendation: 8: accept, good paper | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
The paper proposes a new federated unlearning method for a specific federated clustering workflow. A key to the federated unlearning method is secure compressed multiset aggregation (SCMA) to aggregate local contributing data and enhance data privacy. Theoretical analysis is shown to demonstrate the computation... |
This paper studies the optimization convergence guarantee of GD for training DeepONets with wide layers. Technically, the authors prove the convergence for both smooth activations and ReLU activation and show that a linear convergence rate can be achieved. The authors further present empirical results to back up the th... | Recommendation: 5: marginally below the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
This paper studies the optimization convergence guarantee of GD for training DeepONets with wide layers. Technically, the authors prove the convergence for both smooth activations and ReLU activation and show that a linear convergence rate can be achieved. The authors further present empirical results to back u... |
The paper proposes a novel approach for shallow graph representation through combining the idea behind label propagation with Krylov subspace methods. Label propagation is applied to the node features, and then the closed form solution is substituted into a least squares fitting term, which is then reparametrized using... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
The paper proposes a novel approach for shallow graph representation through combining the idea behind label propagation with Krylov subspace methods. Label propagation is applied to the node features, and then the closed form solution is substituted into a least squares fitting term, which is then reparametriz... |
This paper combines two ideas: snapshot ensembles and sampling-based (uncertainty and mutual information) active learning. Snapshot ensembles are shown to empirically perform better than standard (deep) ensembles and Monte Carlo dropout, when used in conjunction with uncertainty sampling (and BALD). Furthermore, warm-s... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
This paper combines two ideas: snapshot ensembles and sampling-based (uncertainty and mutual information) active learning. Snapshot ensembles are shown to empirically perform better than standard (deep) ensembles and Monte Carlo dropout, when used in conjunction with uncertainty sampling (and BALD). Furthermore... |
This paper proposes DSPNet which can be trained once and then slimmed to multiple sub-networks of various sizes (e.g., different widths and depths) suitable for various resource budgets. The experimental results show that each of these sub-networks learns relatively good representation compared to the individually pre-... | Recommendation: 6: marginally above the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
This paper proposes DSPNet which can be trained once and then slimmed to multiple sub-networks of various sizes (e.g., different widths and depths) suitable for various resource budgets. The experimental results show that each of these sub-networks learns relatively good representation compared to the individua... |
This paper proposes a method called CONIC for generating counterfactual data under the presence of confounders, using a variant of CycleGAN where the training objective is augmented with a contrastive loss. The high-level idea is to have the CycleGAN generate a counterfactual X’ with respect to X such that it only modi... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper proposes a method called CONIC for generating counterfactual data under the presence of confounders, using a variant of CycleGAN where the training objective is augmented with a contrastive loss. The high-level idea is to have the CycleGAN generate a counterfactual X’ with respect to X such that it o... |
This paper formulates the fairness setting with a bi-level optimization on finding good group ratios. Some approximation techniques are proposed to overcome the difficulty of bi-level optimization.
Strength
+ This paper formulate the fairness setting with a bi-level optimization on finding good group ratios.
Weaknes... | Recommendation: 5: marginally below the acceptance threshold | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
This paper formulates the fairness setting with a bi-level optimization on finding good group ratios. Some approximation techniques are proposed to overcome the difficulty of bi-level optimization.
Strength
+ This paper formulate the fairness setting with a bi-level optimization on finding good group ratios.
... |
The paper focuses on the problem of utilizing pretrained large-scale language models for training data generation (based on careful prompts), to be used in training zero-shot classifiers. This approach stands out as an alternative to fine-tuning the language model for a new task (again for data generation) or direct pr... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The paper focuses on the problem of utilizing pretrained large-scale language models for training data generation (based on careful prompts), to be used in training zero-shot classifiers. This approach stands out as an alternative to fine-tuning the language model for a new task (again for data generation) or d... |
This paper studies test-time attacks on reinforcement learning agents. It focuses on attacks that are statistically undetectable, and proposes novel attack models that aim to preserve consistency of trajectories with the environment dynamics. The paper develops a new optimization framework for generating such attacks a... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper studies test-time attacks on reinforcement learning agents. It focuses on attacks that are statistically undetectable, and proposes novel attack models that aim to preserve consistency of trajectories with the environment dynamics. The paper develops a new optimization framework for generating such a... |
This work provides UDA bounds based on the information-theoretic tools. Accordingly, new UDA methods are proposed with empirical evidence.
Strength:
1. The theoretical analysis in Section 5 is interesting and novel to me.
2. Applying SGLD to UDA, though itself is not initially developed in this paper, is novel to me... | Recommendation: 3: reject, not good enough | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
This work provides UDA bounds based on the information-theoretic tools. Accordingly, new UDA methods are proposed with empirical evidence.
Strength:
1. The theoretical analysis in Section 5 is interesting and novel to me.
2. Applying SGLD to UDA, though itself is not initially developed in this paper, is nov... |
The paper proposes the application of ViT models for the task of timeseries classification.
S
- extensive experiments with multiple datasets and setups
- straightforward application of ViT to timeseries
W
- lack of discussion wrt better results in baselines (TST, Rocket)
- limited novelty compared to existing model... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
The paper proposes the application of ViT models for the task of timeseries classification.
S
- extensive experiments with multiple datasets and setups
- straightforward application of ViT to timeseries
W
- lack of discussion wrt better results in baselines (TST, Rocket)
- limited novelty compared to existi... |
The paper proposes a policy optimization method for MARL. To reduce the cost of sequential updates in HATRPO, it uses a network to estimate the local advantage, so agents can be updated efficiently. The consistency between the joint advantage and local advantages is constrained by coefficients, both hard/soft coefficie... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper proposes a policy optimization method for MARL. To reduce the cost of sequential updates in HATRPO, it uses a network to estimate the local advantage, so agents can be updated efficiently. The consistency between the joint advantage and local advantages is constrained by coefficients, both hard/soft c... |
This article introduces a distance between probability distributions on a graph. It is defined as the distance in the RKHS of the embedding of these distributions according to a kernel defined by the pseudo-inverse of the Laplacian of the graph.
The idea of this distance is simple and seems quite natural. The advantag... | Recommendation: 3: reject, not good enough | Area: Unsupervised and Self-supervised learning | Review:
This article introduces a distance between probability distributions on a graph. It is defined as the distance in the RKHS of the embedding of these distributions according to a kernel defined by the pseudo-inverse of the Laplacian of the graph.
The idea of this distance is simple and seems quite natural. The ... |
The paper proposed a new learning concept called ADCOL(Adversarial Collaborative Learning) for non-IID features. Instead of adopting the widely used model-averaging scheme, ADCOL conducts training in an adversarial way: the server aims to train a discriminator to distinguish the representations of the parties, while th... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper proposed a new learning concept called ADCOL(Adversarial Collaborative Learning) for non-IID features. Instead of adopting the widely used model-averaging scheme, ADCOL conducts training in an adversarial way: the server aims to train a discriminator to distinguish the representations of the parties, ... |
This paper presents a new experience replay method using error sensitivity as a modulation method in continual learning. The proposed method keeps track of the classification loss during continual learning and when the newly-received data incurs a high classification loss, it gets downweighed to reduce its effect. In t... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
This paper presents a new experience replay method using error sensitivity as a modulation method in continual learning. The proposed method keeps track of the classification loss during continual learning and when the newly-received data incurs a high classification loss, it gets downweighed to reduce its effe... |
I thank the authors for their responses. I am especially happy about the added section 3.2. that tries to provide some theoretical reasons for the observed phenomenon of variance collapse. I am raising my score to 6.
The authors in this paper observe that interpolating between neural network weights decreases the vari... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
I thank the authors for their responses. I am especially happy about the added section 3.2. that tries to provide some theoretical reasons for the observed phenomenon of variance collapse. I am raising my score to 6.
The authors in this paper observe that interpolating between neural network weights decreases ... |
This paper aims to tackle the offline MDP challenge with the heterogeneous data source. To this end, the authors propose an underlying MDP setup where the offline data are sampled from an (iid) variation of the underlying MDP. The authors further present several algorithms and the associated analyses (for both tabular ... | Recommendation: 5: marginally below the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper aims to tackle the offline MDP challenge with the heterogeneous data source. To this end, the authors propose an underlying MDP setup where the offline data are sampled from an (iid) variation of the underlying MDP. The authors further present several algorithms and the associated analyses (for both ... |
The objective of the paper is to construct an estimator for the state of a high-dimensional nonlinear dynamical system given partial observations of the state. The objective is motivated by applications in fluid mechanics or turbulent flows where the state of the system is large obtained by discretizing a PDE. The prop... | Recommendation: 6: marginally above the acceptance threshold | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
The objective of the paper is to construct an estimator for the state of a high-dimensional nonlinear dynamical system given partial observations of the state. The objective is motivated by applications in fluid mechanics or turbulent flows where the state of the system is large obtained by discretizing a PDE. ... |
Cognitive neuroscience aims to reveal the underlying brain regions corresponding to different cognitive processes, and such studies are usually performed by comparing and contrasting the fMRI scans of subjects performing designed cognitive tasks. A major drawback in this field is the high cost of data acquisition, whic... | Recommendation: 5: marginally below the acceptance threshold | Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces) | Review:
Cognitive neuroscience aims to reveal the underlying brain regions corresponding to different cognitive processes, and such studies are usually performed by comparing and contrasting the fMRI scans of subjects performing designed cognitive tasks. A major drawback in this field is the high cost of data acquisiti... |
This paper proposes to learn an efficient sparse network for reinforcement learning (RL). It learns the sparse network from scratch instead of relying on knowledge distillation or pruning. The proposed method is designed based on the gradient-based topology evolution criteria. Experiments show that the proposed method ... | Recommendation: 8: accept, good paper | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper proposes to learn an efficient sparse network for reinforcement learning (RL). It learns the sparse network from scratch instead of relying on knowledge distillation or pruning. The proposed method is designed based on the gradient-based topology evolution criteria. Experiments show that the proposed... |
This paper considers the potential energy saving of implementing multiplication as a add-shift-add operation, and propose to utilize the bit-level sparsity of the weight to further reduce energy cost. The paper proposes a bit-sparsity regularization that promote weight to be sparse in binary format, and claim to achiev... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper considers the potential energy saving of implementing multiplication as a add-shift-add operation, and propose to utilize the bit-level sparsity of the weight to further reduce energy cost. The paper proposes a bit-sparsity regularization that promote weight to be sparse in binary format, and claim t... |
Based on a simple observation that intra-domain target samples have different levels of domain discrepancy, this paper proposed a new approach, divide-to-adapt, to address the problem of black-box domain adaptation. The main contributions are two parts: dynamically mitigating the confirmation bias for black-box domain ... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
Based on a simple observation that intra-domain target samples have different levels of domain discrepancy, this paper proposed a new approach, divide-to-adapt, to address the problem of black-box domain adaptation. The main contributions are two parts: dynamically mitigating the confirmation bias for black-box... |
This work proposed two strategies to use future covariates by 1) simply shifting back the covariates with prediction by length $s$ (which is a hyperparameter) and take the shifted covariates as additional input to the model; or 2) for the target and unpredicted covariates, copying the last $s$ observations to pad them ... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
This work proposed two strategies to use future covariates by 1) simply shifting back the covariates with prediction by length $s$ (which is a hyperparameter) and take the shifted covariates as additional input to the model; or 2) for the target and unpredicted covariates, copying the last $s$ observations to p... |
The paper focuses on the problem of time series forecasting with constraints. The proposed functional relation field framework is aimed at learning constraints from multi-variate time series data. Then, the authors develop the training and inference method incorporating the learned constraints. The proposed method is ... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
The paper focuses on the problem of time series forecasting with constraints. The proposed functional relation field framework is aimed at learning constraints from multi-variate time series data. Then, the authors develop the training and inference method incorporating the learned constraints. The proposed me... |
This paper challenges the interpretability of common neural recording analysis methods with deep artificial networks, by simulating such methods on artificial networks themselves. First, it shows that several architectures with totally different components are very similar in commonly used prediction measures when test... | Recommendation: 3: reject, not good enough | Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces) | Review:
This paper challenges the interpretability of common neural recording analysis methods with deep artificial networks, by simulating such methods on artificial networks themselves. First, it shows that several architectures with totally different components are very similar in commonly used prediction measures w... |
This paper studies client selection in federated learning. The authors cast this problem as an online learning task with bandit feedback. They proposed to adopt online stochastic mirror descent (OSMD) to minimize the sampling variance.
+ Formulating the client selection problem as an online learning one with bandit fe... | Recommendation: 5: marginally below the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
This paper studies client selection in federated learning. The authors cast this problem as an online learning task with bandit feedback. They proposed to adopt online stochastic mirror descent (OSMD) to minimize the sampling variance.
+ Formulating the client selection problem as an online learning one with b... |
The paper provides a non-local extension of the locally balanced samplers for improved sampling efficiency. The authors start by providing an analysis of existing approaches to improve the sampling efficiency of locally balanced samplers. They then introduce the any-scale balanced sampler in a step by step manner. Nume... | Recommendation: 6: marginally above the acceptance threshold | Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes) | Review:
The paper provides a non-local extension of the locally balanced samplers for improved sampling efficiency. The authors start by providing an analysis of existing approaches to improve the sampling efficiency of locally balanced samplers. They then introduce the any-scale balanced sampler in a step by step mann... |
The paper derives a first-order algorithm for constrained variational inequalities based on the interior point method and ADMM. Convergence rates of the algorithm for both $\xi$-monotone and monotone cases are provided. Numerical experiments show its excellent behavior in practice compared to existing works.
**Strength... | Recommendation: 6: marginally above the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
The paper derives a first-order algorithm for constrained variational inequalities based on the interior point method and ADMM. Convergence rates of the algorithm for both $\xi$-monotone and monotone cases are provided. Numerical experiments show its excellent behavior in practice compared to existing works.
**... |
The paper introduces a new quality diversity algorithm, CMA-MAE, that try to address some limitations of the baseline algorithm CMA-ME. The authors introduce a learning rate $\alpha$ into the acceptance threshold, which encourages CMA-MAE to spend more time on the promising zones before transitioning to exploration. Th... | Recommendation: 3: reject, not good enough | Area: Optimization (eg, convex and non-convex optimization) | Review:
The paper introduces a new quality diversity algorithm, CMA-MAE, that try to address some limitations of the baseline algorithm CMA-ME. The authors introduce a learning rate $\alpha$ into the acceptance threshold, which encourages CMA-MAE to spend more time on the promising zones before transitioning to explora... |
The authors propose to assign separate beta Lagrange factors to each level in hierarchical VAEs to control the rate for each level separately. They argue that different applications of VAEs have different trade-offs for the rate, e.g., classification, generation, and reconstruction. The experiments sweep over values of... | Recommendation: 8: accept, good paper | Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes) | Review:
The authors propose to assign separate beta Lagrange factors to each level in hierarchical VAEs to control the rate for each level separately. They argue that different applications of VAEs have different trade-offs for the rate, e.g., classification, generation, and reconstruction. The experiments sweep over v... |
The paper investigates how to promote digital well-being through individualized breaking policies. They propose a disciplined learning framework for responsible and sustainable optimization of long-term user engagement. For user behavior simulation, they utilize Lokta-Volterra (LV) dynamical systems to depict users as ... | 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 investigates how to promote digital well-being through individualized breaking policies. They propose a disciplined learning framework for responsible and sustainable optimization of long-term user engagement. For user behavior simulation, they utilize Lokta-Volterra (LV) dynamical systems to depict u... |
The paper studies the impact of the strength of inductive bias on the generalization performance of the trained model. First, the authors prove that in kernel learning with convolutional kernels, a phase transition occurs in the noisy data setting. Specifically, when the level of inductive bias exceeds a particular thr... | Recommendation: 8: accept, good paper | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
The paper studies the impact of the strength of inductive bias on the generalization performance of the trained model. First, the authors prove that in kernel learning with convolutional kernels, a phase transition occurs in the noisy data setting. Specifically, when the level of inductive bias exceeds a partic... |
This paper explores how to collect informative data for offline RL methods. Many curiosity-based methods are considered to explore the environment. Intrinsic Model Predictive Control (IMPC) approach is proposed to improve the performance.
The idea and setting are novel and interesting. However, the method part is a lit... | Recommendation: 5: marginally below the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper explores how to collect informative data for offline RL methods. Many curiosity-based methods are considered to explore the environment. Intrinsic Model Predictive Control (IMPC) approach is proposed to improve the performance.
The idea and setting are novel and interesting. However, the method part ... |
This paper proposes low-precision model memory (LPMM) as a quantization training concept. In LPMM, all parameters, including weights, activation, gradient, and momentums are quantized to low-bit, which achieves theoretical low-bit training that saves significant memory footprints on the hardware.
Strengths
1. This pa... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
This paper proposes low-precision model memory (LPMM) as a quantization training concept. In LPMM, all parameters, including weights, activation, gradient, and momentums are quantized to low-bit, which achieves theoretical low-bit training that saves significant memory footprints on the hardware.
Strengths
1.... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.