Yuriel Ryan
Contents
  1. Education
  2. Work Experience
    1. Research Intern, DSO-AISG Research Award
    2. Founding AI Engineer, Pallo (formerly Check) (Iterative W25)
    3. LMM Research Assistant, Social AI Lab (SUTD)
    4. LLM Research Intern, DSO National Laboratories
  3. Publications
    1. Conference Papers
    2. Workshop Papers
    3. Under Review
  4. Teaching
  5. Community Service

Education

M.Eng (Research)
Singapore University of Technology and Design
Expected 2025 Sep to 2026 Sep

  • Cumulative GPA: 5.00/5.00
  • AI Singapore Accelerated Masters Scholar (2024 Sep - 2026 Sep)
  • DSO-AISG Research Award (2025 Sep - 2026 Sep)

B.Eng (Computer Science, Minor in AI)
Singapore University of Technology and Design
2021 Sep to 2025 May

  • Cumulative GPA: 4.70/5.00, Honors with Highest Distinction
  • SUTD Undergraduate Merit Scholar (2021 Sep - 2024 Aug)

Global Exchange Program
Aalto University
Finland, Jan 2024 to Jun 2025

  • Awarded the KKH Global Exchange Award (2024 Spring)
  • Exchange Student under Aalto University’s School of Science


Relevant CoursesGrade
51.511 Multimodal Generative AI – PostgraduateA
99.512 Mathematics for AI – PostgraduateA
51.504 Machine Learning – PostgraduateA
50.050 Advanced Algorithms (Formerly Discrete Mathematics and Algorithm Design)A
50.035 Computer VisionA
50.007 Machine Learning - UndergraduateA
01.117 Brain-Inspired Computing and it’s ApplicationsA
CS-E4890 Deep LearningExchange
ELEC-E5550 Statistical Natural Language ProcessingExchange
CS-E4800 Artificial IntelligenceExchange


Work Experience

Research Intern, DSO-AISG Research Award

2025 September – Present

Label-Free Self-Evolving VLMs (ongoing project) | GitHub
2026 June – Present

  • Reproduced the full Video-Zero training stack (a self-evolving video LLM) from the paper’s equations to serve as the project baseline: a Questioner and a Solver (Qwen 3.5 9B on verl and vLLM) co-evolve with GRPO, using consensus pseudo-labels as the training signal.
  • Ran multi-model RL on shared GPUs, with a frozen vLLM policy server scoring rewards during GRPO training. A full 5-iteration co-evolution pipeline runs end-to-end in ~4.5h on 2× H200 under SLURM.
  • Adapted the pipeline to ternary sentiment using self-generated pseudo-labels (majority voting), raising video-only accuracy over the base model from 41.9% to 44.2% with no human-written annotations or labels.

Self-Reinforcing VLMs (completed project – ICML 2026) | GitHub
2025 September – 2026 June

  • Collaborated with research scientists from DSO National Laboratories as part of the research award to improve VLM robustness against ambiguous and corrupted modalities.
  • Applied the Partial Information Decomposition (information theoretic) framework to motivate hypotheses and design experiments for tuning multimodal interactions.
  • Curated training (e.g. cleaning, deduplication) and validation partitions using vLLM, yielding three training sets (984,000 samples) of varying redundant interactions for supervised fine-tuning (PEFT with LoRA).
  • Tested the hypotheses by fine-tuning VLMs — ranging from 256M (SmolVLM) to 8B (LLaVa-OneVision) parameters — with low rank adapters, leading to a 38.3% decrease in visual-induced hallucinations and 16.8% gain in consistency; methods and findings were accepted into the ICML main track.

Founding AI Engineer, Pallo (formerly Check) (Iterative W25)

2025 January – March
  • Built a Retrieval Augmented Generation (RAG) workflow to produce syllabus-accurate outputs, securing a Pre-Seed fund from Iterative VC (Winter 2025).
  • Built a data processing pipeline by combining open-source Computer Vision models with LLMs, contributing 8,700 high quality questions to Supabase for RAG.
  • Deployed DeepSeek R1 models to Google Cloud Run to solve Singapore GCE A-Level math problems, increasing the accuracy of the final outputs by 36%.

LMM Research Assistant, Social AI Lab (SUTD)

2024 June – December
  • Web scraped using Selenium and Beautiful Soup to collect more than 28,000 comics for analysis.
  • Recruited and managed 8 participants to evaluate 2,800 comics using Label Studio to assess large multimodal models’ (LMMs such as Qwen2-VL, LLaVa-OV, GPT4o and Gemini) ability to comprehend humor.

LLM Research Intern, DSO National Laboratories

2023 August – December
  • Applied the Graph of Thoughts reasoning workflow with LLMs to detect vulnerable code within a 3-layer call stack, reducing incurred API (ChatGPT) costs by 25%.
  • Integrated Llama 2 and Code Llama with LangChain to perform Retrieval-Augmented Generation (RAG), further improving contextual understanding.

Technical Skills: Python, PyTorch, TensorFlow, Google Cloud Platform, SQL, Java


Publications

Conference Papers

2026 ICML

Self-Captioning Multimodal Interaction Tuning: Amplifying Exploitable Redundancies for Robust Vision Language Models

Yuriel Ryan, Ip Hei Man, Adriel Kuek, Paul Pu Liang, Roy Ka-Wei Lee

43rd Proceedings of the International Conference on Machine Learning, Seoul, South Korea (ICML 2026)

Details Paper (opens in a new tab)
Abstract

