review stringlengths 5 16.6k | score stringclasses 5
values | area stringclasses 12
values | text stringlengths 31 5.65k |
|---|---|---|---|
The paper studies sparse training with dynamic sparsity in the context of extremely sparse neural network models, trained from scratch, as function approximators for deep reinforcement learning. Consequently, the paper proposes a new sparse training method for deep reinforcement learning, named the Rigged Reinforcement... | Recommendation: 8: accept, good paper | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper studies sparse training with dynamic sparsity in the context of extremely sparse neural network models, trained from scratch, as function approximators for deep reinforcement learning. Consequently, the paper proposes a new sparse training method for deep reinforcement learning, named the Rigged Reinf... |
This paper proposes Crossformer, a Transformer-based model utilizing cross-dimension dependency for Multivariate time series forecasting. Besides the time information, Crossformer considers dependency between dimension information. Specifically, Dimension-Segment-Wise (DSW) embedding and Two-Stage Attention (TSA) layer... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper proposes Crossformer, a Transformer-based model utilizing cross-dimension dependency for Multivariate time series forecasting. Besides the time information, Crossformer considers dependency between dimension information. Specifically, Dimension-Segment-Wise (DSW) embedding and Two-Stage Attention (TS... |
This paper describes a method to train a speech enhancement system using a non-intrusive speech quality estimator. Many combinations of approaches, architectures, datasets, and training schedules are compared and measured with many metrics. The proposed approach does not do as well as the supervised or semi-supervised ... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper describes a method to train a speech enhancement system using a non-intrusive speech quality estimator. Many combinations of approaches, architectures, datasets, and training schedules are compared and measured with many metrics. The proposed approach does not do as well as the supervised or semi-sup... |
The paper proposes SWARM, a system for training large language models (LLM) on alternative environments to HPC clusters that comprise of consumer-grade, preemptible, unreliable, and geographically distributed devices. SWARM employs pipeline parallelism to partition the model layers into pipeline stages on the distribut... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
The paper proposes SWARM, a system for training large language models (LLM) on alternative environments to HPC clusters that comprise of consumer-grade, preemptible, unreliable, and geographically distributed devices. SWARM employs pipeline parallelism to partition the model layers into pipeline stages on the d... |
This paper studies adaptive server step sizes for federated learning (FL). The authors propose a method called FedExP, which uses a server step size akin to the POCS algorithm from the literature on finding feasible points inside the intersections of sets. The authors use a similar expression to estimate how much one c... | Recommendation: 8: accept, good paper | Area: Optimization (eg, convex and non-convex optimization) | Review:
This paper studies adaptive server step sizes for federated learning (FL). The authors propose a method called FedExP, which uses a server step size akin to the POCS algorithm from the literature on finding feasible points inside the intersections of sets. The authors use a similar expression to estimate how mu... |
This paper proposes a new framework to adapt large video-based models to down-stream tasks with a parameter-accuracy trade-off. It analyzes different PETL techniques and investigates the importance of fine-tuning position of their methods. In order to better transfer prefix-tuning from NLP to vision task, it compares d... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper proposes a new framework to adapt large video-based models to down-stream tasks with a parameter-accuracy trade-off. It analyzes different PETL techniques and investigates the importance of fine-tuning position of their methods. In order to better transfer prefix-tuning from NLP to vision task, it co... |
The paper introduces BTM training to train a collection of Expert LMs that built an ELMFOREST. Each component in the forest can be dynamically added/removed/ensembled (merged) at any time. The idea of the method is to train scalable and parallel individual models that each specialize in a particular domain. The paper p... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The paper introduces BTM training to train a collection of Expert LMs that built an ELMFOREST. Each component in the forest can be dynamically added/removed/ensembled (merged) at any time. The idea of the method is to train scalable and parallel individual models that each specialize in a particular domain. The... |
This paper proposes a loss function to learn from multi-label data with only one-positive annotation. Specially, the proposed loss function considers three factors: i) the existing asymmetric loss; ii) it uses a threshold to differentiate true-positive and true-negative in the unlabeled candidate labels. The self-label... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper proposes a loss function to learn from multi-label data with only one-positive annotation. Specially, the proposed loss function considers three factors: i) the existing asymmetric loss; ii) it uses a threshold to differentiate true-positive and true-negative in the unlabeled candidate labels. The se... |
This paper tackles the problem of source-free domain adaptation (SFDA), where a pre-trained source model is adapted using unlabeled target domain data without accessing any source domain data. While previous works mainly focused on cluster assumption in the feature space, the authors propose a different perspective. Th... | Recommendation: 6: marginally above the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
This paper tackles the problem of source-free domain adaptation (SFDA), where a pre-trained source model is adapted using unlabeled target domain data without accessing any source domain data. While previous works mainly focused on cluster assumption in the feature space, the authors propose a different perspec... |
This paper studies the task of generalization in RL tasks defined by contextual MDPs (CMDPs). In contrast to meta-RL tasks, this paper focuses on tasks where the agent should learn a policy that performs well on all MDPs instantiated by a CMDP. The paper argues that exploration is key to improving the performance of RL... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper studies the task of generalization in RL tasks defined by contextual MDPs (CMDPs). In contrast to meta-RL tasks, this paper focuses on tasks where the agent should learn a policy that performs well on all MDPs instantiated by a CMDP. The paper argues that exploration is key to improving the performan... |
This paper contains two parts. The first part discusses properties of optimal adversarial estimators w.r.t. convex loss and 0-1 loss, including their connection. The second part discusses adversarial lazy training of one-layer wide network, and demonstrates a convergence of population adversarial loss.
Strength: Overal... | Recommendation: 6: marginally above the acceptance threshold | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
This paper contains two parts. The first part discusses properties of optimal adversarial estimators w.r.t. convex loss and 0-1 loss, including their connection. The second part discusses adversarial lazy training of one-layer wide network, and demonstrates a convergence of population adversarial loss.
Strength... |
A contrastive audio-visual masked autoencoder model is introduced in the paper. The training of self-supervised model is done with both contrastive and masked-autoencoder losses.
The model architecture is transformer and only unmasked inputs are kept as input for the encoder. There is a separate encoder for each modal... | Recommendation: 8: accept, good paper | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
A contrastive audio-visual masked autoencoder model is introduced in the paper. The training of self-supervised model is done with both contrastive and masked-autoencoder losses.
The model architecture is transformer and only unmasked inputs are kept as input for the encoder. There is a separate encoder for ea... |
The paper considers the problem of bilevel optimization for vertical federated learning. Using a zeroth-order estimator to locally approximate the Jacobian matrix, and adopting GradPerturb algorithm for providing label privacy, it shows convergences in the rate of $O({1}{\sqrt{K}})$ under the nonconvex-stronglyconvex ... | 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 considers the problem of bilevel optimization for vertical federated learning. Using a zeroth-order estimator to locally approximate the Jacobian matrix, and adopting GradPerturb algorithm for providing label privacy, it shows convergences in the rate of $O({1}{\sqrt{K}})$ under the nonconvex-strongly... |
The paper studies the problem of differential private machine learning (DP ML) and propose to aggreagate the checkpoint (intermediate parameters during training) for test time inference. On the experimental sides, the paper conduct experiments over standard dataset like CIFAR10 and stackoverflow and their methods impro... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper studies the problem of differential private machine learning (DP ML) and propose to aggreagate the checkpoint (intermediate parameters during training) for test time inference. On the experimental sides, the paper conduct experiments over standard dataset like CIFAR10 and stackoverflow and their metho... |
The authors present an unsupervised approach, based on recent ideas
called 'closed-loop transcription', to extract feature encodings that
perform well on both discriminative and generative tasks, on CIFAR-10,
CIFAR-100 and Tiny Imagenet data sets. Often there is a tradeoff
between generative vs discriminative goals, ... | Recommendation: 6: marginally above the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
The authors present an unsupervised approach, based on recent ideas
called 'closed-loop transcription', to extract feature encodings that
perform well on both discriminative and generative tasks, on CIFAR-10,
CIFAR-100 and Tiny Imagenet data sets. Often there is a tradeoff
between generative vs discriminative... |
This paper proposes a probabilistic method to combine graph generation and contrastive learning. A key innovation is to factorize the graph into several subgraphs. Each subgraph represents a facet of interactions in a sub-community. The learned latent representation for each node is also factorized into sub-representat... | Recommendation: 5: marginally below the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
This paper proposes a probabilistic method to combine graph generation and contrastive learning. A key innovation is to factorize the graph into several subgraphs. Each subgraph represents a facet of interactions in a sub-community. The learned latent representation for each node is also factorized into sub-rep... |
This paper proposes a new method for training Neural ODEs by employing techniques of synchronization and homotopy optimization. In the task of learning physical systems, the authors have shown that it is possible to learn appropriately for long duration data.
S1. This paper is the first example of introducing synchroni... | Recommendation: 5: marginally below the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
This paper proposes a new method for training Neural ODEs by employing techniques of synchronization and homotopy optimization. In the task of learning physical systems, the authors have shown that it is possible to learn appropriately for long duration data.
S1. This paper is the first example of introducing s... |
In this work, authors hypothesize that a failure mode of neural networks corresponds to the case where models depend on features in the null-space of the training risk. That is, representations learned through ERM preserve non-negligible variance along directions that do not affect the training risk itself. Authors the... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
In this work, authors hypothesize that a failure mode of neural networks corresponds to the case where models depend on features in the null-space of the training risk. That is, representations learned through ERM preserve non-negligible variance along directions that do not affect the training risk itself. Aut... |
This paper proposes a scheme to improve open-ended generation from autoregressive models that is based on manipulating the token-level distribution of the model during ancestral sampling. Specifically, this scheme proposes pruning off the tail at each step like other popular decoding methods like Nucleus sampling and t... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper proposes a scheme to improve open-ended generation from autoregressive models that is based on manipulating the token-level distribution of the model during ancestral sampling. Specifically, this scheme proposes pruning off the tail at each step like other popular decoding methods like Nucleus sampli... |
The paper studies VideoQA through the lenses of causality where it attempts to break the spurious correlations caused by biases (e.g., linguistic biases, visual biases etc.) when predicting answers. It proposes to identify these biases by forcing VideoQA models to respond to unanswerable questions obtained by pairing v... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper studies VideoQA through the lenses of causality where it attempts to break the spurious correlations caused by biases (e.g., linguistic biases, visual biases etc.) when predicting answers. It proposes to identify these biases by forcing VideoQA models to respond to unanswerable questions obtained by p... |
The paper proposes an autoencoder architecture whose encoder and decoder are constructed based on the convolutional sparse coding generative model. The encoder is a convolutional sparse coding layer solving lasso (sparse coding problem) by unrolling FISTA (fast iterative thresholding algorithm). The decoder is dictated... | Recommendation: 6: marginally above the acceptance threshold | Area: General Machine Learning | Review:
The paper proposes an autoencoder architecture whose encoder and decoder are constructed based on the convolutional sparse coding generative model. The encoder is a convolutional sparse coding layer solving lasso (sparse coding problem) by unrolling FISTA (fast iterative thresholding algorithm). The decoder is ... |
This paper introduces a connection between GFlowNets and variational inference (VI) algorithms for hierarchical variational models (HVMs), demonstrating that special cases of training HVMs via VI are equivalent to training GFlowNets via the trajectory balance (TB) objective. This is interesting because GFlowNets can be... | Recommendation: 6: marginally above the acceptance threshold | Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes) | Review:
This paper introduces a connection between GFlowNets and variational inference (VI) algorithms for hierarchical variational models (HVMs), demonstrating that special cases of training HVMs via VI are equivalent to training GFlowNets via the trajectory balance (TB) objective. This is interesting because GFlowNet... |
The paper proposes an algorithm to extract object-centric representations from feature maps inspired by Slot Attention. The main insight is to represent slots using a mixture of Gaussians. This comes from the observation that Slot Attention can be viewed as performing soft k-means clustering on features maps, and mix... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
The paper proposes an algorithm to extract object-centric representations from feature maps inspired by Slot Attention. The main insight is to represent slots using a mixture of Gaussians. This comes from the observation that Slot Attention can be viewed as performing soft k-means clustering on features maps,... |
The paper reasons about the relationship between SimCLR, a recent self-supervised learning method, and tSNE, a popular dimensionality technique for data visualization. At the intersection of these two methods, the paper proposed a new method, based on self-supervised learning, for high-dimensional data visualization (t... | Recommendation: 6: marginally above the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
The paper reasons about the relationship between SimCLR, a recent self-supervised learning method, and tSNE, a popular dimensionality technique for data visualization. At the intersection of these two methods, the paper proposed a new method, based on self-supervised learning, for high-dimensional data visualiz... |
This paper proposes novel client sampling strategies to accelerate the convergence of
federated averaging methods with partial client participation. The idea is to determine
the sampling strategies to minimize variance from the worst-case convergence bounds of the methods.
Designing optimal client sampling strategies... | Recommendation: 5: marginally below the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
This paper proposes novel client sampling strategies to accelerate the convergence of
federated averaging methods with partial client participation. The idea is to determine
the sampling strategies to minimize variance from the worst-case convergence bounds of the methods.
Designing optimal client sampling st... |
This paper studies the contradiction in the existing multimodal robustness literatures. Intuitively, multimodal models are supposed to be more robust than unimodal model as extra redundancy is provided by multimodal data. However, some existing works find that multimodal integration may be more vulnerable to attack, no... | Recommendation: 6: marginally above the acceptance threshold | Area: General Machine Learning | Review:
This paper studies the contradiction in the existing multimodal robustness literatures. Intuitively, multimodal models are supposed to be more robust than unimodal model as extra redundancy is provided by multimodal data. However, some existing works find that multimodal integration may be more vulnerable to at... |
This paper designs an Actor-Critic to learn the optimal mix-up strategy for performing Unsupervised Continual Learning (UCL). The corresponding framework, named AUDR, enables adaptively rectifying the update direction in UCL according to its performance under different mixtures of memory data and incoming data. AUDR in... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper designs an Actor-Critic to learn the optimal mix-up strategy for performing Unsupervised Continual Learning (UCL). The corresponding framework, named AUDR, enables adaptively rectifying the update direction in UCL according to its performance under different mixtures of memory data and incoming data.... |
This paper studies multi-fidelity AutoML algorithms and proposes an improvement over ASHA.
Inspired by the observation that there might exist a cross-over point of the learning curves of different configurations where their ranking swaps, the author propose to leverage this instability of ranking to progressively allo... | Recommendation: 6: marginally above the acceptance threshold | Area: General Machine Learning | Review:
This paper studies multi-fidelity AutoML algorithms and proposes an improvement over ASHA.
Inspired by the observation that there might exist a cross-over point of the learning curves of different configurations where their ranking swaps, the author propose to leverage this instability of ranking to progressiv... |
**Update after rebuttal** I am very happy to see a very extensive and detailed authors' rebuttal with a number of additional evaluations and results. Most of my questions have been answered and my criticism has been addressed to a sufficient degree. Though there could be some detailed follow-up discussions, I think ove... | Recommendation: 8: accept, good paper | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
**Update after rebuttal** I am very happy to see a very extensive and detailed authors' rebuttal with a number of additional evaluations and results. Most of my questions have been answered and my criticism has been addressed to a sufficient degree. Though there could be some detailed follow-up discussions, I t... |
This paper considers node features, graph structure, and node labels as three views, and designs three loss components correspondingly. Moreover, the latent $F$ and the model parameters $\Theta$ are proposed to be optimized alternatingly to achieve efficiency and scalability.
Strength:
1. The proposed multi-view loss... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper considers node features, graph structure, and node labels as three views, and designs three loss components correspondingly. Moreover, the latent $F$ and the model parameters $\Theta$ are proposed to be optimized alternatingly to achieve efficiency and scalability.
Strength:
1. The proposed multi-v... |
The paper implements an implementation of the policy iteration algorithm using trained LLM.
The strength of this paper lies in using an LLM without any training. This is also a weakness, at its present form, the paper feels not that significant.
I enjoyed the paper a lot. The presented utilized an LLM and, without a... | Recommendation: 5: marginally below the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper implements an implementation of the policy iteration algorithm using trained LLM.
The strength of this paper lies in using an LLM without any training. This is also a weakness, at its present form, the paper feels not that significant.
I enjoyed the paper a lot. The presented utilized an LLM and, w... |
This paper focuses on hyper-parameter optimization for the federated learning (FL- HPO) problem which is important because the choice of the HPs can have a dramatic impact on the performance. However, there are still some challenges in this area, including the unavailability of the whole dataset, high communication cos... | Recommendation: 6: marginally above the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
This paper focuses on hyper-parameter optimization for the federated learning (FL- HPO) problem which is important because the choice of the HPs can have a dramatic impact on the performance. However, there are still some challenges in this area, including the unavailability of the whole dataset, high communica... |
This paper proposes a framework for Learnable Randomness Injection (LRI) to train inherently interpretable geometric deep-learning models for scientific data. It perturbed data by learnable Bernoulli and Gaussian randomness masks in terms of existence and location importance. Furthermore, four scientific datasets with ... | 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 framework for Learnable Randomness Injection (LRI) to train inherently interpretable geometric deep-learning models for scientific data. It perturbed data by learnable Bernoulli and Gaussian randomness masks in terms of existence and location importance. Furthermore, four scientific datase... |
This paper studies the negative impacts of sparse features as a result of Linf adversarial training. The authors find that this sparsity causes the Linf robust models to be more vulnerable to small occlusions and smaller magnitudes of random Gaussian noise in comparison to standard trained models.
Strengths:
I think t... | Recommendation: 8: accept, good paper | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
This paper studies the negative impacts of sparse features as a result of Linf adversarial training. The authors find that this sparsity causes the Linf robust models to be more vulnerable to small occlusions and smaller magnitudes of random Gaussian noise in comparison to standard trained models.
Strengths:
I... |
The paper presents comprehensive analyses of self-supervised vision transformers, which provide some new insights about the differences between CL and MIM. For instance, ViTs pre-trained with CL focus on global patterns compared with MIM, collapse into homogeneity while MIM shows more diversity, and reduces the high-fr... | Recommendation: 6: marginally above the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
The paper presents comprehensive analyses of self-supervised vision transformers, which provide some new insights about the differences between CL and MIM. For instance, ViTs pre-trained with CL focus on global patterns compared with MIM, collapse into homogeneity while MIM shows more diversity, and reduces the... |
This paper is motivated by the empirical success of retrieval-based classification models and therefore studies the generalization properties of these models. The models that this paper touches on broadly involve models which retrieves similar labeled examples from training data for an instance. The question that this ... | Recommendation: 3: reject, not good enough | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
This paper is motivated by the empirical success of retrieval-based classification models and therefore studies the generalization properties of these models. The models that this paper touches on broadly involve models which retrieves similar labeled examples from training data for an instance. The question th... |
This paper introduces a novel method, Mode-Optimized Task Allocation (MOTA), for continual learning with superior backward and forward transfer performance as well as lower average task drift.
The paper first identifies the key weakness behind prior regularization-based continual learning methods: they anchor all futu... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
This paper introduces a novel method, Mode-Optimized Task Allocation (MOTA), for continual learning with superior backward and forward transfer performance as well as lower average task drift.
The paper first identifies the key weakness behind prior regularization-based continual learning methods: they anchor ... |
The authors propose a fully-parametric, deep-learning method for interventional density estimation, called Interventional Normalizing Flows (INFs). INFs provide a properly normalized density estimator. The authors further develop a two-step training procedure with a one-step bias correction for efficient and doubly rob... | Recommendation: 5: marginally below the acceptance threshold | Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes) | Review:
The authors propose a fully-parametric, deep-learning method for interventional density estimation, called Interventional Normalizing Flows (INFs). INFs provide a properly normalized density estimator. The authors further develop a two-step training procedure with a one-step bias correction for efficient and do... |
This work propose to train TPP in a meta learning framework and treat each sequence as a different task via the neural process. The work defines the context dataset, target input and output for TPP model. Also, the work introduces the cross-attention module to introduce local history matching to learn more informative ... | Recommendation: 3: reject, not good enough | Area: Probabilistic Methods (eg, variational inference, causal inference, Gaussian processes) | Review:
This work propose to train TPP in a meta learning framework and treat each sequence as a different task via the neural process. The work defines the context dataset, target input and output for TPP model. Also, the work introduces the cross-attention module to introduce local history matching to learn more info... |
This work studies the ***relationship*** between ***deep models*** and their corresponding ***selective prediction and uncertainty estimation performance***. Specifically, this work considers several uncertainty estimation metrics, including AUROC, ECE, AURC and coverage for selective accuracy constraint. Using 523 mod... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This work studies the ***relationship*** between ***deep models*** and their corresponding ***selective prediction and uncertainty estimation performance***. Specifically, this work considers several uncertainty estimation metrics, including AUROC, ECE, AURC and coverage for selective accuracy constraint. Using... |
The paper proposes a new model -- Neural-Symbolic Recursive Machine (NSR), that uses a Grounded Symbol System as its core mechanism. The model includes three components: a perception module, a parsing module, and a program induction module. The three modules are trained in an end-to-end fashion without intermediate sup... | Recommendation: 6: marginally above the acceptance threshold | Area: General Machine Learning | Review:
The paper proposes a new model -- Neural-Symbolic Recursive Machine (NSR), that uses a Grounded Symbol System as its core mechanism. The model includes three components: a perception module, a parsing module, and a program induction module. The three modules are trained in an end-to-end fashion without intermed... |
The paper gives a necessary condition on a function $f$ for the existence of a local minimum (of a shallow ReLU network which represents $f$) that is stable with a fixed learning rate $\eta$. The stability condition on $f$ requires a stability norm of $f$ to be bounded. This norm can be interpreted as a form of weighte... | Recommendation: 6: marginally above the acceptance threshold | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
The paper gives a necessary condition on a function $f$ for the existence of a local minimum (of a shallow ReLU network which represents $f$) that is stable with a fixed learning rate $\eta$. The stability condition on $f$ requires a stability norm of $f$ to be bounded. This norm can be interpreted as a form of... |
This paper proposes using information theory tools to derive the diffusion model's optimization object without using the variational approximation. It turns out the ELBO lower bound actually matches. This paper also discusses the problem of discrete probability estimator. Experiments are done to verify the findings.
St... | Recommendation: 5: marginally below the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
This paper proposes using information theory tools to derive the diffusion model's optimization object without using the variational approximation. It turns out the ELBO lower bound actually matches. This paper also discusses the problem of discrete probability estimator. Experiments are done to verify the find... |
The paper is an improvement-through-specialization upon prior work in robotic manipulation where Vision-Language (VL) models allow for manipulation of novel objects or objects that are specified using novel characteristics (not used in training).
The study makes use of a previously described simulation-based robotic ... | Recommendation: 8: accept, good paper | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper is an improvement-through-specialization upon prior work in robotic manipulation where Vision-Language (VL) models allow for manipulation of novel objects or objects that are specified using novel characteristics (not used in training).
The study makes use of a previously described simulation-based ... |
This paper proposes to dynamically select partial training data for efficient learning. The main idea is updating informative subset according to their margin to class decision boundary. A parameter sharing proxy strategy is devised to further evaluate instance prior. As a result, the proposed method achieves superior ... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper proposes to dynamically select partial training data for efficient learning. The main idea is updating informative subset according to their margin to class decision boundary. A parameter sharing proxy strategy is devised to further evaluate instance prior. As a result, the proposed method achieves s... |
This paper addresses the problem of representation learning for image retrieval and follow-ups on recent self-supervised methods that use cluster discrimination to handle the limitations of instance discrimination. These methods however either require to perform iterative clustering, or online clustering to avoid multi... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper addresses the problem of representation learning for image retrieval and follow-ups on recent self-supervised methods that use cluster discrimination to handle the limitations of instance discrimination. These methods however either require to perform iterative clustering, or online clustering to avo... |
The paper proposes a neural architecture called TaylorNet. It is designed to mimic a taylor-series approximation of a multivariate function. The network itself is expressed as a composite function of Taylor layers, where each layer is a 2nd order taylor expansion. A key characteristic of the model is that it is free of... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
The paper proposes a neural architecture called TaylorNet. It is designed to mimic a taylor-series approximation of a multivariate function. The network itself is expressed as a composite function of Taylor layers, where each layer is a 2nd order taylor expansion. A key characteristic of the model is that it is... |
This paper introduces the EurNet for Efficient multi-range relational modeling. It constructs the multi-relational graph to encode the short-medium and long-range relation embedding. It also introduces a gated relational message passing layer to achieve that. Extensive experiments on ImageNet classification, COCO objec... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper introduces the EurNet for Efficient multi-range relational modeling. It constructs the multi-relational graph to encode the short-medium and long-range relation embedding. It also introduces a gated relational message passing layer to achieve that. Extensive experiments on ImageNet classification, CO... |
This paper proposes yet another variant of the Adam optimizer, by combining the idea of trust-region problem with adaptive optimization method. The authors provide some heuristics of creating this method and some theoretical analysis of the algorithm. Experimental results validate their claim that DRAG performs better ... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper proposes yet another variant of the Adam optimizer, by combining the idea of trust-region problem with adaptive optimization method. The authors provide some heuristics of creating this method and some theoretical analysis of the algorithm. Experimental results validate their claim that DRAG performs... |
This paper focuses on evaluating the power of a critic-only approach to solving continuous control problems, by combining Q-learning with value decomposition (an approach from multi-agent RL under the *centralized training but decentralized execution* paradigm). They test this approach across a large set of environment... | Recommendation: 8: accept, good paper | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper focuses on evaluating the power of a critic-only approach to solving continuous control problems, by combining Q-learning with value decomposition (an approach from multi-agent RL under the *centralized training but decentralized execution* paradigm). They test this approach across a large set of env... |
This paper proposes an approach for safe reinforcement learning from pixel observations. This is framed as a POMDP problem where the agent receives separate cost signals from the environment in addition to rewards. At a high-level, this work adapts the Stochastic Latent Actor-Critic framework (which learns a latent rep... | Recommendation: 8: accept, good paper | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper proposes an approach for safe reinforcement learning from pixel observations. This is framed as a POMDP problem where the agent receives separate cost signals from the environment in addition to rewards. At a high-level, this work adapts the Stochastic Latent Actor-Critic framework (which learns a la... |
This paper is working on object rearrangement. Comparing to prior work, the proposed method replaces the static manipulation skill with a mobile manipulation skill, which remedies the situation where the navigation target position makes manipulation infeasible due to physical constraints. A region-goal navigation rewar... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper is working on object rearrangement. Comparing to prior work, the proposed method replaces the static manipulation skill with a mobile manipulation skill, which remedies the situation where the navigation target position makes manipulation infeasible due to physical constraints. A region-goal navigati... |
The major contribution is the message passing scheme with the adaptive structure that enables learning different propagation structures for different GNN layers. The proposed method ASGNN is one of the graph structure learning methods and the improvement of this work in terms of motivation is marginal.
Strength:
1. I... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
The major contribution is the message passing scheme with the adaptive structure that enables learning different propagation structures for different GNN layers. The proposed method ASGNN is one of the graph structure learning methods and the improvement of this work in terms of motivation is marginal.
Streng... |
The paper focuses on analyzing the prompt learning paradigm in CLIP. The authors discuss some observations on the use of various types of hand-crafted prompts including class names, basic prompts (e.g., "a photo of a {CLASS}"), negative prompts (e.g., “this is not a photo of a {CLASS}”), and random prompts on 11 benchm... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
The paper focuses on analyzing the prompt learning paradigm in CLIP. The authors discuss some observations on the use of various types of hand-crafted prompts including class names, basic prompts (e.g., "a photo of a {CLASS}"), negative prompts (e.g., “this is not a photo of a {CLASS}”), and random prompts on 1... |
The paper discusses a solution for communication in multi-agent learning in terms of message size (and implicitly when to transmit). The paper is evaluated by means of an environment developed by the authors, which is based on a classification task of the MNIST dataset based on partial views of the images themselves. E... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper discusses a solution for communication in multi-agent learning in terms of message size (and implicitly when to transmit). The paper is evaluated by means of an environment developed by the authors, which is based on a classification task of the MNIST dataset based on partial views of the images thems... |
The authors propose a sequential algorithm for feature selection, where a feature is selected in each step. The intuition behind the idea is to minimize the selection of redundant features. A theoretical study is also presented, matching the proposed algorithm with other state-of-the-art methods like OMP or Sequential ... | Recommendation: 5: marginally below the acceptance threshold | Area: General Machine Learning | Review:
The authors propose a sequential algorithm for feature selection, where a feature is selected in each step. The intuition behind the idea is to minimize the selection of redundant features. A theoretical study is also presented, matching the proposed algorithm with other state-of-the-art methods like OMP or Seq... |
The authors propose a new method on feature distillation. They utilize a transformer-like module for feature alignment between each stage of the teacher and student networks. Considering the gaps between teacher and student network, they propose the mask ratios to dynamically guide the feature distillation training. Th... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The authors propose a new method on feature distillation. They utilize a transformer-like module for feature alignment between each stage of the teacher and student networks. Considering the gaps between teacher and student network, they propose the mask ratios to dynamically guide the feature distillation trai... |
This paper extends Chung et al. (2018), which proposes Sparse Replica Manifold analysis to estimate manifold capacity. The authors show that the application of sparse manifold capacity requires a smaller number of features and is faster compared to dense labeling. The authors also illustrate the effects of ambient dime... | Recommendation: 3: reject, not good enough | Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces) | Review:
This paper extends Chung et al. (2018), which proposes Sparse Replica Manifold analysis to estimate manifold capacity. The authors show that the application of sparse manifold capacity requires a smaller number of features and is faster compared to dense labeling. The authors also illustrate the effects of ambi... |
This paper explains why cross-modal transferability happens even if there is a modality gap. Authors have shown this empirically on various datasets and have also theoretically proved it as well. By proving this, they demonstrate that text can be a good proxy for images. Based on this assumption, they introduce a new f... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper explains why cross-modal transferability happens even if there is a modality gap. Authors have shown this empirically on various datasets and have also theoretically proved it as well. By proving this, they demonstrate that text can be a good proxy for images. Based on this assumption, they introduce... |
This paper proposes several evaluations of unsupervised robustness which are model agnostic and tasks agnostic. This paper examines recent unsupervised models with proposed unsupervised robustness evaluations. Specifically, the paper proposes universal quantiles for untargeted attacks and relative quantiles for targete... | Recommendation: 5: marginally below the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
This paper proposes several evaluations of unsupervised robustness which are model agnostic and tasks agnostic. This paper examines recent unsupervised models with proposed unsupervised robustness evaluations. Specifically, the paper proposes universal quantiles for untargeted attacks and relative quantiles for... |
This paper proposes an algorithm for identification of adversarial directions in the deep neural policy manifold. The method is motivated from the insufficiency of first order approximation of the loss function; instead, the method relies on the second order information of the loss (curvature). Empirical results suppor... | Recommendation: 5: marginally below the acceptance threshold | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
This paper proposes an algorithm for identification of adversarial directions in the deep neural policy manifold. The method is motivated from the insufficiency of first order approximation of the loss function; instead, the method relies on the second order information of the loss (curvature). Empirical result... |
Deep Biological Pathway Informed Pathology-Genomic Multimodal Survival Prediction
The manuscript proposes a multi-model data integration method for survival prediction. The method, called PONET, integrates gene expressions, pathology image features and copy number and mutation data using the multi-model low-rank bilin... | Recommendation: 5: marginally below the acceptance threshold | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
Deep Biological Pathway Informed Pathology-Genomic Multimodal Survival Prediction
The manuscript proposes a multi-model data integration method for survival prediction. The method, called PONET, integrates gene expressions, pathology image features and copy number and mutation data using the multi-model low-ra... |
This paper casts a new understanding of contrastive learning, which interprets the alignment update and uniformity update as message-passing steps and bridges contrastive learning and message passing. It interprets some techniques used in contrastive learning from the perspective of message passing neural network and p... | Recommendation: 8: accept, good paper | Area: Unsupervised and Self-supervised learning | Review:
This paper casts a new understanding of contrastive learning, which interprets the alignment update and uniformity update as message-passing steps and bridges contrastive learning and message passing. It interprets some techniques used in contrastive learning from the perspective of message passing neural netwo... |
This paper proposes to train neural network models incrementally to reduce training time. To this end it proposes two heuristics, the first being variance transfer, which involves re-parameterizing weights to account for their variance, and second being rate adaptation, which adjust the learning rate of newly added wei... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper proposes to train neural network models incrementally to reduce training time. To this end it proposes two heuristics, the first being variance transfer, which involves re-parameterizing weights to account for their variance, and second being rate adaptation, which adjust the learning rate of newly a... |
This paper proposes a novel approach [CASR] for sequence generation where multiple language models are connected in an iterative manner and predictions of a previous timestep are taken as an input to the model at future timestep [different from vanilla RNN]. The rationale is that sequence generation problems only speci... | Recommendation: 6: marginally above the acceptance threshold | Area: Generative models | Review:
This paper proposes a novel approach [CASR] for sequence generation where multiple language models are connected in an iterative manner and predictions of a previous timestep are taken as an input to the model at future timestep [different from vanilla RNN]. The rationale is that sequence generation problems on... |
Domain generalization is a challenging problem as target data is not concurrently available along with source data. One approach is to have a set of pre-trained source models and develop a strategy for domain generalization. A paper by Balaji et al., (NeurIPS 2018) suggested the approach of using a set of pre-trained m... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
Domain generalization is a challenging problem as target data is not concurrently available along with source data. One approach is to have a set of pre-trained source models and develop a strategy for domain generalization. A paper by Balaji et al., (NeurIPS 2018) suggested the approach of using a set of pre-t... |
The paper presents a novel FL framework called Full-stack FL (F2L). It aims at solving two important problems in FL - scalability, and robustness in the presence of heterogeneous data. To solve the first problem, they propose a hierarchical design in FL where several smaller FL systems are connected via a global server... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
The paper presents a novel FL framework called Full-stack FL (F2L). It aims at solving two important problems in FL - scalability, and robustness in the presence of heterogeneous data. To solve the first problem, they propose a hierarchical design in FL where several smaller FL systems are connected via a globa... |
EDIT: Increased original score from reject to borderline accept after reading the responses and other reviews. I have also increased my empirical novelty/significance score from a 2 to a 3.
Inspired by previous work on language models (LMs) learning chess, this paper trains a GPT model to predict legal moves in the bo... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
EDIT: Increased original score from reject to borderline accept after reading the responses and other reviews. I have also increased my empirical novelty/significance score from a 2 to a 3.
Inspired by previous work on language models (LMs) learning chess, this paper trains a GPT model to predict legal moves i... |
This paper proposes a Quality-Diversity approach that bootstraps the sample efficiency with a learned dynamics model. The authors demonstrate that the model-based QD method outperforms both Deep RL and QD baselines in a hard-exploration task.
The idea is simple and straight, but the writing of the paper should be impro... | Recommendation: 5: marginally below the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper proposes a Quality-Diversity approach that bootstraps the sample efficiency with a learned dynamics model. The authors demonstrate that the model-based QD method outperforms both Deep RL and QD baselines in a hard-exploration task.
The idea is simple and straight, but the writing of the paper should ... |
The paper proposed "big learning", a framework for understanding and modeling complex probability distributions. Big learning is defined to be a modeling of all possible factorizations of a given probability distribution, with all conditionals, marginals, and joints fully learned. The paper shows that existing modeling... | Recommendation: 1: strong reject | Area: Deep Learning and representational learning | Review:
The paper proposed "big learning", a framework for understanding and modeling complex probability distributions. Big learning is defined to be a modeling of all possible factorizations of a given probability distribution, with all conditionals, marginals, and joints fully learned. The paper shows that existing ... |
A controllable 3D molecule generation framework named GraohVF is proposed, in particular, the proposed GraohVF is based on variational flow and integrates geometrical and skeletal restraints for protein target generation.
Strength:
(1) Incorporating geometrical and skeletal restraints for controllable generation is ... | Recommendation: 3: reject, not good enough | Area: Machine Learning for Sciences (eg biology, physics, health sciences, social sciences, climate/sustainability ) | Review:
A controllable 3D molecule generation framework named GraohVF is proposed, in particular, the proposed GraohVF is based on variational flow and integrates geometrical and skeletal restraints for protein target generation.
Strength:
(1) Incorporating geometrical and skeletal restraints for controllable genera... |
This paper proposes an offline meta-RL method that uses a causal transformer as a backbone model to predict actions . In particular, this method learns policies conditioned on a long context using a casual transformer where the context is built based on trajectories from multiple offline tasks. To show the effectivenes... | Recommendation: 5: marginally below the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper proposes an offline meta-RL method that uses a causal transformer as a backbone model to predict actions . In particular, this method learns policies conditioned on a long context using a casual transformer where the context is built based on trajectories from multiple offline tasks. To show the effe... |
The authors present an approach of viewing the (residual) GNNs / graph ODEs through the point of an energy and corresponding gradient flow. In other words, the residual GNNs are viewed as derived from taking the gradient of a parameterised energy function. One of the ‘take-home’ points emphasised throughout the paper i... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
The authors present an approach of viewing the (residual) GNNs / graph ODEs through the point of an energy and corresponding gradient flow. In other words, the residual GNNs are viewed as derived from taking the gradient of a parameterised energy function. One of the ‘take-home’ points emphasised throughout the... |
This paper proposes an attribute alignment and enhancement (A3E) network for zero-shot learning. It uses the attribute location model to align attributes and utilized the attribute relation graph to enhance the attribute. Experiments on three datasets show the effectiveness of the proposed approach.
Strength:
1. The pa... | Recommendation: 3: reject, not good enough | Area: Deep Learning and representational learning | Review:
This paper proposes an attribute alignment and enhancement (A3E) network for zero-shot learning. It uses the attribute location model to align attributes and utilized the attribute relation graph to enhance the attribute. Experiments on three datasets show the effectiveness of the proposed approach.
Strength:
1... |
The work "Faster Last-iterate Convergence of Policy Optimization in Zero-Sum Markov Games" studies two-player zero-sum Markov games, where the goals are to find the Nash Equilibrium (NE) or Quantal Response Equilibrium (QRE).
The authors proposed actor-critic methods (two similar variants, one for discounted and one f... | Recommendation: 6: marginally above the acceptance threshold | Area: Theory (eg, control theory, learning theory, algorithmic game theory) | Review:
The work "Faster Last-iterate Convergence of Policy Optimization in Zero-Sum Markov Games" studies two-player zero-sum Markov games, where the goals are to find the Nash Equilibrium (NE) or Quantal Response Equilibrium (QRE).
The authors proposed actor-critic methods (two similar variants, one for discounted a... |
This paper presents an algorithm called Multimodal End-to-end Reinforcement Learning (MERL) that integrates visual and proprioceptive observations in learning model-free reinforcement learning policies. Specifically, the method builds on SAC and DrQv2, and adds encoders to handle both proprioceptive and image encoders ... | Recommendation: 5: marginally below the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper presents an algorithm called Multimodal End-to-end Reinforcement Learning (MERL) that integrates visual and proprioceptive observations in learning model-free reinforcement learning policies. Specifically, the method builds on SAC and DrQv2, and adds encoders to handle both proprioceptive and image e... |
This is an empirical study of the efficacy of DAL on image classification tasks. It benchmarked 19 DAL algorithms, grouped into supervised and semi-supervised and tested on three simple different datasets (MNIST, CIFAR, GTSRB). After benchmarking, it concluded that the semi-supervised active learning techniques does a ... | Recommendation: 5: marginally below the acceptance threshold | Area: General Machine Learning | Review:
This is an empirical study of the efficacy of DAL on image classification tasks. It benchmarked 19 DAL algorithms, grouped into supervised and semi-supervised and tested on three simple different datasets (MNIST, CIFAR, GTSRB). After benchmarking, it concluded that the semi-supervised active learning techniques... |
The paper introduced a new variant of sliced Wasserstein (SW) distance, the hierarchical sliced Wasserstein (HSW) distance. The HSW distance is derived based on the proposed hierarchical Radon transform (HRT), which is a composition of partial Radon transform and overparametrised Radon transform. In the HSW, compared p... | Recommendation: 5: marginally below the acceptance threshold | Area: General Machine Learning | Review:
The paper introduced a new variant of sliced Wasserstein (SW) distance, the hierarchical sliced Wasserstein (HSW) distance. The HSW distance is derived based on the proposed hierarchical Radon transform (HRT), which is a composition of partial Radon transform and overparametrised Radon transform. In the HSW, co... |
This paper proposes PROMPTBOOSTING, a novel black-box prompt learning approach that does not rely on searching for an optimal prompt and which can thus drastically improve the computational efficiency over the existing method. Specifically, the proposed approach obtains a small pool of prompts via a gradient-free appro... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper proposes PROMPTBOOSTING, a novel black-box prompt learning approach that does not rely on searching for an optimal prompt and which can thus drastically improve the computational efficiency over the existing method. Specifically, the proposed approach obtains a small pool of prompts via a gradient-fr... |
The paper proposed MCTransformer, a framework that combines Monte-Carlo Tree Search (MCTS) with the Transformer architecture in offline reinforcement learning.
The MCTS component is responsible for navigating and balancing the exploration/exploitation trade-off, while the Transformer component is responsible for evalu... | Recommendation: 3: reject, not good enough | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
The paper proposed MCTransformer, a framework that combines Monte-Carlo Tree Search (MCTS) with the Transformer architecture in offline reinforcement learning.
The MCTS component is responsible for navigating and balancing the exploration/exploitation trade-off, while the Transformer component is responsible f... |
In this paper, the authors study vision only 3D object detection for autonomous driving. First, the authors formulate the recent multi-frame multi-view methods as temporal stereo matching. Then localisation potential is proposed and analysed theoretically and empirically to show the necessity of larger time window. To ... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
In this paper, the authors study vision only 3D object detection for autonomous driving. First, the authors formulate the recent multi-frame multi-view methods as temporal stereo matching. Then localisation potential is proposed and analysed theoretically and empirically to show the necessity of larger time win... |
The authors propose a bio-plausible realization of the Adam algorithm in biological neural systems. They similarly propose a method to establish weight symmetry in biological neural networks based on the concept of predisposition.
Strengths
---------------
The idea of biological neural systems implementing an adaptive ... | Recommendation: 6: marginally above the acceptance threshold | Area: Neuroscience and Cognitive Science (e.g., neural coding, brain-computer interfaces) | Review:
The authors propose a bio-plausible realization of the Adam algorithm in biological neural systems. They similarly propose a method to establish weight symmetry in biological neural networks based on the concept of predisposition.
Strengths
---------------
The idea of biological neural systems implementing an a... |
The paper compares two families of methods for learning with noisy labels. One is to use semi-supervised learning methods, and the other is to model label noise and design statistically consistent classifiers. The paper wants to answer the question: which one is better? From the perspective of causal data generation, t... | Recommendation: 5: marginally below the acceptance threshold | Area: Unsupervised and Self-supervised learning | Review:
The paper compares two families of methods for learning with noisy labels. One is to use semi-supervised learning methods, and the other is to model label noise and design statistically consistent classifiers. The paper wants to answer the question: which one is better? From the perspective of causal data gener... |
GNN is a new technique that can be used in many areas such as recommendations, drug discovery, social computing, etc. How to learn the graph representation is key issue in the area of GNNs. This paper proposes a new method to empower the graph representation learning with test-time graph transformation. Aslo, this pa... | Recommendation: 8: accept, good paper | Area: Deep Learning and representational learning | Review:
GNN is a new technique that can be used in many areas such as recommendations, drug discovery, social computing, etc. How to learn the graph representation is key issue in the area of GNNs. This paper proposes a new method to empower the graph representation learning with test-time graph transformation. Aslo,... |
This submission tackles the problem of measuring inherent difficulty of a learning task, independent of a learning algorithm and model class. Formally, a learning task is defined as a training set of instances and corresponding actions sampled from a training distribution. The goal of a learner is to generalize well to... | Recommendation: 3: reject, not good enough | Area: General Machine Learning | Review:
This submission tackles the problem of measuring inherent difficulty of a learning task, independent of a learning algorithm and model class. Formally, a learning task is defined as a training set of instances and corresponding actions sampled from a training distribution. The goal of a learner is to generalize... |
The focus of the paper is on extraction of structures like vessels in 2D, 3D image datasets. The central idea in the paper is a deep learning algorithm that can deal with topological representations. Topological structure variability is modeled by a one-parameter family facilitated by discrete Morse theory and persis... | Recommendation: 6: marginally above the acceptance threshold | Area: Deep Learning and representational learning | Review:
The focus of the paper is on extraction of structures like vessels in 2D, 3D image datasets. The central idea in the paper is a deep learning algorithm that can deal with topological representations. Topological structure variability is modeled by a one-parameter family facilitated by discrete Morse theory an... |
This paper studies in what situation training samples are vulnerable to membership inference attacks.
Firstly, the authors empirically argue that membership inference performance may have a weak connection with the OOD property of training data.
Then, they hypothesize that membership inference advantages may be related... | 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 in what situation training samples are vulnerable to membership inference attacks.
Firstly, the authors empirically argue that membership inference performance may have a weak connection with the OOD property of training data.
Then, they hypothesize that membership inference advantages may be... |
In this paper, the authors propose to address the oversmoothing and oversquashing problem in graph neural networks by introducing the Hamiltionian flow.
The main contributions are:
1. Introduction of Hamlitonian flow from differential geometry perspective
2. Propose to use Hamiltonian Neural Network in graph node em... | Recommendation: 3: reject, not good enough | Area: General Machine Learning | Review:
In this paper, the authors propose to address the oversmoothing and oversquashing problem in graph neural networks by introducing the Hamiltionian flow.
The main contributions are:
1. Introduction of Hamlitonian flow from differential geometry perspective
2. Propose to use Hamiltonian Neural Network in graph... |
Existing pruning approaches rely on intuition- or experience-based measures to determine the constraint based on which to prune neural networks. Instead, the current work proposes a framework, Crossword Puzzle, to guide the search of a pruning criterion given basic building blocks and evaluate the quality of the prunin... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
Existing pruning approaches rely on intuition- or experience-based measures to determine the constraint based on which to prune neural networks. Instead, the current work proposes a framework, Crossword Puzzle, to guide the search of a pruning criterion given basic building blocks and evaluate the quality of th... |
This paper proposes an integrated VAE-based approach for representation learning by minimizing Gromov-Wasserstein distance between the metric-measure space of the data and latent vectors. Isometric encoding is obtained from the trained prior and their performances in meta-priors (e.g. disentanglement and clustering) ar... | Recommendation: 5: marginally below the acceptance threshold | Area: Deep Learning and representational learning | Review:
This paper proposes an integrated VAE-based approach for representation learning by minimizing Gromov-Wasserstein distance between the metric-measure space of the data and latent vectors. Isometric encoding is obtained from the trained prior and their performances in meta-priors (e.g. disentanglement and cluste... |
This paper introduces Online Decision MetaMorphFormer (ODM) to learn a universal body control policy in arbitrary body shapes, environments and tasks.
The paper proposes a time-morphology transformer architecture which take advantage of both time and morphology dependency for a general purpose policy. Also, motivated b... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper introduces Online Decision MetaMorphFormer (ODM) to learn a universal body control policy in arbitrary body shapes, environments and tasks.
The paper proposes a time-morphology transformer architecture which take advantage of both time and morphology dependency for a general purpose policy. Also, mot... |
This paper studies offline reinforcement learning problem for linear MDPs. In such a setting, the controller is given a trace of execution of the MDP with a fixed exploration policies. The controller uses this trace to compute a near-optimal policy. The objective of this paper is to provide an algorithm with provable r... | Recommendation: 6: marginally above the acceptance threshold | Area: Reinforcement Learning (eg, decision and control, planning, hierarchical RL, robotics) | Review:
This paper studies offline reinforcement learning problem for linear MDPs. In such a setting, the controller is given a trace of execution of the MDP with a fixed exploration policies. The controller uses this trace to compute a near-optimal policy. The objective of this paper is to provide an algorithm with pr... |
In this paper authors propose to improve continual post-training by the way of computing saliency of each unit or layer in transformer model. Average saliency is then used as a weight in the backward pass. Idea appears to be first time used in relation to self-supervised loss functions such as MLM as is the case here. ... | Recommendation: 8: accept, good paper | Area: General Machine Learning | Review:
In this paper authors propose to improve continual post-training by the way of computing saliency of each unit or layer in transformer model. Average saliency is then used as a weight in the backward pass. Idea appears to be first time used in relation to self-supervised loss functions such as MLM as is the cas... |
This paper discusses added toxicity detection. The authors conducted substantial analysis in a larger scale multilingual data set containing 164 languages in total. In the work, they combined the NLLB toxicity detection strategy, the HOLISTICBIAS dataset, and the ALTI+ methodology. This type of analysis or data set are... | 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 discusses added toxicity detection. The authors conducted substantial analysis in a larger scale multilingual data set containing 164 languages in total. In the work, they combined the NLLB toxicity detection strategy, the HOLISTICBIAS dataset, and the ALTI+ methodology. This type of analysis or data... |
A novel method (RbX) is presented for generating localized explanations of a fitted model output by creating a region in input space (a polytope formed by the intersection of affine halfspaces ) around a given input vector such that outside the polytope, the fitted model's prediction is outside a user-specified interva... | Recommendation: 5: marginally below the acceptance threshold | Area: Social Aspects of Machine Learning (eg, AI safety, fairness, privacy, interpretability, human-AI interaction, ethics) | Review:
A novel method (RbX) is presented for generating localized explanations of a fitted model output by creating a region in input space (a polytope formed by the intersection of affine halfspaces ) around a given input vector such that outside the polytope, the fitted model's prediction is outside a user-specified... |
This paper casts domain generalization as a sample selection problem. It starts from problem formulation which is then disentangled into two terms: sample selection loss and joint function loss. Authors designed a dual-branch network to implement this idea. Experiments are done on WILDs benchmark, showing its effective... | Recommendation: 8: accept, good paper | Area: General Machine Learning | Review:
This paper casts domain generalization as a sample selection problem. It starts from problem formulation which is then disentangled into two terms: sample selection loss and joint function loss. Authors designed a dual-branch network to implement this idea. Experiments are done on WILDs benchmark, showing its e... |
This paper investigates the question of how to efficiently learn and utilize a reward function for training end-to-end task-oriented dialogue agents. To be specific, the authors introduce two generalized objectives (RewardNet and RewardMLE) for reward-function learning, motivated by the classical learning-to-rank liter... | Recommendation: 6: marginally above the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
This paper investigates the question of how to efficiently learn and utilize a reward function for training end-to-end task-oriented dialogue agents. To be specific, the authors introduce two generalized objectives (RewardNet and RewardMLE) for reward-function learning, motivated by the classical learning-to-ra... |
The paper proposes a technique to achieve long-term dynamic fairness by incorporating latent factors that can affect the outcomes and also related to the sensitive attributes. The paper also shows that in general it is not possible to achieve long-term fairness only through a one-step intervention, i.e., static decisio... | 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 paper proposes a technique to achieve long-term dynamic fairness by incorporating latent factors that can affect the outcomes and also related to the sensitive attributes. The paper also shows that in general it is not possible to achieve long-term fairness only through a one-step intervention, i.e., static... |
This paper addresses the zeroth-order optimization of black-box functions. Due to the unavailability of gradients, gradient estimations are used. The paper proposes an algorithm as follows: at each iteration, it uses only $2m$, where $1 \le m \le d$ and $d$ is the input dimension, to approximate gradients. Then it adds... | Recommendation: 6: marginally above the acceptance threshold | Area: Optimization (eg, convex and non-convex optimization) | Review:
This paper addresses the zeroth-order optimization of black-box functions. Due to the unavailability of gradients, gradient estimations are used. The paper proposes an algorithm as follows: at each iteration, it uses only $2m$, where $1 \le m \le d$ and $d$ is the input dimension, to approximate gradients. Then... |
The authors propose a two-step procedure to perform root-cause analysis (RCA):
1. Learn a causal graph from the data,
2. Identify the root causes based on the changes in the local mechanisms (conditional probabilities).
The paper is simple and easy to read. The experiments look extensive. There are doubts about the no... | Recommendation: 5: marginally below the acceptance threshold | Area: Applications (eg, speech processing, computer vision, NLP) | Review:
The authors propose a two-step procedure to perform root-cause analysis (RCA):
1. Learn a causal graph from the data,
2. Identify the root causes based on the changes in the local mechanisms (conditional probabilities).
The paper is simple and easy to read. The experiments look extensive. There are doubts abou... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.