Subtopic Deep Dive
Photon Counting Lidar Systems
Research Guide
What is Photon Counting Lidar Systems?
Photon Counting Lidar Systems use single-photon detectors like Geiger-mode APDs and SiPMs for direct-detection lidar enabling high-resolution 3D imaging at low light levels.
These systems employ time-correlated single-photon counting (TCSPC) for precise time-of-flight measurements in applications like bathymetry and altimetry. Key detectors include silicon photomultipliers (SiPMs) and single-photon avalanche diodes (SPADs) integrated in CMOS SoCs (Niclass et al., 2013; 193 citations; Bamji et al., 2014; 190 citations). Over 200 papers explore photon-efficient imaging and atmospheric correction algorithms (Shin et al., 2015; 224 citations).
Why It Matters
Photon counting lidars enable eye-safe, space-based profiling for topography and ocean bathymetry using micropulse lasers at high repetition rates. Shin et al. (2015) demonstrate photon-efficient 3D imaging requiring few detections per pixel, vital for low-power satellite missions. Niclass et al. (2013) and Bamji et al. (2014) detail CMOS SoCs achieving 100m range and 512x424 resolution for automotive and Kinect applications. Gundacker and Heering (2020) highlight SiPM use in LIDAR distance measurements (212 citations).
Key Research Challenges
Sparse Photon Deconvolution
Algorithms must reconstruct high-resolution images from sparse photon detections amid Poisson noise. Shin et al. (2015) address this via computational imaging with single-photon detectors. Atmospheric scattering further distorts signals in long-range profiling.
Atmospheric Correction Algorithms
Multiple scattering in air and water requires precise correction for accurate bathymetry. Photon counting exacerbates signal sparsity in these conditions. Fossum and Hondongwa (2014) discuss pinned photodiode limits in noisy environments (430 citations).
Detector Afterpulsing and Crosstalk
SiPMs suffer from afterpulsing and optical crosstalk reducing single-photon resolution. Acerbi and Gundacker (2018) model these effects in SiPM simulations (289 citations). High repetition rates amplify these artifacts in lidar systems.
Essential Papers
Single-photon avalanche diode imagers in biophotonics: review and outlook
Claudio Bruschini, Harald Homulle, Ivan Michel Antolović et al. · 2019 · Light Science & Applications · 452 citations
An Overview of Lidar Imaging Systems for Autonomous Vehicles
Santiago Royo, Maria Ballesta-Garcia · 2019 · Applied Sciences · 445 citations
Lidar imaging systems are one of the hottest topics in the optronics industry. The need to sense the surroundings of every autonomous vehicle has pushed forward a race dedicated to deciding the fin...
A Review of the Pinned Photodiode for CCD and CMOS Image Sensors
Eric R. Fossum, Donald Hondongwa · 2014 · IEEE Journal of the Electron Devices Society · 430 citations
The pinned photodiode is the primary photodetector structure used in most CCD and CMOS image sensors. This paper reviews the development, physics, and technology of the pinned photodiode.
3D time-of-flight distance measurement with custom solid-state image sensors in CMOS/CCD-technology
Robert Tjarko Lange · 2006 · Recherche und Kataloge (Universitätsbibliothek Siegen) · 299 citations
Three-D time-of-flight distance measurement with custom solid-state image sensors in CMOS/CCD-technology <br />\nDa wir in einer dreidimensionalen Welt leben, erfordert eine geeignete Beschre...
Understanding and simulating SiPMs
Fabio Acerbi, S. Gundacker · 2018 · Nuclear Instruments and Methods in Physics Research Section A Accelerators Spectrometers Detectors and Associated Equipment · 289 citations
The silicon-photomultiplier (SiPM) is becoming the device of choice for different applications, for example in fast timing like in time of flight positron emission tomography (TOF-PET) and in high ...
Photon-Efficient Computational 3-D and Reflectivity Imaging With Single-Photon Detectors
Dongeek Shin, Ahmed Kirmani, Vivek K Goyal et al. · 2015 · IEEE Transactions on Computational Imaging · 224 citations
Capturing depth and reflectivity images at low light levels from active illumination of a scene has wide-ranging applications. Conventionally, even with detectors sensitive to individual photons, h...
The silicon photomultiplier: fundamentals and applications of a modern solid-state photon detector
S. Gundacker, Arjan Hendrix Heering · 2020 · Physics in Medicine and Biology · 212 citations
Abstract The silicon photomultiplier (SiPM) is an established device of choice for a variety of applications, e.g. in time of flight positron emission tomography (TOF-PET), lifetime fluorescence sp...
Reading Guide
Foundational Papers
Start with Fossum and Hondongwa (2014; 430 citations) for pinned photodiode physics in CMOS detectors; Niclass et al. (2013; 193 citations) for TCSPC SoC implementation; Lange (2006; 299 citations) for early 3D ToF sensors.
Recent Advances
Gundacker and Heering (2020; 212 citations) on SiPM applications in LIDAR; Bruschini et al. (2019; 452 citations) reviewing SPAD imagers; Gola et al. (2019; 196 citations) on NUV-sensitive SiPMs.
Core Methods
TCSPC with SPAD/SiPM arrays (Niclass 2013); Poisson deconvolution (Shin 2015); SiPM modeling for jitter/crosstalk (Acerbi 2018); multi-frequency photo-demodulation (Bamji 2014).
How PapersFlow Helps You Research Photon Counting Lidar Systems
Discover & Search
Research Agent uses searchPapers('photon counting lidar SiPM') to find 250+ OpenAlex papers, then citationGraph on Niclass et al. (2013) reveals 193 citing works on TCSPC SoCs, and findSimilarPapers uncovers Shin et al. (2015) for computational imaging.
Analyze & Verify
Analysis Agent applies readPaperContent on Gundacker and Heering (2020) to extract SiPM timing jitter specs, verifies claims with CoVe chain-of-verification against Fossum and Hondongwa (2014), and runs PythonAnalysis with NumPy to simulate afterpulsing statistics; GRADE scores evidence strength for detector comparisons.
Synthesize & Write
Synthesis Agent detects gaps in sparse deconvolution via contradiction flagging across Shin et al. (2015) and Acerbi and Gundacker (2018), while Writing Agent uses latexEditText for equations, latexSyncCitations for 10+ papers, and latexCompile to generate a methods section with exportMermaid for TCSPC timing diagrams.
Use Cases
"Simulate poisson noise in photon counting lidar returns for 1 photon/pixel"
Research Agent → searchPapers → Analysis Agent → runPythonAnalysis(NumPy poisson simulation on Shin et al. 2015 data) → matplotlib plot of SNR vs photons, exported as CSV.
"Draft LaTeX section on SiPM vs SPAD for lidar with citations"
Synthesis Agent → gap detection → Writing Agent → latexEditText(draft) → latexSyncCitations(Gundacker 2020, Niclass 2013) → latexCompile → PDF with bibliography.
"Find open-source code for TCSPC lidar processing"
Research Agent → paperExtractUrls(Shin 2015) → Code Discovery → paperFindGithubRepo → githubRepoInspect → verified MATLAB repo for deconvolution algorithms.
Automated Workflows
Deep Research workflow scans 50+ papers via searchPapers and citationGraph starting from Fossum (2014), producing a structured report on detector evolution with GRADE-verified timelines. DeepScan's 7-step analysis with CoVe checkpoints verifies atmospheric correction claims in 10 bathymetry papers. Theorizer generates hypotheses on SiPM crosstalk mitigation from Acerbi (2018) simulations.
Frequently Asked Questions
What defines photon counting lidar systems?
Systems using single-photon detectors like SPADs or SiPMs for time-of-flight measurements at low flux levels, enabling eye-safe high-rep-rate operation (Gundacker and Heering, 2020).
What are core methods in photon counting lidar?
Time-correlated single-photon counting (TCSPC) with computational imaging for sparse deconvolution; CMOS SoCs integrate SPAD arrays with ADCs (Niclass et al., 2013; Bamji et al., 2014).
What are key papers on photon counting detectors?
Fossum and Hondongwa (2014; 430 citations) on pinned photodiodes; Shin et al. (2015; 224 citations) on photon-efficient 3D imaging; Acerbi and Gundacker (2018; 289 citations) on SiPM modeling.
What open problems exist?
Reducing SiPM afterpulsing/crosstalk at high rates; scalable atmospheric correction for space-based bathymetry; photon-efficient algorithms below 1 photon/pixel (Shin et al., 2015).
Research Advanced Optical Sensing Technologies with AI
PapersFlow provides specialized AI tools for Physics and Astronomy researchers. Here are the most relevant for this topic:
AI Literature Review
Automate paper discovery and synthesis across 474M+ papers
Deep Research Reports
Multi-source evidence synthesis with counter-evidence
Paper Summarizer
Get structured summaries of any paper in seconds
AI Academic Writing
Write research papers with AI assistance and LaTeX support
See how researchers in Physics & Mathematics use PapersFlow
Field-specific workflows, example queries, and use cases.
Start Researching Photon Counting Lidar Systems with AI
Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.
See how PapersFlow works for Physics and Astronomy researchers