Charge state recognition in quantum dot devices is important in the preparation of quantum bits for quantum information processing. Toward auto-tuning of larger-scale quantum devices, automatic charge state recognition by machine learning has been demonstrated. For further development of this technology, an understanding of the operation of the machine learning model, which is usually a black box, will be useful. In this study, we analyze the explainability of the machine learning model estimating charge states in quantum dots by gradient weighted class activation mapping. This technique highlights the important regions in the image for predicting the class. The model predicts the state based on the change transition lines, indicating that human-like recognition is realized. We also demonstrate improvements of the model by utilizing feedback from the mapping results. Due to the simplicity of our simulation and pre-processing methods, our approach offers scalability without significant additional simulation costs, demonstrating its suitability for future quantum dot system expansions.

Semiconductor quantum bits (qubits) that utilize electron spins in semiconductor quantum dots are expected to be good candidates for future qubits because of their high operation fidelity and excellent integration properties. Basic operations, such as single-qubit1,2 and two-qubit operations,3,4 have been demonstrated, and quantum error correction has also been demonstrated12 with improved operation fidelity.5–11 Furthermore, attempts are being made to construct large-scale quantum systems using the semiconductor integration technology.13–20 It is essential to trap one electron in each quantum dot to construct semiconductor qubits. Charge state tuning in semiconductor quantum dot devices is required for this purpose. In previous experiments, this has been mainly accomplished by manually adjusting the gate voltages to achieve the desired charge states. However, this approach requires a significant amount of time to learn and execute. This will make tuning large-scale semiconductor quantum systems difficult in the future.

There is a movement to solve such a difficult problem automatically.21 The main types of algorithms studied in these methods are script-based algorithms24–27 or machine-learning (ML) methods.28–39 In particular, ML methods are expected to be more easily applicable to different experimental environments and more compatible with different devices. Efforts to develop ML methods for auto-tuning quantum device parameters are currently underway.22,23 In ML methods, the amount of labeled data required for network training is enormous, making the preparation of labeled experimental data as training data a labor-intensive task. Consequently, simulations have been utilized to generate training data. This approach has led to the development of a method that utilizes the Thomas–Fermi model and deep convolutional neural networks (CNNs) for recognizing charge states.28 In addition, by adding various types of noise that could be observed in real experiments to the training data, the noise-robust charge state recognition has been demonstrated.39 

Thus far, charge state recognition has primarily been demonstrated in double quantum dots.28,31,39 Looking toward the future large-scale integration of quantum dots, there is a need to explore scalable methods. In addition, while the Thomas–Fermi model with added noise is highly useful as a physical model, the necessity of such physical accuracy in a data generation model for machine learning has not been extensively debated. For instance, humans tend to estimate charge states by focusing mainly on charge transition lines, without giving much consideration to background noise. Therefore, generating training data with a physical model that reflects these characteristics could lead to the realization of an estimator with judgment criteria similar to those of humans. Such an estimator would likely be more user-friendly for humans, as it would share the same criteria for judgment. To achieve this, it is important to clarify the criteria for judgment, which is usually a black box.

In this study, we analyze the operation of the ML model that estimates the charge states in double quantum dots. We propose pre-processing the data through binarization, which enables us to use a simple simulation model to generate training data. We also visualize the interest of the model by gradient-weighted class activation mapping (Grad-CAM)40 and confirm that they are on the charge transition lines. By incorporating feedback from the Grad-CAM results, we demonstrate improvements in the ML model.

Figure 1(a) illustrates the process flow for generating a charge state estimator (CSE). Initially, the preparation of training data is needed to train the ML model. We utilize a constant interaction (CI) model in the simulation for simplicity, where quantum dots are modeled as a capacitor circuit.41,42 Using this CI model and treating the electrostatic coupling between the double quantum dot and the charge sensor, we can obtain the charge stability diagrams with the size (30 × 30) pixel measured using a charge sensor by changing the parameters in the model. This size is chosen to achieve a sufficient resolution to distinguish the charge transition lines. The next step is to prepare the charge state label, corresponding to the presence and relative locations of trapped electrons: no quantum dot, which means an empty state (ND), single left (LD), center (CD), right (RD), or double quantum dot (DD), for each stability diagram [Fig. 1(a), step 0]. Note that the CD state is formed by strong coupling between both dot sites, including a large single dot, which in the CI model is expressed by setting a large value for mutual coupling capacitance between both quantum dots Cm. Here, the diagrams are automatically categorized based on the largest number of quantum dots in the region.

