Talks

2026
  1. AUG 26
    Counterfactual Explanations via Locally-guided Sequential Algorithmic Recourse
    Embedded Machine Intelligence Lab (EMIL)
    Online (Zoom)

    The work introduces LocalFACE, a model-agnostic method for generating feasible and actionable counterfactual explanations using only locally acquired information. It improves privacy and model security by accessing only the data and model regions needed to construct a personalized recourse path.

  2. JUN 17
    Engagement in Digital Interventions
    Embedded Machine Intelligence Lab (EMIL)
    Online (Zoom)

    The paper defines engagement in digital interventions as a state of simultaneous physical, affective, and cognitive energy investment in a task, distinct from adherence and motivation. It introduces the AIM-ACT framework, grounded in neuroscience, to explain how engagement unfolds moment to moment and to translate that into concrete design strategies.

  3. MAR 25
    PaperBanana: Automating Academic Illustration for AI Scientists
    Embedded Machine Intelligence Lab (EMIL)
    Online (Zoom)

    The paper introduces PaperBanana, an agentic framework that automates the generation of publication-ready academic illustrations using vision-language and image generation models. Five specialized agents retrieve references, plan content and style, render figures, and refine them through self-critique, outperforming leading baselines in faithfulness, conciseness, readability, and aesthetics.

  4. FEB 04
    A Large Sensor Foundation Model Pre-trained on Continuous Glucose Monitor Data for Diabetes Management
    Embedded Machine Intelligence Lab (EMIL)
    Online (Zoom)

    The paper introduces CGM-LSM, a Transformer decoder-based large sensor model pretrained on 1.6 million continuous glucose monitoring records from patients spanning different diabetes types, ages, and genders. By modeling patients as sequences of glucose time steps, it forecasts a two-hour horizon and reduces one-hour prediction error by 48.51% over prior methods.

2025
  1. DEC 03
    True knowledge comes from practice - Aligning large language models with embodied environments via reinforcement learning
    Embedded Machine Intelligence Lab (EMIL)
    Online (Zoom)

    The paper introduces TWOSOME, an online framework that deploys large language models as decision-making agents aligned with embodied environments through reinforcement learning, without prepared datasets or prior knowledge of the environment. Action probabilities queried from the model form the behavior policy, and a frozen LLM with low-rank adapters is trained using PPO.

  2. JUL 23
    Autoencoder-based Detection of Insulin Pump Faults in Type 1 Diabetes Treatment
    Embedded Machine Intelligence Lab (EMIL)
    Online (Zoom)

    This paper proposes a novel approach for detecting insulin pump faults (IPFs) by combining the ability of a long short term memory (LSTM) autoencoder to extract features with the strength of random forest to distinguish between anomalous and normal patterns.

  3. MAY 14
    Offline Reinforcement Learning for Safer Blood Glucose Control in People with Type 1 Diabetes
    Embedded Machine Intelligence Lab (EMIL)
    Online (Zoom)

    The paper evaluates offline reinforcement learning as a way to develop effective insulin dosing policies without the potentially dangerous patient interaction required during online training. It benchmarks BCQ, CQL, and TD3-BC on the 30 virtual patients of the FDA-approved UVA/Padova simulator, including challenging scenarios such as incorrect bolus dosing and irregular meal timings.

  4. MAR 26
    PPO and SAC Algorithms
    Embedded Machine Intelligence Lab (EMIL)
    Online (Zoom)

    The talk reviews two widely used deep reinforcement learning methods, Proximal Policy Optimization (PPO) and Soft Actor-Critic (SAC). It contrasts their on-policy and off-policy formulations, the role of the clipped surrogate objective and entropy regularization, and the trade-offs each makes between training stability and sample efficiency.

  5. JAN 08
    CaLoRAify - Calorie Estimation with Visual-Text Pairing and LoRA-Driven Visual Language Models
    Embedded Machine Intelligence Lab (EMIL)
    Online (Zoom)

    The paper introduces CaLoRAify, a vision-language framework that aligns ingredient recognition with calorie estimation by training on visual-text pairs. Built on CalData, a 330K image-text dataset, it applies low-rank adaptation and retrieval-augmented generation to estimate calories from a single food image while retaining conversational interaction.

2024
  1. NOV 06
    Knowledge-Infused LLM-Powered Conversational Health Agent: A Case Study for Diabetes Patients
    Embedded Machine Intelligence Lab (EMIL)
    Online (Zoom)

    The paper proposes a knowledge-infused conversational health agent for diabetes patients, built on the open-source openCHA framework and augmented with the American Diabetes Association dietary guidelines and the Nutritionix database. Analytical tools compute nutritional intake and compare it against those guidelines, outperforming GPT-4 across 100 questions on daily meal choices.

  2. SEP 26
    Can Language Models Solve Graph Problems in Natural Language?
    Embedded Machine Intelligence Lab (EMIL)
    Online (Zoom)

    The paper introduces NLGraph, a benchmark of 29,370 problems spanning eight graph reasoning tasks described in natural language, from connectivity and shortest path to maximum flow. Evaluating GPT-3 and GPT-4, it finds preliminary graph reasoning ability that degrades on harder tasks, and proposes Build-a-Graph and Algorithmic prompting to narrow the gap.

  3. AUG 21
    LaFTer: Label-Free Tuning of Zero-shot Classifier using Language and Unlabeled Image Collections
    Embedded Machine Intelligence Lab (EMIL)
    Online (Zoom)

    The paper introduces LaFTer, which narrows the gap between zero-shot vision-language classifiers and supervised fine-tuning without any labels or paired vision-language data. A classifier is first trained on category descriptions auto-generated by an LLM, then adapted to an unlabeled image collection through pseudo-labeling, yielding up to 11.7% absolute improvement.

  4. JUN 19
    EmojiCrypt: Prompt Encryption for Secure Communication with Large Language Models
    Embedded Machine Intelligence Lab (EMIL)
    Online (Zoom)

    The paper proposes EmojiCrypt, a prompt encryption scheme that obfuscates private data with emojis and other non-linguistic symbols before it is sent to a cloud-based LLM. Across eight datasets it preserves, and sometimes improves, task performance while resisting simulated inference attacks, without requiring any change to the underlying model.

  5. MAR 19
    HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face
    Embedded Machine Intelligence Lab (EMIL)
    Online (Zoom)

    The paper introduces HuggingGPT, an LLM-powered agent that uses ChatGPT as a controller coordinating expert models hosted on Hugging Face. It follows a four-stage pipeline of task planning, model selection from function descriptions, task execution, and response generation, allowing complex multimodal requests to be decomposed and solved end to end.