← Search

Jennifer J. Sun

17 accepted papers

2026

Pre-training Limited Memory Language Models with Internal and External Knowledge

ICLR 2026poster

Neural language models are black-boxes--both linguistic patterns and factual knowledge are distributed across billions of opaque parameters. This entangled encoding makes it difficult to reliably inspect, verify, or update specific facts. We introduce Limited Memory Language Models (LMLM), a new cla…

Cited by 0SourcecodeScholar
2026

Simple Agents Outperform Experts in Biomedical Imaging Workflow Optimization

CVPR 2026

Adapting production-level computer vision tools to bespoke scientific datasets is a critical "last mile" bottleneck. Current solutions are impractical: fine-tuning requires large annotated datasets scientists often lack, while manual code adaptation costs scientists weeks to months of effort. We con

Cited by 0SourcecodeScholar
2025

Pre-trained Large Language Models Learn to Predict Hidden Markov Models In-context

NeurIPS 2025poster

Hidden Markov Models (HMMs) are fundamental tools for modeling sequential data with latent states that follow Markovian dynamics. However, they present significant challenges in model fitting and computational efficiency on real-world datasets. In this work, we demonstrate that pre-trained large l…

Cited by 0SourceScholar
2025

SciVid: Cross-Domain Evaluation of Video Models in Scientific Applications

ICCV 2025poster

In recent years, there has been a proliferation of spatiotemporal foundation models in different scientific disciplines. While promising, these models are often domain-specific and are only assessed within the particular applications for which they are designed. Given that many tasks can be represen…

2025

Self-Evolving Visual Concept Library using Vision-Language Critics

CVPR 2025poster

We study the problem of building a visual concept library for visual recognition. Building effective visual concept libraries is challenging, as manual definition is labor-intensive, while relying solely on LLMs for concept generation can result in concepts that lack discriminative power or fail to…

Cited by 0SourcePDFScholar
2024

Neurosymbolic Grounding for Compositional World Models

ICLR 2024poster

We introduce Cosmos, a framework for object-centric world modeling that is designed for compositional generalization (CompGen), i.e., high performance on unseen input scenes obtained through the composition of known visual "atoms." The central insight behind Cosmos is the use of a novel form of neur…

2024

VideoPrism: A Foundational Visual Encoder for Video Understanding

ICML 2024poster

We introduce VideoPrism, a general-purpose video encoder that tackles diverse video understanding tasks with a single frozen model. We pretrain VideoPrism on a heterogeneous corpus containing 36M high-quality video-caption pairs and 582M video clips with noisy parallel text (e.g., ASR transcripts).…

Cited by 109SourcePDFScholar
2023

BKinD-3D: Self-Supervised 3D Keypoint Discovery From Multi-View Videos

CVPR 2023poster

Quantifying motion in 3D is important for studying the behavior of humans and other animals, but manual pose annotations are expensive and time-consuming to obtain. Self-supervised keypoint discovery is a promising strategy for estimating 3D poses without annotations. However, current keypoint disco…

2023

MABe22: A Multi-Species Multi-Task Benchmark for Learned Representations of Behavior

ICML 2023poster

We introduce MABe22, a large-scale, multi-agent video and trajectory benchmark to assess the quality of learned behavior representations. This dataset is collected from a variety of biology experiments, and includes triplets of interacting mice (4.7 million frames video+pose tracking data, 10 millio…

2022

Automatic Synthesis of Diverse Weak Supervision Sources for Behavior Analysis

CVPR 2022poster

Obtaining annotations for large training sets is expensive, especially in settings where domain knowledge is required, such as behavior analysis. Weak supervision has been studied to reduce annotation costs by using weak labels from task-specific labeling functions (LFs) to augment ground truth labe…

Cited by 11PDFcodeScholar
2022

Self-Supervised Keypoint Discovery in Behavioral Videos

CVPR 2022poster

We propose a method for learning the posture and structure of agents from unlabelled behavioral videos. Starting from the observation that behaving agents are generally the main sources of movement in behavioral videos, our method, Behavioral Keypoint Discovery (B-KinD), uses an encoder-decoder arch…

Cited by 36PDFcodeScholar
2021

Learning View-Disentangled Human Pose Representation by Contrastive Cross-View Mutual Information Maximization

CVPR 2021poster

We introduce a novel representation learning method to disentangle pose-dependent as well as view-dependent factors from 2D human poses. The method trains a network using cross-view mutual information maximization (CV-MIM) which maximizes mutual information of the same pose performed from different…

Cited by 41PDFcodeScholar
2021

Task Programming: Learning Data Efficient Behavior Representations

CVPR 2021poster

Specialized domain knowledge is often necessary to accurately annotate training sets for in-depth analysis, but can be burdensome and time-consuming to acquire from domain experts. This issue arises prominently in automated behavior analysis, in which agent movements or actions of interest are detec…

Cited by 63PDFcodeScholar
2021

The Multi-Agent Behavior Dataset: Mouse Dyadic Social Interactions

NeurIPS 2021poster

Multi-agent behavior modeling aims to understand the interactions that occur between agents. We present a multi-agent dataset from behavioral neuroscience, the Caltech Mouse Social Interactions (CalMS21) Dataset. Our dataset consists of trajectory data of social interactions, recorded from videos of…

Cited by 58SourcecodeScholar
2020

View-Invariant Probabilistic Embedding for Human Pose

ECCV 2020poster

Depictions of similar human body configurations can vary with changing viewpoints. Using only 2D information, we would like to enable vision algorithms to recognize similarity in human body poses across multiple views. This ability is useful for analyzing body movements and human behaviors in images…