paper-with-me

Papers

Self-Distillation Improves DNA Sequence Inference

2024-05-14 · Tong Yu, Lei Cheng, Ruslan Khalitov, Erland Brandser Olsson, Zhirong Yang

Self-supervised pretraining (SSP) has been recognized as a method to enhance prediction accuracy in various downstream tasks. However, its efficacy for DNA sequences remains somewhat constrained. This limitation stems primarily from the fact that most existing SSP approaches in genomics focus on masked language modeling of individual sequences, neglecting the crucial aspect of encoding statistics across multiple sequences. To overcome this challenge, we introduce an innovative deep neural network model, which incorporates collaborative learning between a student' and a teacher' subnetwork. In this model, the student subnetwork employs masked learning on nucleotides and progressively adapts its parameters to the teacher subnetwork through an exponential moving average approach. Concurrently, both subnetworks engage in contrastive learning, deriving insights from two augmented representations of the input sequences. This self-distillation process enables our model to effectively assimilate both contextual information from individual sequences and distributional data across the sequence population. We validated our approach with preliminary pretraining using the human reference genome, followed by applying it to 20 downstream inference tasks. The empirical results from these experiments demonstrate that our novel method significantly boosts inference performance across the majority of these tasks. Our code is available at https://github.com/wiedersehne/FinDNA.

📄 PDF Abstract BibTeX arXiv:2405.08538

Code (1)

wiedersehne/findna 공식 구현 pytorch

Tasks

Contrastive LearningLanguage ModelingLanguage ModellingMasked Language Modeling

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Power Distribution Bridges Sampling, Self-Reward RL, and Self-Distillation

2026-05-06 · Akiyoshi Tomihari, Issei Sato arxiv

Recent analyses question whether reinforcement learning (RL) is responsible for strong reasoning in large language models (LLMs). At the same time, distillation and inference-time sampling, including power sampling, have…

Reinforcement Learning

On-Policy Distillation of Language Models: Learning from Self-Generated Mistakes

2023-06-23 · Rishabh Agarwal, Nino Vieillard, Yongchao Zhou, Piotr Stanczyk 외

Knowledge distillation (KD) is widely used for compressing a teacher model to reduce its inference cost and memory footprint, by training a smaller student model. However, current KD methods for auto-regressive sequence …

Arithmetic ReasoningKnowledge DistillationMachine Translation

Continuous Sign Language Recognition Based on Motor attention mechanism and frame-level Self-distillation

2024-02-29 · Qidan Zhu, Jing Li, Fei Yuan, Quan Gan

Changes in facial expression, head movement, body movement and gesture movement are remarkable cues in sign language recognition, and most of the current continuous sign language recognition(CSLR) research methods mainly…

Sign Language Recognition

dOPSD: On-Policy Self-Distillation for Diffusion Language Models

2026-07-05 · Phuong Tuan Dat, Qi Li, Xinchao Wang hf

Diffusion large language models (dLLMs) generate text by iteratively denoising a masked sequence, offering a parallel alternative to autoregressive models, but eliciting strong reasoning through post-training remains dif…

Reinforcement LearningCode Generation

A Teacher-Free Graph Knowledge Distillation Framework with Dual Self-Distillation

2024-03-06 · Lirong Wu, Haitao Lin, Zhangyang Gao, Guojiang Zhao 외

Recent years have witnessed great success in handling graph-related tasks with Graph Neural Networks (GNNs). Despite their great academic success, Multi-Layer Perceptrons (MLPs) remain the primary workhorse for practical…

Knowledge Distillation