AIBullisharXiv – CS AI · Jun 57/10
🧠Researchers introduce LatentSkill, a framework that converts textual skills into efficient LoRA adapters for LLM agents, storing knowledge in model weights rather than context prompts. The approach reduces token overhead by 64-72% while improving task performance, enabling more scalable and modular AI agent systems.
AIBullisharXiv – CS AI · Jun 17/10
🧠Researchers introduce SHIELD, a novel machine learning framework that combines Interval Bound Propagation with hypernetwork architecture to achieve certifiably robust continual learning without replay buffers. The method uses task-specific embeddings and a new Interval MixUp training strategy to maintain security across sequential tasks while outperforming existing approaches on adversarial benchmarks.
AIBullisharXiv – CS AI · May 127/10
🧠HyperTransport is a new hypernetwork framework that dramatically accelerates activation steering for text-to-image models by amortizing optimization costs across multiple concepts. Rather than optimizing intervention parameters for each new concept (which takes minutes), the system learns to map CLIP embeddings directly to steering parameters in a single forward pass, achieving 3600-7000x speedup while matching per-concept baselines on unseen concepts.
AINeutralarXiv – CS AI · Jun 56/10
🧠Researchers introduce HyperLoRA, a federated learning framework that addresses critical limitations in distributed fine-tuning of foundation models by using hypernetworks to generate personalized LoRA parameters and learned aggregation in product space, achieving faster convergence and better personalization across heterogeneous client distributions.
AINeutralarXiv – CS AI · Jun 56/10
🧠Researchers introduce Code2LoRA, a hypernetwork framework that generates repository-specific LoRA adapters for code language models, eliminating the need for expensive fine-tuning or lengthy context injection. The approach achieves competitive performance with lower computational overhead and introduces RepoPeftBench, a 604-repository benchmark for evaluating code model adaptation techniques.
🏢 Hugging Face
AIBullisharXiv – CS AI · May 296/10
🧠Researchers introduce NaRA (Noise-aware Low-Rank Adaptation), a parameter-efficient fine-tuning method designed specifically for diffusion large language models that adapts to noise levels during the denoising process. Unlike existing methods like LoRA that use static parameters, NaRA employs a hypernetwork to dynamically adjust low-rank matrices based on noise, achieving better performance on reasoning and code generation tasks.
AINeutralarXiv – CS AI · May 276/10
🧠Researchers propose HyperCRL, a continual learning method for model-based reinforcement learning that uses task-conditional hypernetworks to efficiently learn dynamics models across sequential tasks without retraining on historical data. The approach maintains fixed-capacity networks while achieving competitive performance with methods that store growing amounts of past experience, enabling faster training cycles critical for long-horizon robot learning applications.
AINeutralarXiv – CS AI · Apr 156/10
🧠LLM-HYPER is a new framework that uses large language models as hypernetworks to generate click-through rate prediction models for cold-start ads without traditional training. The system achieved a 55.9% improvement over baseline methods in offline tests and has been successfully deployed in production on a major U.S. e-commerce platform.
AIBullisharXiv – CS AI · Apr 106/10
🧠Researchers introduce Instance-Adaptive VAE (IA-VAE), a new framework that uses hypernetworks to generate input-specific parameter modulations for variational autoencoders, reducing the amortization gap while maintaining computational efficiency. The approach demonstrates improved posterior approximation accuracy on synthetic data and consistently better ELBO performance on image benchmarks compared to standard VAEs.