Current vision language models face hallucination and robustness issues against ambiguous or corrupted modalities. We hypothesize that these issues can be addressed by exploiting the shared information between modalities to compensate for the impaired one. To this end, we analyze multimodal interactions – redundant (shared), unique (exclusive), and synergistic (emergent) task-relevant information provided by the modalities – to determine their impacts on model reliability. Specifically, amplifying redundant interactions would increase this exploitable shared information to resolve these issues; yet, modern instruction datasets often eliminate redundancies to prioritize visual grounding. We bridge this gap through a self-captioning workflow featuring a Multimodal Interaction Gate: a mechanism to convert unique interactions into redundant interactions. Our findings suggest that increasing redundancy can reduce visual induced errors by 38.3% and improve consistency by 16.8%.

2026 ICWSM

Large Scale Narrative Analysis of Multimodal Memes

Jia Wang Peh, Ming Shan Hee, Bryan (Chen Zhengyu) Tan, Yuriel Wang Jun Long Ryan, Roy Ka-Wei Lee

Proceedings of the 20th International AAAI Conference on Web and Social Media, Los Angeles, USA (ICWSM 2026)

Details Paper (opens in a new tab)
Abstract

Current computational approaches to meme analysis primarily focus on individual memes, with an emphasis on tasks such as hateful content detection and sentiment analysis. In contrast, corpus-level analyses, which are necessary to reveal in-depth thematic narratives embedded in meme corpora, have remained within the purview of social science research. While qualitative methods such as inductive content analysis provide deeper insights, they are labor-intensive and lack scalability. To address this gap, we introduce MemeTopicTrees (MemeTT), a zero-shot pipeline that clusters multimodal memes based on their targets, aspects, sentiments, and opinions. In addition to clustering, MemeTT generates a descriptive narrative for each cluster to provide a nuanced understanding of meme corpora. By integrating multimodal aspect-based sentiment analysis with hierarchical clustering, MemeTT automates both semantic analysis and narrative generation at scale. Evaluated on a combined pool of three datasets spanning political, public health, and defense domains, MemeTT successfully produces fine-grained clusters and coherent narratives, with narrative relevance most pronounced at the target and aspect levels. Evaluations show that the best-performing models are highly accurate at identifying meme targets and aspects, although maintaining high accuracy for opinions and sentiments remains challenging. Furthermore, while cluster distinctiveness is robust at the target level, room for improvement remains at lower clustering levels. Despite these challenges, this approach offers a scalable solution for analyzing public sentiment and discourse in meme corpora. We lay the foundation for future research on the understudied task of automated meme corpus analysis.

2025 EMNLP

Humor in Pixels: Benchmarking Large Multimodal Models Understanding of Online Comics

Yuriel Ryan*, Rui Yang Tan*, Kenny Tsu Wei Choo, Roy Ka-Wei Lee * co-first authors

Findings of the Association for Computational Linguistics, Suzhou, China (EMNLP 2025)

Details Paper (opens in a new tab)
Abstract

Understanding humor is a core aspect of social intelligence, yet it remains a significant challenge for Large Multimodal Models (LMMs). We introduce PixelHumor, a benchmark dataset of 2,800 annotated multi-panel comics designed to evaluate LMMs’ ability to interpret multimodal humor and recognize narrative sequences. Experiments with state-of-the-art LMMs reveal substantial gaps: for instance, top models achieve only 61% accuracy in panel sequencing, far below human performance. This underscores critical limitations in current models’ integration of visual and textual cues for coherent narrative and humor understanding. By providing a rigorous framework for evaluating multimodal contextual and narrative reasoning, PixelHumor aims to drive the development of LMMs that better engage in natural, socially aware interactions.

Workshop Papers

2026 ICML

Balance Human Agency & AI Assistance in the Tussle for the ``Right’’ to Choose, Own, Work, and Learn

Zi-Yu Khoo, Yuriel Ryan, Nicole Heng Yim Oo, Hui En Pang, Eric J. W. Orlowski, Hakim Norhashim, Ruth Wan Theng Chew, Davin Choo, Rachael Hwee Ling Sim, Simon Chesterman, Jungpil Hahn, Bryan Kian Hsiang Low

Trustworthy AI for Good (AI4GOOD) Workshop, Seoul, South Korea (ICML 2026)

Details Paper (opens in a new tab)
Abstract

AI increasingly mediates and augments daily life, yet its technical properties risk reshaping the way users choose (what they consume), own (what they create), learn, and work. These risks reflect widely recognized AI principles, which unfortunately remain largely high-level and unoperationalizable. As the risks arising from AI assistance continue to subtly erode human agency, this work takes a different approach to operationalizing AI principles by translating the risks into concrete research questions that can guide the design of AI systems. This enables the research community to balance human agency and AI assistance in AI development and align it with the goal of benefiting humans.

Under Review

2026 NeurIPS

PID-Chain: Distinguishing Heuristics from Answers in Multimodal Sequential Targets

Yuriel Ryan

Interpretability as a Science Workshop (NeurIPS 2026), under review

Details
Abstract

Humans naturally anticipate tasks from context. A geometry figure in a quiz primes a student to expect trigonometry before the question is read. These heuristics reflect how much (partial) information each input modality potentially carries before even fixing a task. Generalizing this intuition, interpreting how a LLM anticipates task could help inform tasks with sequential targets. We extend partial information decomposition (PID) to accommodate these structured targets and evaluate the empirical interpretations. We test this by quantifying redundant (shared), unique (exclusive), and synergistic (emergent) task-relevant information across successive targets: a domain or topic, followed by the actual task or question. Our method, PID-Chain, shows that specifying the task resolves an apparently redundancy-dominated dataset into distinct per-task structures. The first task can be purely redundant while the subsequent task becomes synergistic. Decomposing contributions in sequential targets isolates key parts of a reasoning chain that lead to emergent properties like sarcasm. Further experiments show that PID-Chain recovers the enumerated ground-truth decomposition on synthetic benchmarks and yields results consistent with previous estimators.


Teaching


Community Service