Learn
Goals and Concepts
Start with the capability target and concept set for this module.
Learn
Start with the capability target and concept set for this module.
Practice
Apply the ideas in a guided activity tied to realistic outputs.
Check
Use the rubric to verify competency and identify improvement targets.
Teach
Open the teaching deck, worksheet, and editable slide source.
Practice in short loops: checkpoint quiz, microtask decision, and competency progress tracking.
Choose the action that best improves scientific reliability.
State is saved locally in your browser for this module.
0% complete
Click the hotspot with the strongest evidence for the requested feature.
Selected hotspot: none
Design and evaluate a CV pipeline for EM imagery that is fit for a specific connectomics task and explicitly bounded by known failure modes.
CV is central to modern connectomics throughput. Without rigorous validation and domain-aware error analysis, CV outputs can silently corrupt reconstruction and inference.
Scenario: Compare two segmentation-support CV models for an EM subvolume.
Outputs
Encoder-decoder architecture with skip connections. The encoder downsamples the image to extract features; the decoder upsamples to produce pixel-level predictions; skip connections preserve fine-grained spatial detail. Originally designed for biomedical image segmentation. In connectomics, 3D U-Nets predict boundary/affinity maps at each voxel.
Why it works for EM: EM images have consistent texture and contrast patterns. The encoder learns to detect membranes, vesicles, and other structures; the decoder produces a per-voxel prediction map.
An iterative approach: a CNN predicts whether each neighboring voxel belongs to the same object as the current seed, and the segment “grows” outward. FFNs produce instance segmentation directly (each neuron gets a unique ID) without the separate watershed + agglomeration step.
When to use: FFNs are computationally expensive but produce high-quality segmentation with fewer post-processing stages. Used in FlyWire and other Google-based reconstructions.
The standard two-stage pipeline: (1) A 3D CNN predicts pairwise affinity between neighboring voxels (probability they belong to the same segment). (2) Watershed transform produces an over-segmentation of millions of supervoxels. (3) Agglomeration merges supervoxels based on affinity scores at boundaries.
When to use: More modular and parallelizable than FFN. Standard in academic pipelines (Funke et al. 2019).
Training data is expensive (manual annotation). Augmentation expands the effective training set:
Document one CV result with one supported use case and one forbidden use case.
Classroom-ready deck links for teaching and delivery.
Learner worksheet aligned to the studio activity and rubric.
Marp source file for editing and rendering.
course/decks/marp/modules/module14.marp.md