paper-with-me

Papers

FeatureHospital: A Skill-Driven Multi-Agent Framework for Automated Algorithm Customization in Multi-View Multi-Label Feature Selection

2026-08-17 · Junxuan Li, Zhiqi Chen, Yuzhou Liu, Peng Zhang, Huaxiao Liu arxiv

Multi-view multi-label feature selection aims to identify a compact and informative feature subset from heterogeneous views while preserving discriminative information for multiple labels. Existing methods are generally developed from specific modeling perspectives and incorporate mechanisms tailored to particular data characteristics. Designing suitable feature selection algorithms across datasets with diverse and heterogeneous characteristics still relies heavily on expert knowledge and substantial manual effort, imposing considerable time and labor costs that severely hinder the practical adoption of feature selection. To address this problem, we propose FeatureHospital, a Skill-driven multi-agent framework for automated multi-view multi-label feature selection algorithm design. FeatureHospital first diagnoses the target dataset to identify its feature selection issues. Based on the diagnosis, specialist agents equipped with domain Skills then prescribe corresponding optimization strategies and Loss terms for different issues. After that, the resulting prescriptions are reconciled to remove overlaps and resolve conflicts before being integrated into a compact dataset-specific objective. Finally, the constructed objective is optimized to select the final feature subset. Experimental results demonstrate that FeatureHospital can construct effective feature selection algorithms for different datasets based on their individual characteristics.

📄 PDF Abstract BibTeX arXiv:2608.16148

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EvoAgent: An Evolvable Agent Framework with Skill Learning and Multi-Agent Delegation

2026-04-22 · Aimin Zhang, Jiajing Guo, Fuwei Jia, Chen Lv 외 arxiv

This paper proposes EvoAgent--an evolvable large language model (LLM) agent framework that integrates structured skill learning with a hierarchical sub-agent delegation mechanism. EvoAgent models skills as multi-file str…

AerialClaw: An Open-Source Framework for LLM-Driven Autonomous Aerial Agents

2026-06-10 · Ke Li, Jianfei Yang, Luyao Zhang, Guo Yu 외 arxiv

Unmanned aerial vehicles (UAVs) are increasingly used in inspection, search and rescue, environmental monitoring, and emergency response. However, most UAV applications still rely on pre-defined command sequences or task…

SkillCenter: A Large-Scale Source-Grounded Skill Library for Autonomous AI Agents

2026-07-08 · Tianming Sha, Yue Zhao, Lichao Sun, Yushun Dong arxiv

Autonomous AI agents can execute complex tasks with limited human review, yet they often lack the grounded operational knowledge to make their outputs not just executable but correct, secure, and maintainable. We introdu…

AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution

2026-03-01 · Yutao Yang, Junsong Li, Qianjun Pan, Bihao Zhan 외 arxiv

In practical LLM applications, users repeatedly express stable preferences and requirements, such as reducing hallucinations, following institutional writing conventions, or avoiding overly technical wording, yet such in…

KernelSkill: A Multi-Agent Framework for GPU Kernel Optimization

2026-03-10 · Qitong Sun, Jun Han, Tianlin Li, Zhe Tang 외 arxiv

Improving GPU kernel efficiency is crucial for advancing AI systems. Recent work has explored leveraging large language models (LLMs) for GPU kernel generation and optimization. However, existing LLM-based kernel optimiz…