Symmetry analysis for defect detection in atomic-resolution images
jupyter nootbook for this work is available here
Introduction
This is a mini project that I did for a colleague, taking me just several hours. I put this simple work here to highlight the importance of domain knowledge in some problems. In this work, the problem is to detect defects in atomic-resolution images automatically. Each spot in the raw image represents an atom (strictly speaking, atomic column). Some small regions in the raw image have different arrangement of atoms from the matrix, and they are the defects that we want to detect. I had no idea which algorithm I should use until I realized that there was some solid domain knowledge for this problem, the symmetry. Basically, the defects have different symmetry from the matrix, and we can encode this information into features. To make calculations of symmetry features possible, we first need to know positions of all atoms. There have already been several open-source packages for this. In this work, I employed the one called StatSTEM. After atomic positions are obtained, I calculated centro-symmetry parameters for all atoms, and then performed an interpolation to obtain centro-symmetry parameters for all pixels. The calculated centro-symmetry map is shown in the right plot. Two lines of defects clearly show up in the centro-symmetry map.