y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#multi-task-learning News & Analysis

53 articles tagged with #multi-task-learning. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

53 articles
AIBullisharXiv – CS AI · Jun 46/10
🧠

Adaptive Minds: Empowering Agents with LoRA-as-Tools

Researchers introduce Adaptive Minds, a framework enabling language models to dynamically invoke specialized LoRA adapters as callable tools for domain-specific tasks. The system achieves 98.3% routing accuracy across 30 adapters and captures 95% of specialist performance gains, demonstrating that modular adapter composition can enhance AI agent capabilities without static architectural changes.

AINeutralarXiv – CS AI · Jun 46/10
🧠

You Only Train Once: Differentiable Subset Selection for Omics Data

Researchers introduce YOTO, an end-to-end machine learning framework that simultaneously selects compact gene subsets and performs prediction tasks in single-cell transcriptomic analysis. The differentiable architecture enforces sparsity and uses multi-task learning to improve biomarker discovery while outperforming existing feature selection methods.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Decoupled Behavioral Cloning for Scalable Inductive Generalization in RL from Specifications

Researchers propose DIBS, a decoupled behavioral cloning approach that improves reinforcement learning generalization by separating task-specific policy learning from evolution function learning. The method replaces noisy reward aggregation with stable supervision from teacher policies, achieving better training stability and zero-shot generalization compared to existing RL and meta-RL algorithms.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Task diversity produces systematic transfer but inhibits continual reinforcement learning

Researchers introduce Banyan, a benchmark for studying continual reinforcement learning that reveals task diversity improves immediate transfer between tasks but fails to sustain learning across multiple distribution shifts. While agents trained on diverse tasks generalize well to new task distributions, they forget earlier tasks and struggle with longer-horizon objectives as training continues.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Beyond Task-Agnostic: Task-Aware Grouping for Communication-Efficient Multi-Task MoE Inference

Researchers propose Task-Aware Coactivation Grouping (TACG), a framework for optimizing Mixture-of-Experts (MoE) model inference across distributed GPUs by grouping experts based on task-specific activation patterns rather than global averages. The approach reduces communication costs by 31.39% while maintaining load balance, addressing a critical efficiency bottleneck in multi-task AI serving.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Echo: A Joint-Embedding Predictive Architecture for Speaker Diarization and Speech Recognition in a Shared Latent Space

Echo is a proof-of-concept audio system that unifies speaker diarization, speech recognition, and source separation on a single 25M-parameter ViT encoder pretrained with joint-embedding predictive architecture (JEPA). The system demonstrates competitive performance across three tasks simultaneously without per-task fine-tuning, though it represents a design exploration rather than state-of-the-art on individual metrics.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Probabilistic Performance Guarantees for Multi-Task Reinforcement Learning

Researchers present a new theoretical framework for multi-task reinforcement learning that computes high-confidence performance guarantees on unseen tasks by combining per-task confidence bounds with task-level generalization. The approach addresses a critical gap in deploying RL policies in safety-critical applications where formal performance assurances are essential.

AINeutralarXiv – CS AI · Jun 15/10
🧠

Fine-grained Verification via Diagnostic Reasoning Supervision for Aspect Sentiment Triplet Extraction

Researchers propose FiVeD, a fine-grained verification framework for Aspect Sentiment Triplet Extraction that improves extraction accuracy by up to 3.53 F1 points through multi-task learning with validity classification, quality scoring, error detection, and rationale generation. The framework addresses a critical gap in ASTE systems by post-hoc verification of extracted triplets, enabling adjustable precision-recall tradeoffs for downstream NLP applications.

AINeutralarXiv – CS AI · Jun 16/10
🧠

Skill Reuse as Compression in Agentic RL

Researchers introduce ReuseRL, a reinforcement learning framework that improves LLM agent generalization by encouraging skill reuse and compression. By grounding agentic RL in the Minimum Description Length principle and penalizing task-specific shortcuts, the method demonstrates better in- and out-of-distribution performance across multiple benchmark environments.

AIBullisharXiv – CS AI · Jun 16/10
🧠

Unraveling LoRA Interference: Orthogonal Subspaces for Robust Model Merging

Researchers propose Orthogonal Subspaces for Robust model Merging (OSRM), a technique that addresses performance degradation when combining multiple LoRA-fine-tuned language models into single multi-task systems. By constraining LoRA subspaces prior to fine-tuning, the method reduces task interference while maintaining individual task accuracy and improving compatibility with existing merging algorithms.

AINeutralarXiv – CS AI · May 276/10
🧠

