Tanjeem Azwad Zaman
ML, Bioinformatics, Algorithms

Tanjeem Azwad Zaman

|

Ph.D. Student
Carnegie Mellon University, SCS

About me

I'm Tanjeem, a Ph.D. student (Fall'25) in the Joint CMU-Pitt PhD Program in Computational Biology, under Carnegie Mellon University's School of Computer Science. I completed my undergraduate from the Department of Computer Science & Engineering (CSE) at Bangladesh University of Engineering and Technology (BUET). My research interests lies in Bioinformatics, Algorithms and Machine Learning.

Outside of my academic pursuits, I am an avid fan of problem-solving -- which would explain my fascination with Olympiads during middle and high school. In my free time, I enjoy playing soccer, watching anime, or covering OSTs on the violin.

My Resume

Work Experience

  1. Lecturer

    Department of Computer Science and Engineering,

    BRAC University

    January 2025 — July 2025

    [CSE331] Automata and Computability (Theory)

    [CSE423] Computer Graphics (Theory + Lab)

  2. Adjunct Lecturer

    Department of Computer Science and Engineering,

    Bangladesh University of Engineering and Technology

    August 2024 — December 2024

    [CSE211] Theory of Computation (Theory)

    [CSE326] Information Systems Development and Management (Lab)

    [CSE322] Computer Networks (Lab)

    [CSE210] Computer Architecture (Lab)

    [CSE200] Technical Writing and Presentation (Lab)

  3. Machine Learning Intern

    North-West Power Generation Company Limited, Bangladesh

    April 2023 — June 2023

    Part of an internship program organized by the Department of CSE, BUET. Collected data from several sensors installed around the NWPGCL plant and used ML models to predict the operational state of machinery.

  4. Software Development Intern

    Infolytx

    May 2023 — June 2023

    I was part of a team in charge of developing an app with real-time data analysis and visualization for a foreign client. Built a full-stack module from scratch: Data-Analysis (pandas), Backend (FastAPI), and Frontend development (JavaScript).

Publications and Research Experience

  1. Robustness to Gene Tree Rooting of Triplet-based Species Tree Estimation Methods (August 2023 - March 2025)

    Computational Biology, Phylogenetics Published at RECOMB-CG 2025 Supervised by Dr. Md Shamsuzzoha Bayzid

    We conducted rigorous empirical testing with different phylogenetic rooting techniques on input gene trees to evaluate their effect on the species trees estimated by triplet-based estimation methods like STELAR. We evaluated key parameters such as RF Distance, Triplet and Quartet Scores for simulated datasets with varying levels of Incomplete Lineage Sorting (ILS), gene counts, and base pairs, and considered the correctness of inter-clade relationships for biological datasets. Our analysis identified and explained conditions where STELAR with algorithmic rootings yielded better performance than with Outgroup rooting, even outperforming the state-of-the-art species tree estimation method ASTRAL. Finally, we suggested an avenue for the underrated triplet-based methods to excel even when the true root is unknown. DOI: https://doi.org/10.1007/978-3-031-94928-9_8


    thesis
  2. wQFM-TREE: Highly Accurate and Scalable Quartet-Based Species Tree Inference from Gene Trees (August 2023 - July 2024)

    Published at Bioinformatics Advances Computational Biology, Phylogenetics, Algorithms Supervised by Dr. Md Shamsuzzoha Bayzid

    We addressed the scalability issues of the quartet-based species tree estimation method wQFM. We introduced wQFM-TREE, which uses graph theory, combinatorics, and data structures efficiently to avoid explicitly enumerating all possible quartets, as done in wQFM. Our method was benchmarked against other state-of-the-art (SOTA) methods on simulated datasets (up to 2000 taxa) and empirical datasets (the One Thousand Plant Transcriptomes Initiative dataset). The results showed that wQFM-TREE consistently outperformed or matched the accuracy of SOTA methods, ASTRAL and TREE-QMC, especially in cases with higher taxa, showcasing its competitiveness in large-scale phylogenetic analyses. DOI: https://doi.org/10.1093/bioadv/vbaf053


    wQFM-TREE
  3. Ophthalmic Biomarker Detection using Ensembled Vision Transformers (October 2023 - March 2025)

    Medical Imaging, Machine Learning Supervised by Dr. M. Sohel Rahman

    We used extensive data augmentations and meticulous ensembling of vision transformers to detect ophthalmic biomarkers from OCT scans, resulting in placing 1st at the IEEE SPS VIP Cup 2023. We consulted an ophthalmologist to understand both local and global features, and ensembled MaxViT (which utilizes strided attention to focus on local features) and EVA-02 (which excels at detecting global features) to form the winning idea. During training, we employed various data augmentation strategies including random greyscale transformation, color jitter, random resized cropping, horizontal flipping, and random perspective shifts to enhance model robustness. Post-competition, we utilized unlabelled data by adopting pseudolabeling and knowledge distillation techniques to train a single MaxViT model that matched our winning solution while significantly reducing inference time and computational cost. Preprint available at: https://doi.org/10.48550/arXiv.2310.14005


    ophthalmic biomarkers detection
  4. Dual Graph Autoencoders for Enhanced Graph Representations (November 2023 - May 2025)

    Cheminformatics, Machine Learning, Graph Neural Networks Supervised by Dr. Mohammad Saifur Rahman

    We developed a Dual-Graph Autoencoder framework that effectively utilizes both node features and the traditionally overlooked edge features in graph-structured data. Graphs were made using node and edge features from RDKit, and final features were composed of latent layers of separate autoencoders trained on the graphs and their line-graphs, along with embeddings extracted by ChemBERT from SMILES. The framework was benchmarked on the Tox-21 dataset (a multi-label binary classification task) and the HIV dataset from MoleculeNet, where our approach outperformed other GNN-based methods that used edge features, such as Graph Transformers. We also conducted ablation studies using different feature combinations, providing insights into the efficiency of structural versus semantic features in each classification task. Preprint available at: https://doi.org/10.1101/2024.11.22.624875


    dual graph autoencoder

