Summary
* A single-cell RNA sequencing (scRNA-seq) representation learning method is proposed, utilizing the Hyena operator to replace the self-attention mechanism employed in the transformer-based model. The use of the Hyena operator reduces computational complexity, enabling the processing of scRNA-seq data without the necessity of dimension reduction or the selection of highly variable genes.
* The model is pre-trained on two real datasets and then evaluated on two downstream tasks: cell type classification and scRNA-seq imputation, using two other brain datasets that were not part of the training data.
Strengths
* The model is demonstrated to outperform baseline methods in downstream tasks, with a particularly significant improvement in imputation, as evidenced in the Pearson correlation plots.
* Various techniques have been introduced to adapt to this specific application, including the utilization of bidirectional Hyena, the replacement of discretizing continuous inputs with an adapter layer, and the incorporation of gene embeddings.
Weaknesses
* It's not entirely clear what the primary contributor to the improved performance in cell type classification and imputation is. Is it the use of full-length RNA sequences instead of highly variable genes (HVGs), the pre-training, the model architecture, or the incorporation of embedding techniques? Conducting an ablation study could be helpful in providing insights.
* The primary reason for employing the transformer-based model and the Hyena operator is to learn from the longer sequence length. However, learning from the entire sequence comes with certain caveats, including a large number of model parameters, longer training times, and the risk of overfitting, etc. Since the majority of genes are zeros, it's not clear whether the potential benefits outweigh these drawbacks as described.
* It would be beneficial to provide a comparison of computational complexity in real application, such as runtime and memory usage, especially in comparison to similar methods like scBERT. This is important as one of the main advantages of scHyena is the reduction in computational complexity.
Questions
1. Is scRNA-seq data from brain tissue inherently more challenging to work with compared to data from other tissues, or is there a specific reason for developing the method using brain data?
2. Is the scBERT model correctly employed in the experiment? The results for scBERT appear surprisingly poor, despite sharing many similarities with the proposed model. Could you provide insights into why scHyena significantly outperforms scBERT from a model architecture perspective?
3. Could the author provide further insights into the primary factors contributing to the improved model performance? Specifically, is it the use of full-length RNA sequences instead of highly variable genes (HVGs), the pre-training, the model architecture, or the utilization of embedding techniques?
Rating
5: marginally below the acceptance threshold
Confidence
3: You are fairly confident in your assessment. It is possible that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work. Math/other details were not carefully checked.