review
stringlengths
5
16.6k
score
stringclasses
5 values
area
stringclasses
12 values
text
stringlengths
31
5.65k
The paper proposed a simple yet effective data augmentation method, which is called LatentAugment. Strength: The proposed LatentAugment is straightforward and reasonable; Compared to some previous methods, the proposed method is efficient in terms of computation cost; Weakness: The performance gain is relatively sm...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposed a simple yet effective data augmentation method, which is called LatentAugment. Strength: The proposed LatentAugment is straightforward and reasonable; Compared to some previous methods, the proposed method is efficient in terms of computation cost; Weakness: The performance gain is relat...
This paper proposes a simple and effective method to accelerate the convergence speed and improve the performance of detection transformers, which only need to randomly initialize different groups of queries and use them to train the decoder separately. The method can be applied to all existing detection transformers a...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes a simple and effective method to accelerate the convergence speed and improve the performance of detection transformers, which only need to randomly initialize different groups of queries and use them to train the decoder separately. The method can be applied to all existing detection transf...
This work proposed a knowledge distillation module for protein inverse folding, i.e., generating a protein sequence by its 3D structure. The proposed system recovers more diverse amino acid chains with a lower perplexity and higher recovery rate efficiently. **Strengths:** 1. The paper overall is easy to follow,...
Recommendation: 3: reject, not good enough
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This work proposed a knowledge distillation module for protein inverse folding, i.e., generating a protein sequence by its 3D structure. The proposed system recovers more diverse amino acid chains with a lower perplexity and higher recovery rate efficiently. **Strengths:** 1. The paper overall is easy to...
In this paper, the authors proposed a method for implicitly learning continuous face-varying dimensions, without the need of asking an annotator to explicitly categorize a person. The result can be used in auditing datasets for diversity. The authors also proposed FAX, a novel dataset of 638,180 face similarity judgmen...
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, the authors proposed a method for implicitly learning continuous face-varying dimensions, without the need of asking an annotator to explicitly categorize a person. The result can be used in auditing datasets for diversity. The authors also proposed FAX, a novel dataset of 638,180 face similarity...
This paper proposes CLIP-FLOW, which is a method to improve the performance of optical flow models under the semi-supervised learning setting. The proposed method consists of three orthogonal parts: 1) Semi-supervised Contrastive Flow: an additional contrastive loss for training optical flow models; 2) Coordinate Encod...
Recommendation: 5: marginally below the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper proposes CLIP-FLOW, which is a method to improve the performance of optical flow models under the semi-supervised learning setting. The proposed method consists of three orthogonal parts: 1) Semi-supervised Contrastive Flow: an additional contrastive loss for training optical flow models; 2) Coordina...
The paper studies the meta-learning problem regarding various safe RL tasks that are modeled by constrained Markov decision processes (CMDPs). The authors proposed a CMDP embedded online learning framework to generalize learnt safe policies to other unseen CMDP environments. In theory, the authors proved regret bounds...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper studies the meta-learning problem regarding various safe RL tasks that are modeled by constrained Markov decision processes (CMDPs). The authors proposed a CMDP embedded online learning framework to generalize learnt safe policies to other unseen CMDP environments. In theory, the authors proved regre...
This paper presents two stage end-to-end image recognition model that is robust against adversarial attacks. The model consists of the semantic segmentation module that tries to divide the objects of interest in the scene into several sub-regions and a part-based recognition model that makes the final outputs. Experime...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper presents two stage end-to-end image recognition model that is robust against adversarial attacks. The model consists of the semantic segmentation module that tries to divide the objects of interest in the scene into several sub-regions and a part-based recognition model that makes the final outputs. ...
This paper proposes a method to quantify the temporal relationships between frames to effectively analyze temporal relevance for video action models. And then, comprehensive experiments present the effects of various factors on temporal modeling. Finally, based on experimental analysis, this paper answers some importan...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes a method to quantify the temporal relationships between frames to effectively analyze temporal relevance for video action models. And then, comprehensive experiments present the effects of various factors on temporal modeling. Finally, based on experimental analysis, this paper answers some ...
This paper considers a specific nonsmooth bilevel problem with a structured nonsmooth regularization term, such as the $\ell_p$ norm and the OSCAR penalty, in the lower-level problem. The authors first recursively smooth the nonsmooth regularization term with a smoothing parameter $\mu^k$ that is set to decrease to $0$...
Recommendation: 3: reject, not good enough
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper considers a specific nonsmooth bilevel problem with a structured nonsmooth regularization term, such as the $\ell_p$ norm and the OSCAR penalty, in the lower-level problem. The authors first recursively smooth the nonsmooth regularization term with a smoothing parameter $\mu^k$ that is set to decreas...
This paper looks at the problem of unsupervised RL where skills must be learned for exploration in an environment without access to rewards. The authors take the approach of considering multiple metrics for guiding this unsupervised learning that have been proposed in the literature while choosing among each of them in...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper looks at the problem of unsupervised RL where skills must be learned for exploration in an environment without access to rewards. The authors take the approach of considering multiple metrics for guiding this unsupervised learning that have been proposed in the literature while choosing among each of...
The paper is motivated by recent findings in the field of knowledge distillation that the teacher should learn the true label distribution on the inputs rather than the one-hot labels with the best performance. The authors propose to take advantage of the Lipschitz regularization and consistency regularization to train...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper is motivated by recent findings in the field of knowledge distillation that the teacher should learn the true label distribution on the inputs rather than the one-hot labels with the best performance. The authors propose to take advantage of the Lipschitz regularization and consistency regularization ...
This paper studies the efficient training of large language models on heterogeneous and preemptive instances. It proposes SWARM parallelism and finds that training can be made communication-efficient with SWAM parallelism. Evaluation of a 13B model shows that the system achieves good training throughput and convergence...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper studies the efficient training of large language models on heterogeneous and preemptive instances. It proposes SWARM parallelism and finds that training can be made communication-efficient with SWAM parallelism. Evaluation of a 13B model shows that the system achieves good training throughput and con...
The purpose of this paper is to present an experimental analysis of factors that influence generalization for data exhibiting chaotic dynamics. For this purpose, the authors built a configurable and extensible model evaluation framework (Validyna). A number of experiments were constructed and run using Validyna. **Wea...
Recommendation: 5: marginally below the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The purpose of this paper is to present an experimental analysis of factors that influence generalization for data exhibiting chaotic dynamics. For this purpose, the authors built a configurable and extensible model evaluation framework (Validyna). A number of experiments were constructed and run using Validyna...
This paper studied an important bandit problem: how to deal with historical data. This paper proposed a meta-algorithm to handle computation and storage issues. The problem this paper studied is important and interesting. The meta-algorithm is simple and intuitive. I feel before we talk about computational efficiency ...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper studied an important bandit problem: how to deal with historical data. This paper proposed a meta-algorithm to handle computation and storage issues. The problem this paper studied is important and interesting. The meta-algorithm is simple and intuitive. I feel before we talk about computational eff...
The paper proposes pFedKT to address the Non-IID data issue in federated learning. pFedKT is based on personalized FL with knowledge transfer. During local training, it utilizes a hypernetwork to generate a local model. The local model is updated with a contrastive loss as regularization, which limits the distance betw...
Recommendation: 5: marginally below the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The paper proposes pFedKT to address the Non-IID data issue in federated learning. pFedKT is based on personalized FL with knowledge transfer. During local training, it utilizes a hypernetwork to generate a local model. The local model is updated with a contrastive loss as regularization, which limits the dista...
This paper follows a line of work on learning to mimic algorithms with neural networks to allow for better out-of-distribution generalization. Following recent advancement, the authors aim to train a GNN to simulate the intermediate steps of graph algorithms, using intermediate states of the true algorithm as supervisi...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper follows a line of work on learning to mimic algorithms with neural networks to allow for better out-of-distribution generalization. Following recent advancement, the authors aim to train a GNN to simulate the intermediate steps of graph algorithms, using intermediate states of the true algorithm as s...
Pretrained deep representations from large datasets have a plethora of applications across vision and natural language. Understanding how information is encoded across the dimensions in the representation is important to design better algorithms for the respective downstream tasks. This paper discusses that the learn...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: Pretrained deep representations from large datasets have a plethora of applications across vision and natural language. Understanding how information is encoded across the dimensions in the representation is important to design better algorithms for the respective downstream tasks. This paper discusses that t...
The authors introduce an algorithm capable of learning very general Markov network structures, from general data-types including continuous, discrete and mixed. # Strengths - The speed of the algorithm is very impressive and exciting. Further details need to be provided of course, of the experimental setup but the exp...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: The authors introduce an algorithm capable of learning very general Markov network structures, from general data-types including continuous, discrete and mixed. # Strengths - The speed of the algorithm is very impressive and exciting. Further details need to be provided of course, of the experimental setup but...
This paper studies the problem of (text/image) guided (single) image editing using a pre-trained diffusion model. Specifically, it proposed a novel diffusion-based image translation method by disentangling style and content representations. Borrowed from the disentangling technique introduced recently (Tumanyan et al.,...
Recommendation: 6: marginally above the acceptance threshold
Area: Generative models
Review: This paper studies the problem of (text/image) guided (single) image editing using a pre-trained diffusion model. Specifically, it proposed a novel diffusion-based image translation method by disentangling style and content representations. Borrowed from the disentangling technique introduced recently (Tumanyan...
The paper studies the Teacher-Student Framework, in the case when the teacher is potentially sub-optimal. Learning here is based on an ensemble off-policy method. The core concept is to develop a teach intervention function that is based on the estimated sub-optimality of student actions with respect to the teacher's v...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper studies the Teacher-Student Framework, in the case when the teacher is potentially sub-optimal. Learning here is based on an ensemble off-policy method. The core concept is to develop a teach intervention function that is based on the estimated sub-optimality of student actions with respect to the tea...
This work proposes to apply a post-hoc learning process for correcting label (class-prior) shifts between training and test distribution. It utilizes a labelled validation set that has the same label prior distribution as the test data and optimizes a delta-constrained objective (Eq.(1) or (2)). The delta quantifies ho...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This work proposes to apply a post-hoc learning process for correcting label (class-prior) shifts between training and test distribution. It utilizes a labelled validation set that has the same label prior distribution as the test data and optimizes a delta-constrained objective (Eq.(1) or (2)). The delta quant...
This paper tries to explain why the adaptive methods converge faster than (S)GD. Specifically, this paper first defines a measure called $R_{med}^{OPT}$ which can be viewed as a stable version of the condition number. This paper then empirically observes that over tasks where Adam achieves empirical success, Adam and...
Recommendation: 6: marginally above the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper tries to explain why the adaptive methods converge faster than (S)GD. Specifically, this paper first defines a measure called $R_{med}^{OPT}$ which can be viewed as a stable version of the condition number. This paper then empirically observes that over tasks where Adam achieves empirical success, ...
The paper presents a method for privacy-preserving neural network inference using homomorphic encryption. The main contributation is optimizing the convoluational layer to fit the SIMD structure of homomorphic encryption, including reducing the number of non-zero weights and re-training. The core idea is interesting a...
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 a method for privacy-preserving neural network inference using homomorphic encryption. The main contributation is optimizing the convoluational layer to fit the SIMD structure of homomorphic encryption, including reducing the number of non-zero weights and re-training. The core idea is inter...
This paper introduces a new data set for deduplication historical news articles, and evaluates several baseline algorithms on it, finding that neural methods perform very well compared to n-gram-based baselines. Strengths The paper is well-written and introduces a resource and a baseline evaluation that will be of int...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper introduces a new data set for deduplication historical news articles, and evaluates several baseline algorithms on it, finding that neural methods perform very well compared to n-gram-based baselines. Strengths The paper is well-written and introduces a resource and a baseline evaluation that will b...
The paper studies the properties of sharpness aware minimization through a second order Taylor approximation, in the setting where the perturbation radius tends to zero. Under many strong assumptions, some sort of equivalence (in the limit) between different notions of sharpness-aware-minimization and the spectra of th...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The paper studies the properties of sharpness aware minimization through a second order Taylor approximation, in the setting where the perturbation radius tends to zero. Under many strong assumptions, some sort of equivalence (in the limit) between different notions of sharpness-aware-minimization and the spect...
In this paper, the authors proposed to leverage variational inference to learn the underlying distribution of the prompts with or without image feature as the condition. The effectiveness of the proposed method is verified on several benchmarks. Pros: 1. The proposed idea is intuitive and straightforward. 2. The improv...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: In this paper, the authors proposed to leverage variational inference to learn the underlying distribution of the prompts with or without image feature as the condition. The effectiveness of the proposed method is verified on several benchmarks. Pros: 1. The proposed idea is intuitive and straightforward. 2. Th...
This paper studies re-using the intermediate checkpoints during DP training for two purposes: 1. improve the accuracy; 2. construct reasonable uncertainty quantification. The contribution is on the methodology and empirical results. Strength: This paper is clearly presented. The contribution is solid and the experiment...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper studies re-using the intermediate checkpoints during DP training for two purposes: 1. improve the accuracy; 2. construct reasonable uncertainty quantification. The contribution is on the methodology and empirical results. Strength: This paper is clearly presented. The contribution is solid and the ex...
The paper advocates to use robust kernel density estimation in the self-attention mechanism to mitigate the issue of data contamination. In particular, the idea is to down-weight the weight of bad samples in the estimation process. The authors conduct empirical experiments to demonstrate the effectiveness of the propos...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: The paper advocates to use robust kernel density estimation in the self-attention mechanism to mitigate the issue of data contamination. In particular, the idea is to down-weight the weight of bad samples in the estimation process. The authors conduct empirical experiments to demonstrate the effectiveness of th...
This paper post-processes the representation of deep neural networks from a physical perspective. This process considers not only the relationship between different components within a sample point, but also interaction between sample pairs. The proposed method: - promotes the discrete nature of sample points in a dee...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper post-processes the representation of deep neural networks from a physical perspective. This process considers not only the relationship between different components within a sample point, but also interaction between sample pairs. The proposed method: - promotes the discrete nature of sample points ...
The authors proposed a novel approach to improve worst-group performance, CROIS, that works well with reduced/limited group annotations on training/val set. The idea is simple yet effective: obtain good feature extractors on group-unlabeled data with ERM loss, and only retrain the last layer on group-labeled data with ...
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 proposed a novel approach to improve worst-group performance, CROIS, that works well with reduced/limited group annotations on training/val set. The idea is simple yet effective: obtain good feature extractors on group-unlabeled data with ERM loss, and only retrain the last layer on group-labeled da...
This paper finds that previous methods, which computed margins using the true class and the most confusing class, are insufficient for handling the instance reweighting in the multi-class cases. The authors argue that instances close to the intersection of the decision boundaries should be more important, so they shoul...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper finds that previous methods, which computed margins using the true class and the most confusing class, are insufficient for handling the instance reweighting in the multi-class cases. The authors argue that instances close to the intersection of the decision boundaries should be more important, so th...
The paper proposes *blind learning*, a novel split learning framework for training transformers. In this framework, the patch embedding, MLP, and loss layers reside at the client, and the transformer blocks reside at the server. During training and inference, the client obfuscates its data and model weights by shufflin...
Recommendation: 8: accept, good paper
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The paper proposes *blind learning*, a novel split learning framework for training transformers. In this framework, the patch embedding, MLP, and loss layers reside at the client, and the transformer blocks reside at the server. During training and inference, the client obfuscates its data and model weights by ...
Synthetic data generation is a key application of differentially-private generative models---it allows you to build a synthetic dataset that can be used repeatedly without privacy risks for downstream ML or data science use cases. This paper presents an empirical evaluation of different DP generative models on mainly t...
Recommendation: 5: marginally below the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: Synthetic data generation is a key application of differentially-private generative models---it allows you to build a synthetic dataset that can be used repeatedly without privacy risks for downstream ML or data science use cases. This paper presents an empirical evaluation of different DP generative models on ...
The paper makes an interesting observation that the error after the bellman optimality operation, instead of following gaussian noise, should in theory follow Gumbel distribution. This motivates the usage of Gumbel regression instead of least square to learn the Q functions, and the paper shows its connection to CQL in...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper makes an interesting observation that the error after the bellman optimality operation, instead of following gaussian noise, should in theory follow Gumbel distribution. This motivates the usage of Gumbel regression instead of least square to learn the Q functions, and the paper shows its connection t...
The paper proposes a novel approach for learning over neural fields that is discretization invariant. The authors propose a mathematical framework and design a network following this definition. They show experimental results on several vision benchmarks. Strengths: - The paper addresses an important problem, the depen...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposes a novel approach for learning over neural fields that is discretization invariant. The authors propose a mathematical framework and design a network following this definition. They show experimental results on several vision benchmarks. Strengths: - The paper addresses an important problem, t...
The paper presents a conditional generative model based on NeRF-VAE. The differences are that the proposed methods use a set of latent vectors to encode the scenes instead of one and it incorporates multi-view geometry local features for better feature learning. It also applies normalizing flow to model conditional pri...
Recommendation: 5: marginally below the acceptance threshold
Area: Generative models
Review: The paper presents a conditional generative model based on NeRF-VAE. The differences are that the proposed methods use a set of latent vectors to encode the scenes instead of one and it incorporates multi-view geometry local features for better feature learning. It also applies normalizing flow to model conditi...
In this paper, authors propose to utilize the label hierarchies to boost the performance of CLIP for zero shot classification. The main steps include the generation of the subclasses for each class by either using the GT label hierarchies or by querying GPT-3, then conduct the CLIP via these sub-classes, and finally m...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: In this paper, authors propose to utilize the label hierarchies to boost the performance of CLIP for zero shot classification. The main steps include the generation of the subclasses for each class by either using the GT label hierarchies or by querying GPT-3, then conduct the CLIP via these sub-classes, and f...
In this work, the graph neural network structure is integrated into the GP framework to construct a kernel function with graph structure, and the low-rank approximation method is used to deduce the efficient training and inference method of GP, aiming to improve the performance and efficiency of graph structure data cl...
Recommendation: 6: marginally above the acceptance threshold
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: In this work, the graph neural network structure is integrated into the GP framework to construct a kernel function with graph structure, and the low-rank approximation method is used to deduce the efficient training and inference method of GP, aiming to improve the performance and efficiency of graph structure...
This paper considers a hybrid federated learning scenario (both sample and feature levels). To handle heterogeneity in the feature level, the authors adopt an idea from VFL to split the model into blocks. Each model block corresponds to a feature block. To handle heterogeneity in the sample level, the authors use a mod...
Recommendation: 5: marginally below the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper considers a hybrid federated learning scenario (both sample and feature levels). To handle heterogeneity in the feature level, the authors adopt an idea from VFL to split the model into blocks. Each model block corresponds to a feature block. To handle heterogeneity in the sample level, the authors u...
This paper explores the neural collaborative filtering bandits problem. Specifically, the authors first introduce relative groups to formulate groups given a specific content. Then, they use a meta learner and user learners to learn non-linear and linear reward functions. The authors also claim that this is the first w...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper explores the neural collaborative filtering bandits problem. Specifically, the authors first introduce relative groups to formulate groups given a specific content. Then, they use a meta learner and user learners to learn non-linear and linear reward functions. The authors also claim that this is the...
The paper proposes a hypernetwork model where the weights are conditioned on input sample $x$ and are trained to match the model after finetuning. The hypernetwork generator is a conditional diffusion model, conditioned on $x$ (and it's features), and operates in the space of network weights $\theta$. ## strengths - Th...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposes a hypernetwork model where the weights are conditioned on input sample $x$ and are trained to match the model after finetuning. The hypernetwork generator is a conditional diffusion model, conditioned on $x$ (and it's features), and operates in the space of network weights $\theta$. ## streng...
This paper proposes triple 2D decomposition (T2D) of a 3D vision transformer for spatiotemporal feature learning. It is achieved by decomposing the 3D representation into three 2D representations, e.g. XY, YT, XT. The isolated self-attention operation on three 2D representations improves the model performance on widely...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes triple 2D decomposition (T2D) of a 3D vision transformer for spatiotemporal feature learning. It is achieved by decomposing the 3D representation into three 2D representations, e.g. XY, YT, XT. The isolated self-attention operation on three 2D representations improves the model performance o...
Alternatively to the common way of finding latent factors in the data via a matrix factorization, the paper proposes to interpret a deep regression model with a linear layer as a matrix factorization of the output data. The main intention of this re-interpretation is to be able to interpret the soft-maxed input to the ...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: Alternatively to the common way of finding latent factors in the data via a matrix factorization, the paper proposes to interpret a deep regression model with a linear layer as a matrix factorization of the output data. The main intention of this re-interpretation is to be able to interpret the soft-maxed input...
This paper proposes a new method called subclass balancing contrastive learning for long-tailed problems. The key idea is to divide head classes into subclasses to balance the number of instances in each subclass. The proposed method is evaluated on widely used image classification datasets as well as some additional v...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes a new method called subclass balancing contrastive learning for long-tailed problems. The key idea is to divide head classes into subclasses to balance the number of instances in each subclass. The proposed method is evaluated on widely used image classification datasets as well as some addi...
This paper proposed a new concept for long-term fairness, called Tier Balancing (TB), under decision-making dynamics. The proposed TB characterizes the decision-distribution interplay with latent causal factors. Given some specific data dynamics, the authors proved that one cannot directly achieve the long-term fairnes...
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 proposed a new concept for long-term fairness, called Tier Balancing (TB), under decision-making dynamics. The proposed TB characterizes the decision-distribution interplay with latent causal factors. Given some specific data dynamics, the authors proved that one cannot directly achieve the long-term...
The authors of this paper introduce a benchmark for scientific representation learning consisting of 25 tasks in 4 formats (classificaiton, regression, ranking, search) and evaluate multiple general-purpose scientific representation learning methods (SciBERt, SPECTER, SciNL) alongside adaptation methods to learn task-s...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The authors of this paper introduce a benchmark for scientific representation learning consisting of 25 tasks in 4 formats (classificaiton, regression, ranking, search) and evaluate multiple general-purpose scientific representation learning methods (SciBERt, SPECTER, SciNL) alongside adaptation methods to lear...
This work proposes a transferrable surrogate for NAS based on Bayesian Optimization with deep-kernel Gaussian Processes. The proposed predictor can be adapt to unseen datasets rapidly by significantly reducing the search cost of NAS. On the NAS-Bench-201 and multiple unseen datasets, this work outperformed recent NAS m...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This work proposes a transferrable surrogate for NAS based on Bayesian Optimization with deep-kernel Gaussian Processes. The proposed predictor can be adapt to unseen datasets rapidly by significantly reducing the search cost of NAS. On the NAS-Bench-201 and multiple unseen datasets, this work outperformed rece...
This paper proposes a novel framework to learn soft constraints for ICL. The paper gives a theoretical formulation with proof of convergence, and then provides a practical algorithm with relaxation on the theoretical formulation and several techniques. Experiments on synthetic and real-world environments show improveme...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes a novel framework to learn soft constraints for ICL. The paper gives a theoretical formulation with proof of convergence, and then provides a practical algorithm with relaxation on the theoretical formulation and several techniques. Experiments on synthetic and real-world environments show i...
This paper studies adversarial training under the federated learning framework. The current challenge in federated adversarial training (FAT) is that robust accuracy deteriorates in the later stage of training. The authors believe this is due to the intensified heterogeneity caused by the inner maximization step in ea...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper studies adversarial training under the federated learning framework. The current challenge in federated adversarial training (FAT) is that robust accuracy deteriorates in the later stage of training. The authors believe this is due to the intensified heterogeneity caused by the inner maximization st...
The authors propose techniques for building more efficient neural network differential equation solvers based on a novel analysis of the optimization objective used by existing solvers. The authors study and derive new bounds, equations, and convergence rate for existing solvers and use these to propose a new algorithm...
Recommendation: 8: accept, good paper
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The authors propose techniques for building more efficient neural network differential equation solvers based on a novel analysis of the optimization objective used by existing solvers. The authors study and derive new bounds, equations, and convergence rate for existing solvers and use these to propose a new a...
This paper proposed a new decoding and answer generation method for LMs to achieve multi-step math problems in a “step-by-step” way. Different from the standard “chain-of-thought” prompting which uses greedy decoding, this method samples several reasoning paths generated by LM, and then generates the final answer by fi...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposed a new decoding and answer generation method for LMs to achieve multi-step math problems in a “step-by-step” way. Different from the standard “chain-of-thought” prompting which uses greedy decoding, this method samples several reasoning paths generated by LM, and then generates the final answ...
This paper is concerned with continual learning, and it is interested in a class of biologically plausible models to overcome catastrophic forgetting. Specifically, the authors focus on the Sparse Distributed Memory (SDM) model, a long standing memory model in computer science. The paper highlights a parallelism betwee...
Recommendation: 5: marginally below the acceptance threshold
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: This paper is concerned with continual learning, and it is interested in a class of biologically plausible models to overcome catastrophic forgetting. Specifically, the authors focus on the Sparse Distributed Memory (SDM) model, a long standing memory model in computer science. The paper highlights a parallelis...
This paper proposes training normalizing flows using sample-based objectives. Weakness: - The use of IPM are standard in the GAN literarture. From what I understand, the main thing separating this work from those training invertible generative models with a discriminator (e.g. [1]), is that there are no parameters ...
Recommendation: 3: reject, not good enough
Area: Generative models
Review: This paper proposes training normalizing flows using sample-based objectives. Weakness: - The use of IPM are standard in the GAN literarture. From what I understand, the main thing separating this work from those training invertible generative models with a discriminator (e.g. [1]), is that there are no par...
This paper presents a data sampling approach to reduce the training time by focusing on difficult points. The main idea is to modify SGD so that it samples points with probability proportional to their sample difficulty, which the authors define using a score that is similar to the EL2N score of Paul et al. (2021), rat...
Recommendation: 3: reject, not good enough
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper presents a data sampling approach to reduce the training time by focusing on difficult points. The main idea is to modify SGD so that it samples points with probability proportional to their sample difficulty, which the authors define using a score that is similar to the EL2N score of Paul et al. (20...
Mechanism design studies the problem of constructing a game that elicits a desired behavior from its' players. Often players adapt their policy with feedback through a learning algorithm to improve their future performance. This raises the question of how to design a mechanism that elicits a specified behavior while be...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: Mechanism design studies the problem of constructing a game that elicits a desired behavior from its' players. Often players adapt their policy with feedback through a learning algorithm to improve their future performance. This raises the question of how to design a mechanism that elicits a specified behavior ...
This paper discusses techniques to measure the coverage and diversity of a subset of chemical space (i.e. a set of molecules). The authors give a mathematical definition of a diversity measure, then postulate two axioms which these measures should satisfy: sub-additivity and dissimilarity. This leads to their 3 main co...
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper discusses techniques to measure the coverage and diversity of a subset of chemical space (i.e. a set of molecules). The authors give a mathematical definition of a diversity measure, then postulate two axioms which these measures should satisfy: sub-additivity and dissimilarity. This leads to their 3...
This paper studies the learning of infinite-player Mean-Field Games (MFG) through training on finite-agent Markov Game (MG) approximations. By combining two existing techniques, namely augmentation and hypernetworks, the authors propose a PPO-based algorithm called PAPO, which is demonstrated to achieve better performa...
Recommendation: 5: marginally below the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper studies the learning of infinite-player Mean-Field Games (MFG) through training on finite-agent Markov Game (MG) approximations. By combining two existing techniques, namely augmentation and hypernetworks, the authors propose a PPO-based algorithm called PAPO, which is demonstrated to achieve better ...
This paper aims to learn dynamic-structure-based CIL models in a decoupled manner. It learns independent models for different tasks and then fuses them at a low cost to make phase-wise predictions. The idea is simple and seems effective compared to simple baseline methods such as ICARL and PODNet, but can not achieve t...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper aims to learn dynamic-structure-based CIL models in a decoupled manner. It learns independent models for different tasks and then fuses them at a low cost to make phase-wise predictions. The idea is simple and seems effective compared to simple baseline methods such as ICARL and PODNet, but can not a...
This paper introduces information-theoretic task sampler, Label Aggregation BALD (LA-BALD) that actively selects image-worker pairs to maximize the information contributing to the labeled dataset via human annotations and the model, and efficiently reduce the noise in the human annotations and improve the predictive mo...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper introduces information-theoretic task sampler, Label Aggregation BALD (LA-BALD) that actively selects image-worker pairs to maximize the information contributing to the labeled dataset via human annotations and the model, and efficiently reduce the noise in the human annotations and improve the predi...
This paper proposes a new self-terminating Language Model (LM). The authors aim to address the issue of non-termination in current LMs and compete with previously proposed Monotonic Self-Terminating LM by relaxing the monotonically increasing condition. To achieve the said relaxation authors propose a new parametrizati...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes a new self-terminating Language Model (LM). The authors aim to address the issue of non-termination in current LMs and compete with previously proposed Monotonic Self-Terminating LM by relaxing the monotonically increasing condition. To achieve the said relaxation authors propose a new param...
In this paper, the authors propose a novel module to combine the local and global context. The key of this method is to introduce global query tokens into the local context module. The advantage of this method is that it can merge the context information from short and long-term ranges. The authors do experiments for i...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: In this paper, the authors propose a novel module to combine the local and global context. The key of this method is to introduce global query tokens into the local context module. The advantage of this method is that it can merge the context information from short and long-term ranges. The authors do experimen...
The paper studies the problem of learning a large model in a federated manner by clients with limited computational and memory capabilities. The paper is mainly about large neural networks. The proposed solution is based on SVD decomposition of each layer to provide clients with a low rank representation of each layer....
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper studies the problem of learning a large model in a federated manner by clients with limited computational and memory capabilities. The paper is mainly about large neural networks. The proposed solution is based on SVD decomposition of each layer to provide clients with a low rank representation of eac...
This work provides a solid theoretical understanding of the role of graph convolutions (GC) in multi-layer neural nets. The theoretical analysis is based on the node classification problem of a non-linearly separable Gaussian mixture model coupled with a stochastic block model (SBM). Under some mild assumptions, the au...
Recommendation: 8: accept, good paper
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This work provides a solid theoretical understanding of the role of graph convolutions (GC) in multi-layer neural nets. The theoretical analysis is based on the node classification problem of a non-linearly separable Gaussian mixture model coupled with a stochastic block model (SBM). Under some mild assumptions...
The authors showed that putting a photoreceptor front-end with adaptive dynamic gain control allows a deep neural network to predict more reliably the responses of retinal ganglion cells in different lighting conditions than the STOA CNN retinal model. Introducing an adaptive gain control mechanism as a front end to C...
Recommendation: 6: marginally above the acceptance threshold
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: The authors showed that putting a photoreceptor front-end with adaptive dynamic gain control allows a deep neural network to predict more reliably the responses of retinal ganglion cells in different lighting conditions than the STOA CNN retinal model. Introducing an adaptive gain control mechanism as a front ...
The paper proposes a test-time rescaling strategy to address the trade-off between worse-case and average accuracy. The rescaling coefficient is optimized on a validation set to maximize a certain objective function, e.g., the worse-group accuracy. With different rescaling coefficients, the method is claimed to find a ...
Recommendation: 5: marginally below the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The paper proposes a test-time rescaling strategy to address the trade-off between worse-case and average accuracy. The rescaling coefficient is optimized on a validation set to maximize a certain objective function, e.g., the worse-group accuracy. With different rescaling coefficients, the method is claimed to...
The authors introduce a hybrid neuro-symbolic pipeline, denoted NASR, that combines a fast but inaccurate neural reasoner with an accurate but slow symbolic reasoner. The two components are combined using a neural module trained to identify mistakes in the output of the neural reasoner, and using the symbolic reasoner...
Recommendation: 8: accept, good paper
Area: General Machine Learning
Review: The authors introduce a hybrid neuro-symbolic pipeline, denoted NASR, that combines a fast but inaccurate neural reasoner with an accurate but slow symbolic reasoner. The two components are combined using a neural module trained to identify mistakes in the output of the neural reasoner, and using the symbolic ...
This paper proposes a framework for learning geometric-aware disentangled representations via agent-environment interaction. This goal is achieved by introducing an equivariant loss term on top of the ordinary distance losses to enforce geometric disentanglement between agent and environment state, together with a cont...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper proposes a framework for learning geometric-aware disentangled representations via agent-environment interaction. This goal is achieved by introducing an equivariant loss term on top of the ordinary distance losses to enforce geometric disentanglement between agent and environment state, together wit...
This work addresses the lifelong model editing setting, where errors stream into a deployed model, and the model is updated to correct wrong predictions. The author uses a key-value strategy to look up the codebook of edits to change the behavior of a model. The input feature of a module is used as the key, while the d...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This work addresses the lifelong model editing setting, where errors stream into a deployed model, and the model is updated to correct wrong predictions. The author uses a key-value strategy to look up the codebook of edits to change the behavior of a model. The input feature of a module is used as the key, whi...
The focus of this paper is on distributed nonconvex smooth optimization in a setting where there is synchronization among the $n$ workers and there is a central server that is coordinating communications among the workers. The authors are interested in obtaining an $\varepsilon$-approximate first-order stationary point...
Recommendation: 6: marginally above the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: The focus of this paper is on distributed nonconvex smooth optimization in a setting where there is synchronization among the $n$ workers and there is a central server that is coordinating communications among the workers. The authors are interested in obtaining an $\varepsilon$-approximate first-order stationa...
This paper proposed a new offline RL algorithm, by learning the value function conditioned on the confidence level. The proposed algorithm learns a Q function parameterized by the confidence level of future backup and executes an adaptive policy during test time. The paper shows the learned Q function as a high-confide...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposed a new offline RL algorithm, by learning the value function conditioned on the confidence level. The proposed algorithm learns a Q function parameterized by the confidence level of future backup and executes an adaptive policy during test time. The paper shows the learned Q function as a high...
This paper studies Byzantine-robust variance reduced methods, and further combines them with gradient compression for communication efficiency. The paper takes a theoretical point of view, and numerical results on simple tasks such as logistic regression are provided. **Strength:** - S1. The theoretical perspective o...
Recommendation: 5: marginally below the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper studies Byzantine-robust variance reduced methods, and further combines them with gradient compression for communication efficiency. The paper takes a theoretical point of view, and numerical results on simple tasks such as logistic regression are provided. **Strength:** - S1. The theoretical persp...
The paper proposes using the attack transferability of adversarial examples to measure neural architecture similarity. The authors analyze the design choices leading to better model diversity measured by the proposed metric. The paper also demonstrates the application of the proposed similarity measure in ensemble lear...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper proposes using the attack transferability of adversarial examples to measure neural architecture similarity. The authors analyze the design choices leading to better model diversity measured by the proposed metric. The paper also demonstrates the application of the proposed similarity measure in ensem...
The authors consider the problem of unsupervised pretraining representation for high-dimensional sequential control in various downstream tasks. The authors propose a framework as a pretraining then finetuning pipeline for sequential decision making, it consists of a Control Transformer (CT) which is coupled with a no...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The authors consider the problem of unsupervised pretraining representation for high-dimensional sequential control in various downstream tasks. The authors propose a framework as a pretraining then finetuning pipeline for sequential decision making, it consists of a Control Transformer (CT) which is coupled w...
The work proposes an algorithm, USN (uncertainty aware sample selection for Negative learning) for improving performance results in imitation learning, especially under the presence of high action labelling noise. The work seems to be of the class where the demonstration has to be parsed by some human labor whose error...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The work proposes an algorithm, USN (uncertainty aware sample selection for Negative learning) for improving performance results in imitation learning, especially under the presence of high action labelling noise. The work seems to be of the class where the demonstration has to be parsed by some human labor who...
The paper presents a learning-based approach to solve combinatorial optimization problems with non-linear objectives and linear constraints. The paper introduces a linear surrogate cost function that can be used by existing solvers, and proposes to learn this surrogate cost in order to efficiently approximate the origi...
Recommendation: 5: marginally below the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: The paper presents a learning-based approach to solve combinatorial optimization problems with non-linear objectives and linear constraints. The paper introduces a linear surrogate cost function that can be used by existing solvers, and proposes to learn this surrogate cost in order to efficiently approximate t...
Summary: The paper mainly explores whether the neural network can learn the implicit representations of negation and disjunction. The results of experiment shows that the neural network lack the ability to generalize to task that requires implicit logic. Contributions: 1)The authors introduce the notion of implicit l...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: Summary: The paper mainly explores whether the neural network can learn the implicit representations of negation and disjunction. The results of experiment shows that the neural network lack the ability to generalize to task that requires implicit logic. Contributions: 1)The authors introduce the notion of im...
The paper proposes to use a sparsely gated mixture of experts (MoE) model for NeRF models trained on large-scale scenes. The paper evaluates a variety of design choices and hyperparameters and compares results to Mega-NeRF, which also uses multiple NeRFs to model a large scene but simply uses the distance to a centroid...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper proposes to use a sparsely gated mixture of experts (MoE) model for NeRF models trained on large-scale scenes. The paper evaluates a variety of design choices and hyperparameters and compares results to Mega-NeRF, which also uses multiple NeRFs to model a large scene but simply uses the distance to a ...
This paper proposes a personalized method for subgraph learning with multiple clients in different communities. The key idea is to measure the similarity between each customer pair and use that similar information for succeeding updates. Empirical results demonstrate superior performance on test accuracy. Strengths: 1...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper proposes a personalized method for subgraph learning with multiple clients in different communities. The key idea is to measure the similarity between each customer pair and use that similar information for succeeding updates. Empirical results demonstrate superior performance on test accuracy. Stren...
The authors propose BAFFLE, backpropagation-free federated learning (FL) framework that uses multiple forward processes instead of backpropagation. The main idea is to use Monte-Carlo approximation for stein's identity to approximate the analytical gradient. BAFFLE is mainly designed for two specific setups: low-resour...
Recommendation: 8: accept, good paper
Area: General Machine Learning
Review: The authors propose BAFFLE, backpropagation-free federated learning (FL) framework that uses multiple forward processes instead of backpropagation. The main idea is to use Monte-Carlo approximation for stein's identity to approximate the analytical gradient. BAFFLE is mainly designed for two specific setups: lo...
This paper propose to tackle limited data scenario in meta-learning setting. They make use of Bayesian linear regression and Gaussian processes to model uncertainty when the data is limited. The experimental results demonstrate the efficacy of their method. Strength - Paper is well written - Method has been developed w...
Recommendation: 3: reject, not good enough
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: This paper propose to tackle limited data scenario in meta-learning setting. They make use of Bayesian linear regression and Gaussian processes to model uncertainty when the data is limited. The experimental results demonstrate the efficacy of their method. Strength - Paper is well written - Method has been dev...
The paper proposes to investigate ML bias through the "data geometry". In particular, the authors introduce a Teacher-Mixture (T-M) model, which is a combination of Gaussian Model and Teacher-Student model, and consider potential biases under this specific type of data modeling. Analytical and empirical results are pro...
Recommendation: 3: reject, not good enough
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The paper proposes to investigate ML bias through the "data geometry". In particular, the authors introduce a Teacher-Mixture (T-M) model, which is a combination of Gaussian Model and Teacher-Student model, and consider potential biases under this specific type of data modeling. Analytical and empirical results...
This work follows task and motion planning (TAMP) to design a high-level task planner and a low-level motion planner for more efficient exploration of an indoor scene. The goal is to cover the scene as efficiently as possible to construct a topological map. After the exploration, an off-the-shelf visual place recogniti...
Recommendation: 3: reject, not good enough
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This work follows task and motion planning (TAMP) to design a high-level task planner and a low-level motion planner for more efficient exploration of an indoor scene. The goal is to cover the scene as efficiently as possible to construct a topological map. After the exploration, an off-the-shelf visual place r...
This paper provides an optimal label randomization mechanism that ensures local differential privacy given the prior distribution of labels. For a known loss function, the proposed mechanism is optimal. If the prior is unknown, this paper proposes to use the private histogram to estimate the prior. In this case, the ga...
Recommendation: 6: marginally above the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: This paper provides an optimal label randomization mechanism that ensures local differential privacy given the prior distribution of labels. For a known loss function, the proposed mechanism is optimal. If the prior is unknown, this paper proposes to use the private histogram to estimate the prior. In this case...
This paper introduces rectified flow, which is an ODE model that connects two distributions and samples can be drawn by solving the ODE in two directions. In particular, the ODE aims to model the linear interpolation between samples from two distributions. Techniques like iteratively learning more ODEs and distillation...
Recommendation: 6: marginally above the acceptance threshold
Area: Generative models
Review: This paper introduces rectified flow, which is an ODE model that connects two distributions and samples can be drawn by solving the ODE in two directions. In particular, the ODE aims to model the linear interpolation between samples from two distributions. Techniques like iteratively learning more ODEs and dist...
This work tackles the problem of learning dynamics from population observations over time. Existing works have used Continuous normalizing flows (CNFs) or schrodinger bridges (SBs) to tackle this problem. This work (NLSB) combines adhoc regularizations in Tong et al. 2020 and more recent SDE formulations to learn a pri...
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This work tackles the problem of learning dynamics from population observations over time. Existing works have used Continuous normalizing flows (CNFs) or schrodinger bridges (SBs) to tackle this problem. This work (NLSB) combines adhoc regularizations in Tong et al. 2020 and more recent SDE formulations to lea...
The paper presents a fast, voxelized algorithm for implicit surface reconstruction and novel view synthesis. It addresses limitations of previous methods in preserving fine geometric details by a two-stage training procedure starting with a coarse resolution grid and moving on to finer resolution, a two-branch color ne...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper presents a fast, voxelized algorithm for implicit surface reconstruction and novel view synthesis. It addresses limitations of previous methods in preserving fine geometric details by a two-stage training procedure starting with a coarse resolution grid and moving on to finer resolution, a two-branch ...
This paper proposed a PDE/ODE discovery method that includes: (1) a new designed loss function which depends on the variational form of PDE; and (2) an optimization procedure to efficiently solve a constrained least-squares problem. It can discover PDE with nonlinear partial-free part and high-order ODE. Strength: (1)...
Recommendation: 3: reject, not good enough
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper proposed a PDE/ODE discovery method that includes: (1) a new designed loss function which depends on the variational form of PDE; and (2) an optimization procedure to efficiently solve a constrained least-squares problem. It can discover PDE with nonlinear partial-free part and high-order ODE. Stren...
This paper proposes to improve EBM training via contrastive representation learning (CRL). In particular, it uses SimCLR framework to train the latent variable and implement latent-variable EBM with joint probability. The empirical results show that the proposed framework is more efficient and achieves lower FID score...
Recommendation: 5: marginally below the acceptance threshold
Area: Generative models
Review: This paper proposes to improve EBM training via contrastive representation learning (CRL). In particular, it uses SimCLR framework to train the latent variable and implement latent-variable EBM with joint probability. The empirical results show that the proposed framework is more efficient and achieves lower F...
The paper presents a new methodology to introduce uncertainty quantification in Transformer models. This probabilistic approach is based on Gaussian processes. The driving idea is to exploit the similarity between the scaled dot-product (Vaswani, 2017) and the Kernel-attention (Tsai, 2019) with the posterior mean of sp...
Recommendation: 6: marginally above the acceptance threshold
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: The paper presents a new methodology to introduce uncertainty quantification in Transformer models. This probabilistic approach is based on Gaussian processes. The driving idea is to exploit the similarity between the scaled dot-product (Vaswani, 2017) and the Kernel-attention (Tsai, 2019) with the posterior me...
The authors demonstrate that performance on GLUE/Commongen/CommonsenseQA can be improved by selectively incorporating textual CLIP representations. This method outperforms prior vision-for-language methods like Vokenization. Ablations in the appendix substituting random/T5/etc. features for the CLIP features suggest th...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The authors demonstrate that performance on GLUE/Commongen/CommonsenseQA can be improved by selectively incorporating textual CLIP representations. This method outperforms prior vision-for-language methods like Vokenization. Ablations in the appendix substituting random/T5/etc. features for the CLIP features su...
The paper analyzes EFG when a regularization term is inserted in the game setting and it comes up with the first last-iterate convergence results for CFR type algorithms, in contrast to existing results on the average iterate convergence. It provides new algorithms with considerably low complexity and proves rigorously...
Recommendation: 3: reject, not good enough
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The paper analyzes EFG when a regularization term is inserted in the game setting and it comes up with the first last-iterate convergence results for CFR type algorithms, in contrast to existing results on the average iterate convergence. It provides new algorithms with considerably low complexity and proves ri...
This paper proposes MocoSFL, a collaborative SSL framework based on SFL. The proposed framework addresses hardware resource requirement at client-side by enabling small batch size training and computation offloading. It also relieves the large data requirement of local contrastive learning by enabling effective feature...
Recommendation: 8: accept, good paper
Area: Unsupervised and Self-supervised learning
Review: This paper proposes MocoSFL, a collaborative SSL framework based on SFL. The proposed framework addresses hardware resource requirement at client-side by enabling small batch size training and computation offloading. It also relieves the large data requirement of local contrastive learning by enabling effective...
This paper introduces a unified framework called Ollivier-Ricci Curvature for Hypergraphs In Data (ORCHID). This framework is the first to generalize the Ollivier-Ricci curvature (ORC) of graphs to hypergraphs and yields a notion of curvature consistent with geometric intuition. This work provides rigorous theoretical ...
Recommendation: 5: marginally below the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper introduces a unified framework called Ollivier-Ricci Curvature for Hypergraphs In Data (ORCHID). This framework is the first to generalize the Ollivier-Ricci curvature (ORC) of graphs to hypergraphs and yields a notion of curvature consistent with geometric intuition. This work provides rigorous theo...
This paper tries to speed up adversarial/certified robustness assessment by pruning the original large models to smaller sizes. Two different pruning algorithms are proposed targeting certified robustness and adversarial robustness. ### Strength - It is quite an interesting direction to accelerate robustness evaluation...
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 tries to speed up adversarial/certified robustness assessment by pruning the original large models to smaller sizes. Two different pruning algorithms are proposed targeting certified robustness and adversarial robustness. ### Strength - It is quite an interesting direction to accelerate robustness ev...
This paper proposes a spatial temporal transformer deep network to tackle the egocentric pose estimation problem. The motivation of such a scheme is that it can help improve pose estimation when there are occlusion and large distortion. When there is occlusion at a moment, hopefully the body part is visible at another...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes a spatial temporal transformer deep network to tackle the egocentric pose estimation problem. The motivation of such a scheme is that it can help improve pose estimation when there are occlusion and large distortion. When there is occlusion at a moment, hopefully the body part is visible at...
The authors' starting point is the "Legendre Decomposition for Tensors" paper. The Legendre decomposition is modified to approximate a data tensor by "dividing" the original data tensor N-ways and approximating the N-blocks which "interact" with each other through a subset of the tensor modes. The authors assume that t...
Recommendation: 3: reject, not good enough
Area: General Machine Learning
Review: The authors' starting point is the "Legendre Decomposition for Tensors" paper. The Legendre decomposition is modified to approximate a data tensor by "dividing" the original data tensor N-ways and approximating the N-blocks which "interact" with each other through a subset of the tensor modes. The authors assum...
This paper studies the duality gap of deep neural networks and parallel neural networks. Two kinds of activation functions are considered: identity function and ReLU function. The author reformulated the optimization problem to a convex problem using AM-GM inequality, and study their dual problem. The bi-dual problem o...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper studies the duality gap of deep neural networks and parallel neural networks. Two kinds of activation functions are considered: identity function and ReLU function. The author reformulated the optimization problem to a convex problem using AM-GM inequality, and study their dual problem. The bi-dual p...
This paper proposed one ordered GNNs to mix the features calculated from different hops. This method can achieve the SOTA performance on both homophily and heterophily graphs, and could prevent the over-smoothing problem. ### Strengths: It is interesting to introduce the ordered neurons into graph representation learni...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposed one ordered GNNs to mix the features calculated from different hops. This method can achieve the SOTA performance on both homophily and heterophily graphs, and could prevent the over-smoothing problem. ### Strengths: It is interesting to introduce the ordered neurons into graph representatio...
Fair representation learning (FRL) is a popular class of methods aiming to produce fair classifiers via data preprocessing, but accuracy-fairness tradeoffs are challenging to achieve using the current toolbox. To this end, the authors develop - a practical statistical procedure that, for restricted encoders, upper bo...
Recommendation: 8: accept, good paper
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: Fair representation learning (FRL) is a popular class of methods aiming to produce fair classifiers via data preprocessing, but accuracy-fairness tradeoffs are challenging to achieve using the current toolbox. To this end, the authors develop - a practical statistical procedure that, for restricted encoders, ...
This paper explores the problem of adapting large-scale pre-trained models for adversarially robust zero-shot classification. It is found that vanilla adversarial training on a single task may reduce the zero-shot capability of the pre-trained model. To improve the zero-shot adversarial robustness, a text-guided contra...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper explores the problem of adapting large-scale pre-trained models for adversarially robust zero-shot classification. It is found that vanilla adversarial training on a single task may reduce the zero-shot capability of the pre-trained model. To improve the zero-shot adversarial robustness, a text-guide...