🧭 Workshop Week 3 Outline

  1. Fiber Tracking Algorithm
    • Principles and implementation of deterministic and probabilistic tracking
    • Tracking parameters and termination criteria
  2. Track Filtering Using Regions
    • Role of ROI, ROA, END, and other region types in shaping tractography results
  3. AutoTrack

  4. Connectomics
    • Region-to-region connectome
    • Tract-to-region connectome as a workaround for crossing/kissing ambiguity

🧠 Session 1: Fiber Tracking Algorithm

πŸ”Ή Input Requirements

Sample Dataset: [OpenNeuro][ds004299][sub-103_ses-1_dwi.gqi.fz]

πŸ”Ή Tracking Steps

  1. Select a starting point in the seed region and an initial direction
  2. Repeat the following loop:
     2.1 Check termination conditions (e.g., low anisotropy, sharp turning angle)
     2.2 If conditions are met, proceed to Step 3
     2.3 Determine a new propagation direction based on local fiber orientation and prior path
     2.4 Move one step forward
  3. If only one direction has been tracked, return to Step 1, reverse the initial direction, and repeat tracking to generate the full streamline.
     Otherwise, tracking ends.

βš™οΈ Tracking Parameters

Key Challenge in Tractography: Crossing vs Kissing Configuration


🎯 Deterministic vs. Probabilistic Fiber Tracking

πŸ”΅ Deterministic Tracking

πŸ“Œ Example:

⚠️ Limitations (False Negatives):


πŸ”΄ Probabilistic Tracking

πŸ“Œ Examples:

⚠️ Limitations (False Positives):

🧬 Histology Reference:
Allen Brain Atlas – Parvalbumin Stain


🧩 Session 2: Track Filtering Using Regions

πŸ—‚οΈ Region Types

  1. Seed – Region where tracking starts
  2. ROI (Region of Interest) – Tracts must pass through; otherwise, they are discarded
  3. ROA (Region of Avoidance) – Tracts that enter this region are discarded
  4. Limiting – Tracts that exit this region are discarded
  5. END – Tracts that do not terminate within this region are discarded
  6. NotEND – Tracts that terminate within this region are discarded
  7. Terminating – Tracts are forced to stop upon entering this region

πŸ’‘ Rule of Thumb


πŸ” Common Use Cases

πŸ“Œ To find connections of a single region:

πŸ“Œ To find connections between two regions:


Session 3: AutoTrack

Sample Data: [Other major studies][penthera]


🧠 Session 4: Connectome

πŸ”— Region-to-Region (R2R) Connectome

πŸ“„ Yeh, Fang-Cheng, et al. NeuroImage, 2018

Workflow:

Limitations:


🧬 Tract-to-Region (T2R) Connectome


πŸ“„ Yeh, NeuroImage, 2020

Workflow:

Advantages over R2R:

Example


Assignment: Plot T2R connectome on HCP-MMP parcellation