Quantum imaging via kurtosis-difference weighted covariance for SPDC photon correlation detection - reduces acquisition time by 40x compared to standard covariance methods
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill quantum-kurtosis-imaging --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quantum Kurtosis Imaging?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-quantum-kurtosis-imaging)More formats (shields.io, HTML) on the badges page.
---
name: quantum-kurtosis-imaging
description: "Quantum imaging via kurtosis-difference weighted covariance for SPDC photon correlation detection - reduces acquisition time by 40x compared to standard covariance methods"
---
# Quantum Kurtosis-Imaging
## Description
Camera-based quantum imaging methodology using kurtosis-difference (fourth-order statistic) weighted covariance to detect spatially correlated photon pairs from spontaneous parametric down-conversion (SPDC). Effectively discriminates correlated pixel pairs even when correlation coefficients are low, reducing acquisition time by 40x compared to standard covariance methods.
## Activation Keywords
- quantum imaging kurtosis
- SPDC photon correlation
- kurtosis-difference covariance
- quantum camera imaging
- 量子成像峰度
- photon pair detection
- correlation center calibration
- quantum kurtosis imaging
## Tools Used
- web_search: Search for related quantum imaging papers
- terminal: Run image processing scripts, covariance calculations
- execute_code: Implement kurtosis-difference algorithms
- write_file: Save analysis results
## Usage Patterns
### Pattern 1: SPDC Photon Correlation Detection
When detecting correlated photon pairs from SPDC sources using camera-based detection:
1. Collect frame stack from camera sensor
2. Compute kurtosis difference (fourth-order statistic) for pixel pairs
3. Weight covariance by exponential function of absolute kurtosis difference
4. Extract correlated pairs without pre-selected correlation center
5. Reconstruct quantum image from weighted correlations
### Pattern 2: Multiple Correlation Center Detection
When thick crystals produce photon pairs from multiple emission positions:
1. Apply kurtosis-difference metric across broad search region
2. Automatically identify multiple correlation centers
3. Accommodate complex pairing geometries without precise calibration
4. Reconstruct image from all detected correlations
### Pattern 3: Low-Flux Quantum Imaging
When working with sparse correlated-photon regimes:
1. Use kurtosis-difference weighting instead of standard covariance
2. Achieve CNR > 7 at 5000 frames (vs CNR < 2 for standard covariance)
3. Reduce acquisition time by 40x
4. Enable practical quantum imaging in low-photon regimes
## Instructions for Agents
### Step 1: Frame Collection
- Collect N frames from SPDC camera sensor (N ≈ 5000 for kurtosis method vs N ≈ 200,000 for standard covariance)
- Each frame is a 2D pixel array recording photon arrival positions
### Step 2: Kurtosis Difference Computation
- For each pixel pair (i, j), compute:
- Kurtosis_i = fourth standardized moment of pixel i's intensity across frames
- Kurtosis_j = fourth standardized moment of pixel j's intensity across frames
- Kurtosis_Difference = |Kurtosis_i - Kurtosis_j|
- Kurtosis difference measures tail similarity between pixel intensity distributions
- Correlated photon pairs show similar tail behavior (low kurtosis difference)
### Step 3: Weighted Covariance
- Compute standard covariance matrix C(i,j) for all pixel pairs
- Weight by exponential kurtosis function:
- W(i,j) = exp(-α × |Kurtosis_Difference(i,j)|)
- Weighted_C(i,j) = C(i,j) × W(i,j)
- The exponential weighting automatically selects symmetric pixel pairs while preserving true coincidences
### Step 4: Correlation Extraction
- Apply threshold to weighted covariance to extract correlated pairs
- No pre-selected correlation center required
- Method accommodates multiple pairing geometries from thick crystals
### Step 5: Image Reconstruction
- Reconstruct quantum image from extracted correlations
- Compute CNR (contrast-to-noise ratio) for quality assessment
- Target: CNR > 7 at 5000 frames
## Mathematical Framework
### Kurtosis Difference
κ_i = E[(X_i - μ_i)⁴] / σ_i⁴ (fourth standardized moment)
Δκ_ij = |κ_i - κ_j|
### Weighted Covariance
w_ij = exp(-α × Δκ_ij)
C_weighted(i,j) = Cov(X_i, X_j) × w_ij
### Key Insight
Correlated photon pairs from SPDC have similar intensity distribution tails → low kurtosis difference → high weight → amplified true correlations in weighted covariance matrix
## Error Handling
### Low Frame Count
- If N < 1000, kurtosis estimates are unreliable
- Minimum: 2000 frames for stable kurtosis estimation
- Target: 5000+ frames for CNR > 7
### High Photon Flux
- If flux is too high, standard covariance may suffice
- Kurtosis method excels in sparse/low-flux regimes
- Use when photon pairs are rare events
### Multiple Emission Centers
- Thick crystals produce multiple correlation centers
- Standard covariance fails without precise center calibration
- Kurtosis method automatically handles this — no calibration needed
## Resources
- arXiv: 2606.31005 - Quantum Imaging via Kurtosis-Difference Weighted Covariance on 2D Camera
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!