review
stringlengths
5
16.6k
score
stringclasses
5 values
area
stringclasses
12 values
text
stringlengths
31
5.65k
The paper proposes a benchmark for Federated Learning in the context of domain generalization. The authors thoroughly evaluate a number of popular DG algorithms on this benchmark. Strengths - The benchmark considers a relevant setting - The evaluations are detailed covering a variety of methods - The work highlights t...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposes a benchmark for Federated Learning in the context of domain generalization. The authors thoroughly evaluate a number of popular DG algorithms on this benchmark. Strengths - The benchmark considers a relevant setting - The evaluations are detailed covering a variety of methods - The work high...
This paper presents a novel method of learning robust DNNs through the use of a network containing two si models, one that learns an intermediate variable Z and then combines it with the front door criterion to learn the interventional distribution p(Y|do(X = x)). This interventional distribution has invariance propert...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper presents a novel method of learning robust DNNs through the use of a network containing two si models, one that learns an intermediate variable Z and then combines it with the front door criterion to learn the interventional distribution p(Y|do(X = x)). This interventional distribution has invariance...
This paper proposes a new neighborhood aggregation method based on the number of hops. With this method, a graph transformer is developed with node-wise input sequences. Moreover, a self-attention readout function is applied to integrate the representations learned from the transformer module. Strengths: 1. With node-...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper proposes a new neighborhood aggregation method based on the number of hops. With this method, a graph transformer is developed with node-wise input sequences. Moreover, a self-attention readout function is applied to integrate the representations learned from the transformer module. Strengths: 1. Wi...
This paper studies the performance fairness problem of federated learning. The authors empirically show that Q-Fair Federated Learning fails to improve performance fairness. They also show that knowledge distillation is a better way for fair federated learning without additional personalization mechanisms. Strengths: -...
Recommendation: 3: reject, not good enough
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper studies the performance fairness problem of federated learning. The authors empirically show that Q-Fair Federated Learning fails to improve performance fairness. They also show that knowledge distillation is a better way for fair federated learning without additional personalization mechanisms. Stre...
The authors provide to their knowledge the first matrix-free Newton's method in reduced subspace to obtain exact solution of cubic-regularization (CR), which is much faster than the previous CR solvers. Then, the previous ARC algorithm is expanded to ARCLQN algorithm using LQN matrices, to incorporate SGD and the propo...
Recommendation: 5: marginally below the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: The authors provide to their knowledge the first matrix-free Newton's method in reduced subspace to obtain exact solution of cubic-regularization (CR), which is much faster than the previous CR solvers. Then, the previous ARC algorithm is expanded to ARCLQN algorithm using LQN matrices, to incorporate SGD and t...
The paper cites the feature robustness framework of Ilyas et al. 2019 as its starting point. It claims that framework fails to explain overfitting in adversarial training (Note: that paper wasn't claiming to explain overfitting). The paper then proposes a narrower definition of feature robustness (where an attacker and...
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 cites the feature robustness framework of Ilyas et al. 2019 as its starting point. It claims that framework fails to explain overfitting in adversarial training (Note: that paper wasn't claiming to explain overfitting). The paper then proposes a narrower definition of feature robustness (where an atta...
This paper considers the problem of tracking a drifting optimization target under the assumption that the loss function is a smooth function of both the optimization parameter and time. The key insight is to compute the derivative of the minimizer with respect to time by differentiating the loss function with respect t...
Recommendation: 6: marginally above the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper considers the problem of tracking a drifting optimization target under the assumption that the loss function is a smooth function of both the optimization parameter and time. The key insight is to compute the derivative of the minimizer with respect to time by differentiating the loss function with r...
The paper proposes an Early Stopping (ES) method for Deep Image Prior (DIP) based on the running variance of the intermediate outputs. For the task of denoising, a broad set of experiments is provided to study it under different noise types and intensities and against other approaches for early stopping. Besides, some ...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper proposes an Early Stopping (ES) method for Deep Image Prior (DIP) based on the running variance of the intermediate outputs. For the task of denoising, a broad set of experiments is provided to study it under different noise types and intensities and against other approaches for early stopping. Beside...
- The paper formulates instance segmentation as a RL problem based on a stateless actor-critic setup, achieving end-to-end learning while exploiting prior knowledge on instance appearance instead of using ground truth instance supervision. - The paper introduces a strategy for spatial decomposition of rewards based on ...
Recommendation: 5: marginally below the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: - The paper formulates instance segmentation as a RL problem based on a stateless actor-critic setup, achieving end-to-end learning while exploiting prior knowledge on instance appearance instead of using ground truth instance supervision. - The paper introduces a strategy for spatial decomposition of rewards b...
This paper proposes a new basic data generation framework where each data point is associated with a function and the `noises' are assumed to be from the variation of its function rather than its output used in classical ERM. Two corresponding models are proposed for unsupervised learning (generative model) and superv...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes a new basic data generation framework where each data point is associated with a function and the `noises' are assumed to be from the variation of its function rather than its output used in classical ERM. Two corresponding models are proposed for unsupervised learning (generative model) an...
The paper studies the failure cases in FSL and proposes an efficient algorithm to extract the difficult tasks from large-scale datasets. Based on the proposed algorithm, the paper builds a new test-only few-shot classification benchmark named HARD-META-DATASET++. Strength: 1) The paper is writing clearly and easy to re...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper studies the failure cases in FSL and proposes an efficient algorithm to extract the difficult tasks from large-scale datasets. Based on the proposed algorithm, the paper builds a new test-only few-shot classification benchmark named HARD-META-DATASET++. Strength: 1) The paper is writing clearly and ea...
This paper studies if Vision Transformers (ViTs) could outperform CNNs in vision-based RL tasks. The authors compared existing self-supervised strategies and proposed a new self-supervised approach designed for the sequential observations in RL. The newly proposed method combines previous ideas from VICReg (Bardes et a...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper studies if Vision Transformers (ViTs) could outperform CNNs in vision-based RL tasks. The authors compared existing self-supervised strategies and proposed a new self-supervised approach designed for the sequential observations in RL. The newly proposed method combines previous ideas from VICReg (Bar...
This work examines the uncertainty calibration of various image classifiers. A fairly comprehensive list of classification models, calibration techniques, and metrics are examined experimentally. From experimental results, this work draws several observations and recommendations in both model type and training techniqu...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This work examines the uncertainty calibration of various image classifiers. A fairly comprehensive list of classification models, calibration techniques, and metrics are examined experimentally. From experimental results, this work draws several observations and recommendations in both model type and training ...
The idea is to define an appropriate notion of W2 projection of P_0 onto given measures P_1,..,P_J . The proposed definition avoids the standard bi-level optimization based one and hence is efficient to compute. Simulations on a problem of estimating causal effect are presented. Strength: 1. Paper is well written with ...
Recommendation: 6: marginally above the acceptance threshold
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: The idea is to define an appropriate notion of W2 projection of P_0 onto given measures P_1,..,P_J . The proposed definition avoids the standard bi-level optimization based one and hence is efficient to compute. Simulations on a problem of estimating causal effect are presented. Strength: 1. Paper is well writt...
This paper proposes a new pre-training task tailored for end-to-end self-driving. The idea is to take an unsupervised monocular depth model (for instance [1]) and distill the component that takes as input 2 images and predicts the pose between them into a single-image model. The resultant model therefore learns a repre...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes a new pre-training task tailored for end-to-end self-driving. The idea is to take an unsupervised monocular depth model (for instance [1]) and distill the component that takes as input 2 images and predicts the pose between them into a single-image model. The resultant model therefore learns...
The paper proposes SlenderGNN, a new GNN method that is accurate, robust, and interpretable. Authors report experimental results comparing SlenderGNN's performance with a set of alternative methods. They also conduct an ablated study to assess the importance of individual modules of the proposed method in its performan...
Recommendation: 3: reject, not good enough
Area: General Machine Learning
Review: The paper proposes SlenderGNN, a new GNN method that is accurate, robust, and interpretable. Authors report experimental results comparing SlenderGNN's performance with a set of alternative methods. They also conduct an ablated study to assess the importance of individual modules of the proposed method in its p...
The submission aims to distinguish informative data and uninformative data under a designed probabilistic setting. Under this setting, the true labels of informative v.s. uninformative are missing. To deal with this issue, the authors propose a learning method simultaneously learning the predictor and the selector, wit...
Recommendation: 5: marginally below the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The submission aims to distinguish informative data and uninformative data under a designed probabilistic setting. Under this setting, the true labels of informative v.s. uninformative are missing. To deal with this issue, the authors propose a learning method simultaneously learning the predictor and the selec...
This paper presents Masked Vector Quantization (MVQ), which is an extension of hierarchical Vector Quantized Variational AutoEncoder (VQ-VAE [a]). MVQ introduces mask configuration on the secondary code vector and demonstrates its effectiveness on image generation with shorter sequences (for example, less than 20) per ...
Recommendation: 3: reject, not good enough
Area: Generative models
Review: This paper presents Masked Vector Quantization (MVQ), which is an extension of hierarchical Vector Quantized Variational AutoEncoder (VQ-VAE [a]). MVQ introduces mask configuration on the secondary code vector and demonstrates its effectiveness on image generation with shorter sequences (for example, less than ...
This paper studies in-depth the implicit denoising effect in graph neural networks, which remains an open issue from the theoretical perspective. Rigorous theoretical analysis is provided to uncover the underlying philosophy of GNNs for graph signal denoising. The theoretical results and discussion suggest that the imp...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper studies in-depth the implicit denoising effect in graph neural networks, which remains an open issue from the theoretical perspective. Rigorous theoretical analysis is provided to uncover the underlying philosophy of GNNs for graph signal denoising. The theoretical results and discussion suggest that...
This paper considers the problem of Elicitation inference optimization where the goal is to get the perspectives of N participants on K different perspectives by minimizing the total number of elicitations. Elicitation could be direct: does participant i agree with perspective j or comparative, does participant i agree...
Recommendation: 3: reject, not good enough
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: This paper considers the problem of Elicitation inference optimization where the goal is to get the perspectives of N participants on K different perspectives by minimizing the total number of elicitations. Elicitation could be direct: does participant i agree with perspective j or comparative, does participant...
The authors propose 3DiM, a diffusion model for novel view synthesis. The input to the model is a set of images with poses representing different views of the same object plus a target pose; the output of the model is a new image of the same object from the target pose. By applying the model repeatedly, the authors can...
Recommendation: 6: marginally above the acceptance threshold
Area: Generative models
Review: The authors propose 3DiM, a diffusion model for novel view synthesis. The input to the model is a set of images with poses representing different views of the same object plus a target pose; the output of the model is a new image of the same object from the target pose. By applying the model repeatedly, the aut...
This paper proposes a variant of the Mixup method that considers the label mismatch problem by decoupling (i.e., removing) the competitor's class in the softmax which can potentially cause mismatching between the mixed label and sample. The authors formulate the decoupled mixup cross-entropy loss ($L_{DM(CE)}$) that be...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes a variant of the Mixup method that considers the label mismatch problem by decoupling (i.e., removing) the competitor's class in the softmax which can potentially cause mismatching between the mixed label and sample. The authors formulate the decoupled mixup cross-entropy loss ($L_{DM(CE)}$)...
The paper focuses on inverse protein folding, a fundamental and challenging problem in protein science. The authors propose a new regularization term by including the trained AlphaFold model and its predicted structural confidence metric. To improve the efficiency of the model optimization loop, they distill the AlphaF...
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The paper focuses on inverse protein folding, a fundamental and challenging problem in protein science. The authors propose a new regularization term by including the trained AlphaFold model and its predicted structural confidence metric. To improve the efficiency of the model optimization loop, they distill th...
This paper presents a novel object-centric representation called Block-Slot Representation, which, unlike the conventional slot representation, provides concept-level disentanglement within a slot, such as color, texture, and position. In comparison with the previous methods, the approach demonstrated significantly bet...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper presents a novel object-centric representation called Block-Slot Representation, which, unlike the conventional slot representation, provides concept-level disentanglement within a slot, such as color, texture, and position. In comparison with the previous methods, the approach demonstrated significa...
A new vector quantization method is proposed, named Vector Quantized Wasserstein Auto-Encoder (VQ-WAE). The presented VQ-WAE employs the Wasserstein (WS) distance in both the observation x space and the latent z space to encourage matching, mimicking the existing Wasserstein Auto-Encoder. Experiments on MNIST, CIFAR10,...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: A new vector quantization method is proposed, named Vector Quantized Wasserstein Auto-Encoder (VQ-WAE). The presented VQ-WAE employs the Wasserstein (WS) distance in both the observation x space and the latent z space to encourage matching, mimicking the existing Wasserstein Auto-Encoder. Experiments on MNIST, ...
This paper proposed a specialized optimizer for optimizing the DNN to have good compression ability, i.e. the optimized model can be pruned/quantized to smaller models which have good accuracy. The paper is based on a formulation related to the sharpness aware minimization, by adding a compression related constraint p...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposed a specialized optimizer for optimizing the DNN to have good compression ability, i.e. the optimized model can be pruned/quantized to smaller models which have good accuracy. The paper is based on a formulation related to the sharpness aware minimization, by adding a compression related cons...
Several variants of GFlowNets are proposed in the context of multi-agent systems with centralized training and decentralized execution. The challenge considered in this paper is that we want to resulting policy to factorize across the agents, so that each agent can independently sample its next action given only a loca...
Recommendation: 3: reject, not good enough
Area: Generative models
Review: Several variants of GFlowNets are proposed in the context of multi-agent systems with centralized training and decentralized execution. The challenge considered in this paper is that we want to resulting policy to factorize across the agents, so that each agent can independently sample its next action given onl...
The paper proposes approaches to identify the optimal frame rate for audio classification tasks. Specifically, they propose a series of strategies to identify the optimal rate by inserting the frame-rate identification module between the traditional feature extraction step and the final classifier and casting the probl...
Recommendation: 3: reject, not good enough
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper proposes approaches to identify the optimal frame rate for audio classification tasks. Specifically, they propose a series of strategies to identify the optimal rate by inserting the frame-rate identification module between the traditional feature extraction step and the final classifier and casting t...
The paper introduces a new gradient inversion method in Federated Learning. The proposed approach called "Learning To Invert" (LTI) directly attempts to learn the mapping between the gradient of a sample and the corresponding input sample using an auxiliary dataset. A simple multi-layer perceptron (MLP) is used to lea...
Recommendation: 3: reject, not good enough
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The paper introduces a new gradient inversion method in Federated Learning. The proposed approach called "Learning To Invert" (LTI) directly attempts to learn the mapping between the gradient of a sample and the corresponding input sample using an auxiliary dataset. A simple multi-layer perceptron (MLP) is use...
Conditional language models often perform poorly on out-of-domain (OOD) data. This might be a reason why they shouldn't be tasked with generating anything for OOD examples at all: generations might be of poor quality and even more unpredictable than normal outputs. In order to predict which examples a conditional langu...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: Conditional language models often perform poorly on out-of-domain (OOD) data. This might be a reason why they shouldn't be tasked with generating anything for OOD examples at all: generations might be of poor quality and even more unpredictable than normal outputs. In order to predict which examples a condition...
The paper proposes an algorithm (pre-cluster and merge) to better disambiguate heterogenous treatment effects in non-targeted clinical trials (where there is a hidden confounder of the patient of whether the patient was sick/healthy/other confounder variable-- with same observable patient properties/covariates otherwis...
Recommendation: 5: marginally below the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The paper proposes an algorithm (pre-cluster and merge) to better disambiguate heterogenous treatment effects in non-targeted clinical trials (where there is a hidden confounder of the patient of whether the patient was sick/healthy/other confounder variable-- with same observable patient properties/covariates ...
The paper aims at learning the causal representation from time-series data with the access of interventions. The formulation is a state-space model, which the causal process is unobserved and the observation is a funtion of the unobserved causal process. It generalizes CITRIS (Lippe et al., 2022b) to include instantane...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper aims at learning the causal representation from time-series data with the access of interventions. The formulation is a state-space model, which the causal process is unobserved and the observation is a funtion of the unobserved causal process. It generalizes CITRIS (Lippe et al., 2022b) to include in...
The authors propose a risk-aware bayesian reinforcement learning method to tackle the problem of safe exploration. Specifically, the authors assume that the agent maintains a Dirichlet-Categorical model of the MDP, and propose a method to derive an approximate bound on the confidence that the risk is below a certain le...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The authors propose a risk-aware bayesian reinforcement learning method to tackle the problem of safe exploration. Specifically, the authors assume that the agent maintains a Dirichlet-Categorical model of the MDP, and propose a method to derive an approximate bound on the confidence that the risk is below a ce...
The paper makes the argument that current OOD detectors are faulty since they are tied to the bias in the data collection process. The authors show examples where several existing OOD detectors would have classified an auxiliary test data set as OOD, but the classifier performs well on those examples. The authors argu...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: The paper makes the argument that current OOD detectors are faulty since they are tied to the bias in the data collection process. The authors show examples where several existing OOD detectors would have classified an auxiliary test data set as OOD, but the classifier performs well on those examples. The auth...
- This work extends the study of BEiT, i.e. BERT-style pre-training of image transformers. Specifically, this work proposes to adopt a semantic-rich visual tokenizer distilled from the semantically-rich CLIP model, promoting the MIM process to focus more on semantic-level. - In order to learn better and compact code...
Recommendation: 5: marginally below the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: - This work extends the study of BEiT, i.e. BERT-style pre-training of image transformers. Specifically, this work proposes to adopt a semantic-rich visual tokenizer distilled from the semantically-rich CLIP model, promoting the MIM process to focus more on semantic-level. - In order to learn better and comp...
This paper investigate the structrual similarity between winning tickets. In particular, they argue that the signs in weight connection play a critical role. Strength: * The topic of whether lottery tickets (LTs) is unique or share some similarity is of great interests to the communicty. Weakness: * The paper does n...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper investigate the structrual similarity between winning tickets. In particular, they argue that the signs in weight connection play a critical role. Strength: * The topic of whether lottery tickets (LTs) is unique or share some similarity is of great interests to the communicty. Weakness: * The pape...
The paper considers video-based object-centric learning tasks. The proposed model achieves object-centric learning by predicting per-object motion and future frame observation. Experiments show that the proposed method outperforms a collection of single-frame baselines. - Strength - This work exploits the ...
Recommendation: 3: reject, not good enough
Area: Unsupervised and Self-supervised learning
Review: The paper considers video-based object-centric learning tasks. The proposed model achieves object-centric learning by predicting per-object motion and future frame observation. Experiments show that the proposed method outperforms a collection of single-frame baselines. - Strength - This work explo...
In this paper, the authors propose theoretical analyses for the generalization of GNNs. For the in-distribution case, the authors propose an improved bound regarding graph classification compared to the existing PAC-Bayes results. For the out-of-distribution generalization, the authors propose an analysis for node clas...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: In this paper, the authors propose theoretical analyses for the generalization of GNNs. For the in-distribution case, the authors propose an improved bound regarding graph classification compared to the existing PAC-Bayes results. For the out-of-distribution generalization, the authors propose an analysis for n...
This paper presents training strategy that allows to training optimal transformers under user-defined budgets. The budget training strategy is based on investigating the redundancy in attention heads, hidden dimensions in MLP, and visual tokens. The training strategy could adjust the activation rate of the model along...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper presents training strategy that allows to training optimal transformers under user-defined budgets. The budget training strategy is based on investigating the redundancy in attention heads, hidden dimensions in MLP, and visual tokens. The training strategy could adjust the activation rate of the mod...
**Overall Summary** This paper presents an approach aims to selecting a subset of training data that (1) makes training more computationally efficient while (2) incurring little-to-no loss in accuracy. The proposed approach is analyzed in terms of its generalization performance in addition to computational requirements...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: **Overall Summary** This paper presents an approach aims to selecting a subset of training data that (1) makes training more computationally efficient while (2) incurring little-to-no loss in accuracy. The proposed approach is analyzed in terms of its generalization performance in addition to computational requ...
This paper investigates using synthetic data from generated with GLIDE model for image recognition based on CLIP embedding in zero-shot and few-shot settings. It is shown that synthetic data are beneficial for classifier learning. The synthetic data also show great potential for model pre-training. + show state-of-the-...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper investigates using synthetic data from generated with GLIDE model for image recognition based on CLIP embedding in zero-shot and few-shot settings. It is shown that synthetic data are beneficial for classifier learning. The synthetic data also show great potential for model pre-training. + show state...
An extension of the global average pooling (GAP), called generalized sum pooling (GSP), is presented in this paper: while GAP is a convex combination with "flat weights," GSP instead learns the weights by solving an optimal transportation problem. GSP allows for the selection of features to be pooled by introducing a "...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: An extension of the global average pooling (GAP), called generalized sum pooling (GSP), is presented in this paper: while GAP is a convex combination with "flat weights," GSP instead learns the weights by solving an optimal transportation problem. GSP allows for the selection of features to be pooled by introdu...
This paper proposes a novel method for cross-layer interaction, which complements current mainstream networks emphasizing the interaction within a layer. Taking advantage of the attention mechanism, the proposed method enhances the layer interaction via attention. An efficient implementation is also introduced to avoid...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes a novel method for cross-layer interaction, which complements current mainstream networks emphasizing the interaction within a layer. Taking advantage of the attention mechanism, the proposed method enhances the layer interaction via attention. An efficient implementation is also introduced ...
The authors tackle a long-known problem in offline learning where the performance of the RL agent is highly dependent on the distribution of high and low return trajectories. It follows that in datasets that contain a high percentage of low-returning trajectories and a low percentage of high-returning trajectories. The...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The authors tackle a long-known problem in offline learning where the performance of the RL agent is highly dependent on the distribution of high and low return trajectories. It follows that in datasets that contain a high percentage of low-returning trajectories and a low percentage of high-returning trajector...
Motivated both by the fact that Self-Supervised Learning (SSL) models have better transferability than supervised models and by the expectation that additional information on labels should not impair generalization performance, this paper attempts to achieve both good supervised classification accuracy and good transfe...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: Motivated both by the fact that Self-Supervised Learning (SSL) models have better transferability than supervised models and by the expectation that additional information on labels should not impair generalization performance, this paper attempts to achieve both good supervised classification accuracy and good...
This paper presents a new GNN architecture, omega-GNN, which learns a filtering coefficient for each feature channel and each layer. The introduced omega parameter scales the graph convolution and thus enables "sharpening" operation in addition to the "smoothing" performed by traditional GNNs. By properly setting the o...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper presents a new GNN architecture, omega-GNN, which learns a filtering coefficient for each feature channel and each layer. The introduced omega parameter scales the graph convolution and thus enables "sharpening" operation in addition to the "smoothing" performed by traditional GNNs. By properly setti...
This paper studies the scaling law of AlphaZero algorithm in the MARL setting. Specifically, it uses the Elo rating as the performance criteria, and demonstrates that there is power-law scaling between the Elo rating and the model size (also the computation budget). # Strength - This paper is clearly written. - Most ...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper studies the scaling law of AlphaZero algorithm in the MARL setting. Specifically, it uses the Elo rating as the performance criteria, and demonstrates that there is power-law scaling between the Elo rating and the model size (also the computation budget). # Strength - This paper is clearly written. ...
This paper proposes a new algorithm for streaming speech translation by improving the wait k policy-based approach with a mask trick. The paper first starts with the streaming speech translation issue caused by the end-position speech feature representations with various analyses. This analysis naturally motivates thei...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes a new algorithm for streaming speech translation by improving the wait k policy-based approach with a mask trick. The paper first starts with the streaming speech translation issue caused by the end-position speech feature representations with various analyses. This analysis naturally motiva...
The paper provides a simple approach to learn a particular style of generative model using a base model as StyleGAN. It learns a small latent encoder embedding network which encodes the normal distribution into the target latent space. It learns using the style loss proposed by Gatys et al and the StyleGAN Discriminato...
Recommendation: 8: accept, good paper
Area: Generative models
Review: The paper provides a simple approach to learn a particular style of generative model using a base model as StyleGAN. It learns a small latent encoder embedding network which encodes the normal distribution into the target latent space. It learns using the style loss proposed by Gatys et al and the StyleGAN Disc...
This paper introduces Ollivier Ricci (OR) curvature to distinguish within-community edges and cross-community edges. OR curvature uses Wasserstein distance and geodesic distance, where the Wasserstein distance can be computed by Sinkhorn algorithms. Given the nice properties of OR curvature on stochastic block models (...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper introduces Ollivier Ricci (OR) curvature to distinguish within-community edges and cross-community edges. OR curvature uses Wasserstein distance and geodesic distance, where the Wasserstein distance can be computed by Sinkhorn algorithms. Given the nice properties of OR curvature on stochastic block ...
The paper presents a novel decoding principle for error correcting codes (ECC) based on diffusion models. The denoising diffusion probability model (DDPM) by Ho et al. can be seen as a basis of the proposed algorithm. A reverse diffusion process in DDPM is used as a decoding process of an ECC. The noise estimator neur...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper presents a novel decoding principle for error correcting codes (ECC) based on diffusion models. The denoising diffusion probability model (DDPM) by Ho et al. can be seen as a basis of the proposed algorithm. A reverse diffusion process in DDPM is used as a decoding process of an ECC. The noise estima...
The authors in this paper present Multi-Integrated Domain Adaptive Supervision (MiDAS), a framework for fake news detection that ranks the relevance of existing models to new samples. MiDAS learns domain-invariant representations by integrating multiple pre-trained and fine-tuned models with their training data. To det...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The authors in this paper present Multi-Integrated Domain Adaptive Supervision (MiDAS), a framework for fake news detection that ranks the relevance of existing models to new samples. MiDAS learns domain-invariant representations by integrating multiple pre-trained and fine-tuned models with their training data...
The proposed approach address the problem of class-incremental for weakly supervised semantic image segmentation. The goal of this paper is to leverage the semantic relations among the labels to improve the weakly supervised learning for semantic segmentation. The idea is to generalize the WILSON approach for weakly se...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The proposed approach address the problem of class-incremental for weakly supervised semantic image segmentation. The goal of this paper is to leverage the semantic relations among the labels to improve the weakly supervised learning for semantic segmentation. The idea is to generalize the WILSON approach for w...
The paper presents a technique for analysing transformer networks by reverse engineering the behaviors of a simple network into their constituent components, similarly to the mechanistic interpretability employed in e.g. (Elhage et al. 2021). The technique is applied on a network trained with known trigonometric functi...
Recommendation: 8: accept, good paper
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The paper presents a technique for analysing transformer networks by reverse engineering the behaviors of a simple network into their constituent components, similarly to the mechanistic interpretability employed in e.g. (Elhage et al. 2021). The technique is applied on a network trained with known trigonometri...
This paper proposed SAE, which uses structural decoder that infuses latent information one variable at a time to induce an intuitive ordering of information, and provided a sampling method called hybrid sampling which replies only on independence between latent variables without imposing a prior latent distribution. ...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposed SAE, which uses structural decoder that infuses latent information one variable at a time to induce an intuitive ordering of information, and provided a sampling method called hybrid sampling which replies only on independence between latent variables without imposing a prior latent distribu...
This paper proposes an intrinsic reward for RL exploration based on loop-closure detecting. When a state or a central patch of the state is visited, a penalty will be given to the agent to encourage the agents to visit novel states. Such an intrinsic reward design is combined with Q-learning to conduct experiments on M...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes an intrinsic reward for RL exploration based on loop-closure detecting. When a state or a central patch of the state is visited, a penalty will be given to the agent to encourage the agents to visit novel states. Such an intrinsic reward design is combined with Q-learning to conduct experime...
The paper proposed a diffusion model-based mesh generator. It adopts the representation from the previous `deep marching tetrahedral`. The method works in two steps by first learning to reconstruct 3D meshes and then training a diffusion model on the grid points using a 3D U-Net. Strength: - To my knowledge, it is t...
Recommendation: 6: marginally above the acceptance threshold
Area: Generative models
Review: The paper proposed a diffusion model-based mesh generator. It adopts the representation from the previous `deep marching tetrahedral`. The method works in two steps by first learning to reconstruct 3D meshes and then training a diffusion model on the grid points using a 3D U-Net. Strength: - To my knowledge,...
The paper proposes a new end-to-end deep learning method for graph clustering. The goal is to partition a set of graphs according to the similarities of their structures, while learning a graph-level representations. Mutual information theory is exploited in order to maximize within cluster similarities, while penalizi...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: The paper proposes a new end-to-end deep learning method for graph clustering. The goal is to partition a set of graphs according to the similarities of their structures, while learning a graph-level representations. Mutual information theory is exploited in order to maximize within cluster similarities, while ...
This paper aims to address the catastrophic forgetting problem in class-incremental learning (CIL). As most of the old samples are not accessible in CIL, the authors propose to use unlabeled external data (i.e., placebos) to compute the knowledge distillation loss to consolidate the old knowledge. To achieve online pla...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper aims to address the catastrophic forgetting problem in class-incremental learning (CIL). As most of the old samples are not accessible in CIL, the authors propose to use unlabeled external data (i.e., placebos) to compute the knowledge distillation loss to consolidate the old knowledge. To achieve on...
The authors proposed a new loss, called KFIoU, for the detection of rotated objects. Based on Kalman filters and Gaussian modeling, this loss aims at approximating the SkewIoU loss, which is unfriendly to differentiable learning. Formulated this way, the SkewIoU loss does not rely on any additional hyperparameter, cont...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The authors proposed a new loss, called KFIoU, for the detection of rotated objects. Based on Kalman filters and Gaussian modeling, this loss aims at approximating the SkewIoU loss, which is unfriendly to differentiable learning. Formulated this way, the SkewIoU loss does not rely on any additional hyperparamet...
This paper proposes a method to create the reference image for Integrated Gradient attribution approaches to interpret model predictions. The method re-calibrates the attribution scores without the additional computational overhead of the traditional approaches. The authors suggest this strategy is more relevant to mod...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper proposes a method to create the reference image for Integrated Gradient attribution approaches to interpret model predictions. The method re-calibrates the attribution scores without the additional computational overhead of the traditional approaches. The authors suggest this strategy is more relevan...
The paper proposes a generalisation of commonly used image augmentation to video, paying specific attention to temporal consistency and smoothness of the said augmentations. Efficacy of the proposed generalisation is supported by strong empirical results on a wide range of video understanding tasks. **Strengths** * Wel...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper proposes a generalisation of commonly used image augmentation to video, paying specific attention to temporal consistency and smoothness of the said augmentations. Efficacy of the proposed generalisation is supported by strong empirical results on a wide range of video understanding tasks. **Strengths...
This paper proposes In-sample Actor Critic (IAC), a new algorithm for offline reinforcement learning. The main idea is to avoid extrapolation error by explicitly performing in-sample policy evaluation to learn the critic. To implement this, IAC applies sampling-importance resampling which has lower variance than a naiv...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes In-sample Actor Critic (IAC), a new algorithm for offline reinforcement learning. The main idea is to avoid extrapolation error by explicitly performing in-sample policy evaluation to learn the critic. To implement this, IAC applies sampling-importance resampling which has lower variance tha...
This paper proposes a new method for pruning overparameterized neural networks. The method is based on the intuition that the smaller condition number leads to better optimization and generalization. That is, the proposed method is designed so that the pruned neural network has a small condition number. The experiments...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes a new method for pruning overparameterized neural networks. The method is based on the intuition that the smaller condition number leads to better optimization and generalization. That is, the proposed method is designed so that the pruned neural network has a small condition number. The exp...
This paper studies the offline RL with online query setting, i.e., given a dataset and online access to the environment, how to effectively learn the optimal policy. It proposes Pseudometric Guided Offline-to-Online RL (PGO2). The main idea is to learn a pseudo metric that measures the closeness from the support of the...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper studies the offline RL with online query setting, i.e., given a dataset and online access to the environment, how to effectively learn the optimal policy. It proposes Pseudometric Guided Offline-to-Online RL (PGO2). The main idea is to learn a pseudo metric that measures the closeness from the suppor...
The paper introduces a new posterior sampling algorithm (RWPSP) for the horizon-free finite state tabular MDP setting in RL. The algorithm is part of the posterior sampling family of approaches (e.g. a la Thompson sampling), but differentiates itself from past results by: - not attempting to sample an estimate the tran...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper introduces a new posterior sampling algorithm (RWPSP) for the horizon-free finite state tabular MDP setting in RL. The algorithm is part of the posterior sampling family of approaches (e.g. a la Thompson sampling), but differentiates itself from past results by: - not attempting to sample an estimate ...
In this work, the authors propose an algorithm to efficiently learn new classes in an incremental setup with a few-shot dataset at every iteration. Towards this, they propose WaRP - which first changes the basis of the parameter/weight space of the base network and then uses SVD to find parameters with less importance ...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: In this work, the authors propose an algorithm to efficiently learn new classes in an incremental setup with a few-shot dataset at every iteration. Towards this, they propose WaRP - which first changes the basis of the parameter/weight space of the base network and then uses SVD to find parameters with less imp...
This work proposes new generative model of communication in graph networks, applied here to fMRI data. The network attempts to overcome weaknesses of purely correlational approaches such as pearson correlation by explicitly modeling the directional communication between different nodes in the network, and giving contro...
Recommendation: 5: marginally below the acceptance threshold
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: This work proposes new generative model of communication in graph networks, applied here to fMRI data. The network attempts to overcome weaknesses of purely correlational approaches such as pearson correlation by explicitly modeling the directional communication between different nodes in the network, and givin...
In this paper the authors present Clifford neural layers that can be useful in the areas of fluid dynamics, weather forecasting, and the modeling of physical systems in general. The author emipirically validate the use of Cifford layer by incorporating them in the common neural PDE surrogates for 2D Navier-Stokes, wea...
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: In this paper the authors present Clifford neural layers that can be useful in the areas of fluid dynamics, weather forecasting, and the modeling of physical systems in general. The author emipirically validate the use of Cifford layer by incorporating them in the common neural PDE surrogates for 2D Navier-Sto...
This paper proposes a variational autoencoder (VAE) framework for encoding natural language a natural language sentence into a sequence of nodes in a global latent graph. The author claims two major contributions: 1. The model enhances the interpretability of traditional pretrained language models by interpreting nodes...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper proposes a variational autoencoder (VAE) framework for encoding natural language a natural language sentence into a sequence of nodes in a global latent graph. The author claims two major contributions: 1. The model enhances the interpretability of traditional pretrained language models by interpreti...
For certain industrial sequential decision problems, this paper proposes to decompose the conventional MDP transition into two steps, state-dependent stage and input-dependent stage, and learn separate value functions. The state-dependent stage focuses on security or safe constraints and the input-dependent stage is fo...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: For certain industrial sequential decision problems, this paper proposes to decompose the conventional MDP transition into two steps, state-dependent stage and input-dependent stage, and learn separate value functions. The state-dependent stage focuses on security or safe constraints and the input-dependent sta...
The paper investigates the relationship between linear value factorization and the decomposability of the Markov game. Then the paper studies the indecomposable Markov game setting and the proposed algorithm, Q Factorization with Representation Interference Suppression, QFRIS, to deal with the representation interferen...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper investigates the relationship between linear value factorization and the decomposability of the Markov game. Then the paper studies the indecomposable Markov game setting and the proposed algorithm, Q Factorization with Representation Interference Suppression, QFRIS, to deal with the representation in...
The authors propose Gromov-Wasserstein Autoencoders (GWAE). The application of the GW metric allows to match data distributions with a given learnable prior, even when the distributions lie in spaces of different dimensions, thus allowing matching between latent and data space (in equation 4). Further, the GW objective...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The authors propose Gromov-Wasserstein Autoencoders (GWAE). The application of the GW metric allows to match data distributions with a given learnable prior, even when the distributions lie in spaces of different dimensions, thus allowing matching between latent and data space (in equation 4). Further, the GW o...
This work presents a video inpainting method based on transformers by memorizing and refining redundant computations while obtaining a decent inpainting quality. Experimental results show that the developed method can achieve online results with 20 frames per second. Strengths: 1. This method presents an online, memor...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This work presents a video inpainting method based on transformers by memorizing and refining redundant computations while obtaining a decent inpainting quality. Experimental results show that the developed method can achieve online results with 20 frames per second. Strengths: 1. This method presents an onlin...
The paper proposes several techniques to improve the sample efficiency of the model-based RL. Specifically, demonstrations are leveraged in a more clever way: first training the policy, then training the world models and the critic with pre-trained policy, finally training the policy in a model-based manner. Experiment...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper proposes several techniques to improve the sample efficiency of the model-based RL. Specifically, demonstrations are leveraged in a more clever way: first training the policy, then training the world models and the critic with pre-trained policy, finally training the policy in a model-based manner. Ex...
The paper proposes a new way of using an ensemble of neural networks to construct a new classifier that achieves better accuracy at a lower number of FLOPS (at inference time). This is achieved by creating so-called "bridge-classifiers" that approximate the output of an interpolating classifier between pairs of ensembl...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposes a new way of using an ensemble of neural networks to construct a new classifier that achieves better accuracy at a lower number of FLOPS (at inference time). This is achieved by creating so-called "bridge-classifiers" that approximate the output of an interpolating classifier between pairs of...
This paper works on compositional generalization of language-instructed agents. They apply meta-seq2seq method to this setting. They conduct experiments on the gSCAN benchmark. Strength They study an important problem. Using meta-learning for compositional generalization is reasonable. The results on Split H a...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper works on compositional generalization of language-instructed agents. They apply meta-seq2seq method to this setting. They conduct experiments on the gSCAN benchmark. Strength They study an important problem. Using meta-learning for compositional generalization is reasonable. The results on S...
This paper proposes a new loss function, e.g., Aggregation Separation Loss (ASLoss), to clarify confusion to improve image classification performance. Specifically, the ASLoss aggregates the representations of the same class samples as near as possible and separates the representations of different classes as far as p...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper proposes a new loss function, e.g., Aggregation Separation Loss (ASLoss), to clarify confusion to improve image classification performance. Specifically, the ASLoss aggregates the representations of the same class samples as near as possible and separates the representations of different classes as ...
The paper presents flow matching, a method for training continuous-time normalizing flows by directly regressing the vector field of a chosen probability path. Flow matching only requires the ability to sample from the chosen probability path for training, and importantly does not require propagating gradients through ...
Recommendation: 8: accept, good paper
Area: Generative models
Review: The paper presents flow matching, a method for training continuous-time normalizing flows by directly regressing the vector field of a chosen probability path. Flow matching only requires the ability to sample from the chosen probability path for training, and importantly does not require propagating gradients ...
This paper claimed that the global pattern in time series is not well captured in recent time series forecasting methods because they infer the future by analyzing the part of past sub-series closest to the present. To better leverage the global pattern and deal with long term time series forecasting, this paper propo...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper claimed that the global pattern in time series is not well captured in recent time series forecasting methods because they infer the future by analyzing the part of past sub-series closest to the present. To better leverage the global pattern and deal with long term time series forecasting, this pap...
This paper investigates a very interesting problem, how artificial labels affect later model performance if the predicted labels are recorded as training data. The authors analyzed the stability and gave sufficient conditions to control the bias amplification. Numerical experiments are conducted to corrobarate the theo...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: This paper investigates a very interesting problem, how artificial labels affect later model performance if the predicted labels are recorded as training data. The authors analyzed the stability and gave sufficient conditions to control the bias amplification. Numerical experiments are conducted to corrobarate ...
In this paper, the authors propose a new algorithm for Personalized RecSys under Interaction Grounded Learning (IGL) paradigm where a personalized policy is learned to maximum unobservable user satisfaction with only implicit feedbacks. The authors alter the independence assumption used in vanilla IGL (Xie et al 2021/2...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: In this paper, the authors propose a new algorithm for Personalized RecSys under Interaction Grounded Learning (IGL) paradigm where a personalized policy is learned to maximum unobservable user satisfaction with only implicit feedbacks. The authors alter the independence assumption used in vanilla IGL (Xie et a...
The paper presents a new reference-free metric named ROSCOE for the step-by-step rationales that some LLMs use for reasoning tasks. The ROSCOE is a suite of metrics that cover four dimensions of step-by-step rationales (or logic chains): 1) semantic alignment, 2) semantic similarity, 3) logical inference, and 4) langua...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper presents a new reference-free metric named ROSCOE for the step-by-step rationales that some LLMs use for reasoning tasks. The ROSCOE is a suite of metrics that cover four dimensions of step-by-step rationales (or logic chains): 1) semantic alignment, 2) semantic similarity, 3) logical inference, and 4...
The paper introduces an efficient, nonlinear model for vector quantile regression (VQR). VQR is the problem of learning the quantiles of a multivariate response variable Y, conditioned on set of covariates x. The approach extends prior work by allowing for a nonlinear function of x and implementing vector rearrangement...
Recommendation: 8: accept, good paper
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: The paper introduces an efficient, nonlinear model for vector quantile regression (VQR). VQR is the problem of learning the quantiles of a multivariate response variable Y, conditioned on set of covariates x. The approach extends prior work by allowing for a nonlinear function of x and implementing vector rearr...
This study proposes a new method for data assimilation, i.e., for learning model-constrained dynamics from empirical data and estimating the state of the system of study. The method is composed of three types of networks (the observation operator, the flow operator and the perturbator), allowing it to flexibly balance ...
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This study proposes a new method for data assimilation, i.e., for learning model-constrained dynamics from empirical data and estimating the state of the system of study. The method is composed of three types of networks (the observation operator, the flow operator and the perturbator), allowing it to flexibly ...
This paper explores using a list of category descriptions as a better representation for image categorization using VLMs such as CLIP. Decomposing the category word into a set of related descriptions could bring a better textural representation when doing matching. In addition, these descriptions could provide interpre...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper explores using a list of category descriptions as a better representation for image categorization using VLMs such as CLIP. Decomposing the category word into a set of related descriptions could bring a better textural representation when doing matching. In addition, these descriptions could provide ...
This paper presents a method for predicting pedestrian crossing intentions. The model is an extension of the PCPA model proposed in Kotseruba et al. On top of the PCPA model, they 1) added the traffic light inputs and 2) used the dropout method to predict the epistemic uncertainty. The authors evaluated the proposed m...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper presents a method for predicting pedestrian crossing intentions. The model is an extension of the PCPA model proposed in Kotseruba et al. On top of the PCPA model, they 1) added the traffic light inputs and 2) used the dropout method to predict the epistemic uncertainty. The authors evaluated the pr...
The paper proposes a meta-learning approach to shaping the policy of other agents in a multi-agent learning setting. The proposed method, called CHAOS, meta-trains an RNN agent policy that utilizes both intra-episode history and inter-episode context information to select actions so that it can successfully shape the p...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper proposes a meta-learning approach to shaping the policy of other agents in a multi-agent learning setting. The proposed method, called CHAOS, meta-trains an RNN agent policy that utilizes both intra-episode history and inter-episode context information to select actions so that it can successfully sha...
The paper proposes a simple generalization of greedy algorithms for learning decision trees. At a given iteration, instead of growing the tree using the most promising (top-1) feature, the proposed algorithm uses the top-k features and builds a subtree for each of them. The paper highlights that, even though the time c...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: The paper proposes a simple generalization of greedy algorithms for learning decision trees. At a given iteration, instead of growing the tree using the most promising (top-1) feature, the proposed algorithm uses the top-k features and builds a subtree for each of them. The paper highlights that, even though th...
This paper proposes: 1) A novel model architecture and training method for the task of sound source counting. 2) Several novel measures to assess the difficulty of the sound source counting task. The model architecture comprises 1) a feature extractor that operates hierarchically as a binary tree of cascaded filters, ...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes: 1) A novel model architecture and training method for the task of sound source counting. 2) Several novel measures to assess the difficulty of the sound source counting task. The model architecture comprises 1) a feature extractor that operates hierarchically as a binary tree of cascaded f...
The setting of this paper is to use wild data (free data) as an additional resource to do class-incremental learning. This paper proposes an online placebo (free images) selection policy to select good images from the free data stream. The selected images are used for knowledge distillation. Thus the proposed method ca...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The setting of this paper is to use wild data (free data) as an additional resource to do class-incremental learning. This paper proposes an online placebo (free images) selection policy to select good images from the free data stream. The selected images are used for knowledge distillation. Thus the proposed m...
The paper proposes to learn from observing probability differences between pairs of labels, in a binary classification setting. The premise is that obtaining such information is sometimes easier than obtaining single probability estimate, and richer than simple qualitative comparisons. The paper demonstrates that suc...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: The paper proposes to learn from observing probability differences between pairs of labels, in a binary classification setting. The premise is that obtaining such information is sometimes easier than obtaining single probability estimate, and richer than simple qualitative comparisons. The paper demonstrates ...
The paper discusses a novel method to enhance the pre-train chest x-ray image embeddings using the associated report. They train two masked auto-encoders (one for reports and the other for images). They then combine the image patch embeddings with report embeddings to decode the masked report tokens. At the same, they ...
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The paper discusses a novel method to enhance the pre-train chest x-ray image embeddings using the associated report. They train two masked auto-encoders (one for reports and the other for images). They then combine the image patch embeddings with report embeddings to decode the masked report tokens. At the sam...
The authors propose Identical Initialization (IDInit) that initializes weights using identity matrix and its variants. They consider how to initialize non-square matrices, residual structures and convolutional operations using identity-like methods. Empirical evaluation demonstrates its good performance and fast conver...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: The authors propose Identical Initialization (IDInit) that initializes weights using identity matrix and its variants. They consider how to initialize non-square matrices, residual structures and convolutional operations using identity-like methods. Empirical evaluation demonstrates its good performance and fas...
The paper introduces two architectures SignNet and BasisNet that respect some basic symmetries inherited by spectral graph methods i) sign flips: if v is an eigenvector then so is −v; and (ii) more general basis symmetries: in higher dimensional eigenspaces there might be infinitely many choices of basis eigenvectors. ...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper introduces two architectures SignNet and BasisNet that respect some basic symmetries inherited by spectral graph methods i) sign flips: if v is an eigenvector then so is −v; and (ii) more general basis symmetries: in higher dimensional eigenspaces there might be infinitely many choices of basis eigenv...
The paper introduces the Set Multimodal VAE (SMVAE), a new type of multimodal VAE that uses self-attention to model the joint posterior as a learnable function of an arbitrary subset of input modalities. While previous approaches use basic aggregation functions (e.g., the product of experts) to aggregate the unimodal e...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: The paper introduces the Set Multimodal VAE (SMVAE), a new type of multimodal VAE that uses self-attention to model the joint posterior as a learnable function of an arbitrary subset of input modalities. While previous approaches use basic aggregation functions (e.g., the product of experts) to aggregate the un...
This paper proposes a multi-attribute selective suppression (MaSS) framework for the multi-attribute classification task, where there is some targeted attribute to be suppressed. The authors apply a MLP based Encoder-decoder with skip link architecture to achieve the task, where it is decomposed into mainly three parts...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes a multi-attribute selective suppression (MaSS) framework for the multi-attribute classification task, where there is some targeted attribute to be suppressed. The authors apply a MLP based Encoder-decoder with skip link architecture to achieve the task, where it is decomposed into mainly thr...
The paper proposes a novelty detection method that utilizes synthesize outliers during training. The synthetic outliers are generated from a score-based generative model trained on in-distribution data. * There is a large room for improvement in clarity. * The paper should be clearer on how exactly the generative m...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: The paper proposes a novelty detection method that utilizes synthesize outliers during training. The synthetic outliers are generated from a score-based generative model trained on in-distribution data. * There is a large room for improvement in clarity. * The paper should be clearer on how exactly the gene...
This paper presents the first approach for retrieving code documentation for code generation as a way of addressing the fact that APIs are constantly changing. They present a general strategy entailing a retriever (sparse-BM25 or dense-large pretrained model) which first retrieves a set of relevant documents from a poo...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper presents the first approach for retrieving code documentation for code generation as a way of addressing the fact that APIs are constantly changing. They present a general strategy entailing a retriever (sparse-BM25 or dense-large pretrained model) which first retrieves a set of relevant documents fr...
The authors propose a Windowed Feature Importance in Time (WinIT) method for explaining time series predictions. They have also investigated the evaluation approaches with different complementary masking strategies. Experiments have been conducted to show the proposed approach performs well in synthetics and real-world...
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 authors propose a Windowed Feature Importance in Time (WinIT) method for explaining time series predictions. They have also investigated the evaluation approaches with different complementary masking strategies. Experiments have been conducted to show the proposed approach performs well in synthetics and re...