Education

  1. Ph.D. in Computational Biology

    School of Computer Science, Carnegie Mellon University

    August 2025 - Present
  2. B.Sc. in Computer Science and Engineering

    Bangladesh University of Engineering and Technology

    April 2019 - July 2024

    CGPA: 4.00/4.00

    - Ranked 1st in a class of 113 students


    Notable Courses:

    CSE471- Machine Learning CSE411- Algorithm Engineering
    CSE463- Introduction to Bioinformatics CSE309- Compiler Design
    CSE305- Computer Architecture CSE313- Operating Systems
    CSE405- Computer Security CSE321- Computer Networks
    CSE409- Computer Graphics CSE203- Data Structures and Algorithms
    MATH245- Statistics and Probability MATH247- Linear Algebra

  3. Higher Secondary School Certificate (HSC)

    Notre Dame College, Dhaka

    2018

    GPA: 5.00/5.00

    - Board Talent Pool Scholarship

    - Placed 8th in Dhaka Board

  4. Secondary School Certificate (SSC)

    St. Joseph Higher Secondary School

    2016

    GPA: 5.00/5.00

    - Board Talent Pool Scholarship

Technical Skills

  1. Programming Languages

    Python, C/C++, C#, Java, JavaScript, SQL, HTML/CSS, Bash, LATEX, MySQL, x86 Assembly, Bison/Flex

  2. Libraries/Frameworks

    PyTorch, Scikit-learn, Node.js, NS2, xv6, FastAPI, ReactJS, Wireshark

  3. Tools/Platforms:

    Docker, Git, Google Colab, kaggle, Visual Studio Code, Linux

  4. Languages

    English (Fluent), Bengali (Native)

Projects

Achievements

