# Technical Data Extraction: Heatmap Analysis of JS Divergence
## 1. Image Overview
This image is a heatmap visualization representing the **Avg JS Divergence** (Jensen-Shannon Divergence) across different layers of a neural network model, categorized by three specific components or methods.
## 2. Component Isolation
### A. Header / Title
* No explicit title is present within the image frame.
### B. Main Chart (Heatmap)
* **Type:** Heatmap with a grid structure.
* **X-Axis (Horizontal):** Labeled "**Layer**". It contains 32 discrete units, indexed from **0 to 31**. Major numerical markers are provided every 2 units (0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30).
* **Y-Axis (Vertical):** Contains three categories:
1. **Subj.** (Top row)
2. **Attn.** (Middle row)
3. **Last.** (Bottom row)
### C. Legend / Color Bar
* **Location:** Right side of the plot.
* **Label:** "**Avg JS Divergence**" (oriented vertically).
* **Scale:** Linear gradient from light blue to dark blue.
* **Numerical Markers:** 0.2, 0.3, 0.4, 0.5, 0.6.
* **Color Mapping:**
* **0.2 (Minimum):** Near-white/very light blue.
* **0.6 (Maximum):** Deep navy blue.
---
## 3. Data Extraction and Trend Verification
### Row 1: "Subj." (Subject)
* **Visual Trend:** This row shows the highest divergence values in the dataset. It starts with a moderate-to-high blue intensity in the early layers, maintains this through the mid-layers, and then sharply drops to the minimum value (near-white) in the later layers.
* **Data Points (Approximate JS Divergence):**
* **Layers 0 - 15:** Values range between approximately **0.35 and 0.45**. The color is a consistent medium blue.
* **Layers 16 - 31:** Values drop significantly to approximately **0.20 - 0.22**. The color is nearly white.
### Row 2: "Attn." (Attention)
* **Visual Trend:** This row is consistently flat and low. There is almost no variation across the layers.
* **Data Points (Approximate JS Divergence):**
* **Layers 0 - 31:** Values are consistently at the minimum baseline of approximately **0.20**. The entire row appears as a very light, near-white band.
### Row 3: "Last." (Last)
* **Visual Trend:** Similar to the "Attn." row, this row remains at the baseline for almost the entire duration, with a very slight, negligible increase at the final layer.
* **Data Points (Approximate JS Divergence):**
* **Layers 0 - 30:** Values are at the minimum baseline of approximately **0.20**.
* **Layer 31:** There is a very slight darkening, suggesting a value of approximately **0.22 - 0.25**, though it remains much lighter than the "Subj." early layers.
---
## 4. Summary Table of Extracted Information
| Category (Y-Axis) | Layer Range (X-Axis) | Visual Intensity | Estimated Avg JS Divergence |
| :--- | :--- | :--- | :--- |
| **Subj.** | 0 - 15 | Medium Blue | 0.35 - 0.45 |
| **Subj.** | 16 - 31 | Near White | ~0.20 |
| **Attn.** | 0 - 31 | Near White | ~0.20 (Constant) |
| **Last.** | 0 - 30 | Near White | ~0.20 |
| **Last.** | 31 | Very Light Blue | ~0.23 |
## 5. Technical Observations
The data indicates that the "Subj." component experiences significantly higher Jensen-Shannon Divergence in the first half of the model's layers (0-15) compared to the "Attn." and "Last." components. After Layer 15, the divergence for "Subj." converges to the same low baseline seen in the other two categories. This suggests that the specific behavior or information captured by "Subj." is most distinct or volatile in the earlier stages of processing.