Oscar Scholin

“If it turns out it’s like an onion with millions of layers and we’re just sick and tired of looking at the layers, then that’s the way it is."
— Richard Feynman

© 2024 Oscar Scholin. All rights reserved.

This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

Bio

Picture of me on Mount Baldy
At the summit of Mount Baldy! :-0

Machine Learning Engineer and Senior Personnel, Dasion (Data-To-Decision).

Incoming MPhil in Physics,
University of Cambridge Class of 2025.

Quantum Physics and ML Researcher,
Imperial College.

B.A. Physics & Math,
Pomona College Class of 2024

orsa2020@mymail.pomona.edu
Resume
Linkedin

——————————————————

I keep a blog on AI and consciousness with a cool backend (see project description on this page), oscars47.github.io/math-zombies/, along with Professor Gizem Karaali and Kamden Baer.

See also my poetry website, oscars47.github.io/garbage-collector/.

——————————————————

Scientific Publications:
  1. Scholin, O. and Lynn, T.W. 2024. "Maximal Limits on Distinguishing Bell States with d-dimensional Single Particles by Linear Evolution and Local Projective Measurement." Submitting to Physical Review A.

  2. Scholin, O., Zheng, R., Roberson, A., and Lynn, T.W. 2023. "Entanglement Witnessing: a Neural Network Optimization and Experimental Realization." Poster presented at Southwest Quantum Information and Technology (SQuInT) conference.

——————————————————

Literary Publications:
  1. Scholin, O. 2023. "An Interview with Jonathan Lethem." Northwest Review, 52.02.

  2. Scholin, O. 2022. "Look Up—Please, Please Do." Northwest Review, 51.02.

Projects

May 2024 - , Project OSCAR at Daison (Data-To-Decision)
team pic!
team pic!
Confusion matrices for 39 species discrimination on the Watkins Marine Mammals dataset. Top row is using an XGB model trained on extracted features, and the bottom is using a retrained ResNet-50. First column is validation dataset, second is test.

OSCAR (named by Professor Weiqing Gu) is my first project at Dasion as as Machine Learning Engineer, of which I am senior personnel / lead researcher. OSCAR stands for Ocean Science Cutting-edge Anomaly Research, and the focus is developing an interpetable, differential geometric approach to real-time, energy efficient decision making in underwater autonomous vehicles. Helped co-author a grant proposal and a patent application. Currently, I have tested on the Watkins Marine Mammal acoustic dataset, achieving 99.3% validation accuracy and 98.7% test accuracy on distinguishing 39 different classes of mammals on a max depth 5 50 esimtator eXtreme Gradient Boosting model. In collaboration with researchers at MBARI (Monterey Bay Aquarium Research Institute) to extend this model to other kinds of data.

Fall 2023-Spring 2024, SOLVED: Maximal LELM Distinguishability for Single Particles with Even Hilbert Space Dimension
LELM image
Illustration of the problem: perfectly entangled states enter an LELM device and yield a certain detection signature.

For my physics senior thesis with Professor Lynn of Harvey Mudd, I have determined the number of bell states with single particles of dimension d an LELM (linear evolution and local measurement) device can distinguish using an analytic argument. The answer is k = 2*d-1 out of d^2. This question is motivated by the audacious assumption that one doesn't possess a quantum computer ready at hand but is interested in performing some algorithm or communication protocol somehow involving a bell state measurement. This extends the work of Pisenti et al. (2011), who solved d = 2^n, and Leslie et al. (2019), who solved d = 3. A manuscript is in progress. I am also attempting to solve the odd dimension case to complete this problem. To see my full thesis, visit here.

June 2024 - , Smiluating HA electron transfer with Gaussian Boson Sampling
Project 2 Image
Abstract rendition of the electron transport simulation from souirce electrode to molecule to drain, which is reflected by a quantum algorithm, from Jahangiri, Arrazola, Delgado 2021.

Hydraluric acid is an important component of the cell outer envelopes of various anaerobic bacteria. Working with Dr. Lee, Dr. Yu, Xinyi Dong, Yomna Mohamed, Daiki Kawagishi, and Michelle Ho, we are attempting to describe the quantum effects of electron transfer in a single polymer chain of this molecule using the technique of Guassian Boson Sampling, a method of photonic quantum computing. I am developing a qumode reduction algorithm that is a hybrid quantum-classical machine learning algorithm to enable simulation with noise on current photonic devices.