FIG. 1.

(a) The flow of generating the CSE. Training data for the CNN are prepared by simulation using the CI model. We simplify the data with five pre-processing and then train the CNN. (b) The charge recognition flow of the experimental data measured by radio-frequency reflectometry. Steps 1, 2, and 4 are common processes shared with the training data. We add the process that changes the color of all charge transition lines into white by utilizing the skewness (step 3).

FIG. 1.

(a) The flow of generating the CSE. Training data for the CNN are prepared by simulation using the CI model. We simplify the data with five pre-processing and then train the CNN. (b) The charge recognition flow of the experimental data measured by radio-frequency reflectometry. Steps 1, 2, and 4 are common processes shared with the training data. We add the process that changes the color of all charge transition lines into white by utilizing the skewness (step 3).

Close modal

Next, pre-processing is performed on these images. All images are differentiated in the x axis to make the charge transition lines clear [Fig. 1(a), step 1]. Then, the images are binarized by adaptive thresholding to simplify them into black and white images [Fig. 1(a), step 2]. Here, the charge transition line is set to white, while the background is set to black. In this process, we use adaptive thresholding by the OpenCV module.43 

To adapt to noisy experimental data, random noise is added to these images. Due to binarization in the previous step, noise can be realized by simply flipping the black and white pixel values at random locations [Fig. 1(a), step 3]. We adjust the amount of noise such that the number of white pixels after this process does not depend on the charge states. Images labeled DD will have more white points than others without this adjustment because there are many charge transition lines, and the CNN will be trained to estimate the state by counting the number of white pixels. We adjust the number of white points in an image between 30 and 110, combining the noise and the charge transition lines. Next, a 3 × 3 Gaussian filter is applied to the images [Fig. 1(a), step 4]. The same filter is applied to the experimental data in the pre-processing step. After applying the Gaussian filter, the image is again binarized by adaptive thresholding, as shown in Fig. 1(a), step 5.

Here, 84 325 images, each measuring (30 × 30) pixel, are undersampled from a total of 180 000 images in the simulation and trained by CNN. Images for each charge state are prepared in the same quantity. The details of the CNN are presented in the supplementary material.

In this section, we perform the charge state recognition of the real experimental data with the obtained CSE. The experimental data are a radio-frequency reflectometry-measured charge sensing signal from a GaAs double quantum dot.44,45 The size of the experimental data is (30 × 30) pixel [Fig. 1(b), step 0]. Note that the gate voltage range is adjusted to include several charge transition lines in the images. This prevents the situation where the (30 × 30) pixel is small compared to the interval of the charge transition lines, which could lead to erroneous recognition of the ND state for other charge states.

Prior to inputting the experimental data into the CSE, it undergoes pre-processing using almost the same methods as the training data. This includes differentiation, application of a Gaussian filter, and binarization. These steps correspond to steps 1, 2, and 4 in Fig. 1(b). Adaptive thresholding can binarize even with a non-uniform background because the threshold is calculated for each small region. It is useful for the actual experiments since charge stability diagrams often have a nonuniform background due to the shift of the charge sensor condition. Here, the adaptive thresholding parameters are set to the same as those in the training process.

As an additional processing step [Fig. 1(b), step 3] for the experimental data, a procedure is applied to ensure that the color of the charge transition lines (black or white) matches that of the simulation data. The charge transition lines in experiments can be black as shown in Fig. 1(b), steps 1 and 2, depending on the condition of the charge sensor. The color, whether an increase or decrease in signal at the charge transition point, is determined by the driving point of the charge sensor. In the case of observing the black lines, we need to invert the color because the lines are white in the training. To detect this case, we utilize the skewness of the image. The skewness Sk is obtained from the histogram of the pixel values by using the following equation:
(1)
where n is the number of data points (30 × 30), xi is the value of each pixel, x̄ is the mean of the value, and s is the standard deviation. Because the number of pixels for the charge transition lines is less than that of the background in the stability diagram, the color of the charge transition lines is reflected in the sign of the skewness. In the case of the black charge transition lines, the skewness becomes negative. Then, we inverted the pixel values. In the calculation of the skewness, the pixel histograms are flattened using CLAHE (Contrast Limited Adaptive Histogram Equalization) to improve noise immunity. This inversion process turns the charge transition lines white depending on the skewness [Fig. 1(b), step 3].

We now discuss the performance of the charge state recognition using the obtained CSE on the experimental data pre-processed by the steps in Fig. 1(b). The experimental data (step 1 in pre-process) are presented in the background layer of Fig. 2 using gray-scale representation. The color in Fig. 2 represents the result of the charge state recognition by the CSE. Here, each recognition is performed by extracting each (30 × 30) pixel area from the original image. Subsequently, CSE loads each area and returns the output as the maximum number of quantum dots in the area. Orange, deep blue, green, light blue, and yellow dots indicate the points classified as the ND, LD, CD, RD, and DD regions, respectively. Note that the CD state is not obtained in the used experimental data. By comparing the results with experimentalists’ classification per pixel, the accuracy is evaluated as (93.3 ± 0.8)% with 30 CSEs using the same network architecture. This means that the model even trained by the simple binarized data can recognize the charge states of noisy experimental data. We also apply the CSE to the simulation data with noise, and an accuracy of (97.0 ± 0.2)% is achieved. Therefore, the experimental data are estimated with a degree of accuracy comparable to that of the simulation data. To verify that the CSE developed in this study is not exclusively optimized for only our experimental results, we apply it to publicly available experimental data, including the CD state from previous studies.46 The CSE demonstrates a (86.0 ± 1.2)% accuracy in recognizing charge states, even when applied to data from other group.

FIG. 2.

The result of the charge state recognition of experimental data. The color represents the classification result. The orange dots indicate points estimated as ND; the deep blue, green, light blue, and yellow dots indicate LD, CD, RD, and DD, respectively.

FIG. 2.

The result of the charge state recognition of experimental data. The color represents the classification result. The orange dots indicate points estimated as ND; the deep blue, green, light blue, and yellow dots indicate LD, CD, RD, and DD, respectively.

Close modal

We analyze the explainability of the operation of the CSE on the experimental data using Grad-CAM.40 This method identifies class-discriminative regions for each estimation by the model from an input image. The results of the Grad-CAM analysis are demonstrated in Fig. 3. The images in the left column are the input images, while those in the right are the outputs from Grad-CAM. The brighter regions in the right panels of Fig. 3 correspond to the regions that affect the result of the CSE. We can see bright regions around the charge transition lines in these images. In the case of the simulation data with noise, the CSE estimates charge states by focusing on these lines as in the case of the operation on the experimental data. These demonstrate that the CSE estimates charge states by focusing on these lines, indicating that human-like recognition can be realized.

FIG. 3.

The results of Grad-CAM for real experimental data with an estimation result by the CSE.

FIG. 3.

The results of Grad-CAM for real experimental data with an estimation result by the CSE.

Close modal

Here, it is important to note that in Fig. 2, there are several instances where regions labeled as ND are incorrectly classified as RD and LD. Such misclassifications outside the boundary regions of charge states pose a problem in the auto-tuning of the quantum dots. Examining the Grad-CAM results at these misclassification regions, it appears that areas where a few noise pixels are connected are identified as charge transition lines, as shown in Fig. 4(a). In the training data of the first CSE, all five classes have the same number of data by undersampling. In this case, the data without charge transition lines are less than the data with these. This makes the trend of the CSE to find charge transition lines even if there are no lines, which leads to detect the connected noise pixels as the charge transition line. To address this issue, we increased the ND training data by fourfold to balance the data with and without charge transition lines, further teaching the CSE that noise pixels can occasionally connect in the ND state. As a result, as shown in Fig. 4(b), the misclassifications in the ND region have notably decreased. This demonstrates that the feedback from the Grad-CAM is useful to improve the model. The accuracy are also evaluated as (92.8 ± 1.3)%, (96.1 ± 0.3)%, and (85.7 ± 1.2)% for our experimental, simulation, and other group’s data, respectively. Note that these accuracy values are primarily influenced by misclassifications near the boundary regions of the charge states. Then, modifying the training data resulted in negligible effects on the overall accuracy, even though it improved classifications outside these boundary regions.

FIG. 4.

(a) The results of Grad-CAM for the misclassification region by the CSE. (b) The charge state recognition of experimental data by improved CSE.

FIG. 4.

(a) The results of Grad-CAM for the misclassification region by the CSE. (b) The charge state recognition of experimental data by improved CSE.

Close modal

In this paper, we analyze the explainability of the machine learning model estimating charge states in quantum dots. To generate the training data, we employ the CI model, which is a simple simulation model and clearly shows the charge transition lines we typically focus on to recognize the charge states. The CSE recognizes five charge states in both our experimental data and that of other group, and its interest highlighted by Grad-CAM is on the charge transition lines, the same as humans. This allows for the tuning of CSE parameters, such as training data, based on human insights and has been empirically demonstrated to result in improvements. This approach eliminates the need for excessive parameter tuning, thus reducing the cost associated with generating an optimal ML model. We also thoroughly detail the pre-processing steps for both training and experimental data, offering sufficient information to enable replication of our method.

Toward large-scale semiconductor qubits, the method is needed to recognize the charge state in the additional multiple quantum dots. One of the approaches is utilizing a virtual gate,23 which can translate the charge stability diagram of the multiple quantum dots into that of the double quantum dots. By utilizing virtual gates, the method demonstrated for double quantum dots in this study can also be applied to multiple dots, expanding its potential applicability. Additionally, our pre-processing steps, including the CI model, facilitate the expansion of the quantum dot system without incurring significant additional simulation costs. This approach is also suited for future scaling up of quantum dot systems.

See the supplementary material for additional details regarding the CNN model.

We acknowledge the RIEC Fundamental Technology Center and the Laboratory for Nanoelectronics and Spintronics for the technical support. Part of this work was supported by MEXT Leading Initiative for Excellent Young Researchers, Grants-in-Aid for Scientific Research (Grant Nos. 20H00237, 21K18592, 23H04490, 23H01789, 23H05455, and 23KJ0200), the Fujikura Foundation Research Grant, the Hattori Hokokai Foundation Research Grant, the Kondo Zaidan Research Grant, the Tanigawa Foundation Research Grant, FRiD Tohoku University, and Cooperative Research Projects of RIEC. Y.M. acknowledges the WISE Program of AIE for financial support.

The authors have no conflicts to disclose.

Yui Muto: Data curation (lead); Investigation (lead); Methodology (equal); Software (lead); Visualization (lead); Funding acquisition (equal); Writing – original draft (lead). Takumi Nakaso: Conceptualization (equal); Investigation (equal); Methodology (lead); Software (equal); Writing – review & editing (equal). Motoya Shinozaki: Data curation (equal); Investigation (equal); Methodology (equal); Visualization (equal); Resources (lead); Writing – original draft (equal); Writing – review & editing (equal). Takumi Aizawa: Investigation (equal); Methodology (equal); Resources (equal); Writing – review & editing (equal). Takahito Kitada: Investigation (equal); Methodology (equal); Resources (equal); Writing – review & editing (equal). Takashi Nakajima: Methodology (equal); Resources (equal); Writing – review & editing (equal). Matthieu R. Delbecq: Methodology (equal); Resources (equal); Writing – review & editing (equal). Jun Yoneda: Methodology (equal); Resources (equal); Writing – review & editing (equal). Kenta Takeda: Methodology (equal); Resources (equal); Writing – review & editing (equal). Akito Noiri: Methodology (equal); Resources (equal); Writing – review & editing (equal). Arne Ludwig: Methodology (equal); Resources (equal); Writing – review & editing (equal). Andreas D. Wieck: Methodology (equal); Resources (equal); Writing – review & editing (equal). Seigo Tarucha: Methodology (equal); Resources (equal); Writing – review & editing (equal). Atsunori Kanemura: Conceptualization (equal); Methodology (equal); Software (equal); Writing – review & editing (equal). Motoki Shiga: Conceptualization (equal); Methodology (equal); Software (equal); Writing – review & editing (equal). Tomohiro Otsuka: Conceptualization (lead); Methodology (equal); Resources (equal); Funding acquisition (lead); Supervision (lead); Writing – review & editing (lead).

The data that support the findings of this study are available within the article and at https://en.qd.riec.tohoku.ac.jp/database.

1.
F. H. L.
Koppens
,
C.
Buizert
,
K. J.
Tielrooij
,
I. T.
Vink
,
K. C.
Nowack
,
T.
Meunier
,
L. P.
Kouwenhoven
, and
L. M. K.
Vandersypen
, “
Driven coherent oscillations of a single electron spin in a quantum dot
,”
Nature
442
,
766
(
2006
).
2.
M.
Pioro-Ladrière
,
T.
Obata
,
Y.
Tokura
,
Y.-S.
Shin
,
T.
Kubo
,
K.
Yoshida
,
T.
Taniyama
, and
S.
Tarucha
, “
Electrically driven single-electron spin resonance in a slanting Zeeman field
,”
Nat. Phys.
4
,
776
(
2008
).
3.
M.
Veldhorst
,
C. H.
Yang
,
J. C. C.
Hwang
,
W.
Huang
,
J. P.
Dehollain
,
J. T.
Muhonen
,
S.
Simmons
,
A.
Laucht
,
F. E.
Hudson
,
K. M.
Itoh
,
A.
Morello
, and
A. S.
Dzurak
, “
A two-qubit logic gate in silicon
,”
Nature
526
,
410
(
2015
).
4.
T. F.
Watson
,
S. G. J.
Philips
,
E.
Kawakami
,
D. R.
Ward
,
P.
Scarlino
,
M.
Veldhorst
,
D. E.
Savage
,
M. G.
Lagally
,
M.
Friesen
,
S. N.
Coppersmith
,
M. A.
Eriksson
, and
L. M. K.
Vandersypen
, “
A programmable two-qubit quantum processor in silicon
,”
Nature
555
,
633
(
2018
).
5.
J.
Yoneda
,
T.
Otsuka
,
T.
Nakajima
,
T.
Takakura
,
T.
Obata
,
M.
Pioro-Ladrière
,
H.
Lu
,
C. J.
Palmstrøm
,
A. C.
Gossard
, and
S.
Tarucha
, “
Fast electrical control of single electron spins in quantum dots with vanishing influence from nuclear spins
,”
Phys. Rev. Lett.
113
,
267601
(
2014
).
6.
M.
Veldhorst
,
J. C. C.
Hwang
,
C. H.
Yang
,
A. W.
Leenstra
,
B.
de Ronde
,
J. P.
Dehollain
,
J. T.
Muhonen
,
F. E.
Hudson
,
K. M.
Itoh
,
A.
Morello
, and
A. S.
Dzurak
, “
An addressable quantum dot qubit with fault-tolerant control-fidelity
,”
Nat. Nanotechnol.
9
,
981
(
2014
).
7.
K.
Takeda
,
J.
Kamioka
,
T.
Otsuka
,
J.
Yoneda
,
T.
Nakajima
,
M. R.
Delbecq
,
S.
Amaha
,
G.
Allison
,
T.
Kodera
,
S.
Oda
, and
S.
Tarucha
, “
A fault-tolerant addressable spin qubit in a natural silicon quantum dot
,”
Sci. Adv.
2
,
e1600694
(
2016
).
8.
J.
Yoneda
,
K.
Takeda
,
T.
Otsuka
,
T.
Nakajima
,
M. R.
Delbecq
,
G.
Allison
,
T.
Honda
,
T.
Kodera
,
S.
Oda
,
Y.
Hoshi
,
N.
Usami
,
K. M.
Itoh
, and
S.
Tarucha
, “
A quantum-dot spin qubit with coherence limited by charge noise and fidelity higher than 99.9%
,”
Nat. Nanotechnol.
13
,
102
(
2018
).
9.
A.
Noiri
,
K.
Takeda
,
T.
Nakajima
,
T.
Kobayashi
,
A.
Sammak
,
G.
Scappucci
, and
S.
Tarucha
, “
Fast universal quantum gate above the fault-tolerance threshold in silicon
,”
Nature
601
,
338
(
2022
).
10.
M. T.
Madzik
,
S.
Asaad
,
A.
Youssry
,
B.
Joecker
,
K. M.
Rudinger
,
E.
Nielsen
,
K. C.
Young
,
T. J.
Proctor
,
A. D.
Baczewski
,
A.
Laucht
,
V.
Schmitt
,
F. E.
Hudson
,
K. M.
Itoh
,
A. M.
Jakob
,
B. C.
Johnson
,
D. N.
Jamieson
,
A. S.
Dzurak
,
C.
Ferrie
,
R.
Blume-Kohout
, and
A.
Morello
, “
Precision tomography of a three-qubit donor quantum processor in silicon
,”
Nature
601
,
348
(
2022
).
11.
X.
Xue
,
M.
Russ
,
N.
Samkharadze
,
B.
Undseth
,
A.
Sammak
,
G.
Scappucci
, and
L. M. K.
Vandersypen
, “
Quantum logic with spin qubits crossing the surface code threshold
,”
Nature
601
,
343
(
2022
).
12.
K.
Takeda
,
A.
Noiri
,
T.
Nakajima
,
T.
Kobayashi
, and
S.
Tarucha
, “
Quantum error correction with silicon spin qubits
,”
Nature
608
,
682
(
2022
).
13.
R.
Maurand
,
X.
Jehl
,
D.
Kotekar-Patil
,
A.
Corna
,
H.
Bohuslavskyi
,
R.
Laviéville
,
L.
Hutin
,
S.
Barraud
,
M.
Vinet
,
M.
Sanquer
, and
S.
De Franceschi
, “
A CMOS silicon spin qubit
,”
Nat. Commun.
7
,
13575
(
2016
).
14.
L. M. K.
Vandersypen
,
H.
Bluhm
,
J. S.
Clarke
,
A. S.
Dzurak
,
R.
Ishihara
,
A.
Morello
,
D. J.
Reilly
,
L. R.
Schreiber
, and
M.
Veldhorst
, “
Interfacing spin qubits in quantum dots and donors—hot, dense, and coherent
,”
npj Quantum Inf.
3
,
34
(
2017
).
15.
M.
Veldhorst
,
H. G. J.
Eenink
,
C. H.
Yang
, and
A. S.
Dzurak
, “
Silicon CMOS architecture for a spin-based quantum computer
,”
Nat. Commun.
8
,
1766
(
2017
).
16.
L. C.
Camenzind
,
S.
Geyer
,
A.
Fuhrer
,
R. J.
Warburton
,
D. M.
Zumbühl
, and
A. V.
Kuhlmann
, “
A hole spin qubit in a fin field-effect transistor above 4 kelvin
,”
Nat. Electron.
5
,
178
(
2022
).
17.
A. M. J.
Zwerver
,
T.
Krähenmann
,
T. F.
Watson
,
L.
Lampert
,
H. C.
George
,
R.
Pillarisetty
,
S. A.
Bojarski
,
P.
Amin
,
S. V.
Amitonov
,
J. M.
Boter
,
R.
Caudillo
,
D.
Correas-Serrano
,
J. P.
Dehollain
,
G.
Droulers
,
E. M.
Henry
,
R.
Kotlyar
,
M.
Lodari
,
F.
Lüthi
,
D. J.
Michalak
,
B. K.
Mueller
,
S.
Neyens
,
J.
Roberts
,
N.
Samkharadze
,
G.
Zheng
,
O. K.
Zietz
,
G.
Scappucci
,
M.
Veldhorst
,
L. M. K.
Vandersypen
, and
J. S.
Clarke
, “
Qubits made by advanced semiconductor manufacturing
,”
Nat. Electron.
5
,
184
(
2022
).
18.
T.
Otsuka
,
T.
Nakajima
,
M. R.
Delbecq
,
S.
Amaha
,
J.
Yoneda
,
K.
Takeda
,
G.
Allison
,
T.
Ito
,
R.
Sugawara
,
A.
Noiri
,
A.
Ludwig
,
A. D.
Wieck
, and
S.
Tarucha
, “
Single-electron spin resonance in a quadruple quantum dot
,”
Sci. Rep.
6
,
31820
(
2016
).
19.
T.
Ito
,
T.
Otsuka
,
S.
Amaha
,
M. R.
Delbecq
,
T.
Nakajima
,
J.
Yoneda
,
K.
Takeda
,
G.
Allison
,
A.
Noiri
,
K.
Kawasaki
, and
S.
Tarucha
, “
Detection and control of charge states in a quintuple quantum dot
,”
Sci. Rep.
6
,
39113
(
2016
).
20.
C.
Volk
,
A. M. J.
Zwerver
,
U.
Mukhopadhyay
,
P. T.
Eendebak
,
C. J.
van Diepen
,
J. P.
Dehollain
,
T.
Hensgens
,
T.
Fujita
,
C.
Reichl
,
W.
Wegscheider
, and
L. M. K.
Vandersypen
, “
Loading a quantum-dot based ‘Qubyte’ register
,”
npj Quantum Inf.
5
,
29
(
2019
).
21.
Y.
Hu
and
M. J.
Buehler
, “
Deep language models for interpretative and predictive materials science
,”
APL Mach. Learn.
1
,
010901
(
2023
).
22.
J. P.
Zwolak
and
J. M.
Taylor
, “
Colloquium: Advances in automation of quantum dot devices control
,”
Rev. Mod. Phys.
95
,
011006
(
2023
).
23.
H.
Liu
,
B.
Wang
,
N.
Wang
,
Z.
Sun
,
H.
Yin
,
H.
Li
,
G.
Cao
, and
G.
Guo
, “
An automated approach for consecutive tuning of quantum dot arrays
,”
Appl. Phys. Lett.
121
,
084002
(
2022
).
24.
T. A.
Baart
,
P. T.
Eendebak
,
C.
Reichl
,
W.
Wegscheider
, and
L. M. K.
Vandersypen
, “
Computer-automated tuning of semiconductor double quantum dots into the single-electron regime
,”
Appl. Phys. Lett.
108
,
213104
(
2016
).
25.
C. J.
van Diepen
,
P. T.
Eendebak
,
B. T.
Buijtendorp
,
U.
Mukhopadhyay
,
T.
Fujita
,
C.
Reichl
,
W.
Wegscheider
, and
L. M. K.
Vandersypen
, “
Automated tuning of inter-dot tunnel coupling in double quantum dots
,”
Appl. Phys. Lett.
113
,
033101
(
2018
).
26.
A. R.
Mills
,
M. M.
Feldman
,
C.
Monical
,
P. J.
Lewis
,
K. W.
Larson
,
A. M.
Mounce
, and
J. R.
Petta
, “
Computer-automated tuning procedures for semiconductor quantum dot arrays
,”
Appl. Phys. Lett.
115
,
113501
(
2019
).
27.
M.
Lapointe-Major
,
O.
Germain
,
J.
Camirand Lemyre
,
D.
Lachance-Quirion
,
S.
Rochette
,
F.
Camirand Lemyre
, and
M.
Pioro-Ladrière
, “
Algorithm for automated tuning of a quantum dot into the single-electron regime
,”
Phys. Rev. B
102
,
085301
(
2020
).
28.
S. S.
Kalantre
,
J. P.
Zwolak
,
S.
Ragole
,
X.
Wu
,
N. M.
Zimmerman
,
M. D.
Stewart
, and
J. M.
Taylor
, “
Machine learning techniques for state recognition and auto-tuning in quantum dots
,”
npj Quantum Inf.
5
,
6
(
2019
).
29.
J. D.
Teske
,
S. S.
Humpohl
,
R.
Otten
,
P.
Bethke
,
P.
Cerfontaine
,
J.
Dedden
,
A.
Ludwig
,
A. D.
Wieck
, and
H.
Bluhm
, “
A machine learning approach for automated fine-tuning of semiconductor spin qubits
,”
Appl. Phys. Lett.
114
,
133102
(
2019
).
30.
D. T.
Lennon
,
H.
Moon
,
L. C.
Camenzind
,
L.
Yu
,
D. M.
Zumbühl
,
G. A. D.
Briggs
,
M. A.
Osborne
,
E. A.
Laird
, and
N.
Ares
, “
Efficiently measuring a quantum device using machine learning
,”
npj Quantum Inf.
5
,
79
(
2019
).
31.
J. P.
Zwolak
,
T.
McJunkin
,
S. S.
Kalantre
,
J. P.
Dodson
,
E. R.
MacQuarrie
,
D. E.
Savage
,
M. G.
Lagally
,
S. N.
Coppersmith
,
M. A.
Eriksson
, and
J. M.
Taylor
, “
Autotuning of double-dot devices in situ with machine learning
,”
Phys. Rev. Appl.
13
,
034075
(
2020
).
32.
J.
Darulová
,
S. J.
Pauka
,
N.
Wiebe
,
K. W.
Chan
,
G. C.
Gardener
,
M. J.
Manfra
,
M. C.
Cassidy
, and
M.
Troyer
, “
Autonomous tuning and charge-state detection of gate-defined quantum dots
,”
Phys. Rev. Appl.
13
,
054005
(
2020
).
33.
R.
Durrer
,
B.
Kratochwil
,
J. V.
Koski
,
A. J.
Landig
,
C.
Reichl
,
W.
Wegscheider
,
T.
Ihn
, and
E.
Greplova
, “
Automated tuning of double quantum dots into specific charge states using neural networks
,”
Phys. Rev. Appl.
13
,
054019
(
2020
).
34.
H.
Moon
,
D. T.
Lennon
,
J.
Kirkpatrick
,
N. M.
van Esbroeck
,
L. C.
Camenzind
,
L.
Yu
,
F.
Vigneau
,
D. M.
Zumbühl
,
G. A. D.
Briggs
,
M. A.
Osborne
,
D.
Sejdinovic
,
E. A.
Laird
, and
N.
Ares
, “
Machine learning enables completely automatic tuning of a quantum device faster than human experts
,”
Nat. Commun.
11
,
4161
(
2020
).
35.
N. M.
van Esbroeck
,
D. T.
Lennon
,
H.
Moon
,
V.
Nguyen
,
F.
Vigneau
,
L. C.
Camenzind
,
L.
Yu
,
D. M.
Zumbühl
,
G. A. D.
Briggs
, and
D.
Sejdinovic
, “
Quantum device fine-tuning using unsupervised embedding learning
,”
New J. Phys.
22
,
095003
(
2020
).
36.
A. B.
Mei
,
I.
Milosavljevic
,
A. L.
Simpson
,
V. A.
Smetanka
,
C. P.
Feeney
,
S. M.
Seguin
,
S. D.
Ha
,
W.
Ha
, and
M. D.
Reed
, “
Optimization of quantum-dot qubit fabrication via machine learning
,”
Appl. Phys. Lett.
118
,
204001
(
2021
).
37.
V.
Nguyen
,
S. B.
Orbell
,
D. T.
Lennon
,
H.
Moon
,
F.
Vigneau
,
L. C.
Camenzind
,
L.
Yu
,
D. M.
Zumbühl
,
G. A. D.
Briggs
,
M. A.
Osborne
,
D.
Sejdinovic
, and
N.
Ares
, “
Deep reinforcement learning for efficient measurement of quantum devices
,”
npj Quantum Inf.
7
,
100
(
2021
).
38.
Y.
Matsumoto
,
T.
Fujita
,
A.
Ludwig
,
A. D.
Wieck
,
K.
Komatani
, and
A.
Oiwa
, “
Noise-robust classification of single-shot electron spin readouts using a deep neural network
,”
npj Quantum Inf.
7
,
136
(
2021
).
39.
J.
Ziegler
,
T.
McJunkin
,
E. S.
Joseph
,
S. S.
Kalantre
,
B.
Harpt
,
D. E.
Savage
,
M. G.
Lagally
,
M. A.
Eriksson
,
J. M.
Taylor
, and
J. P.
Zwolak
, “
Toward robust autotuning of noisy quantum dot devices
,”
Phys. Rev. Appl.
17
,
024069
(
2022
).
40.
R. R.
Selvaraju
,
M.
Cogswell
,
A.
Das
,
R.
Vedantam
,
D.
Parikh
, and
D.
Batra
, “
Grad-CAM: Visual explanations from deep networks via gradient-based localization
,”
Int. J. Comput. Vis.
128
,
336
(
2020
).
41.
L. P.
Kouwenhoven
,
D. G.
Austing
, and
S.
Tarucha
, “
Few-electron quantum dots
,”
Rep. Prog. Phys.
64
,
701
(
2001
).
42.
J. M.
Elzerman
,
R.
Hanson
,
J. S.
Greidanus
,
L. H.
Willems van Beveren
,
S.
De Franceschi
,
L. M. K.
Vandersypen
,
S.
Tarucha
, and
L. P.
Kouwenhoven
, “
Few-electron quantum dot circuit with integrated charge read out
,”
Phys. Rev. B
67
,
161308(R)
(
2003
).
43.

The function of cv2.adaptiveThreshold is used. The parameters are set to adaptiveMethod = cv2.ADAPTIVE_THRESH_GAUSSIAN_C, thresholdType = cv2.THRESH_BINARY, blockSize = 5, and C = −1.

44.
D. J.
Reilly
,
C. M.
Marcus
,
M. P.
Hanson
, and
A. C.
Gossard
, “
Fast single-charge sensing with a rf quantum point contact
,”
Appl. Phys. Lett.
91
,
162101
(
2007
).
45.
M.
Shinozaki
,
Y.
Muto
,
T.
Kitada
,
T.
Nakajima
,
M. R.
Delbecq
,
J.
Yoneda
,
K.
Takeda
,
A.
Noiri
,
T.
Ito
,
A.
Ludwig
,
A. D.
Wieck
,
S.
Tarucha
, and
T.
Otsuka
, “
Gate voltage dependence of noise distribution in radio-frequency reflectometry in gallium arsenide quantum dots
,”
Appl. Phys. Express
14
,
035002
(
2021
).
46.
J. P.
Zwolak
,
J.
Ziegler
,
S. S.
Kalantre
, and
J. M.
Taylor
, QFlow 2.0: Quantum dot data for machine learning,
National Institute of Standards and Technology
,
2022
, https://doi.org/10.18434/T4/1423788 (accessed 18 12 2023).

Supplementary Material