← Search

Jing Huang

72 accepted papers

2026

Breaking the SFT Plateau: Multimodal Structured Reinforcement Learning for Chart-to-Code Generation

ICLR 2026poster

While reinforcement learning (RL) has proven highly effective for general reasoning in vision-language models, its application to tasks requiring deep understanding of information-rich images and structured output generation remains underexplored. Chart-to-code generation exemplifies this challenge,…

Cited by 0SourcecodeScholar
2026

Caracal: Causal Architecture via Spectral Mixing

ICML 2026poster

The scalability of Large Language Models to long sequences is hindered by the quadratic cost of self-attention and the limitations of positional encodings. To address these, we introduce **Caracal**, a novel architecture that replaces self-attention with a parameter-efficient, $\mathcal{O}(L \log L)…

Cited by 0SourceScholar
2026

Crowd4D: Scene-Aware Monocular 4D Crowd Reconstruction

ICML 2026poster

Recovering scene-consistent 4D crowd motion from monocular video in large-scale scenes remains challenging due to severe depth ambiguity and complex scene geometry. Existing monocular crowd reconstruction methods typically rely on single-plane assumptions, leading to unreliable metric scale and spat…

Cited by 0SourceScholar
2026

Generative 3D State Estimation for DLOs From Partial Observations

RA-L 2026

Accurate 3D shape estimation of deformable linear objects (DLOs) from sensory data is a critical prerequisite for downstream manipulation tasks like shape control. However, real-world scenarios often contain unstructured environments and yield noisy, partial observations, posing significant challeng

Cited by 2SourceScholar
2026

Implicit Identity Technologies for LLMs: Fingerprinting and Watermarking Across Datasets, Models, and Generated Content

IJCAI 2026

Large language models (LLMs) are substantial investments and increasingly deployed in high-stakes domains, making it critical to protect LLM-related assets and to trace their provenance.Identity technologies such as fingerprinting and watermarking address these needs by enabling ownership verificati

Cited by 0Scholar
2026

Inpainting-Guided Policy Optimization for Diffusion Large Language Models

ICLR 2026poster

Masked diffusion large language models (dLLMs) are emerging as promising alternatives to autoregressive LLMs, offering competitive performance while supporting unique generation capabilities such as inpainting. We explore how inpainting can inform RL algorithm design for dLLMs. Aligning LLMs with re…

Cited by 0SourcecodeScholar
2026

LipoPU: Pocket-level Prediction of Lipid-Protein Interactions via Positive-Unlabeled Learning

ICML 2026poster

Computational identification of lipid-binding proteins is critical for both fundamental research and therapeutic development. Existing models are typically trained in a fully supervised manner, treating unlabeled samples as negatives. However, missing evidence does not imply non-binding, leading to …

Cited by 0SourceScholar
2026

MAS-Architect: Declarative Multi-Agent System Design via Separation of Concerns

ICML 2026poster

The Automated Design of Multi-Agent Systems (Auto-MAS) has emerged as a promising framework for addressing complex reasoning tasks. However, existing approaches often suffer from structural rigidity and entangle the design of system topology with the implementation of individual agents. To overcome …

Cited by 0SourceScholar
2026

META: Meta Evolution of Tool Trajectory Adaptation for Long-Video Understanding

CVPR 2026

Long-video understanding remains challenging due to extreme temporal redundancy, sparse yet decisive events, and the instability of long-horizon reasoning in visual-language models (VLMs). Existing agent-based methods invoke external micro-tools but remain static, repeatedly rebuilding long chains o

Cited by 0SourceScholar
2026

Manipulating Elasto-Plastic Objects with 3D Occupancy and Learning-Based Predictive Control

ICRA 2026poster

Manipulating elasto-plastic object remains a significant challenge due to severe self-occlusion, difficulties of representation, and complicated dynamics. This work proposes a novel framework for elasto-plastic object manipulation with a quasi-static assumption for motions, leveraging 3D occupancy t…

