review stringlengths 5 16.6k | score stringclasses 5
values | area stringclasses 12
values | text stringlengths 31 5.65k |
|---|---|---|---|
To tackle the problem of lacking sufficient ground-truth labels in practical applications, this paper proposed a paradigm to fuse the generative model and programmatic weak supervision method, which are often used separately to tackle this issue in previous literatures. The fusion is mainly achieved by encouraging an a... | Recommendation: 6: marginally above the acceptance threshold | Area: General Machine Learning | Review:
To tackle the problem of lacking sufficient ground-truth labels in practical applications, this paper proposed a paradigm to fuse the generative model and programmatic weak supervision method, which are often used separately to tackle this issue in previous literatures. The fusion is mainly achieved by encourag... |
Authors present a de-noising method using auto-encoders for time series data that does not need clean data to be trained. However, the method requires an auxiliary clean signal that is related to the target signal. The method also makes assumptions about the SNR level which has to be high. To alleviate this limitation,... | Recommendation: 5: marginally below the acceptance threshold | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
Authors present a de-noising method using auto-encoders for time series data that does not need clean data to be trained. However, the method requires an auxiliary clean signal that is related to the target signal. The method also makes assumptions about the SNR level which has to be high. To alleviate this lim... |
- The paper explores hyperbolic self paced learning for self supervised learning of action representations.
- The key idea is to use hyperbolic geometry to automatically order the training samples from easy to hard. This determines the learning pace thus improving learning.
- The framework is borrowed from BYOL, whic... | Recommendation: 6: marginally above the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
- The paper explores hyperbolic self paced learning for self supervised learning of action representations.
- The key idea is to use hyperbolic geometry to automatically order the training samples from easy to hard. This determines the learning pace thus improving learning.
- The framework is borrowed from BY... |
This paper explores the nullspace ( adding an element on this space does not affect the output) for Vision Transformer. The authors first demonstrate that a non-trivial nullspace exists for the patch embedding matrices. This idea is extended to the non-linear layers of the vision transformer, which is learned via simpl... | Recommendation: 5: marginally below the acceptance threshold | Area: General Machine Learning | Review:
This paper explores the nullspace ( adding an element on this space does not affect the output) for Vision Transformer. The authors first demonstrate that a non-trivial nullspace exists for the patch embedding matrices. This idea is extended to the non-linear layers of the vision transformer, which is learned v... |
The paper proposes a permutation invariant conditional normalizing flows based on a continuous version of graph normalizing flows. The proposed model is evaluated on the tasks of generating realistic traffic scenes and bounding box prediction.
Strengths:
1. The paper is well organized and well written.
2. Experiment r... | Recommendation: 5: marginally below the acceptance threshold | Area: Generative models | Review:
The paper proposes a permutation invariant conditional normalizing flows based on a continuous version of graph normalizing flows. The proposed model is evaluated on the tasks of generating realistic traffic scenes and bounding box prediction.
Strengths:
1. The paper is well organized and well written.
2. Expe... |
This paper presents a discrete representation learning strategy for audio sequences designed primarily for retrieval. The learning strategy encourages representations to be similar for pairs of similar inputs, where pairs are created by data augmentation of the input audio. The authors compare their approach on two ret... | Recommendation: 3: reject, not good enough | Area: Unsupervised and Self-supervised learning | Review:
This paper presents a discrete representation learning strategy for audio sequences designed primarily for retrieval. The learning strategy encourages representations to be similar for pairs of similar inputs, where pairs are created by data augmentation of the input audio. The authors compare their approach on... |
This paper assumes there exist Pareto Subspaces, i.e., weight subspaces where multiple optimal functional solutions lie, and develops a weight-ensembling method named Pareto Manifold Learning that casts multi-task problems as learning an ensemble of single-task predictors by interpolating among members during training.... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper assumes there exist Pareto Subspaces, i.e., weight subspaces where multiple optimal functional solutions lie, and develops a weight-ensembling method named Pareto Manifold Learning that casts multi-task problems as learning an ensemble of single-task predictors by interpolating among members during t... |
This paper defines GCN-inspired kernels by deriving GP as the limit of GCN. The authors present some theoretical results such as universality and develop a scalable posterior inference method based on low-rank approximation of covariance matrix. The effectiveness of the proposed method is demonstrated using multiple be... | Recommendation: 6: marginally above the acceptance threshold | Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes) | Review:
This paper defines GCN-inspired kernels by deriving GP as the limit of GCN. The authors present some theoretical results such as universality and develop a scalable posterior inference method based on low-rank approximation of covariance matrix. The effectiveness of the proposed method is demonstrated using mul... |
Goal: creating specialised tools for different manipulation goals.
Proposed Solution: A designer policy that is conditioned on the task goal + design agnostic controller policy that can perform manipulation using the designed tools. This paradigm has already been proposed in recent work (Yuan et al.) the authors have ... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
Goal: creating specialised tools for different manipulation goals.
Proposed Solution: A designer policy that is conditioned on the task goal + design agnostic controller policy that can perform manipulation using the designed tools. This paradigm has already been proposed in recent work (Yuan et al.) the autho... |
The paper proposes a weight shared training framework for FL that maintains a primary network at the server and distributes subnetworks to clients. The authors propose algorithms for efficient selection of the subnetworks and aggregation. This allows efficient federated learning and deployment of the models.
Strength... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper proposes a weight shared training framework for FL that maintains a primary network at the server and distributes subnetworks to clients. The authors propose algorithms for efficient selection of the subnetworks and aggregation. This allows efficient federated learning and deployment of the models.
... |
This paper proposes an approach for uncertainty estimation in free-form text generation called "semantic entropy". The method proposed in this paper is unsupervised and can directly be applied to off-the-shelf language models. Semantic entropy provides a better uncertainty estimation than standard entropy, scales bette... | Recommendation: 8: accept, good paper | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
This paper proposes an approach for uncertainty estimation in free-form text generation called "semantic entropy". The method proposed in this paper is unsupervised and can directly be applied to off-the-shelf language models. Semantic entropy provides a better uncertainty estimation than standard entropy, scal... |
This paper tackles the communication bottleneck in the scalability of federated learning. A linearity constraint on the decompression operator is introduced, together with some popular scalar quantizations to to reconcile security and communication efficiency. The proposed algorithm reports the best results on LEAF ben... | Recommendation: 6: marginally above the acceptance threshold | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
This paper tackles the communication bottleneck in the scalability of federated learning. A linearity constraint on the decompression operator is introduced, together with some popular scalar quantizations to to reconcile security and communication efficiency. The proposed algorithm reports the best results on ... |
This paper proposes to first recognize influential visual parameters by its averaged gradients and then tune those parameters. In order to improve adaptation capability, the paper also propose to switch to a low-rank reparameterization of the weight matrix that contains enough sensitive parameters. The paper evaluated ... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper proposes to first recognize influential visual parameters by its averaged gradients and then tune those parameters. In order to improve adaptation capability, the paper also propose to switch to a low-rank reparameterization of the weight matrix that contains enough sensitive parameters. The paper ev... |
The author studies the batchnorm's negative effect when training with quantized gradient. To address the problem, the author proposes to add an additional loss to control the variance of batchnorm. Empirical results show improvement when quantizing weight, activation and gradient.
Strength:
1. The observation of the ba... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
The author studies the batchnorm's negative effect when training with quantized gradient. To address the problem, the author proposes to add an additional loss to control the variance of batchnorm. Empirical results show improvement when quantizing weight, activation and gradient.
Strength:
1. The observation o... |
The paper proposed a non-Gaussian process regression which allows to model GPs with time changes and thus accounts for non-Gaussian behaviours such as heavy tails. The model is constructed using a latent transformed input space, and the Levy process is used to model the random evolution of the latent transformation. Fu... | Recommendation: 5: marginally below the acceptance threshold | Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes) | Review:
The paper proposed a non-Gaussian process regression which allows to model GPs with time changes and thus accounts for non-Gaussian behaviours such as heavy tails. The model is constructed using a latent transformed input space, and the Levy process is used to model the random evolution of the latent transforma... |
This paper considers the problem of inserting combinatorial solvers into neural network architectures. Since combinatorial solvers have discrete outputs the gradient is zero or non-existent, meaning that an alternative "gradient" must be used on the backwards pass in order to provide directional information to update t... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
This paper considers the problem of inserting combinatorial solvers into neural network architectures. Since combinatorial solvers have discrete outputs the gradient is zero or non-existent, meaning that an alternative "gradient" must be used on the backwards pass in order to provide directional information to ... |
The paper studies the fairness attack and defense problem. The authors propose a black-box attack against fair clustering algorithms that works by perturbing a small percentage of samples’ protected group memberships. They also proposed a defense algorithm, named Consensus Fair Clustering (CFC), that utilizes consensus... | Recommendation: 6: marginally above the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
The paper studies the fairness attack and defense problem. The authors propose a black-box attack against fair clustering algorithms that works by perturbing a small percentage of samples’ protected group memberships. They also proposed a defense algorithm, named Consensus Fair Clustering (CFC), that utilizes c... |
The authors propose a new solution for the task of Sketch healing, where corrupted or unfinished sketches are reconstructed without the corruption. This task is commonly accomplished through representation learning. The manuscript describes a method focused on ‘stable representations’, where complete and corrupted sket... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
The authors propose a new solution for the task of Sketch healing, where corrupted or unfinished sketches are reconstructed without the corruption. This task is commonly accomplished through representation learning. The manuscript describes a method focused on ‘stable representations’, where complete and corrup... |
The paper proposes a method to mitigate the problem of over-conservative policy when optimizing under the worst-case state adversary. Under certain conditions, it proves a tighter bound of the average-case return and worst-case return under state adversary. A two-level update algorithm is proposed to automatically tune... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper proposes a method to mitigate the problem of over-conservative policy when optimizing under the worst-case state adversary. Under certain conditions, it proves a tighter bound of the average-case return and worst-case return under state adversary. A two-level update algorithm is proposed to automatica... |
This work proposes INR-GAN-based text-to-image generation method, where model weights are modulated with the additional module called hypernetwork and RGB value is predicted given pixel coordinate as input.
To make a model to reflect the textual condition better, the authors propose a new method of generating modulatin... | Recommendation: 5: marginally below the acceptance threshold | Area: Generative models | Review:
This work proposes INR-GAN-based text-to-image generation method, where model weights are modulated with the additional module called hypernetwork and RGB value is predicted given pixel coordinate as input.
To make a model to reflect the textual condition better, the authors propose a new method of generating m... |
This paper presents a method using normalizing flows for offline reinforcement learning (ORL).
To alleviate the difference between training and testing datasets, the proposed method maps uniform distributions to action spaces using the flow model.
Experimental results present that the proposed method outperforms the st... | Recommendation: 5: marginally below the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper presents a method using normalizing flows for offline reinforcement learning (ORL).
To alleviate the difference between training and testing datasets, the proposed method maps uniform distributions to action spaces using the flow model.
Experimental results present that the proposed method outperform... |
This work presents a new way to perform multi-step logical reasoning tasks with frozen pre-trained large language models. In particular they first select a few (most often two?) pieces of information (Selection) by scoring each fact in the context with the model’s log-likelihood. Then the retrieved facts are combined a... | Recommendation: 8: accept, good paper | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
This work presents a new way to perform multi-step logical reasoning tasks with frozen pre-trained large language models. In particular they first select a few (most often two?) pieces of information (Selection) by scoring each fact in the context with the model’s log-likelihood. Then the retrieved facts are co... |
This paper introduces DI-Nets, a formulation of neural networks that is invariant to discretization of the input space. More specifically, the authors consider building models that take neural fields as input, and unlike other recent work, do not depend on the specific parameterization of that neural field, which is de... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper introduces DI-Nets, a formulation of neural networks that is invariant to discretization of the input space. More specifically, the authors consider building models that take neural fields as input, and unlike other recent work, do not depend on the specific parameterization of that neural field, whi... |
The paper proposes building a generative LM (HSN) using a VAE framework to encode sentences into symbols which encode different aspects of language (like topics and sentiments). Using these discrete symbols, the authors claim that we can achieve compositionality of sentence encodings.
The proof of concept is demonstra... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
The paper proposes building a generative LM (HSN) using a VAE framework to encode sentences into symbols which encode different aspects of language (like topics and sentiments). Using these discrete symbols, the authors claim that we can achieve compositionality of sentence encodings.
The proof of concept is d... |
The paper addresses the inference sub-optimality issue of neural processes. To achieve competitive performance of NPs, the paper proposes a surrogate objective of the target log-likelihood in a meta learning setup, and introduces a tractable way to optimize the surrogate objective through variational expectation maximi... | Recommendation: 8: accept, good paper | Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes) | Review:
The paper addresses the inference sub-optimality issue of neural processes. To achieve competitive performance of NPs, the paper proposes a surrogate objective of the target log-likelihood in a meta learning setup, and introduces a tractable way to optimize the surrogate objective through variational expectatio... |
In this work, prompt learning is reexamined, and several unexpected findings that defy accepted notions of the prompt are presented. First , random prompts without learning or fine-grained design may likewise function effectively in zero-shot recognition. Second, direct linear classifier fine-tuning performs more effec... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
In this work, prompt learning is reexamined, and several unexpected findings that defy accepted notions of the prompt are presented. First , random prompts without learning or fine-grained design may likewise function effectively in zero-shot recognition. Second, direct linear classifier fine-tuning performs mo... |
The paper focuses on applying spiking neural networks (SNNs) to text classification tasks.
Spiking neural networks more closely mimic biological neural networks, with the main difference from typical artificial neural network being a temporal quality: each neuron accumulates a membrane charge over time (across infere... | Recommendation: 3: reject, not good enough | Area: General Machine Learning | Review:
The paper focuses on applying spiking neural networks (SNNs) to text classification tasks.
Spiking neural networks more closely mimic biological neural networks, with the main difference from typical artificial neural network being a temporal quality: each neuron accumulates a membrane charge over time (acros... |
The paper investigates OOD detection, with different ensembles amd dropout methods, of policy and value networks in PPO. Experiments report RL-performance and OOD-ROC curves on 4 Mujoco and 4 Atari benchmarks. All methods decreased perrformance in (almost all) environments, but Masksembles have been reported to work so... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper investigates OOD detection, with different ensembles amd dropout methods, of policy and value networks in PPO. Experiments report RL-performance and OOD-ROC curves on 4 Mujoco and 4 Atari benchmarks. All methods decreased perrformance in (almost all) environments, but Masksembles have been reported to... |
This paper provides an approach to pre-train language models by infusing them with logic information to enhance their performance on logical reasoning. They propose to use a "fact" which is extracted from the text itself and propose to use three pre-training tasks 1) Logical connective masking, 2) Logical structure com... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper provides an approach to pre-train language models by infusing them with logic information to enhance their performance on logical reasoning. They propose to use a "fact" which is extracted from the text itself and propose to use three pre-training tasks 1) Logical connective masking, 2) Logical struc... |
The authors propose a method for training a classifier on data with Instance-Dependent Noisy Labels (IDN Labels, i.e. where label noise is a function of the instances themselves). Their technique is within a class of techniques that monitor a heuristic during training that measures some notion of noise in labels, and ... | Recommendation: 6: marginally above the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
The authors propose a method for training a classifier on data with Instance-Dependent Noisy Labels (IDN Labels, i.e. where label noise is a function of the instances themselves). Their technique is within a class of techniques that monitor a heuristic during training that measures some notion of noise in labe... |
This paper proposes a method for unsupervised domain adaptation wherein pseudo-labeling, teacher-student approaches, augmentation (mix-up) and MMD based alignment are put together in one framework. Given a target sample and source sample, a mix-up sample is first constructed. The label for the mix-up sample is created ... | Recommendation: 5: marginally below the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
This paper proposes a method for unsupervised domain adaptation wherein pseudo-labeling, teacher-student approaches, augmentation (mix-up) and MMD based alignment are put together in one framework. Given a target sample and source sample, a mix-up sample is first constructed. The label for the mix-up sample is ... |
The authors proposed a new variational inference algorithm for settings where the parameters of the approximate posterior form a Riemannian manifold. Unlike previous methods that relied on various forms approximations, the proposed method is based on an exact formula for the gradient.
STRENGTHS:
* The paper provides a ... | Recommendation: 5: marginally below the acceptance threshold | Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes) | Review:
The authors proposed a new variational inference algorithm for settings where the parameters of the approximate posterior form a Riemannian manifold. Unlike previous methods that relied on various forms approximations, the proposed method is based on an exact formula for the gradient.
STRENGTHS:
* The paper pro... |
This paper propose a new way to combine knowledge distillation with contastive learning, which updates the encoders in a momentum manner to obtain efficient and consistent encoding. Experiments on both classification and detection have been conducted.
Strength:
1. Sufficient experiments have been conducted on both clas... | Recommendation: 3: reject, not good enough | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper propose a new way to combine knowledge distillation with contastive learning, which updates the encoders in a momentum manner to obtain efficient and consistent encoding. Experiments on both classification and detection have been conducted.
Strength:
1. Sufficient experiments have been conducted on b... |
This paper shows the convergence of specific first-order gradient-based algorithms on deep linear networks with Bures-Wasserstein loss, under the assumption that the initial weights are balanced. The author studies both the original non-smooth Bures-Wasserstein loss and a smooth perturbative one. They characterize the ... | Recommendation: 5: marginally below the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
This paper shows the convergence of specific first-order gradient-based algorithms on deep linear networks with Bures-Wasserstein loss, under the assumption that the initial weights are balanced. The author studies both the original non-smooth Bures-Wasserstein loss and a smooth perturbative one. They character... |
The paper investigates the generalization of L2O on unseen test cases that substantially differ from the training distribution. It proposes a self-adapted L2O algorithm (M-L2O) incorporated with meta-adaptation. The generalization advantages of M-L2O over out-of-distribution tasks have been theoretically and empiricall... | Recommendation: 6: marginally above the acceptance threshold | Area: General Machine Learning | Review:
The paper investigates the generalization of L2O on unseen test cases that substantially differ from the training distribution. It proposes a self-adapted L2O algorithm (M-L2O) incorporated with meta-adaptation. The generalization advantages of M-L2O over out-of-distribution tasks have been theoretically and em... |
The authors study the task of training regression models with the guarantee of label differential privacy (DP). Based on a global prior distribution on label values, which could be obtained privately, they derive a label DP randomization mechanism that is optimal under a given regression loss function.
Strength: The au... | 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 study the task of training regression models with the guarantee of label differential privacy (DP). Based on a global prior distribution on label values, which could be obtained privately, they derive a label DP randomization mechanism that is optimal under a given regression loss function.
Strength... |
This paper proposes the prior knowledge mechanism for feature distillation, which can fully excavate the distillation potential of big models. Furthermore, the authors propose the dynamic prior knowledge (DPK) to solve the ‘larger models are not always better teachers’ issue, which makes the performance of the student ... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper proposes the prior knowledge mechanism for feature distillation, which can fully excavate the distillation potential of big models. Furthermore, the authors propose the dynamic prior knowledge (DPK) to solve the ‘larger models are not always better teachers’ issue, which makes the performance of the ... |
This paper proposes a new point cloud registration method considering an unbalanced pair of point clouds. The main assumption is that one of them contains much fewer points than the other and represents only a part of the scene in interest. There are several spatial levels as well as the corresponding matching modules ... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper proposes a new point cloud registration method considering an unbalanced pair of point clouds. The main assumption is that one of them contains much fewer points than the other and represents only a part of the scene in interest. There are several spatial levels as well as the corresponding matching ... |
The paper proposes RTD-AE, a topology-based autoencoder that aims to preserve topological information from the data space in latent embeddings. For this, RTD-AE leverages Representation Topology Divergence (RTD), a technique that allows to measure the similarity of VR complexes between two point clouds, here the data s... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
The paper proposes RTD-AE, a topology-based autoencoder that aims to preserve topological information from the data space in latent embeddings. For this, RTD-AE leverages Representation Topology Divergence (RTD), a technique that allows to measure the similarity of VR complexes between two point clouds, here th... |
In this work, the authors developed a clever twist to the traditional neural language modeling paradigm by building a model that operates on image patches of the text. It learns to output “masked” patches using an MSE loss. Through this, the model alleviates issues with fixed or non-transferable vocabulary. When fine-t... | Recommendation: 8: accept, good paper | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
In this work, the authors developed a clever twist to the traditional neural language modeling paradigm by building a model that operates on image patches of the text. It learns to output “masked” patches using an MSE loss. Through this, the model alleviates issues with fixed or non-transferable vocabulary. Whe... |
This paper tackles fast sampling from diffusion models when using guidance. Guided sampling has become a crucial ingredient in conditional diffusion models to achieve high synthesis quality. However, most existing solvers for accelerated synthesis are not developed specifically with guidance in mind. In fact, the paper... | Recommendation: 6: marginally above the acceptance threshold | Area: Generative models | Review:
This paper tackles fast sampling from diffusion models when using guidance. Guided sampling has become a crucial ingredient in conditional diffusion models to achieve high synthesis quality. However, most existing solvers for accelerated synthesis are not developed specifically with guidance in mind. In fact, t... |
The authors proposed to use multiple user simulators to train a dialogue policy and showed that using multiple user simulators rather than a single user simulator improves the policy performance.
The authors developed a sampling strategy to sample user simulators during training. The sampling ratios are inversely prop... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The authors proposed to use multiple user simulators to train a dialogue policy and showed that using multiple user simulators rather than a single user simulator improves the policy performance.
The authors developed a sampling strategy to sample user simulators during training. The sampling ratios are invers... |
This work proposes to generate tabular datasets with score-based generative models. For improved performance, authors apply self-paced learning to create a curriculum where harder data points are trained later than easier ones. A final fine-tuning process is proposed to further improve the performance on hard data poin... | Recommendation: 8: accept, good paper | Area: Generative models | Review:
This work proposes to generate tabular datasets with score-based generative models. For improved performance, authors apply self-paced learning to create a curriculum where harder data points are trained later than easier ones. A final fine-tuning process is proposed to further improve the performance on hard d... |
The proposed UniLTH and UniDLTH pruning methods are well-motivated. The authors provide a new understanding of the regularization in the early stage. The paper is well-written and provides rigorous mathematical proof, which is a good contribution to the community. In the main paper and supplementary materials, extensiv... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The proposed UniLTH and UniDLTH pruning methods are well-motivated. The authors provide a new understanding of the regularization in the early stage. The paper is well-written and provides rigorous mathematical proof, which is a good contribution to the community. In the main paper and supplementary materials, ... |
The paper studies the interesting problem of repeated bidding in a stochastic first price auction setting with budget constraints. The paper builds up to the algorithm by first presenting and analyzing the simpler case of (i) only the player's reward distribution is unknown, and (ii) feedback is not censored by the win... | Recommendation: 8: accept, good paper | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
The paper studies the interesting problem of repeated bidding in a stochastic first price auction setting with budget constraints. The paper builds up to the algorithm by first presenting and analyzing the simpler case of (i) only the player's reward distribution is unknown, and (ii) feedback is not censored by... |
The paper proposes to simultaneously learn model compression and sparsity in a latent space. Experiments on CIFAR-10 and ImageNet show that the proposed methods significantly outperforms previous competitive methods on compression and pruning only.
Pros.
1) I think the core idea is interesting and reasonable: building ... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
The paper proposes to simultaneously learn model compression and sparsity in a latent space. Experiments on CIFAR-10 and ImageNet show that the proposed methods significantly outperforms previous competitive methods on compression and pruning only.
Pros.
1) I think the core idea is interesting and reasonable: b... |
The paper tackles the problem of multiple instance learning in pathology imaging where annotations are available only at slide level and the goal is to predict it at instance level. The author exploits the low-rank structure in the data to design a new contrastive learning approach. LRC is proposed as an extension SupC... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The paper tackles the problem of multiple instance learning in pathology imaging where annotations are available only at slide level and the goal is to predict it at instance level. The author exploits the low-rank structure in the data to design a new contrastive learning approach. LRC is proposed as an extens... |
This paper presents a model called squeeze-enhanced Axial Transformer (SeaFormer) for mobile semantic segmentation. The model is based on the previous TopFormer with two-branch architecture and integrates axial attention and enhancement into an attention block. The proposed attention block reduced memory and time compl... | Recommendation: 3: reject, not good enough | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper presents a model called squeeze-enhanced Axial Transformer (SeaFormer) for mobile semantic segmentation. The model is based on the previous TopFormer with two-branch architecture and integrates axial attention and enhancement into an attention block. The proposed attention block reduced memory and ti... |
Since the complexity of the manual annotation task or the inaccuracy of the label enhancement algorithm leads to noise and uncertainty in the label distribution training set, it is hard to generate accurate label distribution. This paper proposes a novel framework for label distribution learning by introducing implicit... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
Since the complexity of the manual annotation task or the inaccuracy of the label enhancement algorithm leads to noise and uncertainty in the label distribution training set, it is hard to generate accurate label distribution. This paper proposes a novel framework for label distribution learning by introducing ... |
The authors propose a Robust Policy Optimization (RPO) method, a simple extension of the popular Proximal Policy Optimization (PPO) method, by adding a uniform random number to the action mean, sampled from a normal distribution. It is argued that std. normal distribution used to parameterize continuous action is not s... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The authors propose a Robust Policy Optimization (RPO) method, a simple extension of the popular Proximal Policy Optimization (PPO) method, by adding a uniform random number to the action mean, sampled from a normal distribution. It is argued that std. normal distribution used to parameterize continuous action ... |
This paper proposes a unified model for multi-modal retrieval. The proposed method consists of two techniques, the universal embedding optimization strategy for contrastively optimizing the embedding space, and the Image verbalization method for bridging the modality gap.
The main strengths of this paper can be conclud... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper proposes a unified model for multi-modal retrieval. The proposed method consists of two techniques, the universal embedding optimization strategy for contrastively optimizing the embedding space, and the Image verbalization method for bridging the modality gap.
The main strengths of this paper can be... |
This paper studies efficient sparsely activated transformers. The authors expand the search space of transformers with a few mixture-of-experts (MoE) design choices: i.e., the number and size of experts after each transformer block. Then, the authors apply weight-sharing super network training and evolutionary search t... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper studies efficient sparsely activated transformers. The authors expand the search space of transformers with a few mixture-of-experts (MoE) design choices: i.e., the number and size of experts after each transformer block. Then, the authors apply weight-sharing super network training and evolutionary ... |
This paper targets the topic of unsupervised environment design (UED) in curriculum reinforcement learning. In particular, it modifies PAIRED by using the decoder of a VAE as the task generator. With this improvement, the model decouples task representation and curriculum learning into a two-stage optimization. Thus, t... | Recommendation: 5: marginally below the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper targets the topic of unsupervised environment design (UED) in curriculum reinforcement learning. In particular, it modifies PAIRED by using the decoder of a VAE as the task generator. With this improvement, the model decouples task representation and curriculum learning into a two-stage optimization.... |
In this work, the authors propose a new federated learning optimization based on variance reduced proximal point algorithm. Furthermore, a theoretical superiority of the proposed algorithm is derived. Preliminary experiments also demonstrate the effectiveness of the proposed algorithm.
The authors propose a new federa... | Recommendation: 5: marginally below the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
In this work, the authors propose a new federated learning optimization based on variance reduced proximal point algorithm. Furthermore, a theoretical superiority of the proposed algorithm is derived. Preliminary experiments also demonstrate the effectiveness of the proposed algorithm.
The authors propose a ne... |
The paper presents ODIS, a new approach to learning policies for multi-agent, multi-task RL problems via skill-discovery and conditioning. Leveraging transformer models, the proposed approach can learn state-action-space invariant policies from offline data, and through additional loss functions the policies are encour... | Recommendation: 8: accept, good paper | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper presents ODIS, a new approach to learning policies for multi-agent, multi-task RL problems via skill-discovery and conditioning. Leveraging transformer models, the proposed approach can learn state-action-space invariant policies from offline data, and through additional loss functions the policies ar... |
The paper proposes to use diffusion models to model human behavior imitation policies learned with behavior cloning. The motivation is that human behaviors can be complex and multi-modal, and simple Gaussian or categorical policies are unable to capture the underlying multi-modal distributions. The paper utilizes DDPM ... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper proposes to use diffusion models to model human behavior imitation policies learned with behavior cloning. The motivation is that human behaviors can be complex and multi-modal, and simple Gaussian or categorical policies are unable to capture the underlying multi-modal distributions. The paper utiliz... |
The paper proposes a novel backdoor attack that is efficient and stealthy. While the previous methods employ patterns that rarely occur
in benign data as the trigger pattern, this paper suggests using patterns that frequently appear in benign data of the target class but rarely appear in other classes. This proposal bo... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper proposes a novel backdoor attack that is efficient and stealthy. While the previous methods employ patterns that rarely occur
in benign data as the trigger pattern, this paper suggests using patterns that frequently appear in benign data of the target class but rarely appear in other classes. This pro... |
This paper investigates a contextual bandit problem in which the decision-maker needs to actively acquire contexts in each decision epoch before the arm is selected. Ideally, the entire context vector should be revealed for optimal decision-making. However, budget constraints force the decision-maker to sequentially se... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper investigates a contextual bandit problem in which the decision-maker needs to actively acquire contexts in each decision epoch before the arm is selected. Ideally, the entire context vector should be revealed for optimal decision-making. However, budget constraints force the decision-maker to sequent... |
The paper proposes a unified discrete diffusion model for simultaneous vision-language generation. The proposed model extends multinomial diffusion to the joint text-image tokens with a transition matrix to prevent transiting among modalities. A mutual attention module is proposed to better capture the inter-modal link... | Recommendation: 6: marginally above the acceptance threshold | Area: Generative models | Review:
The paper proposes a unified discrete diffusion model for simultaneous vision-language generation. The proposed model extends multinomial diffusion to the joint text-image tokens with a transition matrix to prevent transiting among modalities. A mutual attention module is proposed to better capture the inter-mo... |
This paper studied the problem of structured Pruning-at-initialization (PAI) on CNNs. It first introduced synaptic expectation (SynExp) as a proxy metric for accuracy. Then, this paper formulated an optimization problem to maximize SynExp for determining the layer-wise pruning ratios, which are subject to model size/FL... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper studied the problem of structured Pruning-at-initialization (PAI) on CNNs. It first introduced synaptic expectation (SynExp) as a proxy metric for accuracy. Then, this paper formulated an optimization problem to maximize SynExp for determining the layer-wise pruning ratios, which are subject to model... |
This paper studied policy value interval estimation problem given offline data without sufficient coverage and without realizability assumptions. The authors showed that without coverage assumption there would be an ``irreducible bias'' and therefore, proposed a new problem setup called minimax-bias OPI, which targets ... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper studied policy value interval estimation problem given offline data without sufficient coverage and without realizability assumptions. The authors showed that without coverage assumption there would be an ``irreducible bias'' and therefore, proposed a new problem setup called minimax-bias OPI, which ... |
### Background
In the distributed optimization paradigm, it is common for the client nodes to communicate only compressed version of the computed local gradients (or parameters) with the server node to reduce communication latency. However, since compression schemes are often lossy (in expectation) and biased (ex Top ... | Recommendation: 3: reject, not good enough | Area: Optimization (eg, convex and non-convex optimization) | Review:
### Background
In the distributed optimization paradigm, it is common for the client nodes to communicate only compressed version of the computed local gradients (or parameters) with the server node to reduce communication latency. However, since compression schemes are often lossy (in expectation) and biased ... |
The paper exceeds page limits (10 pages versus 9 pages). It should be desk-rejected if we follow the rules.
Thus, my rankings below should not be taken into account.
The paper exceeds page limits (10 pages versus 9 pages). It should be desk-rejected if we follow the rules.
Thus, my rankings below should not be take... | Recommendation: 1: strong reject | Area: Deep Learning and representational learning | Review:
The paper exceeds page limits (10 pages versus 9 pages). It should be desk-rejected if we follow the rules.
Thus, my rankings below should not be taken into account.
The paper exceeds page limits (10 pages versus 9 pages). It should be desk-rejected if we follow the rules.
Thus, my rankings below should not... |
This paper proposes to learn the dynamics of simple systems from visual observation. The proposed method is based on the detection of 2D keypoints in the image in an unsupervised way and the learning of the dynamics in its Lagrangian form. Prior knowledge of the structure of the problem is necessary.
In my opinion, the... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper proposes to learn the dynamics of simple systems from visual observation. The proposed method is based on the detection of 2D keypoints in the image in an unsupervised way and the learning of the dynamics in its Lagrangian form. Prior knowledge of the structure of the problem is necessary.
In my opin... |
In this paper authors exploit the use of a restricted encoder to derive a provably fair (group fairness) representation which has the ability to upper bound the unfairness of any down stream classifier. They demonstrate this ability through the use of an optimal adversary, i.e., a classifier which tries to predict the ... | Recommendation: 8: accept, good paper | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
In this paper authors exploit the use of a restricted encoder to derive a provably fair (group fairness) representation which has the ability to upper bound the unfairness of any down stream classifier. They demonstrate this ability through the use of an optimal adversary, i.e., a classifier which tries to pred... |
This paper investigates the correlation between dimension-wise disentanglement scores and downstream performance. In particular, it does so when using MLPs or Transformers to perform the task of abstract visual reasoning using the learned representation. After observing a poor correlation on this task, it concludes tha... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
This paper investigates the correlation between dimension-wise disentanglement scores and downstream performance. In particular, it does so when using MLPs or Transformers to perform the task of abstract visual reasoning using the learned representation. After observing a poor correlation on this task, it concl... |
The paper proposes a one-pixel shortcut (OPS) method to generate unlearnable examples that would render a trained model perform not better than a random network on test examples. This performs better than the existing unlearning example generation method by error minimization (EM) at different settings. EM and OPS are ... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
The paper proposes a one-pixel shortcut (OPS) method to generate unlearnable examples that would render a trained model perform not better than a random network on test examples. This performs better than the existing unlearning example generation method by error minimization (EM) at different settings. EM and ... |
In this paper, the paper investigate language model pipeline to see which modifications improve performance in the scaled-down scenario ( a single GPU for 24 hours).
Strength:
1. In this paper, several modifications (architecture, training setup and datasets) are explored to check whether there is any improvement. Al... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
In this paper, the paper investigate language model pipeline to see which modifications improve performance in the scaled-down scenario ( a single GPU for 24 hours).
Strength:
1. In this paper, several modifications (architecture, training setup and datasets) are explored to check whether there is any improve... |
This paper proposes a training free algorithm for Neural Architecture Search (NAS). The proxy metric (TPC) used is the number of paths from the input to the output layer. To generalize it for very large networks, the network can be viewed as a graph and one could compute the outdegree of a node. This score is then used... | Recommendation: 5: marginally below the acceptance threshold | Area: General Machine Learning | Review:
This paper proposes a training free algorithm for Neural Architecture Search (NAS). The proxy metric (TPC) used is the number of paths from the input to the output layer. To generalize it for very large networks, the network can be viewed as a graph and one could compute the outdegree of a node. This score is t... |
The paper theoretically and empirically targets the question how/if small errors in learned (human) reward models can lead to large inference errors, thereby making them unusable. The goal then becomes to try to bound the inference error by a function to guarantee usability. The authors argue that it is theorerically p... | Recommendation: 8: accept, good paper | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper theoretically and empirically targets the question how/if small errors in learned (human) reward models can lead to large inference errors, thereby making them unusable. The goal then becomes to try to bound the inference error by a function to guarantee usability. The authors argue that it is theorer... |
The paper proposes a way to project a probability measure P0 onto the finite population P1, P2,..,Pn of the other measures. The projection idea is based on the weighted averaging of the optimal transport maps P0->Pn for the quadratic transport cost (the projection implies computing these weights for averaging). The aut... | Recommendation: 3: reject, not good enough | Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes) | Review:
The paper proposes a way to project a probability measure P0 onto the finite population P1, P2,..,Pn of the other measures. The projection idea is based on the weighted averaging of the optimal transport maps P0->Pn for the quadratic transport cost (the projection implies computing these weights for averaging).... |
The paper presents a class-distribution estimation based framework for federated learning. The method incorporates loss reweighting scheme for handling global class imbalance. The paper is completely based on the assumption that after certain rounds of training with imbalanced class, the class probability returned by a... | Recommendation: 3: reject, not good enough | Area: General Machine Learning | Review:
The paper presents a class-distribution estimation based framework for federated learning. The method incorporates loss reweighting scheme for handling global class imbalance. The paper is completely based on the assumption that after certain rounds of training with imbalanced class, the class probability retur... |
The paper introduces the idea of freezing layers within a One-Shot evolutionary NAS approach. As the lower layers quickly converge to a 'final' state the authors argue that freezing them and removing the calculations performed within them will reduce computation and hence energy. An approach is developed to identify wh... | Recommendation: 8: accept, good paper | Area: General Machine Learning | Review:
The paper introduces the idea of freezing layers within a One-Shot evolutionary NAS approach. As the lower layers quickly converge to a 'final' state the authors argue that freezing them and removing the calculations performed within them will reduce computation and hence energy. An approach is developed to ide... |
This paper introduces a novel pipeline for HD map learning, which is an essential component of autonomous driving. Traditional methods use pre-annotated HD maps for localization and mapping, preventing autonomous driving scaling up. To address that, recent works aim to predict the HD maps on-the-fly with machine learni... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper introduces a novel pipeline for HD map learning, which is an essential component of autonomous driving. Traditional methods use pre-annotated HD maps for localization and mapping, preventing autonomous driving scaling up. To address that, recent works aim to predict the HD maps on-the-fly with machin... |
This paper proposes a neural ODE based method to predict time series data. This method mainly projects the long-term trajectory onto basis of polynomials.
The strengths of this paper are:
$\mathbf{1}.$ The proposed method is novel and with solid contribution. At the same time, there is a complete presentation of theo... | Recommendation: 6: marginally above the acceptance threshold | Area: General Machine Learning | Review:
This paper proposes a neural ODE based method to predict time series data. This method mainly projects the long-term trajectory onto basis of polynomials.
The strengths of this paper are:
$\mathbf{1}.$ The proposed method is novel and with solid contribution. At the same time, there is a complete presentation... |
The paper proposes the progressive knowledge distillation method for object detection by distilling knowledge from multiple teachers. The main contribution of this work is designing a heuristic algorithm based on the correlation of feature representations to generate the proper sequence of several teachers given a stud... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper proposes the progressive knowledge distillation method for object detection by distilling knowledge from multiple teachers. The main contribution of this work is designing a heuristic algorithm based on the correlation of feature representations to generate the proper sequence of several teachers give... |
This paper proposes to reflect the surrogate loss about the origin for the inner maximization of adversarial training. This paper proves convergence guarantees for the PGD attack under a margin separability assumption on such a surrogate loss with two-layer neural networks with the Leaky ReLU activation function.
Stren... | 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 to reflect the surrogate loss about the origin for the inner maximization of adversarial training. This paper proves convergence guarantees for the PGD attack under a margin separability assumption on such a surrogate loss with two-layer neural networks with the Leaky ReLU activation functio... |
Different from most existing methods, this paper investigates the FSS problem from the perspective of feature extraction. The authors claim that the heterogeneity of the sample-level, region-level and patch-level of support-query pair is the main obstacle to alleviate the intra-class variation. Thus, this paper propose... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
Different from most existing methods, this paper investigates the FSS problem from the perspective of feature extraction. The authors claim that the heterogeneity of the sample-level, region-level and patch-level of support-query pair is the main obstacle to alleviate the intra-class variation. Thus, this paper... |
The paper works on contrastive self-supervised learning (SSL) and gives several bounds between the assumed latent class structure of the dataset in terms of different parts of the loss functions. For example, bounds of angles between two cluster centers $\mu_j^\top\mu_k$ (Theorem 1, Theorem 3, Theorem 4), size of the r... | Recommendation: 5: marginally below the acceptance threshold | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
The paper works on contrastive self-supervised learning (SSL) and gives several bounds between the assumed latent class structure of the dataset in terms of different parts of the loss functions. For example, bounds of angles between two cluster centers $\mu_j^\top\mu_k$ (Theorem 1, Theorem 3, Theorem 4), size ... |
This paper studies the problem of multiview linear independent component analysis. The identifiability is analyzed and a constrained joint log-likelihood-based formulation is provided. Experiment results are obtained on real data for a source separation task.
Strength: ICA is a fundamental and important problem, the id... | Recommendation: 5: marginally below the acceptance threshold | Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes) | Review:
This paper studies the problem of multiview linear independent component analysis. The identifiability is analyzed and a constrained joint log-likelihood-based formulation is provided. Experiment results are obtained on real data for a source separation task.
Strength: ICA is a fundamental and important problem... |
This work proposes a notion of long-term impact called equal improvability (EI) that equalizes the "effort required to improve" of rejected individuals belonging to different sensitive groups. This metric is theoretically compared to three other long-term metrics: Bounded Effort and Equal Recourse---conditions for meet... | Recommendation: 6: marginally above the acceptance threshold | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
This work proposes a notion of long-term impact called equal improvability (EI) that equalizes the "effort required to improve" of rejected individuals belonging to different sensitive groups. This metric is theoretically compared to three other long-term metrics: Bounded Effort and Equal Recourse---conditions ... |
The authors study whether degrees of algorithmic reasoning emerge from pre-trained large language models (LLMs) by only intervening on the input prompt. Basically, the authors show that by describing all mathematical passages underlying a certain mathematical operation, e.g. addition, directly in the prompt, LLMs impro... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
The authors study whether degrees of algorithmic reasoning emerge from pre-trained large language models (LLMs) by only intervening on the input prompt. Basically, the authors show that by describing all mathematical passages underlying a certain mathematical operation, e.g. addition, directly in the prompt, LL... |
The CROM approach proposes to solve the driving high dimensional PDE in a low-dimensional manifold, without having to discretize the continuous high-dimensional vector field. The discretized high dimensional spatio-temporal solution is projected in the low dimensional manifold through an encoder. The encoder produces a... | Recommendation: 8: accept, good paper | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
The CROM approach proposes to solve the driving high dimensional PDE in a low-dimensional manifold, without having to discretize the continuous high-dimensional vector field. The discretized high dimensional spatio-temporal solution is projected in the low dimensional manifold through an encoder. The encoder pr... |
This paper proposes GeneFace, a generalized and high-fidelity NeRF-based talking face generation method to generate natural results corresponding to various out-of-domain audio. This paper introduces a variaitional motion generator on a large lip-reading corpus, a domain adaptative post-net to calibrate the result and ... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper proposes GeneFace, a generalized and high-fidelity NeRF-based talking face generation method to generate natural results corresponding to various out-of-domain audio. This paper introduces a variaitional motion generator on a large lip-reading corpus, a domain adaptative post-net to calibrate the res... |
The paper proposes a sequential monte carlo (SMC) algorithm for planning. The main contribution is to define the particle weights using the Q(s, a)-function, which allows using a large number of actions for the same state without having to evaluate the transition model for each.
**strengths**
* The paper is proposing ... | Recommendation: 6: marginally above the acceptance threshold | Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes) | Review:
The paper proposes a sequential monte carlo (SMC) algorithm for planning. The main contribution is to define the particle weights using the Q(s, a)-function, which allows using a large number of actions for the same state without having to evaluate the transition model for each.
**strengths**
* The paper is pr... |
This article considers Bayesian inference with fully connected networks of depth L and width n in the infinite width limit. In order to have non-trivial feature learning at infinite width, the authors propose scaling the MSE negative log-likelihood by a factor proportional to the width, causing it to be appear at the s... | Recommendation: 3: reject, not good enough | Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes) | Review:
This article considers Bayesian inference with fully connected networks of depth L and width n in the infinite width limit. In order to have non-trivial feature learning at infinite width, the authors propose scaling the MSE negative log-likelihood by a factor proportional to the width, causing it to be appear ... |
The paper proposes a dynamic cost function for OT (see below on whether this is a valid OT objective or not) that attempts to maximize the mutual information of the projections using kernel density estimates---which depend on the coupling distribution.
This can be seen as a generalization of entropic regularization.
Th... | Recommendation: 6: marginally above the acceptance threshold | Area: General Machine Learning | Review:
The paper proposes a dynamic cost function for OT (see below on whether this is a valid OT objective or not) that attempts to maximize the mutual information of the projections using kernel density estimates---which depend on the coupling distribution.
This can be seen as a generalization of entropic regulariza... |
This paper extends the semi-supervised image classifier PAWS (Assran et al., 2021) by using unlabeled data in addition to the labeled data to inform the representation. Using the unlabeled data in this way allows the model to learn from out-of-distribution classes rather than assuming unlabeled data is curated to conta... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
This paper extends the semi-supervised image classifier PAWS (Assran et al., 2021) by using unlabeled data in addition to the labeled data to inform the representation. Using the unlabeled data in this way allows the model to learn from out-of-distribution classes rather than assuming unlabeled data is curated ... |
The authors propose an online conformal risk control method based on ACI, allowing to control multiple risks irrespective of underlying distribution shifts.
Strengths:
- Clear and concise abstract and introduction and early problem statement with initial practical example.
- Simple method for controlling multiple risks... | Recommendation: 5: marginally below the acceptance threshold | Area: General Machine Learning | Review:
The authors propose an online conformal risk control method based on ACI, allowing to control multiple risks irrespective of underlying distribution shifts.
Strengths:
- Clear and concise abstract and introduction and early problem statement with initial practical example.
- Simple method for controlling multip... |
The paper focuses on the problem of neural surrogates of high-resolution PDEs. To this end, it applies the principles of multi-grid domain decomposition to exploit the local structure in such data as well applies tensor factorization with low-rank regularaization to reduce the number of parameters. The method is evalua... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper focuses on the problem of neural surrogates of high-resolution PDEs. To this end, it applies the principles of multi-grid domain decomposition to exploit the local structure in such data as well applies tensor factorization with low-rank regularaization to reduce the number of parameters. The method i... |
The paper presents a method for benchmarking models (combined with a dataset and a confidence function $\kappa$) for their ability to recognize out-of-distribution examples at test time. In particular, the paper considers the OOD case of when the model is presented with an example with a label that that model had not s... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
The paper presents a method for benchmarking models (combined with a dataset and a confidence function $\kappa$) for their ability to recognize out-of-distribution examples at test time. In particular, the paper considers the OOD case of when the model is presented with an example with a label that that model h... |
This paper introduces a dual personalization strategy for federated recommendation, which can better handle non-iid user data and improve recommendation performance. The authors propose to use personalized scoring modules and personalized item embeddings on devices, where the model first updates the scoring module and ... | Recommendation: 6: marginally above the acceptance threshold | Area: General Machine Learning | Review:
This paper introduces a dual personalization strategy for federated recommendation, which can better handle non-iid user data and improve recommendation performance. The authors propose to use personalized scoring modules and personalized item embeddings on devices, where the model first updates the scoring mod... |
The article investigates the robustness of multi-modal learning by introducing the concept of modality complementariness. The analysis is based on information theory, presenting the increasing Bayes error in the condition of missing and noisy modality. Then, a dataset-wise metric is proposed to measure the complementar... | Recommendation: 5: marginally below the acceptance threshold | Area: General Machine Learning | Review:
The article investigates the robustness of multi-modal learning by introducing the concept of modality complementariness. The analysis is based on information theory, presenting the increasing Bayes error in the condition of missing and noisy modality. Then, a dataset-wise metric is proposed to measure the comp... |
This paper presents an exhaustive empirical study into the effect on performance, for 3D human pose and shape estimation, of different types of pre-training of the backbone network using different training datasets. The different types of pre-training investigated are supervised classification, SSL, and semi-supervised... | Recommendation: 8: accept, good paper | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper presents an exhaustive empirical study into the effect on performance, for 3D human pose and shape estimation, of different types of pre-training of the backbone network using different training datasets. The different types of pre-training investigated are supervised classification, SSL, and semi-su... |
In this paper, the authors presented a simple, intuitive, and effective method for quantifying uncertainty for online learning models. The proposed framework provides uncertainty sets that provably control risk, applies to any base online learning algorithm, any user-specified level, and works with non-stationary distr... | Recommendation: 8: accept, good paper | Area: General Machine Learning | Review:
In this paper, the authors presented a simple, intuitive, and effective method for quantifying uncertainty for online learning models. The proposed framework provides uncertainty sets that provably control risk, applies to any base online learning algorithm, any user-specified level, and works with non-stationa... |
This paper presents a pre-training framework named Mole-BERT for learning molecular representation. The key components of Mole-BERT are 1) a variant of VQ-VAE for getting discrete tokenization result of atoms in molecular graphs, 2) a Masked Atoms Modeling strategy for predicting the masked atoms, and 3) a graph-level... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper presents a pre-training framework named Mole-BERT for learning molecular representation. The key components of Mole-BERT are 1) a variant of VQ-VAE for getting discrete tokenization result of atoms in molecular graphs, 2) a Masked Atoms Modeling strategy for predicting the masked atoms, and 3) a gra... |
This paper proposed a new personalization method in federated learning: Federated Test-time
Head Ensemble plus tuning (FedTHE+). FedTHE trained a global feature extractor, a global head and local heads for classification, and during the personalization time, a scalar e is learnt to interpolate between predictions by gl... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
This paper proposed a new personalization method in federated learning: Federated Test-time
Head Ensemble plus tuning (FedTHE+). FedTHE trained a global feature extractor, a global head and local heads for classification, and during the personalization time, a scalar e is learnt to interpolate between predictio... |
This paper derives a conclusion that the hyper-parameters and architectural properties are relative to the accuracy, bias, and disparity. Thus they conduct NAS and HPO to obtain a powerful architecture and hyper-parameters, which outperforms other methods in terms of accuracy and fairness by a large margin.
Strength:
1... | 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 derives a conclusion that the hyper-parameters and architectural properties are relative to the accuracy, bias, and disparity. Thus they conduct NAS and HPO to obtain a powerful architecture and hyper-parameters, which outperforms other methods in terms of accuracy and fairness by a large margin.
Str... |
The paper presents AVOIR, a fairness audit framework that allows the generation of fairness probabilistic guarantees for any models and fairness metrics. AVOIR also uses a tree-based visualization to help users better the fairness specification.
Strengths:
1. The paper studies the fairness audition problem, which is of... | 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 presents AVOIR, a fairness audit framework that allows the generation of fairness probabilistic guarantees for any models and fairness metrics. AVOIR also uses a tree-based visualization to help users better the fairness specification.
Strengths:
1. The paper studies the fairness audition problem, whi... |
This paper proposes a minmax approach to improve the watermarked model's capacity to counter opponents' deceiving methods. This approach originates from the observation that many watermark-removed models exist around the vicinity of the watermarked one.
This language reads well. And the proposed techniques seem effect... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper proposes a minmax approach to improve the watermarked model's capacity to counter opponents' deceiving methods. This approach originates from the observation that many watermark-removed models exist around the vicinity of the watermarked one.
This language reads well. And the proposed techniques see... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.