review
stringlengths
5
16.6k
score
stringclasses
5 values
area
stringclasses
12 values
text
stringlengths
31
5.65k
The paper proposes an end-to-end Transformer detector named DINO that archives impressive performance on the COCO benchmark. The proposed DINO model improves the training efficiency and the detection performance by utilizing (i) contrastive denoising training, (ii) look forward twice, and (iii) mixed query selection st...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper proposes an end-to-end Transformer detector named DINO that archives impressive performance on the COCO benchmark. The proposed DINO model improves the training efficiency and the detection performance by utilizing (i) contrastive denoising training, (ii) look forward twice, and (iii) mixed query sele...
This paper studies asymptotic instance optimality for interactive decision making with finite decision/action set. The model includes bandits and reinforcement learning, as long as the reward is a function of the observation. The authors show that the standard, asymptotic lower bound by Lai and Robbins applies to this...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper studies asymptotic instance optimality for interactive decision making with finite decision/action set. The model includes bandits and reinforcement learning, as long as the reward is a function of the observation. The authors show that the standard, asymptotic lower bound by Lai and Robbins applies...
The paper presents a unified model compression to improve model robustness by learning the connection importance for each layer weights. In particular, the authors use a pre-trained model to learn the layer importance to meet a specific pruning budget, and gradually increases the pruning % unless a significant accuracy...
Recommendation: 3: reject, not good enough
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The paper presents a unified model compression to improve model robustness by learning the connection importance for each layer weights. In particular, the authors use a pre-trained model to learn the layer importance to meet a specific pruning budget, and gradually increases the pruning % unless a significant ...
This paper considers asynchronous training in the absence of a central server. They propose a novel algorithm SWIFT to address the problem and does not rely on the common bounded delay assumption. Convergence rates and empirical validations are provided There are two aspects that concern me the most: - Algorithm 1 is...
Recommendation: 6: marginally above the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper considers asynchronous training in the absence of a central server. They propose a novel algorithm SWIFT to address the problem and does not rely on the common bounded delay assumption. Convergence rates and empirical validations are provided There are two aspects that concern me the most: - Algori...
The paper presents CANDLE, a binary-based network trained using a teacher-student framework in which a learned weight selects the largest loss between two loss terms in the optimization problem. In this way, CANDLE ensures the minimization of the maximum loss at every iteration. The motivation of using a binary network...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: The paper presents CANDLE, a binary-based network trained using a teacher-student framework in which a learned weight selects the largest loss between two loss terms in the optimization problem. In this way, CANDLE ensures the minimization of the maximum loss at every iteration. The motivation of using a binary...
This paper studies the problem of global and personalized federated learning, aiming to improve both at the same time. This paper proposes a method, FedHKD, that leverages hyper-knowledge distillation to improve both global and local learning. Specifically, hyper-knowledge is defined as the class-wise mean representati...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: This paper studies the problem of global and personalized federated learning, aiming to improve both at the same time. This paper proposes a method, FedHKD, that leverages hyper-knowledge distillation to improve both global and local learning. Specifically, hyper-knowledge is defined as the class-wise mean repr...
This paper models the joint distribution of texts and images using a discrete diffusion model. The basic idea is to firstly using a VQ model to convert an image to discrete tokens, and then model tokens of both texts and images. This paper designs a specific Markov transition matrix as well as a mutual attention mechan...
Recommendation: 5: marginally below the acceptance threshold
Area: Generative models
Review: This paper models the joint distribution of texts and images using a discrete diffusion model. The basic idea is to firstly using a VQ model to convert an image to discrete tokens, and then model tokens of both texts and images. This paper designs a specific Markov transition matrix as well as a mutual attentio...
In this paper, the authors try to answer an interesting yet challenging question: Is GNN a good representation model for MILP and whether it can predict important properties, eg., feasibility, for MILP problems? They construct a simple example showing that there exist two MILPs such that one of them is feasible while t...
Recommendation: 8: accept, good paper
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: In this paper, the authors try to answer an interesting yet challenging question: Is GNN a good representation model for MILP and whether it can predict important properties, eg., feasibility, for MILP problems? They construct a simple example showing that there exist two MILPs such that one of them is feasible...
This paper proposes a new initialization scheme for both vanilla convnets and convnets with residual structures. This initialization is a simple and special case to maintain dynamic isometry at initialization time. Specifically, they initialize the weight matrix to be identity. The authors also propose a spatial shift ...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper proposes a new initialization scheme for both vanilla convnets and convnets with residual structures. This initialization is a simple and special case to maintain dynamic isometry at initialization time. Specifically, they initialize the weight matrix to be identity. The authors also propose a spatia...
The authors propose a novel technique to poison training data by crafting perturbations to either repel or attract training data to the corresponding class' mean feature vector. The authors demonstrate that this poisoning technique is superior to known availability attacks when defended against with adversarial trainin...
Recommendation: 6: marginally above the acceptance threshold
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The authors propose a novel technique to poison training data by crafting perturbations to either repel or attract training data to the corresponding class' mean feature vector. The authors demonstrate that this poisoning technique is superior to known availability attacks when defended against with adversarial...
This paper tackles the issue of computing Wasserstein gradient direction for 2-layers NNs thanks to a SDP approach with main properties that there is no need to train the underlying NN. The gradient direction is computed with the dual formulation of a least-square + a polynomial regularization term. **Strenghts** - Thi...
Recommendation: 3: reject, not good enough
Area: Optimization (eg, convex and non-convex optimization)
Review: This paper tackles the issue of computing Wasserstein gradient direction for 2-layers NNs thanks to a SDP approach with main properties that there is no need to train the underlying NN. The gradient direction is computed with the dual formulation of a least-square + a polynomial regularization term. **Strenghts...
This work claims that contrastive learning can find a minimax-optimal representation for linear predictors when the prediction function is approximately view-invariant. More precisely, the authors demonstrate that learning a representation via contrastive losses such as NT-XEnt, NT-Logistic, and Spectral can be seen ...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This work claims that contrastive learning can find a minimax-optimal representation for linear predictors when the prediction function is approximately view-invariant. More precisely, the authors demonstrate that learning a representation via contrastive losses such as NT-XEnt, NT-Logistic, and Spectral can ...
This paper proposes an explanation method to provide consistent and truthful explanations of black-box models. Experimental results verify the effectiveness of the proposed method. [Strengths] 1. This paper focused on an important topic, i.e., learning consistent and truthful explanations. 2. This paper is well written...
Recommendation: 3: reject, not good enough
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper proposes an explanation method to provide consistent and truthful explanations of black-box models. Experimental results verify the effectiveness of the proposed method. [Strengths] 1. This paper focused on an important topic, i.e., learning consistent and truthful explanations. 2. This paper is well...
This paper proposed an interesting idea of turning two unimodal pre-trained models into a multi-modal model without training. Specifically, each sample is encoded into a relative representation with respect to paired multi-modal data in its own modality. The relative representation serves as the bridge between two moda...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposed an interesting idea of turning two unimodal pre-trained models into a multi-modal model without training. Specifically, each sample is encoded into a relative representation with respect to paired multi-modal data in its own modality. The relative representation serves as the bridge between ...
This work proposes an approach for solving the inverse problem via diffusion models. Particularly, the work considers structured noise that contaminates the observations. To solve the problem, another line of the diffusion process that describes noise is used except for the image generative process. The score models ...
Recommendation: 3: reject, not good enough
Area: Generative models
Review: This work proposes an approach for solving the inverse problem via diffusion models. Particularly, the work considers structured noise that contaminates the observations. To solve the problem, another line of the diffusion process that describes noise is used except for the image generative process. The score...
The authors consider domain generalization as a non-random sample selection problem. It is the first paper of kind to utilize this method for DG problem. Via assessment on both simulation and benchmarking data sets, the authors demonstrate the efficacy of our method both theoretically and empirically on simulated data ...
Recommendation: 8: accept, good paper
Area: General Machine Learning
Review: The authors consider domain generalization as a non-random sample selection problem. It is the first paper of kind to utilize this method for DG problem. Via assessment on both simulation and benchmarking data sets, the authors demonstrate the efficacy of our method both theoretically and empirically on simulat...
This paper proposes a pre-training framework, called VALM, to jointly train on image-text data. The novelty of this work, compared to previous works in similar field, is how the image-text pairs are created. While previous works use pre-curated image-text aligned pairs, this work instead uses images retrieved using tex...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes a pre-training framework, called VALM, to jointly train on image-text data. The novelty of this work, compared to previous works in similar field, is how the image-text pairs are created. While previous works use pre-curated image-text aligned pairs, this work instead uses images retrieved u...
The paper proposes gamma frailty for modulating proportional hazards (NFM-PF) or nonparametric hazards (NFM-FN) functions. The assumed hazard functions are modeled with neural networks where model parameters are learned via maximum likelihood. Additionally, the paper provides theoretical convergence analysis for th...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: The paper proposes gamma frailty for modulating proportional hazards (NFM-PF) or nonparametric hazards (NFM-FN) functions. The assumed hazard functions are modeled with neural networks where model parameters are learned via maximum likelihood. Additionally, the paper provides theoretical convergence analysi...
The authors revisit the paradigm of supervised learning with recent successful breakthroughs in self-supervised learning, including multi-crop data augmentation [Caron et al., 2020], expendable projector head [Chen et al., 2020a], and a variant of nearest class means classifier [Mensink et al., 2012]. They found that t...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: The authors revisit the paradigm of supervised learning with recent successful breakthroughs in self-supervised learning, including multi-crop data augmentation [Caron et al., 2020], expendable projector head [Chen et al., 2020a], and a variant of nearest class means classifier [Mensink et al., 2012]. They foun...
This paper considers the problem of imputing the missing attributes of nodes in a network.This is done by identifying the most informative nodes for renewing the training set after each training epoch. Some uncertainty and representativeness metrics are proposed to achieve the task of identification. Their method achie...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper considers the problem of imputing the missing attributes of nodes in a network.This is done by identifying the most informative nodes for renewing the training set after each training epoch. Some uncertainty and representativeness metrics are proposed to achieve the task of identification. Their meth...
The authors proposed a method that enables us to learn a broader family of stochastic dynamics by directly learning an underlying mechanism to move samples in time without modeling the distributions at each time-step. The contributions are as follows: 1. Action Matching relies only on samples and does not require any ...
Recommendation: 5: marginally below the acceptance threshold
Area: Generative models
Review: The authors proposed a method that enables us to learn a broader family of stochastic dynamics by directly learning an underlying mechanism to move samples in time without modeling the distributions at each time-step. The contributions are as follows: 1. Action Matching relies only on samples and does not requ...
This paper proposes a method for constraint generation within the branch-and-cut framework. Differing from prior work, the paper casts the constraint generation problem as an MDP and proposes a hierarchical policy to generate a tuple of cuts of variable length depending on problem state. The constraint generation polic...
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper proposes a method for constraint generation within the branch-and-cut framework. Differing from prior work, the paper casts the constraint generation problem as an MDP and proposes a hierarchical policy to generate a tuple of cuts of variable length depending on problem state. The constraint generati...
This paper proposed to use denoising as pretraining for SE(3)-invariant neural network models. The main idea is to add some noise to the coordinates, and use a score model to predict the added noise. The pretrained model are used in several different tasks, including molecule property prediction, force field and bindin...
Recommendation: 5: marginally below the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: This paper proposed to use denoising as pretraining for SE(3)-invariant neural network models. The main idea is to add some noise to the coordinates, and use a score model to predict the added noise. The pretrained model are used in several different tasks, including molecule property prediction, force field an...
This paper presents an approach for real-time demoire on mobile devices. Demoireing is an interesting (and hard) problem of removing moire patterns from images, which can easily appear due to high frequency patterns in the scene interfering with the camera color filter array. It is hard because the moire patterns spa...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper presents an approach for real-time demoire on mobile devices. Demoireing is an interesting (and hard) problem of removing moire patterns from images, which can easily appear due to high frequency patterns in the scene interfering with the camera color filter array. It is hard because the moire patt...
This paper proposes to model time series data as discretized observations from an underlying continuous stochastic process using a diffusion framework. The main contribution of the paper is to extend the method proposed in [1] and [2] to the case where a stochastic noise process is used for the forward process. Based o...
Recommendation: 6: marginally above the acceptance threshold
Area: Generative models
Review: This paper proposes to model time series data as discretized observations from an underlying continuous stochastic process using a diffusion framework. The main contribution of the paper is to extend the method proposed in [1] and [2] to the case where a stochastic noise process is used for the forward process....
The paper explored the style-sensitive channels for effective style synthesis and proposed Normalization Perturbation for robust object detection. Their method generalizes well under some OOD detection datasets, like Foggy Cityscapes. Strength - The proposed Normalization Perturbation (NP) method could synthesize vario...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: The paper explored the style-sensitive channels for effective style synthesis and proposed Normalization Perturbation for robust object detection. Their method generalizes well under some OOD detection datasets, like Foggy Cityscapes. Strength - The proposed Normalization Perturbation (NP) method could synthesi...
This paper studies the biases in the VCR dataset. It first identifies two important bias problems, by exploiting which significantly better accuracy can be obtained than the random guess. The authors then propose to synthesize counterfactual text and image data to debias the VCR dataset. An intra-sample contrastive lea...
Recommendation: 1: strong reject
Area: Deep Learning and representational learning
Review: This paper studies the biases in the VCR dataset. It first identifies two important bias problems, by exploiting which significantly better accuracy can be obtained than the random guess. The authors then propose to synthesize counterfactual text and image data to debias the VCR dataset. An intra-sample contras...
This paper proposes an approach for GNNs to jointly prune and sub-sample neighboring nodes (importance sampling) and provides theoretical and empirical evaluation to show the improvements in sample complexity and converge rate. The paper provides a theoretical generalization analysis of GNN training with sparsified d...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper proposes an approach for GNNs to jointly prune and sub-sample neighboring nodes (importance sampling) and provides theoretical and empirical evaluation to show the improvements in sample complexity and converge rate. The paper provides a theoretical generalization analysis of GNN training with spar...
The authors present an extension to convolutional networks (ConvNets) tailored to simulate the behavior of hierarchical transformers, aiming to provide an alternative to visional transformers (ViT) with a significantly reduced number of trainable parameters. The architectural variations in the proposed model focused on...
Recommendation: 8: accept, good paper
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The authors present an extension to convolutional networks (ConvNets) tailored to simulate the behavior of hierarchical transformers, aiming to provide an alternative to visional transformers (ViT) with a significantly reduced number of trainable parameters. The architectural variations in the proposed model fo...
In this paper, a new method of sample-based NAS is proposed, Falcon. The key idea is to represent the model design space as a graph, where nodes correspond to separate designs and an edge corresponds to a minimal change in one of the design parameters. The problem of architecture search is thus translated to a black-bo...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: In this paper, a new method of sample-based NAS is proposed, Falcon. The key idea is to represent the model design space as a graph, where nodes correspond to separate designs and an edge corresponds to a minimal change in one of the design parameters. The problem of architecture search is thus translated to a ...
Authors are the first to show that zero-shot image recognition models built on top of CLIP are still susceptible to adversarial attacks, and that standard adversarial training objective, while effective at preventing adversarial attacks, destroys the rich image-language capability of CLIP, making the defended model use...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: Authors are the first to show that zero-shot image recognition models built on top of CLIP are still susceptible to adversarial attacks, and that standard adversarial training objective, while effective at preventing adversarial attacks, destroys the rich image-language capability of CLIP, making the defended m...
The authors propose the utilization of the concept of Fragmentation-and-Recall to solve spatial and reinforcement learning problems. In the former case, which they call FarMap, they address the use case of exploration in sub-map based SLAM and in the latter case, which they call FarCuriosity, the problem of catastrophi...
Recommendation: 6: marginally above the acceptance threshold
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: The authors propose the utilization of the concept of Fragmentation-and-Recall to solve spatial and reinforcement learning problems. In the former case, which they call FarMap, they address the use case of exploration in sub-map based SLAM and in the latter case, which they call FarCuriosity, the problem of cat...
The authors present study of the role of multi-agent topology on innovation towards goal of clarifying which social network structures are optimal for which innovation tasks, and which properties of experience sharing improve multi-level innovation. For multi-level hierarchical problem setting (WordCraft), three differ...
Recommendation: 6: marginally above the acceptance threshold
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: The authors present study of the role of multi-agent topology on innovation towards goal of clarifying which social network structures are optimal for which innovation tasks, and which properties of experience sharing improve multi-level innovation. For multi-level hierarchical problem setting (WordCraft), thre...
The paper proposes two tricks to optimize the training of slot attention. First, it initializes the query with learnable embedding instead of sampling from a learnable Gaussian distribution. Second, it applies bi-level optimization to the training. In practice, the slot binding process serves as the optimization of an ...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: The paper proposes two tricks to optimize the training of slot attention. First, it initializes the query with learnable embedding instead of sampling from a learnable Gaussian distribution. Second, it applies bi-level optimization to the training. In practice, the slot binding process serves as the optimizatio...
One of the key challenges in learning from private data sources in a collaborative manner as in federated learning is the data heterogeneity (non-IIDness) among data shards. This causes drift among local models which slows down the convergences or entails a poor generalization on local distributions. This issue is furt...
Recommendation: 3: reject, not good enough
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: One of the key challenges in learning from private data sources in a collaborative manner as in federated learning is the data heterogeneity (non-IIDness) among data shards. This causes drift among local models which slows down the convergences or entails a poor generalization on local distributions. This issue...
This paper proposes a domain dual branch network for domain generalization. The first contribution is to empirically verify which layers should be shared between domain and target classification. Then, authors propose a new augmentation strategy for domain augmentation. Experiments using ResNet-18 demonstrates its effe...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper proposes a domain dual branch network for domain generalization. The first contribution is to empirically verify which layers should be shared between domain and target classification. Then, authors propose a new augmentation strategy for domain augmentation. Experiments using ResNet-18 demonstrates ...
In this paper, the authors propose a novel personalized method for FCO via the forward-backward envelope. Personalized models are firstly updated, then the local models are updated with Second-order optimization. After the local update, the global update is done via FedAVG. Convergence results of the proposed algorithm...
Recommendation: 5: marginally below the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: In this paper, the authors propose a novel personalized method for FCO via the forward-backward envelope. Personalized models are firstly updated, then the local models are updated with Second-order optimization. After the local update, the global update is done via FedAVG. Convergence results of the proposed a...
This paper exposes the hidden topology behind a pretrained BERT language model by training a CRF-VAE, which describes latent states and their relationships. It shows that many of the discovered states are linguistically meaningful. State transitions are also interpretable and can be followed to construct sentences. Str...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper exposes the hidden topology behind a pretrained BERT language model by training a CRF-VAE, which describes latent states and their relationships. It shows that many of the discovered states are linguistically meaningful. State transitions are also interpretable and can be followed to construct senten...
This paper proposes a version of hyperbolic GCN based Lorentz model without resorting to the tangent space. Some of the layer operations exist in prior work. Experiments are conducted on standard small-scale citation networks and tree datasets. There are recently many efforts on removing the tangent space of hyperboli...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper proposes a version of hyperbolic GCN based Lorentz model without resorting to the tangent space. Some of the layer operations exist in prior work. Experiments are conducted on standard small-scale citation networks and tree datasets. There are recently many efforts on removing the tangent space of h...
This work aims to examine the quality of different types of input embeddings for GNNs, and design a model architecture by combining both GNNs and non-GNN models (which are referred to as unconnected models in the paper). The authors provide empirical results to demonstrate the importance of having a high-quality input ...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This work aims to examine the quality of different types of input embeddings for GNNs, and design a model architecture by combining both GNNs and non-GNN models (which are referred to as unconnected models in the paper). The authors provide empirical results to demonstrate the importance of having a high-qualit...
The problem considered is a “socially fair” variant of (l_p,k)-clustering algorithm. Specifically, the goal is to compute k points, given N points grouped into m classes such that the max weighted sum (for a given weight vector) of L_p metric distances of each group is minimized over all groups. The central result is ...
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 problem considered is a “socially fair” variant of (l_p,k)-clustering algorithm. Specifically, the goal is to compute k points, given N points grouped into m classes such that the max weighted sum (for a given weight vector) of L_p metric distances of each group is minimized over all groups. The central re...
In this paper, we authors propose a new way to interpolate between two probability distributions. This is done by constructing a stochastic interpolant between two points $x_0$ and $x_T$ distributed w.r.t. $\pi_0$ and $\pi_T$ respectively. It turns out that the amortized dynamics obtained by integration w.r.t. to the p...
Recommendation: 5: marginally below the acceptance threshold
Area: Generative models
Review: In this paper, we authors propose a new way to interpolate between two probability distributions. This is done by constructing a stochastic interpolant between two points $x_0$ and $x_T$ distributed w.r.t. $\pi_0$ and $\pi_T$ respectively. It turns out that the amortized dynamics obtained by integration w.r.t. ...
Authors propose the framework that tackles crucial aspects of modeling, which include accuracy, robustness, slenderness, and interpretability. To tackle this, authors propose the generic framework, named GNNLIN, that consists of the propagation layer and the logistic regression layer. Through the generically structured...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: Authors propose the framework that tackles crucial aspects of modeling, which include accuracy, robustness, slenderness, and interpretability. To tackle this, authors propose the generic framework, named GNNLIN, that consists of the propagation layer and the logistic regression layer. Through the generically st...
This paper focuses on behavior-constrained policy optimization in offline RL problems. The authors use first-order Taylor approximation to get a closed-form solution for the policy update objective with behavior constraint. The behavior policy can be modeled as a single Gaussian or Gaussian mixture model and this paper...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper focuses on behavior-constrained policy optimization in offline RL problems. The authors use first-order Taylor approximation to get a closed-form solution for the policy update objective with behavior constraint. The behavior policy can be modeled as a single Gaussian or Gaussian mixture model and th...
This paper studies the problem of efficient resource allocation by identifying the well-performing configurations for hyperparameter optimization and neural architecture search. The goal is to find the best (or close to the best) configurations while using as few computational resources as possible, leading to a faster...
Recommendation: 6: marginally above the acceptance threshold
Area: General Machine Learning
Review: This paper studies the problem of efficient resource allocation by identifying the well-performing configurations for hyperparameter optimization and neural architecture search. The goal is to find the best (or close to the best) configurations while using as few computational resources as possible, leading to ...
This paper introduces two new notions of rank for nonlinear functions (Jacobian rank and bottleneck rank). These definitions satisfy a set of properties of matrix ranks and thus generalize this classical notion. Moreover, under these rank notions, there exists regimes (large depth, large sample size) where the authors ...
Recommendation: 8: accept, good paper
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: This paper introduces two new notions of rank for nonlinear functions (Jacobian rank and bottleneck rank). These definitions satisfy a set of properties of matrix ranks and thus generalize this classical notion. Moreover, under these rank notions, there exists regimes (large depth, large sample size) where the ...
Despite the success of SAM in many applications, the existing theory for SAM is still insufficient to explain its impressive empirical performance. To bridge the gap, this paper rigorously proposes three types of sharpness: worst-direction, ascent-direction, and average-direction, which correspond to the notions of sha...
Recommendation: 8: accept, good paper
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: Despite the success of SAM in many applications, the existing theory for SAM is still insufficient to explain its impressive empirical performance. To bridge the gap, this paper rigorously proposes three types of sharpness: worst-direction, ascent-direction, and average-direction, which correspond to the notion...
In this paper, the authors provide theoretical guarantees for unlabeled sparse recovery with multiple measurements. They first establish the information-theoretic lower bounds with respect to the number of samples and signal-to-noise ratio (SNR) for the reconstruction of both the permutation and signal matrices. Then, ...
Recommendation: 5: marginally below the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: In this paper, the authors provide theoretical guarantees for unlabeled sparse recovery with multiple measurements. They first establish the information-theoretic lower bounds with respect to the number of samples and signal-to-noise ratio (SNR) for the reconstruction of both the permutation and signal matrices...
In this paper, the authors first provide theoretical proof that the untrained GNN models are nearly optimal, second, propose a novel, based on sparse coding, NAS for GNNs: NAC - neural architecture coding. Unlike other NAS methods, NAC, based on the assumption that untrained GNN models are nearly optimal, does not upda...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: In this paper, the authors first provide theoretical proof that the untrained GNN models are nearly optimal, second, propose a novel, based on sparse coding, NAS for GNNs: NAC - neural architecture coding. Unlike other NAS methods, NAC, based on the assumption that untrained GNN models are nearly optimal, does ...
The paper tries to address the memory scalability issue of MBRL in a very long-time horizon or even infinitely time horizon (say continual learning) settings. An observation is that the model would become more accurate as training proceeds, and some experiences can be discarded. The paper tries to select those experien...
Recommendation: 3: reject, not good enough
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper tries to address the memory scalability issue of MBRL in a very long-time horizon or even infinitely time horizon (say continual learning) settings. An observation is that the model would become more accurate as training proceeds, and some experiences can be discarded. The paper tries to select those ...
The authors of the paper propose Sparse Replica Manifold analysis for estimating sparse manifold capacity that measures how many object manifolds can be separated under sparse classification tasks, which is pervasively used in both neuroscience (real neural data) and deep learning (artificial neural data) domains. Buil...
Recommendation: 8: accept, good paper
Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces)
Review: The authors of the paper propose Sparse Replica Manifold analysis for estimating sparse manifold capacity that measures how many object manifolds can be separated under sparse classification tasks, which is pervasively used in both neuroscience (real neural data) and deep learning (artificial neural data) domai...
This paper proposes an algorithm for motion mimicking using differentiable physics simulators. With DPS and its gradients, the authors convert a policy learning problem to a much easier state matching problem. Instead of running an entire simulation during training, this paper proposes a Demonstration Replay mechanism ...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes an algorithm for motion mimicking using differentiable physics simulators. With DPS and its gradients, the authors convert a policy learning problem to a much easier state matching problem. Instead of running an entire simulation during training, this paper proposes a Demonstration Replay me...
The paper proposes a new method for offline model-based design, which is then applied to biological sequences. The method is able to use a kernel based on pretrained LM features, which allows the method to leverage additional knowledge. In addition, a learning rate adaptation method is proposed for bidirectional learni...
Recommendation: 5: marginally below the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The paper proposes a new method for offline model-based design, which is then applied to biological sequences. The method is able to use a kernel based on pretrained LM features, which allows the method to leverage additional knowledge. In addition, a learning rate adaptation method is proposed for bidirectiona...
The paper proposed a model evidence head (MEH) and a hierarchical uncertainty aggregation (HUA) for active selecting informative images under the evidential deep learning (EDL) framework. The experiments conducted on PASCAL VOC and MS-COCO seem to validate the efficacy of the proposed method. ## Strengths - Overall th...
Recommendation: 6: marginally above the acceptance threshold
Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes)
Review: The paper proposed a model evidence head (MEH) and a hierarchical uncertainty aggregation (HUA) for active selecting informative images under the evidential deep learning (EDL) framework. The experiments conducted on PASCAL VOC and MS-COCO seem to validate the efficacy of the proposed method. ## Strengths - Ov...
This paper presents a method for asymmetric image retrieval. The main goal is to utilize a lightweight CNN without affecting the retrieval performance. A sizeable pretrained model is employed to extract features from the dataset, and a ranking list is assembled by retrieving the most similar images to the query image. ...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper presents a method for asymmetric image retrieval. The main goal is to utilize a lightweight CNN without affecting the retrieval performance. A sizeable pretrained model is employed to extract features from the dataset, and a ranking list is assembled by retrieving the most similar images to the query...
This paper is exploring the few-shot capabilities for pretrained language models, by proposing a two-step method called FewGen: first to generate novel training samples from few-shot samples to augment the original set; and second to perform classification tasks by fine-tuning a classification-based language model on t...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper is exploring the few-shot capabilities for pretrained language models, by proposing a two-step method called FewGen: first to generate novel training samples from few-shot samples to augment the original set; and second to perform classification tasks by fine-tuning a classification-based language mo...
The authors propose a VAE-like framework with SEM to represent causal relationships among latent variables, and train the model by linearization. Experiments on images and video demonstrate an ability to discover basic causal relationships. Strengths: - Novel approach to modeling, building on well-established techn...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The authors propose a VAE-like framework with SEM to represent causal relationships among latent variables, and train the model by linearization. Experiments on images and video demonstrate an ability to discover basic causal relationships. Strengths: - Novel approach to modeling, building on well-establish...
The authors propose a personalized sparsification strategy for federated learning that compresses the updates in both directions, i.e., from clients to server and from server to clients. The proposed method, FedPSE, achieves that by (1) sparsification of model updates using Top-k algorithm before communication from cli...
Recommendation: 3: reject, not good enough
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The authors propose a personalized sparsification strategy for federated learning that compresses the updates in both directions, i.e., from clients to server and from server to clients. The proposed method, FedPSE, achieves that by (1) sparsification of model updates using Top-k algorithm before communication ...
The paper looks at a novel way to investigate batch conditional coverage in the setting of conformal prediction. CP is known to be unable to provide conditional coverage guarantees and hence this paper proposed two methods to relax these assumptions but taking a closer look at batch conditional coverage and hence propo...
Recommendation: 8: accept, good paper
Area: General Machine Learning
Review: The paper looks at a novel way to investigate batch conditional coverage in the setting of conformal prediction. CP is known to be unable to provide conditional coverage guarantees and hence this paper proposed two methods to relax these assumptions but taking a closer look at batch conditional coverage and hen...
The authors study an inverse online multiobjective problem. In particular, the learner noisily observes a sequence of decisions made by a decision-maker. The learner's goal is to infer the parameters of the multiple objectives used by the decision-maker. The authors give an online learning algorithm for this setting t...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: The authors study an inverse online multiobjective problem. In particular, the learner noisily observes a sequence of decisions made by a decision-maker. The learner's goal is to infer the parameters of the multiple objectives used by the decision-maker. The authors give an online learning algorithm for this s...
This paper proposed a method named DeCap, for zero-shot captioning. The method firstly utilize the CLIP text encoder, to train from-scratch a new text decoder that can reconstruct the text sentence input. Thus, the trained text decoder can be attached to a CLIP image encoder to generate captions from visual input. Due ...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposed a method named DeCap, for zero-shot captioning. The method firstly utilize the CLIP text encoder, to train from-scratch a new text decoder that can reconstruct the text sentence input. Thus, the trained text decoder can be attached to a CLIP image encoder to generate captions from visual inp...
This paper proposed a multi-scale learnable feature volume encoding for neural implicit surface reconstruction. The main idea of the paper is to train a neural implicit surface function from coarse to fine in 3 stages. In each stage, a learnable volume feature encoding is concatenated to the input of the implicit func...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposed a multi-scale learnable feature volume encoding for neural implicit surface reconstruction. The main idea of the paper is to train a neural implicit surface function from coarse to fine in 3 stages. In each stage, a learnable volume feature encoding is concatenated to the input of the impli...
This paper adresses OOD generalization by learning an ensemble of diverse predictors. Diversity can be very handy to overcome distribution shifts between a training and a test set. Indeed, if a model has learnt a spurious correlation, a second will be likely not to, due to the diversity constraint. Diversity is enforce...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper adresses OOD generalization by learning an ensemble of diverse predictors. Diversity can be very handy to overcome distribution shifts between a training and a test set. Indeed, if a model has learnt a spurious correlation, a second will be likely not to, due to the diversity constraint. Diversity is...
This paper presents a new method for bi-temporal images classification based on Siamese variational autoencoder (VAE) and transfer learning (TL). First, the suggested generative method utilizes two VAEs to extract features from bi-temporal images. Then, the obtained features are concatenated into a feature vector. To g...
Recommendation: 3: reject, not good enough
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper presents a new method for bi-temporal images classification based on Siamese variational autoencoder (VAE) and transfer learning (TL). First, the suggested generative method utilizes two VAEs to extract features from bi-temporal images. Then, the obtained features are concatenated into a feature vect...
This paper applies a large language model, Codex to the autoformalisation of proof statements and of proofs. Two main contributions resulting are: (1) translating theorem statements of a form similar to docstrings of mathlib to theorems, and (2) translating (outlines of) NL proofs to Lean proofs. Strengths: The pap...
Recommendation: 3: reject, not good enough
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper applies a large language model, Codex to the autoformalisation of proof statements and of proofs. Two main contributions resulting are: (1) translating theorem statements of a form similar to docstrings of mathlib to theorems, and (2) translating (outlines of) NL proofs to Lean proofs. Strengths:...
This paper proposes a method for improving sample efficiency in multi-objective reinforcement learning (MORL). Like universal value function approximators, a state-action value function represents a large number of value functions for any preferences. The most important contribution is the policy improvement step utili...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper proposes a method for improving sample efficiency in multi-objective reinforcement learning (MORL). Like universal value function approximators, a state-action value function represents a large number of value functions for any preferences. The most important contribution is the policy improvement st...
This paper studies the learning dynamics of infinite-width networks trained using various biologically plausible variations to gradient descent, including feedback alignment, direct feedback alignment, error modulated Hebbian learning, and gated linear networks. The paper derives an effective Neural Tangent Kernel (NTK...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: This paper studies the learning dynamics of infinite-width networks trained using various biologically plausible variations to gradient descent, including feedback alignment, direct feedback alignment, error modulated Hebbian learning, and gated linear networks. The paper derives an effective Neural Tangent Ker...
This paper proposed an adversarial training-based framework to ensure robustness in the watermark of deep neural networks. Specifically, a normalized gradient method is applied to find the worst case within the vicinity of the original model such that we can minimize the loss in terms of noisy parameters. A clean sampl...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper proposed an adversarial training-based framework to ensure robustness in the watermark of deep neural networks. Specifically, a normalized gradient method is applied to find the worst case within the vicinity of the original model such that we can minimize the loss in terms of noisy parameters. A cle...
The authors propose "local effective dimension" (LED) as a measure of the capacity of a machine learning model. They show that it appears to correlate with generalization error on standard data sets and they prove that it bounds the generalization error. They compare their proposed measure to a number of others, includ...
Recommendation: 5: marginally below the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The authors propose "local effective dimension" (LED) as a measure of the capacity of a machine learning model. They show that it appears to correlate with generalization error on standard data sets and they prove that it bounds the generalization error. They compare their proposed measure to a number of others...
This submission studies the gradient descent/flow dynamics of a two-layer neural network with ReLU activation function and losses with exponential tail. The authors presented the following results: (i) an improved perceptron analysis based on the NTK margin that allows the parameters to move away from the NTK regime, a...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This submission studies the gradient descent/flow dynamics of a two-layer neural network with ReLU activation function and losses with exponential tail. The authors presented the following results: (i) an improved perceptron analysis based on the NTK margin that allows the parameters to move away from the NTK r...
This paper proposed an efficient way to compute Graph Equilibrium models. The computation of the Graph Equilibrium model is an optimization problem of a graph denoising problem, and its naive solution is computationally expensive due to the use of an entire graph. This paper introduced the Unbiased Stochastic Proximal ...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposed an efficient way to compute Graph Equilibrium models. The computation of the Graph Equilibrium model is an optimization problem of a graph denoising problem, and its naive solution is computationally expensive due to the use of an entire graph. This paper introduced the Unbiased Stochastic P...
This paper proposed the `VitMTSC` model, a vision Transformer model that learns latent features from raw time-series data for classification tasks, and could be applied on large-scale time series data with variable lengths. The model can reach comparable performance on UEA datasets against previous state-of-the-art met...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: This paper proposed the `VitMTSC` model, a vision Transformer model that learns latent features from raw time-series data for classification tasks, and could be applied on large-scale time series data with variable lengths. The model can reach comparable performance on UEA datasets against previous state-of-the...
The paper proposes a new framework to improve the sample efficiency of model-free RL algorithms through combining them with a learnable data augmentation approach. The paper provides a theoretical analysis of how their method works to improve the representation learning and reports results on DMControl and Atari100K. S...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: The paper proposes a new framework to improve the sample efficiency of model-free RL algorithms through combining them with a learnable data augmentation approach. The paper provides a theoretical analysis of how their method works to improve the representation learning and reports results on DMControl and Atar...
The paper introduces conditional diffusion models in the NLP setting, demonstrates its empirical advantages, and draws theoretical connections with autoregressive and iterative-nonautoregressive models. The paper leaves good overall impression due to high-quality writing, propose positioning against state of the art, a...
Recommendation: 6: marginally above the acceptance threshold
Area: Generative models
Review: The paper introduces conditional diffusion models in the NLP setting, demonstrates its empirical advantages, and draws theoretical connections with autoregressive and iterative-nonautoregressive models. The paper leaves good overall impression due to high-quality writing, propose positioning against state of th...
This paper investigates the use of reinforcement learning for lab test panel optimization, aiming to dynamically prescribe test panels based on available observations, to maximize diagnosis/prediction accuracy while keeping testing at a low cost. Given that clinical diagnostic data are often highly imbalanced, the auth...
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper investigates the use of reinforcement learning for lab test panel optimization, aiming to dynamically prescribe test panels based on available observations, to maximize diagnosis/prediction accuracy while keeping testing at a low cost. Given that clinical diagnostic data are often highly imbalanced, ...
This paper aims to simulate the potential energy surfaces of atomic systems by accelerating the variational Monte-Carlo (VMC) approach. It builds on the PESNet by Gao and Gunnemann and contributes two major innovations: 1) it introduces PlaNet which trains a surrogate model to avoid the expensive Monte-Carlo integratio...
Recommendation: 6: marginally above the acceptance threshold
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: This paper aims to simulate the potential energy surfaces of atomic systems by accelerating the variational Monte-Carlo (VMC) approach. It builds on the PESNet by Gao and Gunnemann and contributes two major innovations: 1) it introduces PlaNet which trains a surrogate model to avoid the expensive Monte-Carlo in...
This paper proposes a topology-guided sampling strategy as a parallel pipeline to CADA-VAE. Empirical and theoretical analysis of the topology property is provided. The method is evaluated on the three common benchmarks of CUB SUN and AWA and achieves promising performance. + The motivation for topology structure align...
Recommendation: 8: accept, good paper
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes a topology-guided sampling strategy as a parallel pipeline to CADA-VAE. Empirical and theoretical analysis of the topology property is provided. The method is evaluated on the three common benchmarks of CUB SUN and AWA and achieves promising performance. + The motivation for topology structu...
This paper proposes an important sampling approach to handle inter and intra client distribution shifts in the federated learning setting. To this end, the authors propose Federated Importance-weighteD Empirical risk Minimization (FIDEM) algorithm to optimize a global FL model, along with new variants of density ratio ...
Recommendation: 5: marginally below the acceptance threshold
Area: General Machine Learning
Review: This paper proposes an important sampling approach to handle inter and intra client distribution shifts in the federated learning setting. To this end, the authors propose Federated Importance-weighteD Empirical risk Minimization (FIDEM) algorithm to optimize a global FL model, along with new variants of densit...
The paper describes a novel SO(3) equivariant architecture for pose prediction of objects from 2D images. The neural network takes image features from an image encoder and maps it to a sphere, which is followed by an $S^2$ convolution and one or more $SO(3)$ convolutions. Both these layers are equivariant to $SO(3)$ tr...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: The paper describes a novel SO(3) equivariant architecture for pose prediction of objects from 2D images. The neural network takes image features from an image encoder and maps it to a sphere, which is followed by an $S^2$ convolution and one or more $SO(3)$ convolutions. Both these layers are equivariant to $S...
This paper studies the use of diffusion models as observation-to-action models in the context of behavioral cloning. In particular, different version of DMs are explored for three different environments (claw arcade game, robotic control, counter strike). The experiments are technically sound and employing diffusion mo...
Recommendation: 6: marginally above the acceptance threshold
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper studies the use of diffusion models as observation-to-action models in the context of behavioral cloning. In particular, different version of DMs are explored for three different environments (claw arcade game, robotic control, counter strike). The experiments are technically sound and employing diff...
The paper considers sketching based algorithms for low rank approximation and second-order methods for regression where the sketching matrix is learned. If the underlying data matrix is drawn from some unknown distribution, one can use historical samples of the data to learn better sketch matrices rather than the class...
Recommendation: 8: accept, good paper
Area: Optimization (eg, convex and non-convex optimization)
Review: The paper considers sketching based algorithms for low rank approximation and second-order methods for regression where the sketching matrix is learned. If the underlying data matrix is drawn from some unknown distribution, one can use historical samples of the data to learn better sketch matrices rather than t...
The paper presents a vocalizer that achieves real-time translation of gesture to text/voice using convex hull as the computational geometry. *Strength: The key strengths may lie in the proposed framework URVoice. As the author points out, the URVoice can take the visual / audio as input from the collocutor/ computer an...
Recommendation: 3: reject, not good enough
Area: Optimization (eg, convex and non-convex optimization)
Review: The paper presents a vocalizer that achieves real-time translation of gesture to text/voice using convex hull as the computational geometry. *Strength: The key strengths may lie in the proposed framework URVoice. As the author points out, the URVoice can take the visual / audio as input from the collocutor/ com...
The paper proposes a model-based reinforcement learning method for sequence design. The main innovation is that design is performed in the latent space, which should allow easier optimization given the combinatorial search space. Furthermore, the authors point out the flaw of using oracles trained on experimental data ...
Recommendation: 3: reject, not good enough
Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability )
Review: The paper proposes a model-based reinforcement learning method for sequence design. The main innovation is that design is performed in the latent space, which should allow easier optimization given the combinatorial search space. Furthermore, the authors point out the flaw of using oracles trained on experiment...
The paper presents a fast algorithm to estimate a stability metric of ordinary least squares problems (OLS). The stability metric was introduced as the minimum number of samples that need to be removed so that rerunning the analysis overturns the conclusion. Naive computation of the stability metric is computationally ...
Recommendation: 6: marginally above the acceptance threshold
Area: Theory (eg, control theory, learning theory, algorithmic game theory)
Review: The paper presents a fast algorithm to estimate a stability metric of ordinary least squares problems (OLS). The stability metric was introduced as the minimum number of samples that need to be removed so that rerunning the analysis overturns the conclusion. Naive computation of the stability metric is computat...
This paper proposes a modification of stable diffusion to better reflect per-object attributes in a sentence to the corresponding objects in the image and prevent missing objects. For example, feeding "a red car and a white sheep" into stable diffusion produces and image with a red car and a red sheep. For experiments,...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: This paper proposes a modification of stable diffusion to better reflect per-object attributes in a sentence to the corresponding objects in the image and prevent missing objects. For example, feeding "a red car and a white sheep" into stable diffusion produces and image with a red car and a red sheep. For expe...
Bit-pruning proposes pruning at the bit level in the context of unstructured pruning methods. At its core, formulation presented by the Authors aims to replace the scalar-scalar multiplication with its equivalent scalar-Nbit multiplication followed by N-shifts and finally a sum over N shifted values. When extending thi...
Recommendation: 8: accept, good paper
Area: Deep Learning and representational learning
Review: Bit-pruning proposes pruning at the bit level in the context of unstructured pruning methods. At its core, formulation presented by the Authors aims to replace the scalar-scalar multiplication with its equivalent scalar-Nbit multiplication followed by N-shifts and finally a sum over N shifted values. When exten...
Given a formal specification in LTL, this paper introduces a transformer architecture that aims to transform a defective circuit into a repaired one, in accordance to the spec. The primary contribution is in the transformer neural architecture, which they call the separated hierarchical transformer since it has separ...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: Given a formal specification in LTL, this paper introduces a transformer architecture that aims to transform a defective circuit into a repaired one, in accordance to the spec. The primary contribution is in the transformer neural architecture, which they call the separated hierarchical transformer since it h...
This paper proposes to solve support-query distributional shift problem which has not been addressed by the previous meta-learning literatures. Instead of assuming that the same function f is used to sample both support and query set, they assume that different functions f and g are generating each support and query se...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper proposes to solve support-query distributional shift problem which has not been addressed by the previous meta-learning literatures. Instead of assuming that the same function f is used to sample both support and query set, they assume that different functions f and g are generating each support and ...
## Update I have read the authors' feedback and I remain confident this paper is not ready for publication for these reasons: 1. The authors argued that their work is different from that of Fatkhulin et al. in that it uses the standard EF. I do not see, however, why standard EF would be better than EF21, I don't think ...
Recommendation: 5: marginally below the acceptance threshold
Area: Optimization (eg, convex and non-convex optimization)
Review: ## Update I have read the authors' feedback and I remain confident this paper is not ready for publication for these reasons: 1. The authors argued that their work is different from that of Fatkhulin et al. in that it uses the standard EF. I do not see, however, why standard EF would be better than EF21, I don'...
The paper is on build language models via embarrassingly parallel training mechanism. More specifically, the author propose a branch train and merge method, which could build the large-scale language models by independently training subparts of a new class of LLMs on different subsets of the data. Such a way is able to...
Recommendation: 5: marginally below the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The paper is on build language models via embarrassingly parallel training mechanism. More specifically, the author propose a branch train and merge method, which could build the large-scale language models by independently training subparts of a new class of LLMs on different subsets of the data. Such a way is...
The authors present MIGA, a method for combining graphs of molecules and corresponding high-content cell images into a related embedding space. This learned embedding space can then be used for several tasks of clinical relevance, namely cell image retrieval, predicting clinical outcomes of drugs, and molecular propert...
Recommendation: 6: marginally above the acceptance threshold
Area: Applications (eg, speech processing, computer vision, NLP)
Review: The authors present MIGA, a method for combining graphs of molecules and corresponding high-content cell images into a related embedding space. This learned embedding space can then be used for several tasks of clinical relevance, namely cell image retrieval, predicting clinical outcomes of drugs, and molecular...
This paper uses a single image along with its augmentation and a pretrained classification model (teacher) together to train a student classifier. Through experiments on different datasets including images, audios, and videos, the authors find that the student classifier can achieve reasonably good classification perfo...
Recommendation: 6: marginally above the acceptance threshold
Area: Deep Learning and representational learning
Review: This paper uses a single image along with its augmentation and a pretrained classification model (teacher) together to train a student classifier. Through experiments on different datasets including images, audios, and videos, the authors find that the student classifier can achieve reasonably good classificati...
This paper proposes a new framework for interactive harmonization. A new network is proposed to allow users to pick certain regions of the background and perform harmonization on the foreground. A novel luminance matching loss and a new synthetic dataset and a real test dataset is proposed. The proposed network is show...
Recommendation: 8: accept, good paper
Area: General Machine Learning
Review: This paper proposes a new framework for interactive harmonization. A new network is proposed to allow users to pick certain regions of the background and perform harmonization on the foreground. A novel luminance matching loss and a new synthetic dataset and a real test dataset is proposed. The proposed network...
The paper proposes a new type of recurrent neural network that operates over continuous time and continuous depth. The continuous depth is achieved through an auxiliary variable t' that is integrated in each step from zero to a certain Tmax. The paper also proposes a heat equation PDE model to decode both time variable...
Recommendation: 3: reject, not good enough
Area: Deep Learning and representational learning
Review: The paper proposes a new type of recurrent neural network that operates over continuous time and continuous depth. The continuous depth is achieved through an auxiliary variable t' that is integrated in each step from zero to a certain Tmax. The paper also proposes a heat equation PDE model to decode both time ...
The paper proposes Marich - a model extraction attack with an adaptive query selection. The three main contributions are formalism, algorithm, and experimental analysis. The authors formally formulate the problem as the Max-Information attack, where the adversary aims to maximize the mutual information between the extr...
Recommendation: 3: reject, not good enough
Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics)
Review: The paper proposes Marich - a model extraction attack with an adaptive query selection. The three main contributions are formalism, algorithm, and experimental analysis. The authors formally formulate the problem as the Max-Information attack, where the adversary aims to maximize the mutual information between ...
In this paper, a LATFORMER model is introduced for learning effective attention. It incorporates both lattice geometry and topology priors for learning attention masks. The paper is demonstrated on ARC and on synthetic visual reasoning tasks, showing improved performances compared to standard attention and transformer ...
Recommendation: 5: marginally below the acceptance threshold
Area: Deep Learning and representational learning
Review: In this paper, a LATFORMER model is introduced for learning effective attention. It incorporates both lattice geometry and topology priors for learning attention masks. The paper is demonstrated on ARC and on synthetic visual reasoning tasks, showing improved performances compared to standard attention and tran...
The paper presents a method for estimating instance-dependent transition matrix using contrastive pretraining. The method starts from the pretrained network using contrastive loss, and train a set of classifiers to divide data into confident set. They are further used to refine classifier, transition matrix, as well as...
Recommendation: 3: reject, not good enough
Area: Unsupervised and Self-supervised learning
Review: The paper presents a method for estimating instance-dependent transition matrix using contrastive pretraining. The method starts from the pretrained network using contrastive loss, and train a set of classifiers to divide data into confident set. They are further used to refine classifier, transition matrix, as...
This paper provides a new error bound of LPA with prior information and compares it with the conventional spectral bound. Then it proposes two strategies to design the prior information. The paper also conducts experiments, which compares with some weakly supervised methods and semi-supervised methods. The experimental...
Recommendation: 8: accept, good paper
Area: General Machine Learning
Review: This paper provides a new error bound of LPA with prior information and compares it with the conventional spectral bound. Then it proposes two strategies to design the prior information. The paper also conducts experiments, which compares with some weakly supervised methods and semi-supervised methods. The expe...
The paper proposes Cooperative Contrastive Learning and Contextual Shape Prediction (CO3). It features 1) using vehicle-infrastructure-cooperation dataset to obtain proper views for unsupervised contrastive learning; 2) a shape pretext for enforcing the learning to be task-relevant; and 3) the learned representation ca...
Recommendation: 6: marginally above the acceptance threshold
Area: Unsupervised and Self-supervised learning
Review: The paper proposes Cooperative Contrastive Learning and Contextual Shape Prediction (CO3). It features 1) using vehicle-infrastructure-cooperation dataset to obtain proper views for unsupervised contrastive learning; 2) a shape pretext for enforcing the learning to be task-relevant; and 3) the learned represent...
This paper studies the power of representation learning via auxiliary tasks in deep reinforcement learning. To be concrete, it focuses on find a good representation of the states that is capable of predicting the optimal value functions if followed by a linear predictor. Correspondingly, it proposes a method called the...
Recommendation: 8: accept, good paper
Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics)
Review: This paper studies the power of representation learning via auxiliary tasks in deep reinforcement learning. To be concrete, it focuses on find a good representation of the states that is capable of predicting the optimal value functions if followed by a linear predictor. Correspondingly, it proposes a method ca...