2026

Reading or Reasoning? Format Decoupled Reinforcement Learning for Document OCR

CVPR 2026

Reading text from images or scanned documents via OCR models has been a longstanding focus of researchers. Intuitively, text reading is perceived as a straightforward perceptual task, and existing work primarily focuses on constructing enriched data engineering to enhance SFT capabilities. In this w

Cited by 0SourcecodeScholar
2026

Self-Distilled Reasoner: On-Policy Self-Distillation for Large Language Models

ICML 2026poster

Knowledge distillation improves large language model (LLM) reasoning by compressing the knowledge of a teacher LLM to train smaller LLMs. On-policy distillation advances this approach by having the student sample its own trajectories while a teacher LLM provides dense token-level supervision, addres…

Cited by 0SourceScholar
2026

TRIM: Hybrid Inference via Targeted Stepwise Routing in Multi-Step Reasoning Tasks

ICLR 2026poster

Multi-step reasoning tasks like mathematical problem solving are vulnerable to cascading failures where a single incorrect step leads to complete solution breakdown. Current LLM routing methods assign entire queries to one model, treating all reasoning steps as equal. We propose TRIM (Targeted Routi…

Cited by 0SourceScholar
2026

TreeCUA: Efficiently Scaling GUI Automation with Tree-Structured Verifiable Evolution

ICML 2026poster

Effectively scaling GUI automation is essential for computer-use agents (CUAs); however, existing work primarily focuses on scaling GUI grounding rather than the more crucial GUI planning, which requires more sophisticated data collection. In reality, the exploration process of a CUA across apps/des…

Cited by 0SourceScholar
2026

UCPO: Uncertainty-Aware Policy Optimization

ICML 2026poster

The key to building trustworthy Large Language Models (LLMs) lies in endowing them with inherent uncertainty expression capabilities to mitigate the hallucinations that restrict their high-stakes applications. However, existing RL paradigms such as GRPO often suffer from Advantage Bias due to binary…

Cited by 0SourceScholar
2026

Variational Speculative Decoding: Rethinking Draft Training from Token Likelihood to Sequence Acceptance

ICML 2026poster

Speculative decoding accelerates inference for (M)LLMs, yet a training-decoding discrepancy persists: while existing methods optimize single greedy trajectories, decoding involves verifying and ranking multiple sampled draft paths. We propose *Variational Speculative Decoding* (VSD), formulating dra…

Cited by 0SourceScholar
2025

A Plug-and-Play Bregman ADMM Module for Inferring Event Branches in Temporal Point Processes

AAAI 2025technical

An event sequence generated by a temporal point process is often associated with a hidden and structured event branching process that captures the triggering relations between its historical and current events. In this study, we design a new plug-and-play module based on the Bregman ADMM (BADMM) al…

2025

AxBench: Steering LLMs? Even Simple Baselines Outperform Sparse Autoencoders

ICML 2025spotlight

Fine-grained steering of language model outputs is essential for safety and reliability. Prompting and finetuning are widely used to achieve these goals, but interpretability researchers have proposed a variety of representation-based techniques as well, including sparse autoencoders (SAEs), linear…

2025

Blackbox Model Provenance via Palimpsestic Membership Inference

NeurIPS 2025spotlight

Suppose Alice trains an open-weight language model and Bob uses a blackbox derivative of Alice’s model to produce text. Can Alice prove that Bob is using her model, either by querying Bob’s derivative model (query setting) or from the text alone ( observational setting)? We formulate this question a…

Cited by 0SourceScholar
2025

Diffusion Epistemic Uncertainty with Asymmetric Learning for Diffusion-Generated Image Detection

ICCV 2025poster

The rapid progress of diffusion models highlights the growing need for detecting generated images. Previous research demonstrates that incorporating diffusion-based measurements, such as reconstruction error, can enhance the generalizability of detectors. However, ignoring the differing impacts of a…

Cited by 0SourcePDFScholar
2025

HyperDAS: Towards Automating Mechanistic Interpretability with Hypernetworks

ICLR 2025poster

Mechanistic interpretability has made great strides in identifying neural network features (e.g., directions in hidden activation space) that mediate concepts (e.g., *the birth year of a Nobel laureate*) and enable predictable manipulation. Distributed alignment search (DAS) leverages supervision fr…

Cited by 0SourcePDFScholar
2025

INTER: Mitigating Hallucination in Large Vision-Language Models by Interaction Guidance Sampling

ICCV 2025poster

Hallucinations in large vision-language models (LVLMs) pose significant challenges for real-world applications, as LVLMs may generate responses that appear plausible yet remain inconsistent with the associated visual content. This issue rarely occurs in human cognition. We argue that this discrepanc…

2025

Internal Causal Mechanisms Robustly Predict Language Model Out-of-Distribution Behaviors

ICML 2025poster

Interpretability research now offers a variety of techniques for identifying abstract internal mechanisms in neural networks. Can such techniques be used to predict how models will behave on out-of-distribution examples? In this work, we provide a positive answer to this question. Through a diverse…

2025

MASTER: A Multi-Agent System with LLM Specialized MCTS

NAACL 2025long

Large Language Models (LLM) are increasingly being explored for problem-solving tasks. However, their strategic planning capability is often viewed with skepticism. Recent studies have incorporated the Monte Carlo Tree Search (MCTS) algorithm to augment the planning capacity of LLM. Despite its pote…

Cited by 0SourcePDFScholar
2025

MIB: A Mechanistic Interpretability Benchmark

ICML 2025poster

How can we know whether new mechanistic interpretability methods achieve real improvements? In pursuit of lasting evaluation standards, we propose MIB, a Mechanistic Interpretability Benchmark, with two tracks spanning four tasks and five models. MIB favors methods that precisely and concisely recov…

2025

Manipulating Elasto-Plastic Objects With 3D Occupancy and Learning-Based Predictive Control

RA-L 2025

Manipulating elasto-plastic objects remains a significant challenge due to severe self-occlusion, difficulties of representation, and complicated dynamics. This work proposes a novel framework for elasto-plastic object manipulation with a quasi-static assumption for motions, leveraging 3D occupancy

Cited by 3SourceScholar
2025

MoLE:Decoding by Mixture of Layer Experts Alleviates Hallucination in Large Vision-Language Models

AAAI 2025technical

Recent advancements in Large Vision-Language Models (LVLMs) highlight their ability to integrate and process multi-modal information. However, hallucinations—where generated content is inconsistent with input vision and instructions—remain a challenge. In this paper, we analyze LVLMs' layer-wise dec…

2025

RESCUE: Crowd Evacuation Simulation via Controlling SDM-United Characters

ICCV 2025poster

Crowd evacuation simulation is critical for enhancing public safety, and demanded for realistic virtual environments. Current mainstream evacuation models overlook the complex human behaviors that occur during evacuation, such as pedestrian collisions, interpersonal interactions, and variations in b…

Cited by 0SourcePDFScholar
2025

Stepwise Perplexity-Guided Refinement for Efficient Chain-of-Thought Reasoning in Large Language Models

ACL 2025finding

Chain-of-Thought (CoT) reasoning, which breaks down complex tasks into intermediate reasoning steps, has significantly enhanced the performance of large language models (LLMs) on challenging tasks. However, the detailed reasoning process in CoT often incurs long generation times and high computation…

Cited by 0SourcePDFScholar
2024

Ego-Exo4D: Understanding Skilled Human Activity from First- and Third-Person Perspectives

CVPR 2024poster

We present Ego-Exo4D a diverse large-scale multimodal multiview video dataset and benchmark challenge. Ego-Exo4D centers around simultaneously-captured egocentric and exocentric video of skilled human activities (e.g. sports music dance bike repair). 740 participants from 13 cities worldwide perform…

2024

Learning-Based MPC With Safety Filter for Constrained Deformable Linear Object Manipulation

RA-L 2024

Deformable linear object (DLO) manipulation in constrained environments with obstacles has received limited investigations due to DLO's complex intrinsic deformation. In this study, we focus on addressing constrained DLO manipulation problems, especially in the context of avoiding cluttered environm

Cited by 25SourceScholar
2024

Prompting Vision-Language Models For Aspect-Controlled Generation of Referring Expressions

NAACL 2024findings

Referring Expression Generation (REG) is the task of generating a description that unambiguously identifies a given target in the scene. Different from Image Captioning (IC), REG requires learning fine-grained characteristics of not only the scene objects but also their surrounding context. Referrin…

Cited by 0SourcePDFScholar
2024

Querying as Prompt: Parameter-Efficient Learning for Multimodal Language Model

CVPR 2024poster

Recent advancements in language models pre-trained on large-scale corpora have significantly propelled developments in the NLP domain and advanced progress in multimodal tasks. In this paper we propose a Parameter-Efficient multimodal language model learning strategy named QaP (Querying as Prompt).…

Cited by 5SourcePDFScholar
2024

RAVEL: Evaluating Interpretability Methods on Disentangling Language Model Representations

ACL 2024long

Individual neurons participate in the representation of multiple high-level concepts. To what extent can different interpretability methods successfully disentangle these roles? To help address this question, we introduce RAVEL (Resolving Attribute-Value Entanglements in Language Models), a dataset…

2024

Universal Humanoid Motion Representations for Physics-Based Control

ICLR 2024spotlight

We present a universal motion representation that encompasses a comprehensive range of motor skills for physics-based humanoid control. Due to the high dimensionality of humanoids and the inherent difficulties in reinforcement learning, prior methods have focused on learning skill embeddings for a n…

Cited by 58SourcePDFScholar
2024

pyvene: A Library for Understanding and Improving PyTorch Models via Interventions

NAACL 2024system demonstrations

Interventions on model-internal states are fundamental operations in many areas of AI, including model editing, steering, robustness, and interpretability. To facilitate such research, we introduce pyvene, an open-source Python library that supports customizable interventions on a range of different…

2023

Code-Switched Text Synthesis in Unseen Language Pairs

ACL 2023findings

Existing efforts on text synthesis for code-switching mostly require training on code-switched texts in the target language pairs, limiting the deployment of the models to cases lacking code-switched data. In this work, we study the problem of synthesizing code-switched texts for language pairs abse…

2023

Crowd3D: Towards Hundreds of People Reconstruction From a Single Image

CVPR 2023poster

Image-based multi-person reconstruction in wide-field large scenes is critical for crowd analysis and security alert. However, existing methods cannot deal with large scenes containing hundreds of people, which encounter the challenges of large number of people, large variations in human scale, and…

Cited by 13SourcePDFScholar
2023

Do We Need an Encoder-Decoder to Model Dynamical Systems on Networks?

IJCAI 2023poster

As deep learning gains popularity in modelling dynamical systems, we expose an underappreciated misunderstanding relevant to modelling dynamics on networks. Strongly influenced by graph neural networks, latent vertex embeddings are naturally adopted in many neural dynamical network models. However,…

2023

Inducing Character-level Structure in Subword-based Language Models with Type-level Interchange Intervention Training

ACL 2023findings

Language tasks involving character-level manipulations (e.g., spelling corrections, arithmetic operations, word games) are challenging for models operating on subword units. To address this, we develop a causal intervention framework to learn robust and interpretable character representations inside…

2023

PragmatiCQA: A Dataset for Pragmatic Question Answering in Conversations

ACL 2023findings

Pragmatic reasoning about another speaker’s unspoken intent and state of mind is crucial to efficient and effective human communication. It is virtually omnipresent in conversations between humans, e.g., when someone asks “do you have a minute?”, instead of interpreting it literally as a query about…

2023

Self-Supervised Object Detection from Egocentric Videos

ICCV 2023poster

Understanding the visual world from the perspective of humans (egocentric) has been a long-standing challenge in computer vision. Egocentric videos exhibit high scene complexity and irregular motion flows compared to typical video understanding tasks. With the egocentric domain in mind, we address t…

Cited by 9PDFScholar
2023

Unsupervised Melody-to-Lyrics Generation

ACL 2023long

Automatic melody-to-lyric generation is a task in which song lyrics are generated to go with a given melody. It is of significant practical interest and more challenging than unconstrained lyric generation as the music imposes additional constraints onto the lyrics. The training data is limited as m…

2022

Context-Situated Pun Generation

EMNLP 2022main

Previous work on pun generation commonly begins with a given pun word (a pair of homophones for heterographic pun generation and a polyseme for homographic pun generation) and seeks to generate an appropriate pun. While this may enable efficient pun generation, we believe that a pun is most entertai…

2022

ExPUNations: Augmenting Puns with Keywords and Explanations

EMNLP 2022main

The tasks of humor understanding and generation are challenging and subjective even for humans, requiring commonsense and real-world knowledge to master. Puns, in particular, add the challenge of fusing that knowledge with the ability to interpret lexical-semantic ambiguity. In this paper, we presen…

2022

Improving Time Sensitivity for Question Answering over Temporal Knowledge Graphs

ACL 2022long

Question answering over temporal knowledge graphs (KGs) efficiently uses facts contained in a temporal KG, which records entity relations and when they occur in time, to answer natural language questions (e.g., “Who was the president of the US before Obama?”). These questions often involve three tim…

Cited by 50SourcePDFScholar
2022

PoseTriplet: Co-Evolving 3D Human Pose Estimation, Imitation, and Hallucination Under Self-Supervision

CVPR 2022oral

Existing self-supervised 3D human pose estimation schemes have largely relied on weak supervisions like consistency loss to guide the learning, which, inevitably, leads to inferior results in real-world scenarios with unseen poses. In this paper, we propose a novel self-supervised approach that allo…

Cited by 57PDFcodeScholar
2022

Tight Mutual Information Estimation With Contrastive Fenchel-Legendre Optimization

NeurIPS 2022accept

Successful applications of InfoNCE (Information Noise-Contrastive Estimation) and its variants have popularized the use of contrastive variational mutual information (MI) estimators in machine learning . While featuring superior stability, these estimators crucially depend on costly large-batch trai…

2021

A Multiplexed Network for End-to-End, Multilingual OCR

CVPR 2021poster

Recent advances in OCR have shown that an end-to-end (E2E) training pipeline that includes both detection and recognition leads to the best results. However, many existing methods focus primarily on Latin-alphabet languages, often even only case-insensitive English characters. In this paper, we prop…

Cited by 61PDFcodeScholar
2021

Data-Enabled Permanent Production Loss Analysis for Serial Production Systems With Variable Cycle Time Machines

RA-L 2021

Real time production performance evaluation plays a vital role in diagnosing manufacturing system health status and achieving productivity improvements. However, most existing studies on system performance evaluation are based on steady state analysis and focused on the production system with fixed

Cited by 11SourceScholar
2021

Document-Level Relation Extraction with Adaptive Thresholding and Localized Context Pooling

AAAI 2021technical

Document-level relation extraction (RE) poses new challenges compared to its sentence-level counterpart. One document commonly contains multiple entity pairs, and one entity pair occurs multiple times in the document associated with multiple possible relations. In this paper, we propose two novel te…

2021

Graph Ensemble Learning over Multiple Dependency Trees for Aspect-level Sentiment Classification

NAACL 2021long

Recent work on aspect-level sentiment classification has demonstrated the efficacy of incorporating syntactic structures such as dependency trees with graph neural networks (GNN), but these approaches are usually vulnerable to parsing errors. To better leverage syntactic information in the face of u…

Cited by 65SourcePDFScholar
2021

Improving Weakly Supervised Visual Grounding by Contrastive Knowledge Distillation

CVPR 2021poster

Weakly supervised phrase grounding aims at learning region-phrase correspondences using only image-sentence pairs. A major challenge thus lies in the missing links between image regions and sentence phrases during training. To address this challenge, we leverage a generic object detector at training…

Cited by 84PDFcodeScholar
2021

Non-Fixed Contact Manipulation Control Framework for Deformable Objects With Active Contact Adjustment

RA-L 2021

The assumption of fixed contact between robots and deformable objects (DOs) is widely used by previous DO manipulation (DOM) studies. However, the fixed contact setting is inapplicable to many real-life applications due to various factors, such as the end-effector's type and the DO's intrinsic mater

Cited by 13SourceScholar
2021

TextOCR: Towards Large-Scale End-to-End Reasoning for Arbitrary-Shaped Scene Text

CVPR 2021poster

A crucial component for the scene text based reasoning required for TextVQA and TextCaps datasets involve detecting and recognizing text present in the images using an optical character recognition (OCR) system. The current systems are crippled by the unavailability of ground truth text annotations…

Cited by 211PDFcodeScholar
2021

Variance-reduced First-order Meta-learning for Natural Language Processing Tasks

NAACL 2021long

First-order meta-learning algorithms have been widely used in practice to learn initial model parameters that can be quickly adapted to new tasks due to their efficiency and effectiveness. However, existing studies find that meta-learner can overfit to some specific adaptation when we have heterogen…

Cited by 11SourcePDFScholar
2020

Improving Neural Language Generation with Spectrum Control

ICLR 2020poster

Recent Transformer-based models such as Transformer-XL and BERT have achieved huge success on various natural language processing tasks. However, contextualized embeddings at the output layer of these powerful models tend to degenerate and occupy an anisotropic cone in the vector space, which is cal…

Cited by 96SourceScholar
2020

Mask TextSpotter v3: Segmentation Proposal Network for Robust Scene Text Spotting

ECCV 2020poster

Recent end-to-end trainable methods for scene text spotting, integrating detection and recognition, showed much progress. However, most of the current arbitrary-shape scene text spotters use region proposal networks (RPN) to produce proposals. RPN relies heavily on manually designed anchors and its…

2020

Speaker-Invariant Affective Representation Learning via Adversarial Training

ICASSP 2020accepted

Representation learning for speech emotion recognition is challenging due to labeled data sparsity issue and lack of gold-standard references. In addition, there is much variability from input speech signals, human subjective perception of the signals and emotion label ambiguity. In this paper, we p…

Cited by 0SourceScholar
2019

Cross-lingual Text-independent Speaker Verification Using Unsupervised Adversarial Discriminative Domain Adaptation

ICASSP 2019accepted

Speaker verification systems often degrade significantly when there is a language mismatch between training and testing data. Being able to improve cross-lingual speaker verification system using unlabeled data can greatly increase the robustness of the system and reduce human labeling costs. In thi…

Cited by 69SourceScholar
2019

Deep Speaker Embedding Learning with Multi-level Pooling for Text-independent Speaker Verification

ICASSP 2019accepted

This paper aims to improve the widely used deep speaker embedding x-vector model. We propose the following improvements: (1) a hybrid neural network structure using both time delay neural network (TDNN) and long short-term memory neural networks (LSTM) to generate complementary speaker information a…

Cited by 0SourceScholar
2018

Feature-constrained Active Visual SLAM for Mobile Robot Navigation

ICRA 2018poster

This paper focuses on tracking failure avoidance during vision-based navigation to a desired goal in unknown environments. While using feature-based Visual Simultaneous Localization and Mapping (VSLAM), continuous identification and association of map points are required during motion. Thus, we disc…

Cited by 54SourceScholar