Competitions

  1. Robi Datathon 3.0

    Runner-Up

    Date: May, 2024

    Organizer: Robi Axiata Limited

    National Data analysis competition with over 3500 participants and 1000 teams from industry and academia. Secured Runner-up position by solving several data analytics challenges and building a predictive model for business use cases.

    [Event Link]

  2. IEEE SPS Video and Image Processing Cup 2023

    Champion

    Date: December, 2023

    Event: Video and Image Processing Cup

    Awarded Champion for our solution to the challenge of Ophthalmic Biomarker Detection from OCT scans.

    [Event Link]

  3. NSysS (2023) Student Research Poster Presentation

    Champion

    Date: December, 2023

    Venue: 10th NSysS 2023 Conference

    Our poster titled "Forecasting of COVID-19 cases using a custom deep learning architecture incorporating vaccination" won Best Student Poster Award.

    [Poster Link]

  4. International Physics Brawl

    36th Globally (1st in Bangladesh)

    Date: November, 2022

    Organizer: Charles University, Prague, Czechia

    Ranked 36th in Category O (1st among the teams from Bangladesh), competing against global teams in solving advanced physics problems under time constraints.

    [Competition Link]

  5. AI for Bangla 2.0

    Honorable Mention

    Date: November, 2022

    Organizer: Government of Bangladesh

    Received Honorable Mention for developing a Deep Learning model for Bangla Sign Language recognition.

  6. Bangladesh Mathematical Olympiad (BdMO)

    Multi-time National Champion and Camper

    Date: 2011 to 2018

    Organizer: BdMO Committee

    Achieved National Champion status and participated in multiple national and extended camps.

  7. Bangladesh Physics Olympiad (BdPhO)

    Multi-time National Winner and Camper

    Date: 2014 to 2018

    Organizer: BdPhO Committee

    Awarded National Winner multiple times and took part in national camps.

  8. Bangladesh Biology Olympiad (BdBO)

    National Champion and Camper

    Date: 2017

    Organizer: BdBO Committee

    Achieved National Champion status and participated in the national camp.

  9. Bangladesh Olympiad in Informatics (BdOI)

    3rd Place, Nationals

    Date: 2016

    Organizer: BdOI Committee

    Secured 3rd place in Nationals for competitive programming challenges.

  10. Creative Talent Hunt

    National Winner

    Date: 2015

    Organizer: Government of Bangladesh

    Won National Winner title for Math and ICT in the Class 9-10 category.

  11. International Assessment for Schools

    Global Gold Medalist

    Date: 2008, 2015, 2016

    Organizer: UNSW

    Achieved Global Gold medal in Mathematics, Science, and English across multiple years, in a problem-solving competition.

Honors & Awards

  1. University Gold Medal

    2024

    Awarded by BUET to the highest CGPA holder in an entire graduating batch.

  2. Prime Minister Gold Medal

    2024

    Awarded by BUET to the highest CGPA holder in each faculty of an entire graduating batch.

  3. IEEE Upsilon Pi Epsilon Award 2023

    2023

    Recognized for academic excellence in the computing and information disciplines. Awarded by the IEEE Computer Society in collaboration with Upsilon Pi Epsilon. [Link]

  4. University Merit List Scholarship

    2020 to 2023

    This scholarship is granted to the top 10% of undergraduate students for academic excellence at BUET. I was an awardee for each semester of my time at BUET

  5. Dean’s List Scholarship

    2020 to 2023

    This scholarship is granted to undergraduate students for academic excellence at BUET. I was an awardee for each year of my time at BUET

  6. Dhaka Board Talent Pool Scholarship (HSC)

    2018

    Ranked 8nd in the Board.

  7. Dhaka Board Talent Pool Scholarship (SSC)

    2016

Leadership Experience

  1. Content Team Head - Brainlytic: An Interactive Problem Solving app

    2020 - 2024

    Supervised by Dr. Anindya Iqbal, I was the volunteer Head of the Content Team of our interactive problem-solving website, Brainlytic. This was designed to help students of grades 3 to 10 explore the fun of problem-solving, and it is the first of its kind to support Bengali Fonts as well. I was in charge of curating the problems and assigning responsibilities to the other COntent Creators. Thus our site amassed over 700 problems in Math, Geometry and Logical Reasoning. The website is currently going through a massive overhaul.

  2. Technical Committee Chair - IEEE CS Student Branch Chapter BUET

    2022 - 2023

    Previously serving as the Treasurer (2021-2022) and Technical Committee Member (2020-2021), I worked to ensure the accessibility of CS education to my community. Arranging webinars and seminars (eg on topics like "How to ____ a Research Paper" by Dr. M. Sohel Rahman), as well as national competitions like the Inter-University Gamejam 2023, were some of the responsibilities I fulfilled.

  3. Class Representative - Department of CSE, BUET

    2019 - 2024

    Represented the class in departmental meetings, organized class events, and communicated with the faculty on behalf of the class.

  4. Centerback and Vice Captain - Hall and Faculty Football (Soccer) teams at BUET

    2022 - 2023

    Since my freshman year, I have been a starter for both my Hall and Faculty football teams. I played every game full-time and contributed to my Hall's historic back-to-back championships in the Inter-Hall Football Tournament, breaking a 13-year drought. In my final year, I served as the de facto Vice-Captain for both teams, overseeing practice sessions and organizing team meetings during tournament seasons as part of my responsibilities.