Super-Resolution Microscopy via Optical Fluctuation Imaging
Published:
This project implements Super-resolution Optical Fluctuation Imaging (SOFI), a computational technique that extracts sub-diffraction spatial information from the temporal fluorescence fluctuations of independently blinking emitters — in this case, quantum dots. The fundamental insight behind SOFI is that the nth-order cumulant of intensity time traces narrows the effective point spread function (PSF) by a factor of sqrt(n), achieving spatial resolution beyond the classical diffraction limit without requiring the single-molecule sparsity that techniques like PALM or STORM demand.
Core algorithm
The implementation computes cumulants from orders 2 through 6 on fluorescence image sequences. A synthetic quantum dot simulator generates realistic blinking statistics following power-law on/off time distributions (exponent alpha approximately 1.5), which serves both as a validation tool and as a teaching resource. Fourier-domain interpolation provides sub-pixel grid enhancement prior to cumulant computation, and two deconvolution strategies — Wiener filtering and Richardson-Lucy iterative deconvolution — further sharpen the reconstructed images.
Resolution improvements scale with cumulant order: 2nd-order SOFI yields a 1.41x improvement (sqrt(2)), while 6th-order reaches 2.45x. In practice, this means resolving structural features separated by approximately 120 nm — well below the 232 nm diffraction limit for 532 nm excitation with a 1.4 NA objective.
Origin and modernization
This work originated during 2012-2014 at SCIAN-Lab, Universidad de Chile, in collaboration with the III Physics Institute at the University of Gottingen, Germany. It was the first successful SOFI implementation in Chile. The original codebase was written in MATLAB and remained in that form for years. The modern version is a Python/FastAPI web application with interactive visualization, preserving the full computational pipeline while making it accessible through a browser.
Related publication: SOFI of GABAB neurotransmitter receptors in hippocampal neurons (SPIE 2013)