Fall 2023-Spring 2024, Simulating Wormhole Teleportation and Learning Mutual Information on an IBM Eagle Processor
Project 2 Image
a) and b) demonstrate the AdS/CFT correspondence: a) shows a system of two clouds of quantum particles, which are made to interact as a another particle (pink arrow) is injected into the system (conformal field theory); b) shows a system holographically dual system in a gravitation setting (AdS), in which the event horizons of two black holes are connected by an Einstein-Rosen bridge, which a particle traverses.
Project 2 Image
Mutual information comparison of theoretical (red), noisy simulations (orange and yellow with varying numbers of shots), and actual experimental data (blue). Each datapoint represents the mean of 5 trials, with error bars showing the SEM. Built in Python with Qiskit. Obtained on a 3 qubit circuit with a Hadamard and 2 U(3) gates, whose parameters were learned via stochastic gradient descent (SGD).
Project 2 Image
Results of full wormhole protocol simulation (100 times per configuration) trying a variety of ansatzes for the variational quantum eigensolver (VQE) and mu values (coupling parameter between the two black holes).

For my math senior thesis with Professor Ami Radunskaya of Pomona College, I implemented the wormhole teleportation protocol of Jafferis et al. (2022), which examines a two cloud system of Majorana fermions as dual to a gravitational system with two black holes, in Qiskit and obtained experimental data from the IBM Kyoto processor on a simplified 3 qubit setup trained to replicate mutual information curves from the Jafferis paper. I also ran a full simulation of the protocol as shown above for 12 qubits, 333 CNOT gates, and 171 U(3) gates, testing a variety of ansatzes for the variational quantum eigensolver (VQE) and mu values (coupling parameter between the two black holes). The only sensible ansatz was the first (should be no mutual information at mu = 0), but the other mutual information curves do not seem to follow the general trend reported by Jafferis et al. To see my full thesis, visit here. We are working on a new training procedure and ML architecture in order to preserve scrambling dynamics while sparsifying the SYK Hamiltonians that describe the evolution of the system.

Summer 2023, Entanglement Witnessing
waveplate setup
UV Half-wave plate, quartz crystal, precompensation crystal, and BBO in Prof. Lynn's Quantum Optics lab.
results of neural networks.
Performance comparison as a function of concurrence (the amount of entanglement required to call a state entangled) of different adaptive witnessing strategies, including an analytical method (Population), two XGBoost models, and a variety of neural networks.

Wrote a lot of custom code to generate, manipulate, and measure (theoretically and experimentally) 2-qubit quantum states. Trained a variety of machine learning models (eXtreme gradient boosting, neural networks) on 4 million generated states with the goal of predicting the optimal set of next measurements to take in order to most efficiently verify entanglement based on an initial set of projective probabilities, using entanglement witnesses building on those by Riccardi et al. (2019) and previous work by the group. Achieved 4% increase in performance from previous models and successfully applied the models to experimental data. Presented results, "Entanglement Witnessing: a Neural Network Optimization and Experimental Realization", at Southwest Quantum Information and Technology (SQuInT) conference, October 2023. Also experimented with an automatic decomposition of a quantum state into Jones matrices via gradient descent, which achieved up to 99.3% fidelity in our experimental setup.

Winter 2023-Spring 2024, Qupid
quantum cupid
Optics setup to test one of our quantum logic gate configurations.

Independent research project with Larry Liu (Pomona '24), Tom Tang (Pomona '24), Donny Lu (Pomona '24), Song Song (Pomona '24), and Professor Jason Gallicchio of Harvey Mudd College. We focused on examining the current approaches to actual quantum computing, in which we started with linear optical conditional gates in photonic systems, then moved to photonic chips, Gaussian Boson Sampling, superconducting qubits, trapped ion qubits, topological qubits, and free electron qubits. We produced a review paper and an in depth annotated literature review, both of which are aimed at other interested advanced undergraduates. See our review paper here.

January 2023-May 2024, Daison (Data-To-Decision)
team pic!
Confusion matrix for all digits in the MNIST dataset using the method developed for Dasion during Spring 2024, showing overall accuracy of 64.2%.

Machine learning intern at Dasion (Data-To-Decision) working with Professor Weiqing Gu of Harvey Mudd on problems involving differential geometry. Developed code to classify the MNIST digits without using regression or neural networks, but by understanding the geometry of the digits. Achieved accuracy of 64.2% on all 10 digits; 93% on comparing 0, 1, and 9. Using a 2 hidden layer neural network on image moments, eachieved up 92.6% accuracy on all 10 digits. See Video presentation 1 and Video presentation 2 for more details.

Thanksgiving Break 2023, Math Zombies Website
website scheme
Flowchart of backend for the website.

