AIBullisharXiv – CS AI · Jun 26/10
🧠Researchers introduce a layer-wise projection mapping technique for knowledge distillation that enables efficient model compression, reducing trainable parameters to under 1% of the teacher model while maintaining performance improvements. Combined with LoRA injection, this approach significantly outperforms traditional distillation methods in word error rate metrics and enables rapid parallel training without the computational overhead of mixture-of-experts models.
AINeutralarXiv – CS AI · Jun 15/10
🧠Researchers propose Trust-Region behavior Blending (TRB), a warmup technique that improves on-policy distillation by having student models learn from a teacher-aligned policy during early training stages rather than weak student rollouts. The method anneals the constraint over time until training returns to pure student policy, demonstrating stronger performance in math-reasoning tasks.
AINeutralarXiv – CS AI · Jun 16/10
🧠Researchers introduce MIMO, a two-stage framework for multilingual information retrieval that leverages monolingual objectives to improve cross-lingual search performance. By using knowledge distillation from a high-performing English model and combining it with cross-lingual contrastive learning, MIMO addresses the language clustering problem that degrades existing embedding models in mixed-language retrieval scenarios.
AINeutralarXiv – CS AI · May 295/10
🧠TaxDistill introduces a knowledge distillation framework using GenomeOcean, a 500M-parameter genomic foundation model, to improve metagenomic taxonomic annotation by reducing label noise from sequence similarity tools. The approach achieves significant performance gains, improving F1 scores by 23.3% on gastrointestinal datasets compared to traditional methods.
AINeutralarXiv – CS AI · May 296/10
🧠Researchers introduce eXTC, a new framework combining structured prompt optimization with reinforcement learning to create interpretable text classifiers that balance performance with explainability. The system generates human-readable domain rules while maintaining inference speed through knowledge distillation, addressing a longstanding trade-off in AI transparency.
AINeutralarXiv – CS AI · May 295/10
🧠Researchers introduce xModel-KD, a cross-modal knowledge distillation framework that combines 2D image data with 3D LiDAR point clouds to improve 3D scene segmentation with fewer labeled examples. The method achieves 2% absolute mIoU improvement over LiDAR-only approaches by leveraging complementary strengths of texture and geometric information through contrastive learning.
AIBullisharXiv – CS AI · May 296/10
🧠Researchers propose Canonical-Context On-Policy Distillation (CCOPD), a training method that improves large language models' ability to solve problems when information is revealed incrementally across multiple conversation turns rather than all at once. By using a frozen teacher model with complete context to guide a student model receiving fragmented information, CCOPD achieves 32% relative performance improvement on multi-turn tasks while maintaining single-prompt performance.
AIBullisharXiv – CS AI · May 296/10
🧠Researchers propose REKD (Rationale Extraction with Knowledge Distillation), a method that improves the interpretability and performance of smaller deep neural networks by having them learn from larger teacher models' rationales and predictions. The approach demonstrates significant performance gains across language and vision tasks, offering a practical framework for making AI systems more transparent and verifiable in high-stakes applications.
AIBullisharXiv – CS AI · May 286/10
🧠Researchers demonstrate that a 0.6B-parameter ASR model trained on 100k hours of speech can achieve competitive performance with larger models through teacher-guided on-policy distillation, reducing the audio data requirements by 99.5% compared to industry standards while closing the capability gap with 1.7B parameter models.
AIBullisharXiv – CS AI · May 286/10
🧠Researchers propose entropy-aware masking for masked language modeling, which selectively masks tokens based on prediction uncertainty rather than random selection. The approach achieves 5% improvement in GLUE scores and performs best when combined with knowledge distillation, offering a more efficient pretraining strategy for encoder-based language models.
AIBullisharXiv – CS AI · May 286/10
🧠Researchers introduce STARS, a data-free knowledge distillation method that improves the transfer of learning from artificial neural networks (ANNs) to spiking neural networks (SNNs) without access to original training data. The technique combines batch normalization matching with relational consistency and threshold-aware regularization, achieving significant accuracy improvements across standard benchmarks.
AINeutralarXiv – CS AI · May 286/10
🧠Researchers introduce Multi-Teacher Bayesian Knowledge Distillation (MT-BKD), a framework that enables student models to learn from multiple teacher models while quantifying uncertainty through Bayesian inference. The approach uses teacher-informed priors and entropy-based weighting to improve model compression, generalization, and interpretability across synthetic and real-world tasks.
AINeutralarXiv – CS AI · May 276/10
🧠Researchers propose CaMOPD, an improved machine learning method that helps large language models recover general capabilities after being fine-tuned for specific domains. The approach addresses a key technical challenge where mixing recovery and preservation training signals creates conflicting gradients, achieving better performance than existing multi-teacher distillation methods.
AINeutralarXiv – CS AI · May 276/10
🧠Researchers present Belief-Aware GSAC, an adaptive knowledge distillation method for autonomous driving that modulates teacher guidance based on ensemble disagreement. Testing reveals that adaptive guidance helps under mild-to-moderate partial observability but fails under severe occlusion due to 'observability blindness'—where ensembles achieve low disagreement on visible data while missing occluded information.
AINeutralarXiv – CS AI · May 276/10
🧠Researchers demonstrate that the highest-performing teacher model doesn't necessarily provide the best training data for student models. They propose Student-Centric Answer Sampling (SCAS), a framework that selects answers based on their estimated learning value for specific students rather than teacher strength alone, showing consistent performance improvements across 30 teacher models and 8 tasks.
AINeutralarXiv – CS AI · May 276/10
🧠Researchers introduce LitSeg, a narrative-theory-guided framework for intelligently segmenting literary documents in Retrieval-Augmented Generation systems. The method uses multi-stage prompting to identify plot events and narrative structures, with a lightweight variant (LitSeg-Lite) that distills this complexity into a single inference pass, demonstrating improved retrieval accuracy for literary RAG applications.
AIBullisharXiv – CS AI · May 126/10
🧠Researchers have developed a knowledge distillation framework that compresses a 7B 3D vision-language model into a 2.29B student model, achieving 8.7x faster inference while retaining 54-72% performance. The approach introduces "Hidden CoT," learnable latent tokens that enable spatial reasoning without explicit chain-of-thought training data, making 3D scene understanding feasible on resource-constrained devices.
AINeutralarXiv – CS AI · May 126/10
🧠Researchers propose HGC-Det, a hyperbolic geometry-based cross-modal distillation framework for 3D object detection that integrates point cloud and image data more effectively. The method addresses modality heterogeneity and spatial misalignment issues through three specialized components and demonstrates improved performance across indoor and outdoor datasets.
AIBullisharXiv – CS AI · May 126/10
🧠Researchers introduce improved methods for Gene Regulatory Network (GRN) inference using single-cell foundation models, proposing Virtual Value Perturbation and Gradient Trajectory techniques to better extract regulatory knowledge. The work establishes a new benchmark for evaluating GRN predictions across unseen genes and datasets, demonstrating significant performance improvements over existing approaches.
AIBullisharXiv – CS AI · May 126/10
🧠Researchers introduce TAD, a temporal-aware self-distillation framework that improves diffusion large language models' accuracy-parallelism trade-off by using adaptive loss functions based on token decoding timelines. The method increases accuracy from 46.2% to 51.6% while enabling aggressive acceleration modes, addressing a fundamental limitation in parallel text generation.
AIBullisharXiv – CS AI · May 116/10
🧠Researchers introduce LiteGUI, a novel training framework that enhances lightweight GUI agents (2B-3B parameters) through reinforcement learning and knowledge distillation, achieving competitive performance with much larger models. The approach addresses key limitations of traditional supervised fine-tuning by incorporating multi-solution learning and dynamic retrieval mechanisms to reduce hallucinations in automated interface interaction tasks.
AINeutralarXiv – CS AI · May 116/10
🧠Researchers propose Distillation through Reasoning Path Compression (D-RPC), a method that improves how large language models teach smaller ones by constraining teacher models to follow a curated bank of consistent reasoning strategies. The approach reduces noisy supervision while maintaining reasoning diversity, outperforming existing distillation methods across math and commonsense reasoning benchmarks.
AINeutralarXiv – CS AI · May 116/10
🧠AsymTalker introduces a diffusion-based method for generating long-form talking head videos with consistent identity and synchronized audio. The approach solves critical challenges in extended video synthesis through temporal reference encoding and asymmetric knowledge distillation, achieving real-time performance at 66 FPS on videos up to 10 minutes long.
AINeutralarXiv – CS AI · May 96/10
🧠Skill1 presents a unified reinforcement learning framework that enables language model agents to co-evolve three coupled capabilities: skill selection, utilization, and distillation from a single task-outcome reward signal. Demonstrated improvements over existing baselines on complex tasks suggest advances in how AI agents can build and leverage persistent skill libraries across diverse problem domains.
AINeutralarXiv – CS AI · May 96/10
🧠Researchers propose a novel knowledge distillation method for multi-modal AI systems that transfers modality relationship information from teacher to student networks by learning the teacher's Gram Matrix. This approach goes beyond existing methods that only focus on final output, enabling deeper knowledge transfer across different data modalities.