Skip to main content

concept-reasoning-continual-learning

Concept-Reasoning Expansion (CoRE) methodology for continual learning in medical imaging. Maps image tokens to structured concept libraries, simulating clinical reasoning to guide interpretable expert routing and demand-based model growth. Prevents catastrophic forgetting while avoiding redundant parameter expansion. Use when implementing continual learning for medical image analysis, sequential task adaptation, or scenarios requiring model growth without forgetting.

설치로 이동

소스 정보

저장소
hiyenwong/ai_collection
최근 소스 활동
2026년 6월 4일 13:32
감지된 SKILL.md 언어
영어
스타
2
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
concept-reasoning-continual-learning
description
Concept-Reasoning Expansion (CoRE) methodology for continual learning in medical imaging. Maps image tokens to structured concept libraries, simulating clinical reasoning to guide interpretable expert routing and demand-based model growth. Prevents catastrophic forgetting while avoiding redundant parameter expansion. Use when implementing continual learning for medical image analysis, sequential task adaptation, or scenarios requiring model growth without forgetting.
# Concept-Reasoning Expansion (CoRE) for Continual Learning ## Problem Continual learning paradigms suffer from capacity limits or redundant parameter growth. Image-perception-only strategies struggle with pathological heterogeneity and multimodal variations. ## Core Mechanism ### Hierarchical Concept Alignment 1. Build structured concept library from domain knowledge (clinical categories, lesion types, anatomical regions) 2. Map image tokens to concept library entries via attention-based alignment 3. Concepts provide high-knowledge starting point for future adaptation ### Interpretable Expert Routing 1. Each concept activates relevant expert modules 2. Routing decisions are interpretable (which concept -> which expert) 3. Experts specialize on specific pathological patterns ### Demand-Based Model Growth 1. New tasks trigger growth only when existing concepts cannot cover 2. Growth is guided by concept gap analysis, not arbitrary expansion 3. Knowledge reuse maximized through concept sharing across tasks ## When to Use - Continual learning for medical image segmentation/classification - Sequential task streams with evolving clinical requirements - Scenarios requiring both performance and interpretability - Settings where parameter efficiency during adaptation matters ## Pitfalls - Concept library quality determines overall system effectiveness - Concept-image alignment requires sufficient initial data - Expert routing may create bottlenecks if too few experts - Demand threshold for growth needs careful tuning ## Verification - Performance on old tasks should not degrade (no catastrophic forgetting) - New task adaptation should be faster than from-scratch training - Expert routing should be interpretable and clinically meaningful - Parameter growth should be sub-linear with respect to number of tasks
GitHub에서 보기