review stringlengths 5 16.6k | score stringclasses 5
values | area stringclasses 12
values | text stringlengths 31 5.65k |
|---|---|---|---|
In this paper, the authors propose a new task, similar to the traditional text entity linking text where a textual entity is linked to its associated entry in Wikipedia. In this work, the authors propose to link "visual" entities to Wikipedia. Because the same entity could reasonably be linked to different Wikipedia en... | Recommendation: 8: accept, good paper | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
In this paper, the authors propose a new task, similar to the traditional text entity linking text where a textual entity is linked to its associated entry in Wikipedia. In this work, the authors propose to link "visual" entities to Wikipedia. Because the same entity could reasonably be linked to different Wiki... |
This paper proposes PD-MORL, which extends Envelope (Yang et al., 2019). The major difference is illustrated in Equation 5 in the paper: an extra cosine similarity term is added, and the supremum is only taken over actions, not preferences (compared to Envelope). The authors evaluated their method with Envelope on Deep... | Recommendation: 5: marginally below the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper proposes PD-MORL, which extends Envelope (Yang et al., 2019). The major difference is illustrated in Equation 5 in the paper: an extra cosine similarity term is added, and the supremum is only taken over actions, not preferences (compared to Envelope). The authors evaluated their method with Envelope... |
This paper demonstrates the point that Self-supervised learning is immune to the choice of the probabilistic model, therefore shows robustness to model misspecification. In contrast, traditional approach of probabilistic modeling hinges on the specific predefined model. Therefore, the advantage of self-supervised learn... | Recommendation: 6: marginally above the acceptance threshold | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
This paper demonstrates the point that Self-supervised learning is immune to the choice of the probabilistic model, therefore shows robustness to model misspecification. In contrast, traditional approach of probabilistic modeling hinges on the specific predefined model. Therefore, the advantage of self-supervis... |
In this paper, the authors propose to use three different policies to modify simultaneously the actions, morphology, and environment in a Reinforcement Learning problem.
While the control policy is very standard in RL applications, this paper also considers morphology and environment modifications as Markov Decision P... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
In this paper, the authors propose to use three different policies to modify simultaneously the actions, morphology, and environment in a Reinforcement Learning problem.
While the control policy is very standard in RL applications, this paper also considers morphology and environment modifications as Markov De... |
This paper presents In-sample Actor-Critic (IAC), an algorithm for offline RL. The policy evaluation of IAC is done only using in-distribution samples of the dataset, where each sample's (normalized) importance ratio is used for resampling probabilities. Then, TD updates are performed using the resampled samples. For p... | Recommendation: 5: marginally below the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper presents In-sample Actor-Critic (IAC), an algorithm for offline RL. The policy evaluation of IAC is done only using in-distribution samples of the dataset, where each sample's (normalized) importance ratio is used for resampling probabilities. Then, TD updates are performed using the resampled sample... |
The authors introduce D-BAT, a diversity-inducing regularizer for training ensembles of diverse predictors. They derive D-BAT mathematically, and evaluate it on several datasets to demonstrate that the induced diversity can help to (i) tackle shortcut learning, and (ii) improve uncertainty estimation and transferabilit... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
The authors introduce D-BAT, a diversity-inducing regularizer for training ensembles of diverse predictors. They derive D-BAT mathematically, and evaluate it on several datasets to demonstrate that the induced diversity can help to (i) tackle shortcut learning, and (ii) improve uncertainty estimation and transf... |
Sharpness-aware minimization (SAM) has recently been shown to improve various aspects of deep learning. In this paper, the authors show empirically that SAM also helps to improve the performance in decentralized federated learning.
A main contribution of this paper is a theoretical analysis of their federated learning... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
Sharpness-aware minimization (SAM) has recently been shown to improve various aspects of deep learning. In this paper, the authors show empirically that SAM also helps to improve the performance in decentralized federated learning.
A main contribution of this paper is a theoretical analysis of their federated ... |
This work presents two new approaches to zero-shot learning via building generative models of classifier weights. Contrastive learning is used to build a CLIP-style model which matches task description with network weights. In one approach, this CLIP-style model is used at test time to maximize match between provided t... | Recommendation: 3: reject, not good enough | Area: Generative models | Review:
This work presents two new approaches to zero-shot learning via building generative models of classifier weights. Contrastive learning is used to build a CLIP-style model which matches task description with network weights. In one approach, this CLIP-style model is used at test time to maximize match between pr... |
This paper challenges the common belief in literature in self supervision that augmentations need to be label preserving, in order to perform well in downstream tasks. The authors first show that when using a Viewmaker network to automatically derive good views, the augmentations derived by the model may drop significa... | Recommendation: 6: marginally above the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
This paper challenges the common belief in literature in self supervision that augmentations need to be label preserving, in order to perform well in downstream tasks. The authors first show that when using a Viewmaker network to automatically derive good views, the augmentations derived by the model may drop s... |
This paper designs a new distance metric called Oblique(d/m, m) instead of the fashionable cosine similarity for the contrastive learning paradigm. To verify the effectiveness of the proposed simple method, the authors perform extensive experiments.
##Strength:
The proposed new distance metric is neat and could be eas... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper designs a new distance metric called Oblique(d/m, m) instead of the fashionable cosine similarity for the contrastive learning paradigm. To verify the effectiveness of the proposed simple method, the authors perform extensive experiments.
##Strength:
The proposed new distance metric is neat and coul... |
The paper proposes a new divergence which is a convolution between Renyi divergence and other IPM.
Strength:
1. The paper proposes a new divergence which include the Renyi divergence and other IPM. It is new and have some interesting properties.
2. The author derives some properties of the new divergence and show its... | Recommendation: 5: marginally below the acceptance threshold | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
The paper proposes a new divergence which is a convolution between Renyi divergence and other IPM.
Strength:
1. The paper proposes a new divergence which include the Renyi divergence and other IPM. It is new and have some interesting properties.
2. The author derives some properties of the new divergence and ... |
This paper presents a video self-supervised pretraining pipeline called VITO. It made several modifications over existing contrastive learning frameworks including larger crop size, improved temporal sampling scheme, and multi-scale attention feature pooling for the projector. The authors also investigated the data dom... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper presents a video self-supervised pretraining pipeline called VITO. It made several modifications over existing contrastive learning frameworks including larger crop size, improved temporal sampling scheme, and multi-scale attention feature pooling for the projector. The authors also investigated the ... |
The authors propose a deep convolution network (DECN) that mimics the operation of evolutionary search techniques, specifically recombination and selection, for black-box optimization problems. The paper first describes the general challenges in creating a convolution operator to mimic evolutionary, as well as related ... | Recommendation: 6: marginally above the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
The authors propose a deep convolution network (DECN) that mimics the operation of evolutionary search techniques, specifically recombination and selection, for black-box optimization problems. The paper first describes the general challenges in creating a convolution operator to mimic evolutionary, as well as ... |
The paper considers an autoencoder architecture where the structure in the latent space is induced by architecture of the decoder, which uses latent variables sequentially to generate samples from the target distribution. Rather than imposing a prior distribution on the latent space authors use a “hybrid sampling” appr... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper considers an autoencoder architecture where the structure in the latent space is induced by architecture of the decoder, which uses latent variables sequentially to generate samples from the target distribution. Rather than imposing a prior distribution on the latent space authors use a “hybrid sampli... |
In this paper, the authors propose to use a Maximum-Entropy Rewarded Reinforcement Learning framework to select training data for NLP tasks, the goal of which is to maximize generalization. The authors experiment with A2C and SAC and experimental results show that the proposed framework could outperform several baseli... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
In this paper, the authors propose to use a Maximum-Entropy Rewarded Reinforcement Learning framework to select training data for NLP tasks, the goal of which is to maximize generalization. The authors experiment with A2C and SAC and experimental results show that the proposed framework could outperform severa... |
This work has proposed a new adversarial defense method based on multi-task learning and reactive perturbation defocusing. This method has achieved very impressive restored accuracy.
Strength:
1. The proposed perturbation defocusing method can restore the attacked accuracy from very low accuracy to almost the same as ... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This work has proposed a new adversarial defense method based on multi-task learning and reactive perturbation defocusing. This method has achieved very impressive restored accuracy.
Strength:
1. The proposed perturbation defocusing method can restore the attacked accuracy from very low accuracy to almost the ... |
Large language models trained on source code can generate many plausible solutions to programming problems. This work proposes to simultaneously use these models to generate tests for the same prompts, which are then used to re-rank the generated solutions, using a consensus set based algorithm. The results show that t... | Recommendation: 8: accept, good paper | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
Large language models trained on source code can generate many plausible solutions to programming problems. This work proposes to simultaneously use these models to generate tests for the same prompts, which are then used to re-rank the generated solutions, using a consensus set based algorithm. The results sho... |
This paper proposes a method for feature distillation between a teacher model and a student model. It aims to improve the student model's accuracy by utilizing knowledge from the more capable teacher model.
The method adds a linear residual module after the last convolution layer of the student model. The module firs... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
This paper proposes a method for feature distillation between a teacher model and a student model. It aims to improve the student model's accuracy by utilizing knowledge from the more capable teacher model.
The method adds a linear residual module after the last convolution layer of the student model. The mod... |
In this paper, the authors proposed a novel convolutional neural network (CLEEGN) for plug-and-play automatic EEG reconstruction. CLEEGN can reconstruct subject-independent EEG without any training/calibration for a new subject. The performance of CLEEGN was validated using multiple evaluations including reconstruction... | Recommendation: 5: marginally below the acceptance threshold | Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces) | Review:
In this paper, the authors proposed a novel convolutional neural network (CLEEGN) for plug-and-play automatic EEG reconstruction. CLEEGN can reconstruct subject-independent EEG without any training/calibration for a new subject. The performance of CLEEGN was validated using multiple evaluations including recons... |
This paper proposes a novel transformer-based model for symbolic regression (SR), which produces mathematical expression skeletons from data points. In the proposed method, a feature extractor using pointMLP is added and jointly trained using contrastive loss to realize efficient training. The experimental evaluation u... | Recommendation: 8: accept, good paper | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper proposes a novel transformer-based model for symbolic regression (SR), which produces mathematical expression skeletons from data points. In the proposed method, a feature extractor using pointMLP is added and jointly trained using contrastive loss to realize efficient training. The experimental eval... |
This work analyzes the benign overfitting when the logistic regression is mild over-parameterization, in the setting of label noise. The core theory results are: 1) excess risk can be lower bounded at infinite SGD iteration; 2) the risk with early stopping can be upper bounded by 1/n (the number of samples. The authors... | Recommendation: 6: marginally above the acceptance threshold | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
This work analyzes the benign overfitting when the logistic regression is mild over-parameterization, in the setting of label noise. The core theory results are: 1) excess risk can be lower bounded at infinite SGD iteration; 2) the risk with early stopping can be upper bounded by 1/n (the number of samples. The... |
This paper proposes a new SNN model, named d-block model. By adding stochastic absolute refractory periods and recurrent conductance latencies, a d-block SNN can reduce the number of sequential computations using fast vectorized operations.
Strength:
The proposed model achieves fewer sequential operations and lower e... | Recommendation: 6: marginally above the acceptance threshold | Area: General Machine Learning | Review:
This paper proposes a new SNN model, named d-block model. By adding stochastic absolute refractory periods and recurrent conductance latencies, a d-block SNN can reduce the number of sequential computations using fast vectorized operations.
Strength:
The proposed model achieves fewer sequential operations and... |
The author(s) studied the multi-objective optmization problem and proposed a new algorithm called MoCo that provably converges to a Pareto stationary point in the stochastic gradient setting. Experiments on both toy and real data are conducted to support the proposed method.
Strengths:
- The paper is well-motivated and... | Recommendation: 8: accept, good paper | Area: Optimization (eg, convex and non-convex optimization) | Review:
The author(s) studied the multi-objective optmization problem and proposed a new algorithm called MoCo that provably converges to a Pareto stationary point in the stochastic gradient setting. Experiments on both toy and real data are conducted to support the proposed method.
Strengths:
- The paper is well-motiv... |
This paper studies Federated stochastic optimization with client sampling. Under the assumption of second-order similarity condition, the authors propose a variance-reduction based proximal point algorithm which enjoy a better convergence rate wrt the number of clients. They also proposed an accelerated version which e... | Recommendation: 5: marginally below the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
This paper studies Federated stochastic optimization with client sampling. Under the assumption of second-order similarity condition, the authors propose a variance-reduction based proximal point algorithm which enjoy a better convergence rate wrt the number of clients. They also proposed an accelerated version... |
The authors propose an approach to distillation where the teacher provides both a predictive target and scaffolds the student's prediction by censoring hard-to-learn examples. In the case where the student has far fewer parameters than the teacher this scaffolding leads to a smoother loss landscape for the student and ... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The authors propose an approach to distillation where the teacher provides both a predictive target and scaffolds the student's prediction by censoring hard-to-learn examples. In the case where the student has far fewer parameters than the teacher this scaffolding leads to a smoother loss landscape for the stud... |
This paper aims to learn a generative model of 3D scenes from large unaligned datasets. The paper argues that previous work only produced good results for well-aligned datasets (e.g. human and animal faces), and that directly applying such methods to unaligned data did not work well. In order to address this problem, t... | Recommendation: 6: marginally above the acceptance threshold | Area: Generative models | Review:
This paper aims to learn a generative model of 3D scenes from large unaligned datasets. The paper argues that previous work only produced good results for well-aligned datasets (e.g. human and animal faces), and that directly applying such methods to unaligned data did not work well. In order to address this pr... |
This paper extends the Deep Eikonal Solver of Liechtenstein et al. It achieves higher empirical accuracy by allowing the local solver to see a 3-ring rather than 2-ring neighborhood, and by training against ground truth distances computed on a finer mesh. The results display generalization from polynomial surfaces to s... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
This paper extends the Deep Eikonal Solver of Liechtenstein et al. It achieves higher empirical accuracy by allowing the local solver to see a 3-ring rather than 2-ring neighborhood, and by training against ground truth distances computed on a finer mesh. The results display generalization from polynomial surfa... |
This paper studies imbalanced semi-supervised learning. SOTA imbalanced semi-supervised learning methods are often based on pseudo-labeling and consistency regularization, which still relies on confidence thresholding. In this paper, the authors formulate the pseudo-labeling problem as a classification problem, i.e., u... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
This paper studies imbalanced semi-supervised learning. SOTA imbalanced semi-supervised learning methods are often based on pseudo-labeling and consistency regularization, which still relies on confidence thresholding. In this paper, the authors formulate the pseudo-labeling problem as a classification problem,... |
The paper introduces a new family of probability distributions on SO(3) called Rotation Laplace distributions. The literature has established how a matrix Fisher distribution on SO(3) approximates a zero-mean multivariate Gaussian distribution on the tangent space $T_{\mathbf{R}_0}SO(3)$, where $\mathbf{R}_0$ is the mo... | Recommendation: 8: accept, good paper | Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes) | Review:
The paper introduces a new family of probability distributions on SO(3) called Rotation Laplace distributions. The literature has established how a matrix Fisher distribution on SO(3) approximates a zero-mean multivariate Gaussian distribution on the tangent space $T_{\mathbf{R}_0}SO(3)$, where $\mathbf{R}_0$ i... |
This paper considers new drug recommendations as a few-shot learning problem. The proposed model can quickly adapt to the recommendation for a new drug with limited prescription data from a few support patients by addressing complex relations among diseases and drugs and numerous false-negative patients. Experiments o... | Recommendation: 5: marginally below the acceptance threshold | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
This paper considers new drug recommendations as a few-shot learning problem. The proposed model can quickly adapt to the recommendation for a new drug with limited prescription data from a few support patients by addressing complex relations among diseases and drugs and numerous false-negative patients. Exper... |
The authors present a transformer-encoder framework for multipleThe authors present a encoder/transformer method for learning representations of EHR data, for multiple prediction tasks. They demonstrate that their method out-performs other DL methods on one prediction task using MIMIC-III data.
Strengths:
- This pap... | Recommendation: 3: reject, not good enough | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
The authors present a transformer-encoder framework for multipleThe authors present a encoder/transformer method for learning representations of EHR data, for multiple prediction tasks. They demonstrate that their method out-performs other DL methods on one prediction task using MIMIC-III data.
Strengths:
- ... |
This paper focused on learning a structured node representation on top of a GNN model. It follows the idea of FlowGMM and applies normalizing flow to the GNN model. The proposed GC-Flow model leads to significantly better clustering results and improves node classification.
Strengths:
1. The proposed GC-Flow model is ... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper focused on learning a structured node representation on top of a GNN model. It follows the idea of FlowGMM and applies normalizing flow to the GNN model. The proposed GC-Flow model leads to significantly better clustering results and improves node classification.
Strengths:
1. The proposed GC-Flow m... |
This paper studies how to reduce ReLU operation more efficiently to reduce the communication and latency overhead of privacy inference. They demonstrate the relation between a layer’s sensitivity towards pruning and its associated ReLU sensitivity and introduce an automated layer-wise ReLU sensitivity evaluation strate... | 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 studies how to reduce ReLU operation more efficiently to reduce the communication and latency overhead of privacy inference. They demonstrate the relation between a layer’s sensitivity towards pruning and its associated ReLU sensitivity and introduce an automated layer-wise ReLU sensitivity evaluatio... |
**Note**: Throughout the review, I will make a distinction between dense mini-batch SGD, i.e., mini-batch SGD with batch size $B$ and large mini-batch SGD with batch size $B\cdot H$, where $H$ is the number of local steps, for the local-SGD algorithm with the exact computation and communication cost, and $B$ is the bas... | Recommendation: 6: marginally above the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
**Note**: Throughout the review, I will make a distinction between dense mini-batch SGD, i.e., mini-batch SGD with batch size $B$ and large mini-batch SGD with batch size $B\cdot H$, where $H$ is the number of local steps, for the local-SGD algorithm with the exact computation and communication cost, and $B$ is... |
This paper generalizes the PAGE algorithm and analyzes that it can improve the convergence rate with virtually any (unbiased) sampling mechanism using a novel assumption.It is helpful in the analysis of problems from federated learning.Some carefully designed experiments have verified theoretical results.
Strength: Thi... | Recommendation: 6: marginally above the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
This paper generalizes the PAGE algorithm and analyzes that it can improve the convergence rate with virtually any (unbiased) sampling mechanism using a novel assumption.It is helpful in the analysis of problems from federated learning.Some carefully designed experiments have verified theoretical results.
Stren... |
This paper proposed a continual learning method by constructing low-coherence subspace projector for each new task. Given a new task, the projector matrix is constructed by minimizing the coherence to the previous task projectors and within the current projector to be optimized, in the oblique manifold. The proposed ap... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper proposed a continual learning method by constructing low-coherence subspace projector for each new task. Given a new task, the projector matrix is constructed by minimizing the coherence to the previous task projectors and within the current projector to be optimized, in the oblique manifold. The pro... |
The authors propose a variant of relational networks to reason about interactions between objects and between objects and an agent in a manipulation task. They train policies with this architecture on a few simulated manipulation tasks, and demonstrate out-of-distribution generalization to variants of the task not seen... | Recommendation: 5: marginally below the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The authors propose a variant of relational networks to reason about interactions between objects and between objects and an agent in a manipulation task. They train policies with this architecture on a few simulated manipulation tasks, and demonstrate out-of-distribution generalization to variants of the task ... |
This paper proposes a new distillation technique for learning Information Retrieval (IR) models whereby not only the scores of the documents are aligned with the teacher, but also the representations. The paper exhibits two propositions showing (1) a relationship involving the empirical distillation loss and the repres... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper proposes a new distillation technique for learning Information Retrieval (IR) models whereby not only the scores of the documents are aligned with the teacher, but also the representations. The paper exhibits two propositions showing (1) a relationship involving the empirical distillation loss and th... |
This paper presents an approach to use diffusion models as a manner to parameterize a meta-learning algorithm, where the network perbutation prediction by the diffusion process adapts a base model to a separate task.
# Strengths
**Novelty.** The problem studied by the paper is interesting and is new to my knowledge
#... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
This paper presents an approach to use diffusion models as a manner to parameterize a meta-learning algorithm, where the network perbutation prediction by the diffusion process adapts a base model to a separate task.
# Strengths
**Novelty.** The problem studied by the paper is interesting and is new to my know... |
This paper proposes the opinion that the relative representation, the representation of data described by a fixed set of anchor representations, is invariant among different randomized training factors like seeds, optimization strategies, training steps, and even architectures. To prove their opinion, the authors then ... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
This paper proposes the opinion that the relative representation, the representation of data described by a fixed set of anchor representations, is invariant among different randomized training factors like seeds, optimization strategies, training steps, and even architectures. To prove their opinion, the autho... |
The paper proposed a method to identify relevant numbers in text, replace them with smaller numbers that are more accurate to the LM, and use the input-output pair to search for a linear system.
Strength:
1. Novelty is high in my opinion. Numerical instability is a long-standing problem in neural-based reasoning. While... | Recommendation: 8: accept, good paper | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The paper proposed a method to identify relevant numbers in text, replace them with smaller numbers that are more accurate to the LM, and use the input-output pair to search for a linear system.
Strength:
1. Novelty is high in my opinion. Numerical instability is a long-standing problem in neural-based reasonin... |
This paper presents a new extension of the MuZero algorithm (called online planning to explore, or OP2E) that leverages estimates of uncertainty in the algorithm’s predictions of value and reward to generate exploratory behavior. This approach has the advantage of propagating the uncertainty estimates to the policy thr... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper presents a new extension of the MuZero algorithm (called online planning to explore, or OP2E) that leverages estimates of uncertainty in the algorithm’s predictions of value and reward to generate exploratory behavior. This approach has the advantage of propagating the uncertainty estimates to the po... |
The paper proposes a novel neural network layer architecture, which is derived by a tensor rank decomposition (CP decomposition) to a generalized version of a fully connected layer (namely, weights tensor of the FC that is created as a general function of the input). This new layer by design can be dynamic and spatiall... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper proposes a novel neural network layer architecture, which is derived by a tensor rank decomposition (CP decomposition) to a generalized version of a fully connected layer (namely, weights tensor of the FC that is created as a general function of the input). This new layer by design can be dynamic and ... |
This paper focuses on autoregressive visual pre-training. The authors propose to spatially group tokens into a larger-resolution unit called segment, and then arrange them into a random order. After that, the authors sequentially predict the segments using transformer architecture with skip connection. The cifar datase... | Recommendation: 6: marginally above the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
This paper focuses on autoregressive visual pre-training. The authors propose to spatially group tokens into a larger-resolution unit called segment, and then arrange them into a random order. After that, the authors sequentially predict the segments using transformer architecture with skip connection. The cifa... |
LEGO is a synthetic reasoning task that targets chain reasoning. Think Markov chain, where the current state only depends on the previous state. They specifically evaluate BERT and ALBERT. ALBERT is particularly interesting since weights are shared across all layers in ALBERT and is hypothesized that it may be particul... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
LEGO is a synthetic reasoning task that targets chain reasoning. Think Markov chain, where the current state only depends on the previous state. They specifically evaluate BERT and ALBERT. ALBERT is particularly interesting since weights are shared across all layers in ALBERT and is hypothesized that it may be ... |
This paper presents a concept-level debugger for ProtoPNets in which a human supervisor, guided by the model’s explanations, supplies feedback in the form of what part-prototypes must be forgotten or kept.
+ Interesting idea of iterative explanation
- Missing larger scale end-user evaluation
Interesting paper presen... | Recommendation: 8: accept, good paper | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
This paper presents a concept-level debugger for ProtoPNets in which a human supervisor, guided by the model’s explanations, supplies feedback in the form of what part-prototypes must be forgotten or kept.
+ Interesting idea of iterative explanation
- Missing larger scale end-user evaluation
Interesting pape... |
The authors propose a method for robust graph neural networks. The proposed model contains a modified message-passing layer, PGD-based adversarial training, and an additional loss term encouraging diverse node representations. The authors compare their method on several datasets using the GRB benchmark suite.
Strength... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
The authors propose a method for robust graph neural networks. The proposed model contains a modified message-passing layer, PGD-based adversarial training, and an additional loss term encouraging diverse node representations. The authors compare their method on several datasets using the GRB benchmark suite.
... |
This paper proposes a hidden Markov Transformer (HMT) for simultaneous machine translation (SiMT). The proposed HTM is able to simulate when to start translating and to generate the target token. The results of the proposed method are reported on two offline simultaneous translation datasets.
Strength:
1. This meth... | Recommendation: 8: accept, good paper | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper proposes a hidden Markov Transformer (HMT) for simultaneous machine translation (SiMT). The proposed HTM is able to simulate when to start translating and to generate the target token. The results of the proposed method are reported on two offline simultaneous translation datasets.
Strength:
1. T... |
This paper studies linear regression from i.i.d. examples under $(\epsilon, \delta)$-differential privacy in the settings (i) where there is no adversary and (ii) when a fraction of response variables are adversarially corrupted. While there exists a clear understanding about the optimal (inefficient) private and robus... | 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 studies linear regression from i.i.d. examples under $(\epsilon, \delta)$-differential privacy in the settings (i) where there is no adversary and (ii) when a fraction of response variables are adversarially corrupted. While there exists a clear understanding about the optimal (inefficient) private a... |
This paper proposes an advanced version of dilated convolution. In particular, this would mean learning the exact (float) spacing of the convolution locations in addition to the weights, instead of treating the former as a hyper-parameter. Learning of this spacing was enabled through bilinear interpolation as well as d... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
This paper proposes an advanced version of dilated convolution. In particular, this would mean learning the exact (float) spacing of the convolution locations in addition to the weights, instead of treating the former as a hyper-parameter. Learning of this spacing was enabled through bilinear interpolation as w... |
The goal of the paper is to extend molecule generation using diffusion models to include a way to control how “out-of-distribution” generated molecules should be. In order to do this, the authors propose adding a term to the reverse-diffusion score (using an SDE formulation) along with a manually tuned hyperparameter $... | Recommendation: 8: accept, good paper | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The goal of the paper is to extend molecule generation using diffusion models to include a way to control how “out-of-distribution” generated molecules should be. In order to do this, the authors propose adding a term to the reverse-diffusion score (using an SDE formulation) along with a manually tuned hyperpar... |
This work studies the "union of manifold" hypothesis, a refinement of the manifold hypothesis (MH) wherein data is assumed to lie on a disjoint union of manifolds of varying intrinsic dimensionality. To test this hypothesis an empirical study on common image datasets is carried out. An empirical study of clustered gen... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
This work studies the "union of manifold" hypothesis, a refinement of the manifold hypothesis (MH) wherein data is assumed to lie on a disjoint union of manifolds of varying intrinsic dimensionality. To test this hypothesis an empirical study on common image datasets is carried out. An empirical study of clust... |
In this paper, the authors are motivated by a recent observation in self-supervised learning---in order to prevent a model from dimensional collapse and subsequently poor data representation, we should encourage the representation to be uniform; see for example [1]. The authors argue that zero-mean isotropic Gaussian d... | Recommendation: 5: marginally below the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
In this paper, the authors are motivated by a recent observation in self-supervised learning---in order to prevent a model from dimensional collapse and subsequently poor data representation, we should encourage the representation to be uniform; see for example [1]. The authors argue that zero-mean isotropic Ga... |
This paper proposed a novel positional encoding mechanism to inform PINNs about the topology of the domain, expanding the effectiveness of PINNs to complex geometric domains. The proposed positional encoding mechanism represents the coordinates of the input geometry with the eigenfunctions of the Laplace-Beltrami opera... | Recommendation: 5: marginally below the acceptance threshold | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
This paper proposed a novel positional encoding mechanism to inform PINNs about the topology of the domain, expanding the effectiveness of PINNs to complex geometric domains. The proposed positional encoding mechanism represents the coordinates of the input geometry with the eigenfunctions of the Laplace-Beltra... |
This paper proposes a differentiable logic programming (DLP) framework, which relaxes logical operations (e.g., AND, OR) in a rule with numerical operations (e.g., multiplication, addition). DLP can learn logical rules and weights. The key idea is to (recursively) generate logical rules by following a chain-like patter... | Recommendation: 3: reject, not good enough | Area: General Machine Learning | Review:
This paper proposes a differentiable logic programming (DLP) framework, which relaxes logical operations (e.g., AND, OR) in a rule with numerical operations (e.g., multiplication, addition). DLP can learn logical rules and weights. The key idea is to (recursively) generate logical rules by following a chain-lik... |
The proposes a novel contrastive learning pipeline for text-video correspondence. The method adopts dynamic time warping to align the sequence-level consistency and takes shuffled clips as the negative pairs. The experiments on video retrieval, action step localization, and few-shot action recognition have shown the me... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The proposes a novel contrastive learning pipeline for text-video correspondence. The method adopts dynamic time warping to align the sequence-level consistency and takes shuffled clips as the negative pairs. The experiments on video retrieval, action step localization, and few-shot action recognition have show... |
This paper introduces a method for learning models of multivariate event streams, which are time series of events that may be may occur irregularly and synchronously at points in continuous time. Specifically, they introduce clock logic neural networks (CLNNs), which model temporal point processes using formulas to re... | Recommendation: 5: marginally below the acceptance threshold | Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes) | Review:
This paper introduces a method for learning models of multivariate event streams, which are time series of events that may be may occur irregularly and synchronously at points in continuous time. Specifically, they introduce clock logic neural networks (CLNNs), which model temporal point processes using formul... |
This paper focuses on classifier guided controllable generation of text with autoregressive models. Following an observation that the stepwise classifiers tend to always be peaked, this work argues that it is an undesirable characteristic because of the loss of contrast between classifier's predictions on partial compl... | Recommendation: 6: marginally above the acceptance threshold | Area: Generative models | Review:
This paper focuses on classifier guided controllable generation of text with autoregressive models. Following an observation that the stepwise classifiers tend to always be peaked, this work argues that it is an undesirable characteristic because of the loss of contrast between classifier's predictions on parti... |
This paper provides some theoretical conclusions, including:
- GNNs are better than MLPs on graph data provided that node features are sampled from XOR-GNN (though it may be a little strong).
- Any combinations of graph convolutions have similar performance as long as the number/order of graph convolutions is the same... | Recommendation: 8: accept, good paper | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
This paper provides some theoretical conclusions, including:
- GNNs are better than MLPs on graph data provided that node features are sampled from XOR-GNN (though it may be a little strong).
- Any combinations of graph convolutions have similar performance as long as the number/order of graph convolutions is ... |
The authors provide an efficient algorithm for individual privacy accounting when using DP-SGD. By checking the individual privacy parameters, the authors find that these parameters are highly correlated to individual training loss. The authors also verify the validity of their individual privacy parameters by the resu... | 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 provide an efficient algorithm for individual privacy accounting when using DP-SGD. By checking the individual privacy parameters, the authors find that these parameters are highly correlated to individual training loss. The authors also verify the validity of their individual privacy parameters by ... |
For programming language translation tasks (e.g., C# to Rust), the paper augments the source language with intermediate language representation (IR) generated by LLVM. They show that such IR-augmented translation can significantly improve the SOTA.
They also showed two alternate design choices where IR is used for neu... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
For programming language translation tasks (e.g., C# to Rust), the paper augments the source language with intermediate language representation (IR) generated by LLVM. They show that such IR-augmented translation can significantly improve the SOTA.
They also showed two alternate design choices where IR is used... |
This paper studies backdoor insertion attacks in pretrained language models. In this attack, neural network weights are modified such that they produce incorrect outputs for some targeted set of inputs (like a particular syntactic structure in this paper), but correct outputs for rest of the inputs. This paper presents... | 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 studies backdoor insertion attacks in pretrained language models. In this attack, neural network weights are modified such that they produce incorrect outputs for some targeted set of inputs (like a particular syntactic structure in this paper), but correct outputs for rest of the inputs. This paper ... |
This paper address the challenge of knowledge distillation for image recognition tasks with few training samples. This paper proved that simply distilling knowledge from a single task will not get good performance. The authors present a weighted multi-source distillation method to distill multiple source models trained... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper address the challenge of knowledge distillation for image recognition tasks with few training samples. This paper proved that simply distilling knowledge from a single task will not get good performance. The authors present a weighted multi-source distillation method to distill multiple source models... |
The paper proposes to add a FPN-like parallel branch to existing vision transformers that fuses multi-scale tokens with consecutive downsampling, upsampling and window attention. Design choices of each part are studies empirically and improvement over Swin-T on ImageNet, COCO, ADE20k are reported.
Strength:
The id... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper proposes to add a FPN-like parallel branch to existing vision transformers that fuses multi-scale tokens with consecutive downsampling, upsampling and window attention. Design choices of each part are studies empirically and improvement over Swin-T on ImageNet, COCO, ADE20k are reported.
Strength:
... |
This paper proposes to apply retrieval in text-to-image generation based on an encoder-decoder architecture. K-nearest neighbors of some image database is computed on top of the encoder output, and a transformer-based diffusion network is applied on these neighbors to produce the final output image.
The main idea of t... | Recommendation: 6: marginally above the acceptance threshold | Area: Generative models | Review:
This paper proposes to apply retrieval in text-to-image generation based on an encoder-decoder architecture. K-nearest neighbors of some image database is computed on top of the encoder output, and a transformer-based diffusion network is applied on these neighbors to produce the final output image.
The main i... |
Through an empirical study on vision benchmarks and medical images, this paper explores the concepts of spurious and shortcut features and their links to prediction depth and V-information. They show empirically that shortcuts can be detected early in training. They also show a link between prediction depth and V-infor... | Recommendation: 6: marginally above the acceptance threshold | Area: General Machine Learning | Review:
Through an empirical study on vision benchmarks and medical images, this paper explores the concepts of spurious and shortcut features and their links to prediction depth and V-information. They show empirically that shortcuts can be detected early in training. They also show a link between prediction depth and... |
This paper proposed an image captioning model, termed CWATR, where object labels, attributes, and visual features are combined together using transformers and masked pre-training methods. Basically, the main contribution of this work is that it shows that introducing rich information like visual features, object labels... | Recommendation: 3: reject, not good enough | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper proposed an image captioning model, termed CWATR, where object labels, attributes, and visual features are combined together using transformers and masked pre-training methods. Basically, the main contribution of this work is that it shows that introducing rich information like visual features, objec... |
This paper proposes PPGeo - Policy Pre-training via Geometric modeling, a driving policy paradigm which uses a self-supervised framework for policy pretraining in visuomotor driving. Policy representations are learnt by modeling 3D geometric scenes (pose and depth) on public datasets. This is in turn done in two stage... | Recommendation: 8: accept, good paper | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper proposes PPGeo - Policy Pre-training via Geometric modeling, a driving policy paradigm which uses a self-supervised framework for policy pretraining in visuomotor driving. Policy representations are learnt by modeling 3D geometric scenes (pose and depth) on public datasets. This is in turn done in t... |
The paper aims at revisiting study on analogy capabilities of word2vec models. More specifically, morphological task is studied with Glove, fasText and word2vec (CBOW) word embeddings. Contrary to examples suggested in the original word2vec paper, word2vec model performs poorly on a line of morphological tasks.
Streng... | Recommendation: 3: reject, not good enough | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The paper aims at revisiting study on analogy capabilities of word2vec models. More specifically, morphological task is studied with Glove, fasText and word2vec (CBOW) word embeddings. Contrary to examples suggested in the original word2vec paper, word2vec model performs poorly on a line of morphological tasks.... |
The paper describes a new conformal method to perform guaranteed prediction in multi-step multi-variate time series. In order to achieve better calibration and efficiency across dimensions, it proposes the use of copulas.
+: a new method to solve a difficult problem, easily applicable, which appears sound from what I ... | Recommendation: 6: marginally above the acceptance threshold | Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes) | Review:
The paper describes a new conformal method to perform guaranteed prediction in multi-step multi-variate time series. In order to achieve better calibration and efficiency across dimensions, it proposes the use of copulas.
+: a new method to solve a difficult problem, easily applicable, which appears sound from... |
The paper explores the concept of nullspace for vision transformers (ViTs). The authors find that there usually exists non-trivial nullspace for vision transformers by finding the exact nullspace of their patch-embedding stages. Extending to the case of non-linear transformation where the nullspace is ill-defined, the ... | Recommendation: 3: reject, not good enough | Area: General Machine Learning | Review:
The paper explores the concept of nullspace for vision transformers (ViTs). The authors find that there usually exists non-trivial nullspace for vision transformers by finding the exact nullspace of their patch-embedding stages. Extending to the case of non-linear transformation where the nullspace is ill-defin... |
This paper introduces the data lottery ticket hypothesis, which intends to select a subset that matches the performance of the original dataset. This hypothesis, if it works, can reduce training costs and democratize self-supervised pretraining. The authors first suggest that a good data lottery ticket subset should ma... | Recommendation: 3: reject, not good enough | Area: Unsupervised and Self-supervised learning | Review:
This paper introduces the data lottery ticket hypothesis, which intends to select a subset that matches the performance of the original dataset. This hypothesis, if it works, can reduce training costs and democratize self-supervised pretraining. The authors first suggest that a good data lottery ticket subset s... |
In this paper, the authors propose an unsupervised, geometrically aware local intrinsic dimension estimation algorithm for latent space manipulation of GANs, along with a metric called “Distortion” as a global disentanglement score which is constructed with the help of the local intrinsic dimension. They build their wo... | Recommendation: 6: marginally above the acceptance threshold | Area: Generative models | Review:
In this paper, the authors propose an unsupervised, geometrically aware local intrinsic dimension estimation algorithm for latent space manipulation of GANs, along with a metric called “Distortion” as a global disentanglement score which is constructed with the help of the local intrinsic dimension. They build ... |
The paper proposed to do DP fine-tuning on only the bias terms of the model. It analyzes the computational efficiency and demonstrated the empirical advantage of the proposed method.
Strength:
The idea seems interesting and the result on large models seem encouraging.
Weakness:
Maybe the authors can investigate and el... | Recommendation: 8: accept, good paper | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
The paper proposed to do DP fine-tuning on only the bias terms of the model. It analyzes the computational efficiency and demonstrated the empirical advantage of the proposed method.
Strength:
The idea seems interesting and the result on large models seem encouraging.
Weakness:
Maybe the authors can investigat... |
The manuscript proposed data-driven brain atlas mapping and contrastive pretraining for brain network analysis. The authors show improved results over previous baselines, ablate the proposed method based on different strategies, and perform a visual examination of ROI alignment. Contrastive learning is based on Jensen-... | Recommendation: 5: marginally below the acceptance threshold | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
The manuscript proposed data-driven brain atlas mapping and contrastive pretraining for brain network analysis. The authors show improved results over previous baselines, ablate the proposed method based on different strategies, and perform a visual examination of ROI alignment. Contrastive learning is based on... |
This paper evaluates Q-Fair Federated Learning (Q-FFL) in personalized federated learning with its underperforming clients and proposes using knowledge distillation during FL training. And experiments with different datasets show a 50% reduction in underperforming clients in the language task with no increase for the i... | Recommendation: 3: reject, not good enough | Area: Optimization (eg, convex and non-convex optimization) | Review:
This paper evaluates Q-Fair Federated Learning (Q-FFL) in personalized federated learning with its underperforming clients and proposes using knowledge distillation during FL training. And experiments with different datasets show a 50% reduction in underperforming clients in the language task with no increase f... |
In this paper, authors propose a novel prompt-guided multi-task pre-training and fine-tuning framework for protein structure pre-training. Multi-level supervised information, including masked language modeling (MLM), CA coordinate prediction (CRD), and protein-protein interaction (PPI), are integrated into one unified ... | Recommendation: 6: marginally above the acceptance threshold | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
In this paper, authors propose a novel prompt-guided multi-task pre-training and fine-tuning framework for protein structure pre-training. Multi-level supervised information, including masked language modeling (MLM), CA coordinate prediction (CRD), and protein-protein interaction (PPI), are integrated into one ... |
The paper works on scheduling of a computational graph which is an NP-hard problem.
The paper considers a problem of scheduling a computational graph on a fixed no. of homogeneous devices.
The paper claims that the previous approaches take large number of evaluations for convergence and suggests proxies as a faster alt... | Recommendation: 8: accept, good paper | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The paper works on scheduling of a computational graph which is an NP-hard problem.
The paper considers a problem of scheduling a computational graph on a fixed no. of homogeneous devices.
The paper claims that the previous approaches take large number of evaluations for convergence and suggests proxies as a fa... |
The authors propose a new approach to HPO tailored towards RL. Specifically, a HPO approach that is sufficiently sample efficient such that the approach is effective even with limited resources (research lab as opposed to data center) is sought after. Bayesian optimization is used, with a Gaussian process (GP) surrogat... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The authors propose a new approach to HPO tailored towards RL. Specifically, a HPO approach that is sufficiently sample efficient such that the approach is effective even with limited resources (research lab as opposed to data center) is sought after. Bayesian optimization is used, with a Gaussian process (GP) ... |
This paper investigates the role of gradient-based methods in OOD detection. Specifically, the author tries to answer the following questions and provide answers correspondingly:
1. Is it essential to use the scoring function strictly derived from the gradient?
No. The recombination of different components also work... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper investigates the role of gradient-based methods in OOD detection. Specifically, the author tries to answer the following questions and provide answers correspondingly:
1. Is it essential to use the scoring function strictly derived from the gradient?
No. The recombination of different components a... |
This paper studies Stackelberg equilibria and presents a general framework for implementing Stackelberg equilibria search as a multi-agent RL problem, which encapsulates both previous approaches and some new design spaces such as contextual policies. Some numerical experiments are also provided.
Strengths:
* Propose a ... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper studies Stackelberg equilibria and presents a general framework for implementing Stackelberg equilibria search as a multi-agent RL problem, which encapsulates both previous approaches and some new design spaces such as contextual policies. Some numerical experiments are also provided.
Strengths:
* Pr... |
The authors propose a novel method for data augmentation to be used for knowledge distillation in NLP. It has been shown that heavy augmentation is highly useful for knowledge distillation (in vision tasks), but the same methods are not applicable to NLP due to the tokens being discrete. Therefore, previous works tend ... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The authors propose a novel method for data augmentation to be used for knowledge distillation in NLP. It has been shown that heavy augmentation is highly useful for knowledge distillation (in vision tasks), but the same methods are not applicable to NLP due to the tokens being discrete. Therefore, previous wor... |
This paper unleashes the great potential of contrastive learning on denoising autoencoding and introduce a pure MIM method, ConMIM, to produce simple intra-image inter-patch contrastive constraints as the sole learning objectives for masked patch prediction. Additionally, the authors further strengthen the denoising me... | Recommendation: 8: accept, good paper | Area: Unsupervised and Self-supervised learning | Review:
This paper unleashes the great potential of contrastive learning on denoising autoencoding and introduce a pure MIM method, ConMIM, to produce simple intra-image inter-patch contrastive constraints as the sole learning objectives for masked patch prediction. Additionally, the authors further strengthen the deno... |
This paper explores multi-view representation learning and introduces the Multi-View Masked Autoencoder (MV-MAE) framework. A video autoencoder is updated to function with multi-view input video streams. The learned representations are shown to be useful for the downstream task of visual control by training reinforceme... | Recommendation: 5: marginally below the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper explores multi-view representation learning and introduces the Multi-View Masked Autoencoder (MV-MAE) framework. A video autoencoder is updated to function with multi-view input video streams. The learned representations are shown to be useful for the downstream task of visual control by training rei... |
This paper studies the implicit bias of SGD with large step sizes. The authors present empirical observations and some theoretical understanding. They show that large step sizes SGD enables exploration by loss stabilization, and this exploration leads SGD to learn sparse features. The authors also provide some insights... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper studies the implicit bias of SGD with large step sizes. The authors present empirical observations and some theoretical understanding. They show that large step sizes SGD enables exploration by loss stabilization, and this exploration leads SGD to learn sparse features. The authors also provide some ... |
This paper proposes a multi-view 3D point cloud representation called Voint cloud. The multi-view features are extracted from 2D networks and then aggregated into 3D point clouds using correspondence. Visibility of the points in each view is also attached. The proposed method reaches state-of-the-art-performance on sev... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper proposes a multi-view 3D point cloud representation called Voint cloud. The multi-view features are extracted from 2D networks and then aggregated into 3D point clouds using correspondence. Visibility of the points in each view is also attached. The proposed method reaches state-of-the-art-performanc... |
The paper proposed using tensor operator, i.e. einsum, to perform mean field inference in MLN. Author demonstrated that each iteration of the MF message passing can be efficiently computed using a sequence of einsum operation. This not only enables one to perform approximate inference in MLN, the inference procedure ca... | Recommendation: 6: marginally above the acceptance threshold | Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes) | Review:
The paper proposed using tensor operator, i.e. einsum, to perform mean field inference in MLN. Author demonstrated that each iteration of the MF message passing can be efficiently computed using a sequence of einsum operation. This not only enables one to perform approximate inference in MLN, the inference proc... |
This paper proposes a goal-conditioned transformer for learning from play data. The approach is a pretty straightforward combination of the Behavior Transformer (BeT) (Shafiullah et al) and goal-conditioning. BeT trains a transformer for imitation learning with a hybrid discrete-continuous action space and has been sho... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
This paper proposes a goal-conditioned transformer for learning from play data. The approach is a pretty straightforward combination of the Behavior Transformer (BeT) (Shafiullah et al) and goal-conditioning. BeT trains a transformer for imitation learning with a hybrid discrete-continuous action space and has ... |
This paper studies GNN-based link prediction models. The authors experimentally analyze the components of existing subgraph GNN (SGNN) methods for link prediction, which exhibit some limitations and redundancy. Then propose a novel method that passes subgraph sketches as messages, which mitigates these issues effective... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
This paper studies GNN-based link prediction models. The authors experimentally analyze the components of existing subgraph GNN (SGNN) methods for link prediction, which exhibit some limitations and redundancy. Then propose a novel method that passes subgraph sketches as messages, which mitigates these issues e... |
This paper presents a highly empirically effective approach for in-context learning using so-called _prototype calibration_. The simple, yet dramatically effective approach is well motivated by the authors and demonstrated to be empirically effective under a wide variety of settings, testing sensitivity to number of sh... | Recommendation: 8: accept, good paper | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper presents a highly empirically effective approach for in-context learning using so-called _prototype calibration_. The simple, yet dramatically effective approach is well motivated by the authors and demonstrated to be empirically effective under a wide variety of settings, testing sensitivity to numb... |
This paper proposes a black-box optimization algorithm by incorporating convolutional neural networks into an evolutionary algorithm. Convolutional layers are used for both generating the offspring as well as selecting the offsprings that survive. Experiments are performed on standard black-box functions and protein do... | Recommendation: 5: marginally below the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
This paper proposes a black-box optimization algorithm by incorporating convolutional neural networks into an evolutionary algorithm. Convolutional layers are used for both generating the offspring as well as selecting the offsprings that survive. Experiments are performed on standard black-box functions and pr... |
This paper focuses on saliency map of class activation. An inference method is proposed to quantify the reliability of a saliency region in the form of p-values based on the concept of SI. The experimental results show the improved performance.
Strength:
1. The writing flow of the paper is very nice, including compreh... | Recommendation: 5: marginally below the acceptance threshold | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
This paper focuses on saliency map of class activation. An inference method is proposed to quantify the reliability of a saliency region in the form of p-values based on the concept of SI. The experimental results show the improved performance.
Strength:
1. The writing flow of the paper is very nice, including... |
Paper presents a bi-encoder framework for NER, which applies contrastive learning to map candidate text spans and entity types into the same vector representation space and make the representation of entity mentions be similar with corresponding entity type. It proposes span-based objectives that compare span and entit... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
Paper presents a bi-encoder framework for NER, which applies contrastive learning to map candidate text spans and entity types into the same vector representation space and make the representation of entity mentions be similar with corresponding entity type. It proposes span-based objectives that compare span a... |
The paper proposes two training schemas for fostering interpretability in Geometric Deep Learning by considering two properties: the relevance of a point presence and the relevance of a point location. A backbone classifier network is trained in an adversarial way where an Interpreter modifies the input data with a giv... | Recommendation: 8: accept, good paper | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
The paper proposes two training schemas for fostering interpretability in Geometric Deep Learning by considering two properties: the relevance of a point presence and the relevance of a point location. A backbone classifier network is trained in an adversarial way where an Interpreter modifies the input data wi... |
The authors propose a safe reinforcement learning algorithm for the setting where the environment dynamics are unknown or partially known. A hybrid offline-online learning method is proposed where some online exploration is done to construct a notion of safety in that environment. The authors use a probabilistic model ... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The authors propose a safe reinforcement learning algorithm for the setting where the environment dynamics are unknown or partially known. A hybrid offline-online learning method is proposed where some online exploration is done to construct a notion of safety in that environment. The authors use a probabilisti... |
The paper introduce a new adaptive method that built upon ADAM and Nesterov momentum. First, it reformulate Nesterov momentum update and combine it with ADAM; Second, it provides $O(\epsilon^{-4})$ complexity for Lipschitz-smooth case; Third, it provides $O(\epsilon^{-3.5})$ complexity for Hessian Lipschitz case.
### ... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper introduce a new adaptive method that built upon ADAM and Nesterov momentum. First, it reformulate Nesterov momentum update and combine it with ADAM; Second, it provides $O(\epsilon^{-4})$ complexity for Lipschitz-smooth case; Third, it provides $O(\epsilon^{-3.5})$ complexity for Hessian Lipschitz cas... |
This paper studies the role that positional embedding play in large language models through a series of probing tasks. In particular, they first use the previously proposed task of *Identical Word Probing (*where the same word is repeated and passed to a model and the attention weights in the attention-mechanism are vi... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper studies the role that positional embedding play in large language models through a series of probing tasks. In particular, they first use the previously proposed task of *Identical Word Probing (*where the same word is repeated and passed to a model and the attention weights in the attention-mechanis... |
The authors hypothesize that transformers generalize to unseen sentences by implicitly constructing a tree-structured object bottom-up from inputs. They attempt to understand whether the transformer does indeed perform tree-structured computations by approximating them with with a tree. They introduce a novel method to... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The authors hypothesize that transformers generalize to unseen sentences by implicitly constructing a tree-structured object bottom-up from inputs. They attempt to understand whether the transformer does indeed perform tree-structured computations by approximating them with with a tree. They introduce a novel m... |
The authors propose HD map construction algorithm from multi-view cameras. They model each map element as a point set with a group of equivalent permutations. The hierarchical matching both for instance-level and point-level is introduced and trained based on point2point loss and edge direction loss. The experimenta... | Recommendation: 8: accept, good paper | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The authors propose HD map construction algorithm from multi-view cameras. They model each map element as a point set with a group of equivalent permutations. The hierarchical matching both for instance-level and point-level is introduced and trained based on point2point loss and edge direction loss. The exp... |
This paper introduces a new task called Web-Brain which aims to generate short factual articles for queries by mining supporting evidence from Web. The paper also proposes a new large scale dataset with English Wikipedia. The paper also provides a new framework called ReGen based on SPLADE and FiD. The model is evaluat... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper introduces a new task called Web-Brain which aims to generate short factual articles for queries by mining supporting evidence from Web. The paper also proposes a new large scale dataset with English Wikipedia. The paper also provides a new framework called ReGen based on SPLADE and FiD. The model is... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.