← Search

Hang Hua

17 accepted papers

2026

Building a Foundational Guardrail for General Agentic Systems via Synthetic Data

ICLR 2026poster

While LLM agents can plan multi-step tasks, intervening at the planning stage—before any action is executed—is often the safest way to prevent harm, since certain risks can lead to severe consequences once carried out. However, existing guardrails mostly operate post-execution, which is difficult to…

Cited by 0SourcecodeScholar
2026

Caption Anything in Video: Fine-grained Object-centric Captioning via Spatiotemporal Multimodal Prompting

AAAI 2026technical

In this work, we introduce CAT-V (Caption Anything in Video), a training-free framework for fine-grained object-centric video captioning of user-selected instances. CAT-V combines (i) a SAMURAI-based Segmenter for precise object masks across frames, (ii) a TRACE-Uni Temporal Analyzer for event bound

Cited by 0SourcePDFScholar
2026

ChartNet: A Million-Scale, High-Quality Multimodal Dataset for Robust Chart Understanding

CVPR 2026

Understanding charts requires models to jointly reason over geometric visual patterns, structured numerical data, and natural language -- a capability where current vision-language models (VLMs) remain limited. We introduce ChartNet, a high-quality, million-scale multimodal dataset designed to advan

Cited by 0SourceScholar
2026

DAVE: A VLM Vision Encoder for Document Understanding and Web Agents

ICLR 2026poster

While Vision–language models (VLMs) have demonstrated remarkable performance across multi-modal tasks, their choice of vision encoders presents a fundamental weakness: their low-level features lack the robust structural and spatial information essential for document understanding and web agents. To…

Cited by 0SourceScholar
2026

SPARC: Separating Perception And Reasoning Circuits for Test-time Scaling of VLMs

ICML 2026poster

Despite recent successes, *test-time scaling* $-$i.e., dynamically expanding the token budget during inference as needed$-$ remains brittle for vision-language models (VLMs): unstructured chains-of-thought about images entangle perception and reasoning, leading to long, disorganized contexts where s…

Cited by 0SourceScholar
2025

Empowering LLMs with Pseudo-Untrimmed Videos for Audio-Visual Temporal Understanding

AAAI 2025technical

Large language models (LLMs) have demonstrated remarkable capabilities in natural language and multimodal domains. By fine-tuning multimodal LLMs with temporal annotations from well-annotated datasets, e.g., dense video captioning datasets, their temporal understanding capacity in video-language tas…

Cited by 5SourcePDFScholar
2025

FINECAPTION: Compositional Image Captioning Focusing on Wherever You Want at Any Granularity

CVPR 2025poster

The advent of large Vision-Language Models (VLMs) has significantly advanced multimodal tasks, enabling more sophisticated and accurate integration of visual and textual information across various applications, including image and video captioning, visual question answering, and cross-modal retrieva…

Cited by 6SourcePDFScholar
2025

Latent Chain-of-Thought for Visual Reasoning

NeurIPS 2025poster

Chain-of-thought (CoT) reasoning is critical for improving the interpretability and reliability of Large Vision-Language Models (LVLMs). However, existing training algorithms such as SFT, PPO, and GRPO may not generalize well across unseen reasoning tasks and heavily rely on a biased reward model. T…

Cited by 0SourceScholar
2025

MMIG-Bench: Towards Comprehensive and Explainable Evaluation of Multi-Modal Image Generation Models

NeurIPS 2025poster

Recent multimodal image generators such as GPT-4o, Gemini 2.0 Flash, and Gemini 2.5 Pro excel at following complex instructions, editing images and maintaining concept consistency. However, they are still evaluated by disjoint toolkits: text-to-image (T2I) benchmarks that lacks multi-modal condition…

Cited by 0SourceScholar
2025

MMPerspective: Do MLLMs Understand Perspective? A Comprehensive Benchmark for Perspective Perception, Reasoning, and Robustness

NeurIPS 2025poster

Understanding perspective is fundamental to human visual perception, yet the extent to which multimodal large language models (MLLMs) internalize perspective geometry remains unclear. We introduce MMPerspective, the first benchmark specifically designed to systematically evaluate MLLMs' understandin…

Cited by 0SourcecodeScholar
2025

V2Xum-LLM: Cross-Modal Video Summarization with Temporal Prompt Instruction Tuning

AAAI 2025technical

Video summarization aims to create short, accurate, and cohesive summaries of longer videos. Despite the existence of various video summarization datasets, a notable limitation is their limited amount of source videos, which hampers the effective training of advanced large vision-language models (VL…

Cited by 69SourcePDFScholar
2025

VidComposition: Can MLLMs Analyze Compositions in Compiled Videos?

CVPR 2025poster

The advancement of Multimodal Large Language Models (MLLMs) has enabled significant progress in multimodal understanding, expanding their capacity to analyze video content. However, existing evaluation benchmarks for MLLMs primarily focus on abstract video comprehension, lacking a detailed assessmen…

2024

BattleAgent: Multi-modal Dynamic Emulation on Historical Battles to Complement Historical Analysis

EMNLP 2024system demonstrations

This paper presents BattleAgent, a detailed emulation demonstration system that combines the Large Vision-Language Model (VLM) and Multi-Agent System (MAS). This novel system aims to emulate complex dynamic interactions among multiple agents, as well as between agents and their environments, over a…

2023

PromptCap: Prompt-Guided Image Captioning for VQA with GPT-3

ICCV 2023poster

Knowledge-based visual question answering (VQA) involves questions that require world knowledge beyond the image to yield the correct answer. Large language models (LMs) like GPT-3 are particularly helpful for this task because of their strong knowledge retrieval and reasoning capabilities. To enabl…

Cited by 59PDFcodeScholar
2021

Noise Stability Regularization for Improving BERT Fine-tuning

NAACL 2021long

Fine-tuning pre-trained language models suchas BERT has become a common practice dom-inating leaderboards across various NLP tasks. Despite its recent success and wide adoption,this process is unstable when there are onlya small number of training samples available. The brittleness of this process i…

Cited by 45SourcePDFScholar
2019

Controllable Unsupervised Text Attribute Transfer via Editing Entangled Latent Representation

NeurIPS 2019poster

Unsupervised text attribute transfer automatically transforms a text to alter a specific attribute (e.g. sentiment) without using any parallel data, while simultaneously preserving its attribute-independent content. The dominant approaches are trying to model the content-independent attribute separa…