Created a custom backend for the website oscars47.github.io/math-zombies, described in the above graphic. A password protected Google form is used to submit blog posts for verified users, which calls a Google Scripts file to create automatically formatted HTML file for the post as well as a mini description of the post to go on the main post page. This file calls a Javascript file running on an Amazon EC2 server to automatically insert the mini description onto the main page in HTML and then add the full post and image as a separate Git branch. A merge request is then made to the main branch, which is reviewed by me upon the generation of an automatic email. The website is hosted on Github Pages and currently has two other blog posters, Professor Gizem Karaali of Pomona College and Kamden Baer (Pomona '24).

Summer 2022, Fall 2022; Fall 2023-Spring 2024, p-stars
team pic!
p-stars stars! Left to right, first row: Tom Tang, Lina McRoberts, Eve Zheng, Graham Hirsch; second row: Isaac Perez, Oscar Scholin, Leia Shen, Chengyi Tang, Aanya Pratapneni, Alice Tidmarsh, Sage Santomenna, Chris Wang. Not pictured: Elliot Schweitzer, Gada Tefera.
confusion matrix
3D confusion matrix for a 1-hidden layer (which performed better suprisingly than a 5 hidden layer network) on about 150,000 unseen objects, from my Astronomy 101 final project in 2022.

p-stars is a team of 12 undergraduates from Pomona College, Harvey Mudd College, and Pitzer College with the aim of classifying variable stars using unsupervised clustering. We are working primarily with the ASAS-SN catalog of variable stars, which is a collection of ~300,000 variable stars with labels, building off of my work in Fall 2022 detailed in my research report. We are developing a metric for our input space of variability indices, a collection of 36 different statisitical functions designed to quantify the variation of a star's magnitude over time. Moreover, inspired by Valenzuela et al. (2018), we are building a tree structure based on the idea that one can imagine slicing a lightcurve (brightness over time) into subsequences that correspond to tokens in a large language model (LLM). We are also considering the Hubble Catalog of Variables (HCV), which is a set of 84,000 unlabeled objects with much more sparse data per object in order to increase the versatility of the process. Previously my research partner Graham Hirsch and I developed a restrictive search algorithm in the summer of 2022 and found 2 potential tidal disruption events, which if confirmed would be the first experimental observation of a black hole found in the HCV. Pomona College also operates the Table Mountain Observatory, which we can use for follow-up observations.

Spring 2023, q-elegans
circuit
Sample circuit with 4 qubits, showing the initial encoding phase with Ry gates and the rest of the algorithm with entangling gates to various degrees, as well as a final sequence of Rx, Ry, and Rz gates.
c. elegans
The worm C. Elegans with its neurons shown in green, from nature.com/articles/d41586-023-03619-w.

Inspired by a paper about the strange behavior of neuropeptides in the worm C. elegans by Ripoll-Sánchez et al. (2023), I created this simple quantum circuit in Cirq as a possible hybrid quantum machine learning algorithm that takes classical inputs, converts them into quantum states via phase encoding, entangles all the states together--modeled on the action of the neuropeptides--to adjustable levels, and then performs single qubit rotations before converting back to classical probability output via measurement.

Fall 2022, Thinking Parrot
parallel coordinates plot
Parallel Coordinates plot from WandB of the hyperparameters of the best model.

Designed, implemented, and trained a custom long short-term memory (LSTM) recurrent nerual network called "Thinking Parrot" on the works of the ficitous scholar Nasrudin based on the lines, "To save money, I made my donkey go without food. Unfortunately the experiment was interrupted by its death. It died before it got used to having no food at all. People sell talking parrots for huge sums. They never pause to compare the possible value of a thinking parrot.". I wrote two essays of over 120 words total explaining the model to a non-CS audience and intepreting its results literarily.

Fall 2022, p-music
spectrogram
Spectrogram for the song "The Choice is Yours" generated through my pipeline.
spectrogram
Pipeline I developed, with each of the Python files labeled and organized according to use.

Worked with Seohyeon Lee (Pomona College '24) and Marwin Bit (Harvey Mudd College '25) in a project to rank top songs. I designed and implemented a automatic pipeline for given a list of songs, extract their metadata via Spotify API, download them locally and convert into spectrograms for input to a convolutional neural network to classify them.

News

June 2024

trabbit

Accepted to Cambridge University in an MPhil program in Physics under the supervision of Dr. Dorian Gangloff in the Quantum Engineering Group on solid-state spins and photons, focusing for my MPhil on a mapping between an array of neutral Rydberg atom and central atom spin systems.

June 2024

trabbit

Joined Dr. Lee's group at Imperial College simulating HA molcule electron transport using Gaussian Boson Sampling.

May 2024

trabbit

Joined Dasion (Data-To-Decision) as a machine learning engineer and Principal Investigator!

trabbit
Graduated from Pomona College with a B.A. in Physics and Math on May 12, 2024. Chirp chirp!

February 2024

trabbit

Joined Dasion (Data-To-Decision) as a machine learning intern.

January 2024

trabbit
Celebratory cookout in Boron, CA.

Solved my undergraduate physics thesis on the limits of measuring certain kinds of entangled pairs without conditional logic! Manuscript in progress :)

December 2023

trabbit
Artistic representation of my trabbit algorithm.

Published a package with the function trabbit, a custom gradient-descent based optimization algorithm, available at pypi.org/project/oscars-toolbox/ [have since added some helper functions for torch].

October 2023

squint
Southwest Quantum Information and Technology (SQuInT) conference, October 2023.

Presented results, "Entanglement Witnessing: a Neural Network Optimization and Experimental Realization", at Southwest Quantum Information and Technology (SQuInT) conference, October 2023.