Research

researches by categories in reversed chronological order.

2024

  1. parameter.png
    Advancing Agricultural Field Segmentation Using Deep Learning
    2024-Present

    Computer Vision, Machine Learning, Deep Learning

    Agricultural field segmentation using deep learning models to identify crop types, weeds, and soil. The project aims to develop a robust and efficient model for field segmentation using satellite images.

    Tools and Technology: Python (Pytorch), OpenCV

  2. codereview.png
    Advancing Automatic Code Review and Code Refinement Generation Using Large Language Models
    2023-2024 (ArXiv)

    Undergraduate Thesis, Software Engineering, Machine Learning, Natural Language Processing

    Prompting and PEFT techniques, augmenting static program metadata (function call graph) and natural language summary with human evaluation to improve code review and code refinement generation tasks

    Tools and Technology: Python (Pytorch), TreeSitter, OpenAI GPT API, CodeT5, CodeReviewer, CodeLlama

  3. Faster and Improved CD-MAWS with Suffix Automata
    2024 (Accepted at WALCOM 2025)

    Suffix Automata, BioInformatics

    Introduced a refined CD-MAWS method for phylogeny estimation, significantly reducing computational complexity from max(O(mn ), O(mn log n)) to max(O(mn ), O(mnk)) while maintaining tree quality, through a revised cosine distance calculation method, binary encoding of MAWs, and the adoption of suffix automata for MAW generation.