Research
researches by categories in reversed chronological order.
2024
- Advancing Agricultural Field Segmentation Using Deep Learning2024-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 - Advancing Automatic Code Review and Code Refinement Generation Using Large Language Models2023-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 - Faster and Improved CD-MAWS with Suffix Automata2024 (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.