- Introduction: I am currently a postdoctoral fellow working in neutrino physics data analytics with IceCube Neutrino Experiment.
- Current Research: My current research primarily focuses on developing physics simulations of neutrino-induced dimuon interactions (click here for more details) and building dimuon search analysis framework for IceCube data using feature engineering and deep learning classifier.
- Pronouns: He/Him
- Email: souraviiser@gmail.com
- PhD Research Projects
- Event Classification using Graph Convolutional Neural Network (github repo)
- Neutrino Dimuon Monte Carlo Event Generator (github repo)
- Academic Works
One of the major event topologies in the IceCube detector is called a "track-like" event, generated by the Cherenkov radiation (bluish light) from high energy muons passing through the detector volume. More than 5000 embedded light sensors in the detector called digital optical modules (DOM) detect the light from the Cherenkov radiation and register timestamps and the amount of light seen in the form of charges. As the DOMs are placed permanently in the detector in 3D lattice structure, the raw data from the IceCube detector consists of spatiotemporal information and the amount of light seen by each DOM. This is the visualization of an example track-like event seen in the detector (image credit: IceCube/NSF):
For more on the visualization of the IceCube events in video animation, watch this YouTube link.
For neutrino trident and charm production interactions, we expect two muons (instead of one muon in the standard IceCube 'track-like' event) to travel very close to each other (we call it a 'dimuon' event). The challenging aspect of seeing dimuon events is that the light signature from these events looks very similar to a single muon track-like event. Due to the limited detector resolution, the standard likelihood statistical analysis to reconstruct track events is unable to detect these double-muon events from neutrino trident interactions. In my research project, I address this problem by exploiting the difference in the geometric patterns from the Cherenkov light emission profiles between single-muon and double-muon events. We then use the findings as input features for a machine learning event classification using Graph Convolutional Neural Network (GCN): GitHub Repo. The following diagram is a simplified visualization of the GCN model. The spherical blobs represent the DOMs detecting light where the colour of the blobs represents the time information (green is earlier and red is later detected light) and the size of the blobs represents the amount of detected light: