| layout | page | ||||||
|---|---|---|---|---|---|---|---|
| div_class | people | ||||||
| permalink | /people/ | ||||||
| title | people | ||||||
| description | members of the PAIR research group | ||||||
| nav | true | ||||||
| nav_order | 3 | ||||||
| tabs | true | ||||||
| lab_pictures | assets/img/pair-group-pictures/ | ||||||
| pretty_table | true | ||||||
| images |
|
||||||
| display_categories |
|
||||||
| display_status |
|
{% if page.lab_pictures %} {% assign lab_images = site.static_files | where_exp: "file", "file.path contains page.lab_pictures" %} {% assign highres_images = lab_images | where_exp: "img", "img.path contains '-1400.webp'" %} {% assign unique_images = highres_images | uniq: "basename" %} {% assign lab_images = unique_images %}
<style>
@media (max-width: 600px) {
.mySwiper {
height: 180px !important;
}
.mySwiper .swiper-slide img {
height: 160px !important;
}
}
.mySwiper, .mySwiper .swiper-wrapper {
width: 100% !important;
height: 640px !important;
min-height: 160px;
}
.mySwiper .swiper-slide img {
width: 100%;
height: 300px;
object-fit: cover;
object-position: center;
display: block;
border-radius: 8px;
}
</style>
{% for lab_image in lab_images %}
{% include figure.liquid loading="eager" path=lab_image.path class="img-fluid rounded z-depth-1" %}
{% endfor %}
{% for lab_image in lab_images %}
{% include figure.liquid loading="eager" path=lab_image.path class="img-fluid rounded z-depth-1" %}
{% endfor %}
{% endif %}
### Current Members
{% for category in page.display_categories %}
{% assign categorized_people = site.people | where: "category", category %}
{% assign sorted_people = categorized_people | sort_natural: "name" %}
{% endfor %}
{% for people in sorted_people %}
{% if people.status contains "current" %}
{% include people_card.liquid %}
{% endif %}
{% endfor %}
### Alumni
We have been fortunate to work with exemplary colleagues over the years.
{% details Graduates/Postdocs %}
| Name | Institution | Degree | Year | Currently at |
|---|---|---|---|---|
| Wei Yu | UofT | PhD | 2020-2025 | |
| Krishnan Srinivasan | Stanford | PhD | 2021-2025 | Tesla (Optimus) |
| Kourosh Darvish | UofT | Postdoc | 2022-2024 | AC, UofT (Faculty) |
| Siqi Zhou | UofT | Postdoc | 2022-2022 | SFU (Faculty) |
| Nikita Dvornik | UofT | Postdoc | 2021-2022 | Waabi |
| Irene Zhang | UofT | MSc (CS) | 2020-2022 | PhD, Oxford |
| Matthew Zhang | UofT | MSc (CS) | 2020-2022 | PhD, UofT -> MIT (postdoc) |
| Dylan Turpin | UofT | MSc (CS) | 2019-2021 | PhD, UofT -> Nvidia |
| Homanga Bhardwaj | UofT | MSc (CS) | 2019-2021 | CMU (PhD) -> JHU (Faculty) |
{% enddetails %}
{% details Undergraduates %}
| Name | Institution | Degree | Year | Currently at |
|---|---|---|---|---|
| Ayush Agarwal | Georgia Tech | BS | 2024-2026 | Stanford (MS) |
| Aditya Bajoria | Georgia Tech | BS | 2024-2026 | |
| Kunal Aneja | Georgia Tech | BSMS | 2022-2026 | Google Deepmind |
| Atharva Mete | Georgia Tech | BSMS | 2023-2025 | Agility |
| Jia Lin (Alan) Yuan | UofT | BS (CS) | 2021-2024 | MScAC, Instacart |
| Arthur Allshire | UofT | Engg. Sci. | 2020-2023 | PhD, UC Berkeley |
| Ritvik Singh | UofT | Engg. Sci. | 2020-2023 | Nvidia |
| Jingzhou (Jason) Liu | UofT | Engg. Sci | 2020-2023 | PhD, CMU |
| Alice Zhuo | UofT | Engg. Sci | 2020-2023 | |
| Songheng Yin | UofT | BS (CS) | 2020-2022 | Columbia, Mujin |
| Varun Lodaya | UofT | BS (CS) | 2020-2022 | Deep Genomics |
| Advaya Gupta | UofT | BS (CS) | 2020-2022 | Stanford |
| Xintong (Oscar) Zhou | UofT | BS (CS) | 2020-2023 | CMU |
| Richard Ren | UofT | Engg. Sci | 2020-2022 | |
| Helen Wang | UofT | Engg. Sci | 2020-2022 | PhD, UW |
| Dhananjay Ashok | UofT | BS (CS) | 2020-2022 | PhD, USC |
| Yanxin (Anna) Ding | UofT | BS (CS) | 2021-2022 | |
| Siyan Zhao | UofT | Engg. Sci. | 2021-2022 | Phd, UCLA |
| Quinxi (Quincy) Yu | UofT | BS (CS) | 2021-2022 | AWS |
| Calvin Yu | UofT | BS (CS) | 2021-2022 | Apple |
| Ming Yu Wang | UofT | Engg. Sci | 2021-2022 | Stripe |
| Umid Targuliyev | UofT | BS (CS) | 2021-2022 | Caspian Innovation Center |
| Shysta Sehgal | UofT | BS (CS, CogSci) | 2021-2022 | PhD, UofT |
| Liquan Wang | UofT | BS (CS) | 2019-2021 | PhD, Georgia Tech |
| Quanzhou Li | UofT | BS (ECE) | 2020-2021 | PhD, NTU |
| James Liang | UofT | BS (Engg. Sci.) | 2020-2021 | In Memoriam |
| Samarth Sinha | UofT | BS (ECE) | 2019-2021 | Luma Labs |
| Anup Deb | UofT | Engg. Sci | 2020-2021 | Citadel |
| Tianxu An | UofT | Engg. Sci. (Rob) | 2020-2021 | PhD ETH |
| Winston Chen | UofT | Engg. Sci. (Robotics) | 2019-2020 | |
| Keyu Long | UofT | MScAC | 2020 | GPTZero |
| Panteha Naderian | UofT | MScAC | 2020 | StackAdapt |
| Priya Thakur | UofT | MScAC | 2020 | |
| Mohan Zhang | UofT | MScAC | 2020 | Sixty Degree Capital (VC) |
{% enddetails %}
{% details Visitors & Collaborators %}
| Name | Institution | Degree | Year | Currently at |
|---|---|---|---|---|
| Theophile Gaudin | UofT | PhD | 2019-2022 | Exscientia |
| Haoyu Xiong | TJU | BS | 2020-2022 | MIT, PhD |
| Alexandra Volokhova | MIPT | MSc | 2020-2021 | MILA, PhD |
| Jiankai (Jack) Sun | CUHK | BS | 2020-2021 | Stanford, PhD |
| Chaitanya Devaguptatu | IIT Hyd | MSc | 2021 | Fujitsu Research |
| Chenjia Bai | HIT | PhD | 2021 | TeleAI |
| Mayank Mittal | ETH | MSc | 2020-2021 | PhD ETH |
| Sizhe Sui | SJTU | BS | 2020 | PhD UT Austin |
{% enddetails %}