← Search

Junlin Han

10 accepted papers

2026

EgoEdit: Dataset, Real-Time Streaming Model, and Benchmark for Egocentric Video Editing

CVPR 2026

We study instruction-guided editing of egocentric videos for interactive AR applications. While recent AI video editors perform well on third-person footage, egocentric views present unique challenges -- including rapid egomotion, and frequent hand-object interactions -- that create a significant do

Cited by 0SourcecodeScholar
2026

Learning to See Before Seeing: Demystifying LLM Visual Priors from Language Pre-training

ICLR 2026oral

Large Language Models (LLMs), despite being trained on text alone, surprisingly develop rich visual priors. These priors allow latent visual capabilities to be unlocked for vision tasks with a relatively small amount of multimodal data, and to perform symbolic visual generation tasks without ever ha…

Cited by 0SourceScholar
2026

Scaling Sequence-to-Sequence Generative Neural Rendering

ICLR 2026poster

We present Kaleido, a family of generative models designed for photorealistic, unified object- and scene-level neural rendering. Kaleido is driven by the principle of treating 3D as a specialised sub-domain of video, which we formulate purely as a sequence-to-sequence image synthesis task. Through a…

Cited by 0SourceScholar
2025

Flex3D: Feed-Forward 3D Generation with Flexible Reconstruction Model and Input View Curation

ICML 2025poster

Generating high-quality 3D content from text, single images, or sparse view images remains a challenging task with broad applications. Existing methods typically employ multi-view diffusion models to synthesize multi-view images, followed by a feed-forward process for 3D reconstruction. However, the…

Cited by 0SourcePDFScholar
2025

Generalized Few-shot 3D Point Cloud Segmentation with Vision-Language Model

CVPR 2025poster

Generalized few-shot 3D point cloud segmentation (GFS-PCS) adapts models to new classes with few support samples while retaining base class segmentation. Existing GFS-PCS methods enhance prototypes via interacting with support or query features but remain limited by sparse knowledge from few-shot sa…

2025

Hallucination at a Glance: Controlled Visual Edits and Fine-Grained Multimodal Learning

NeurIPS 2025poster

Multimodal large language models (MLLMs) have achieved strong performance on vision-language tasks but still struggle with fine-grained visual differences, leading to hallucinations or missed semantic shifts. We attribute this to limitations in both training data and learning objectives. To address…

Cited by 0SourcecodeScholar
2024

How Many Unicorns Are in This Image? A Safety Evaluation Benchmark for Vision LLMs

ECCV 2024poster

"This work focuses on benchmarking the capabilities of vision large language models (VLLMs) in visual reasoning. Different from prior studies, we shift our focus from evaluating standard performance to introducing a comprehensive safety evaluation suite Unicorn, covering out-of-distribution (OOD) ge…

2023

Hyperbolic Audio-visual Zero-shot Learning

ICCV 2023poster

Audio-visual zero-shot learning aims to classify samples consisting of a pair of corresponding audio and video sequences from classes that are not present during training. An analysis of the audio-visual data reveals a large degree of hyperbolicity, indicating the potential benefit of using a hyperb…

Cited by 22PDFScholar
2022

Blind Image Decomposition

ECCV 2022poster

"We propose and study a novel task named Blind Image Decomposition (BID), which requires separating a superimposed image into constituent underlying images in a blind setting, that is, both the source components involved in mixing as well as the mixing mechanism are unknown. For example, rain may co…

2022

You Only Cut Once: Boosting Data Augmentation with a Single Cut

ICML 2022spotlight

We present You Only Cut Once (YOCO) for performing data augmentations. YOCO cuts one image into two pieces and performs data augmentations individually within each piece. Applying YOCO improves the diversity of the augmentation per sample and encourages neural networks to recognize objects from part…