Personal Pages

Gusti Ahmad Fanshuri Alfarisy, Ph.D.

from world import netizens
print("Hello world!")
print("Greetings from Borneo Islands...!")

My picture - Gusti Ahmad Fanshuri Alfarisy


Research Agendas

Current research agendas

We have experienced the outstanding performance of artificial intelligence surpassing human capability. Yet, they are unable to acknowledge fully that they do not know and learn the novel phenomenon continuously like humans. In my current research agenda, I am exploring a technique to enhance an agent to identify unknown categories and learn them continuously in domain-specific problem. This will make the agent become reliable and able to adapt to the open-world environment in the agent interest only. The applications can be applied to ecology, healthcare, smart cities, robotics, chatbot or intelligent systems. We named this as Domain-Specific Open-World Recognition.

We are interested in the domain-specific open-world recognition problems in Environmental/Biodiversity Monitoring and Conservation, Lifelong Chatbot, Web Intelligence, and Agriculture/Food.

Short Biography

Hi, greetings from Borneo Island! I am an assistant professor at Institut Teknologi Kalimantan at the Department of Informatics. I have been teaching several topics including algorithms and programming languages, data structures, functional programming, numerical methods, machine learning, artificial intelligence, deep learning, web intelligence, and software engineering. I have reviewed several articles in Springer and Elsevier Journals. My research interest includes:

  • Open-World Lifelong Machine Learning (OWLML)
  • Web Intelligence
  • Retrieval-Augmented Generation with OWLML
  • Ecological and Environmental Informatics
  • AI Generated Content (AIGC) Detection System

Main Projects

Open-World Lifelong Learning for Biodiversity Monitoring

In a world teeming with diverse ecosystems, continuous and adaptive biodiversity monitoring is vital, as biodiversity plays a crucial role in our sustainability as humans. Open-world lifelong learning offers an innovative approach to monitoring that evolves alongside the environment. Unlike traditional models, which require retraining with new data and struggle to identify unknown classes, open-world lifelong learning systems autonomously learn and adapt over time, recognizing and integrating new species and ecological changes without restarting from scratch. The primary challenge lies in mitigating catastrophic interference to achieve true open-world capability.

Ongoing:

  1. Open-Set Recognition with Continual Learning for Plant Species Recognition
  2. Active Learning for Plant Species Recognition
  3. Biodiversity and Forestry Portal for Borneo Island

Adaptive Hybrid Multi-Modal RAG for Open-World Environments via Lifelong Learning

Ongoing:

  1. Advanced RAG for academic information

Lifelong Detection of LLM-Generated Content in Open-World Scenarios

Ongoing:

  1. Fake Product Detection
Background image
Lecture Notes 5: Logical Agent and First-Order Logic
October 01, 2025
The solution derived from search technique is limited and in inflexible sense. For example, the agent does not know that...
Background image
Lecture Notes 6: Python Itertools and Functools
September 24, 2025
Python provides two powerful modules for functional-style programming:
Background image
Lecture Notes 4: Adversarial Search and Games
September 22, 2025
When two or more agents pursue conflicting goals, a problem known as adversarial search arises. In this lecture, we will...
Background image
Lecture Notes 4: Recursion and Y-Combinator
September 18, 2025
Recursion Recursion is a mechanism where a function call itself, replacing the loop in imperative paradigm.
Background image
Lecture Notes 3: Higher-Order Functions in Lambda Calculus
September 13, 2025
Introduction to Higher-Order Functions In functional programming and lambda calculus, higher-order functions (HOFs) are functions that take other functions as...