MuNet: A Mutualistic Network for Joint 3D Human Mesh Recovery and 3D Clothed Human Reconstruction from Single Images

Researchers introduce MuNet, a unified deep learning framework that jointly optimizes 3D human mesh recovery and clothed human reconstruction from single images using graph convolutional networks. The approach leverages mutualistic feedback between the two tasks to achieve state-of-the-art results across six benchmark datasets, with code released for research purposes.

AINeutralarXiv – CS AI · May 126/10
🧠

Probing the Impact of Scale on Data-Efficient, Generalist Transformer World Models for Atari

Researchers demonstrate that transformer-based world models exhibit distinct scaling behaviors across Atari environments, with joint multi-task training stabilizing performance gains. The study reveals that individual environments respond differently to model scaling, but unified training across 26 Atari games ensures consistent improvements regardless of inherent task complexity.

AIBullisharXiv – CS AI · May 96/10
🧠

Decomposing the Basic Abilities of Large Language Models: Mitigating Cross-Task Interference in Multi-Task Instruct-Tuning

Researchers propose BADIT, a novel approach to improve large language model training by decomposing shared parameters into orthogonal basic abilities, mitigating the cross-task interference problem that degrades performance in multi-task instruction-tuning. The method outperforms existing solutions on the SuperNI benchmark across 6 LLMs by maintaining parameter orthogonality through spherical clustering during training.

AIBullisharXiv – CS AI · May 96/10
🧠

Schedule-and-Calibrate: Utility-Guided Multi-Task Reinforcement Learning for Code LLMs

Researchers introduce ASTOR, a multi-task reinforcement learning framework that trains a single code LLM across multiple coding tasks more efficiently than task-specific models. By dynamically prioritizing training data and adjusting optimization constraints based on task utility, ASTOR achieves 9.0-9.5% performance gains over specialized models and 7.5-12.8% improvements over existing multi-task approaches.

AIBullisharXiv – CS AI · Mar 176/10
🧠

Reason2Decide: Rationale-Driven Multi-Task Learning

Researchers introduce Reason2Decide, a two-stage training framework that improves clinical decision support systems by aligning AI explanations with predictions. The system achieves better performance than larger foundation models while using 40x smaller models, making clinical AI more accessible for resource-constrained deployments.

AIBullisharXiv – CS AI · Mar 126/10
🧠

One Model, Many Skills: Parameter-Efficient Fine-Tuning for Multitask Code Analysis

Researchers conducted the first comprehensive evaluation of parameter-efficient fine-tuning (PEFT) for multi-task code analysis, showing that a single PEFT module can match full fine-tuning performance while reducing computational costs by up to 85%. The study found that even 1B-parameter models with multi-task PEFT outperform large general-purpose LLMs like DeepSeek and CodeLlama on code analysis tasks.

AIBearisharXiv – CS AI · Mar 36/106
🧠

LangGap: Diagnosing and Closing the Language Gap in Vision-Language-Action Models

Researchers reveal that state-of-the-art Vision-Language-Action (VLA) models largely ignore language instructions despite achieving 95% success on standard benchmarks. The new LangGap benchmark exposes significant language understanding deficits, with targeted data augmentation only partially addressing the fundamental challenge of diverse instruction comprehension.

AIBullisharXiv – CS AI · Mar 36/104
🧠

Scalable Multi-Task Learning through Spiking Neural Networks with Adaptive Task-Switching Policy for Intelligent Autonomous Agents

Researchers have developed SwitchMT, a novel methodology using Spiking Neural Networks with adaptive task-switching for multi-task learning in autonomous agents. The approach addresses task interference issues and demonstrates competitive performance in multiple Atari games while maintaining low power consumption and network complexity.

AINeutralarXiv – CS AI · Mar 54/10
🧠

A benchmark for joint dialogue satisfaction, emotion recognition, and emotion state transition prediction

Researchers have created a new multi-task Chinese dialogue dataset that enables prediction of user satisfaction, emotion recognition, and emotional state transitions across multiple conversation turns. The dataset addresses limitations in existing Chinese resources and aims to improve understanding of how user emotions evolve during interactions to better predict satisfaction.

AINeutralarXiv – CS AI · Mar 44/103
🧠

Adaptive Personalized Federated Learning via Multi-task Averaging of Kernel Mean Embeddings

Researchers propose a new Personalized Federated Learning approach that automatically learns optimal collaboration weights between agents without prior knowledge of data heterogeneity. The method uses kernel mean embedding estimation to capture statistical relationships between agents and includes a practical implementation for communication-constrained federated settings.

← PrevPage 2 of 3Next →