What problem does it solve? Researchers analyzing resting-state fMRI need to identify intrinsic brain networks without labeled training data, and manually configuring sparse decomposition pipelines is error-prone and hard to reproduce. ## Core Features & Use Cases - Resting-State Network Decomposition: Fits sparse dictionary learning on preprocessed rs-fMRI to extract interpretable network component maps. - Subject-Level Time Series: Produces per-subject component time series suitable for downstream connectivity, clustering, or group comparison. - Delegation Workflow: Coordinates with fmri-skill for preprocessing and nilearn-tool for concrete DictLearning fitting and component export. - Use Case: Given a cohort of preprocessed resting-state BOLD images and a group mask, fit a 20-component dictionary decomposition and export component maps, time series, and a correlation matrix for connectivity analysis. ## Quick Start Ask the agent to run DictLearning decomposition on your preprocessed resting-state fMRI list with a group mask and 20 components, after confirming preprocessing is complete.