Image Sensor Optics
Prerequisites
What is a CMOS Image Sensor? -> Pixel Anatomy -> this page
This page describes the optical structure of a backside-illuminated (BSI) CMOS image sensor pixel, which is the primary simulation target of COMPASS.
Scope of this page
Use this page as the physical map of the BSI pixel stack: what each component is, where it sits, and what optical effect it creates. Detailed interference math belongs in Thin Film Optics, periodic wave optics in Diffraction, QE formulas in Quantum Efficiency, and solver algorithms in RCWA Explained or FDTD Explained.
BSI pixel architecture
In a BSI pixel, light enters through the silicon backside (opposite to the wiring side). The interactive cross-section below follows the stack from the light-entry side down through the microlens, color filter, BARL, silicon, photodiode, and isolation structures.
Interactive BSI Pixel Stack Cross-Section
Select any layer to view its material properties and role in the pixel stack.
Microlens
The microlens is a curved polymer structure that focuses incoming light toward the center of the pixel. In COMPASS, microlenses are modeled as superellipse profiles:
Parameters:
: lens height (typical: 0.4-0.8 um) : semi-axes (typical: slightly less than half the pitch) : squareness parameter (2.0 = ellipse, higher = more square) : curvature control
The microlens center can be shifted to account for the Chief Ray Angle (CRA) -- the angle at which light arrives from the camera lens. Pixels at the edge of the image sensor receive light at a larger CRA, so their microlenses must be shifted to maintain good light collection.
Color filter array
The color filter array (CFA) selectively absorbs light to create color sensitivity. The most common pattern is the Bayer RGGB arrangement:
+---+---+
| R | G |
+---+---+
| G | B |
+---+---+Each color filter material has a wavelength-dependent complex refractive index with absorption (
Interactive Bayer Pattern Viewer
Explore different color filter array (CFA) patterns. Select a pixel to see its details.
The metal grid between color filter sub-pixels (typically tungsten, 40-80 nm wide) provides optical isolation, preventing light from leaking between adjacent color channels.
BARL: Bottom Anti-Reflection Layer
The BARL is a thin multi-layer dielectric stack at the interface between the color filter and silicon. Its purpose is to minimize reflection at this high-contrast interface.
Without BARL, the reflection at a color-filter/silicon interface (
A well-designed BARL stack can reduce this to under 5% across the visible spectrum. The specific materials, layer count, and stacking order vary by vendor — there is no single canonical recipe.
Silicon and photodiode
Silicon is the absorbing medium where photon-to-electron conversion occurs. The absorption depth depends strongly on wavelength:
| Wavelength | Color | Absorption depth in Si |
|---|---|---|
| 400 nm | Violet | ~0.1 um |
| 450 nm | Blue | ~0.4 um |
| 550 nm | Green | ~1.5 um |
| 650 nm | Red | ~3.5 um |
| 800 nm | NIR | ~12 um |
This means blue light is absorbed near the surface while red/NIR light requires several micrometers of silicon. Typical BSI pixel silicon thickness is 2-4 um.
The photodiode occupies a defined region within the silicon. Only photons absorbed within the photodiode volume contribute to the photocurrent. COMPASS models this by integrating the absorbed power within the photodiode bounding box.
Deep Trench Isolation (DTI)
DTI is a vertical trench filled with a low-index material (typically SiO2,
DTI is critical for:
- Reducing optical crosstalk
- Improving color fidelity
- Maintaining MTF (modulation transfer function)
Optical phenomena in BSI pixels
| Effect | Mechanism | Impact on QE |
|---|---|---|
| Thin-film interference | Multi-beam interference in BARL/planarization | Spectral ripple |
| Diffraction | Sub-wavelength metal grid | Angle-dependent light redistribution |
| Waveguide modes | DTI creates a silicon waveguide | Traps light, can enhance or degrade QE |
| Microlens focusing | Refraction | Concentrates light in pixel center |
| Optical crosstalk | Light leaking to adjacent pixels | Reduces color accuracy |
| Total internal reflection | High-index Si / low-index surroundings | Traps light, increases effective path length |
All of these effects are captured automatically by the full-wave EM solvers (RCWA, FDTD) in COMPASS.
Next step
This page is the stack map. For design trade-offs across microlens CRA matching, CFA spectra, BARL tuning, silicon thickness, DTI, angular response, and polarization sensitivity, continue with Pixel Optical Effects. For the metric definitions and post-processing formulas, continue with Quantum Efficiency.