← Search

Bin Zhu

28 accepted papers

2026

Actor-Critic for Continuous Action Chunks: A Reinforcement Learning Framework for Long-Horizon Robotic Manipulation with Sparse Reward

AAAI 2026technical

Existing reinforcement learning (RL) methods struggle with long-horizon robotic manipulation tasks, particularly those involving sparse rewards. While action chunking is a promising paradigm for robotic manipulation, using RL to directly learn continuous action chunks in a stable and data-efficient

Cited by 7SourcePDFScholar
2026

Enhancing Action and Ingredient Modeling for Semantically Grounded Recipe Generation

ICASSP 2026poster

Recent advances in Multimodal Large Language Models (MLMMs) have enabled recipe generation from food images, yet outputs often contain semantically incorrect actions or ingredients despite high lexical scores (e.g., BLEU, ROUGE). To address this gap, we propose a semantically grounded framework that…

Cited by 0SourcePDFScholar
2026

Next Patch Prediction for AutoRegressive Visual Generation

AAAI 2026technical

Autoregressive models, built based on the Next Token Prediction (NTP) paradigm, show great potential in developing a unified framework that integrates both language and vision tasks. Pioneering works introduce NTP to autoregressive visual generation tasks. In this work, we rethink the NTP for autore

Cited by 0SourcePDFScholar
2026

RC-NF: Robot-Conditioned Normalizing Flow for Real-Time Anomaly Detection in Robotic Manipulation

CVPR 2026

Recent advances in Vision-Language-Action (VLA) models have enabled robots to execute increasingly complex tasks. However, VLA models trained through imitation learning struggle to operate reliably in dynamic environments and often fail under Out-of-Distribution (OOD) conditions. To address this iss

Cited by 0SourceScholar
2026

Towards Efficient Semi-Supervised Semantic Segmentation for Solid-State LiDAR Point Clouds

ICRA 2026poster

LiDAR-based 3D semantic segmentation is a critical task in autonomous driving, but its scalability is limited by the reliance on large-scale labeled datasets. Semi-supervised learning (SSL) offers a potential solution by leveraging unlabeled data. However, most existing SSL segmentation methods are …

Cited by 0Scholar
2026

WISE: World Knowledge-Informed Semantic Evaluation for Text-to-Image Generation

ICML 2026poster

Text-to-Image (T2I) models are capable of generating high-quality artistic creations and visual content. However, existing research and evaluation standards predominantly focus on image realism and shallow text-image alignment, lacking a comprehensive assessment of complex semantic understanding and…

Cited by 0SourceScholar
2025

DreamDance: Animating Human Images by Enriching 3D Geometry Cues from 2D Poses

ICCV 2025poster

In this work, we present DreamDance, a novel method for animating human images using only skeleton pose sequences as conditional inputs. Existing approaches struggle with generating coherent, high-quality content in an efficient and user-friendly manner. Concretely, baseline methods relying on only…

2025

From Holistic to Localized: Local Enhanced Adapters for Efficient Visual Instruction Fine-Tuning

ICCV 2025poster

Efficient Visual Instruction Fine-Tuning (EVIT) seeks to adapt Multimodal Large Language Models (MLLMs) to downstream tasks with minimal computational overhead. However, as task diversity and complexity increase, EVIT faces significant challenges in resolving data conflicts. To address this limitati…

2025

HD-EPIC: A Highly-Detailed Egocentric Video Dataset

CVPR 2025poster

We present a validation dataset of newly-collected kitchen based egocentric videos, manually annotated with highly detailed and interconnected ground-truth labels covering: recipe steps, fine-grained actions, ingredients with nutritional values, moving objects, and audio annotations. Importantly, al…

Cited by 3SourcePDFScholar
2025

Hand1000: Generating Realistic Hands from Text with Only 1,000 Images

AAAI 2025technical

Text-to-image generation models have achieved remarkable advancements in recent years, aiming to produce realistic images from textual descriptions. However, these models often struggle with generating anatomically accurate representations of human hands. The resulting images frequently exhibit issu…

Cited by 4SourcePDFScholar
2025

PolarNeXt: Rethink Instance Segmentation with Polar Representation

CVPR 2025poster

One of the roadblocks for instance segmentation today is heavy computational overhead and model parameters. Previous methods based on Polar Representation made the initial mark to address this challenge by formulating instance segmentation as polygon detection, but failed to align with mainstream me…

2025

Preference Optimization for Combinatorial Optimization Problems

ICML 2025poster

Reinforcement Learning (RL) has emerged as a powerful tool for neural combinatorial optimization, enabling models to learn heuristics that solve complex problems without requiring expert knowledge. Despite significant progress, existing RL approaches face challenges such as diminishing reward signal…

Cited by 0SourcePDFScholar
2025

RAGG: Retrieval-Augmented Grasp Generation Model

AAAI 2025technical

Intent-based grasp generation inherently involves challenges such as manipulation ambiguity and modality gaps. To address these, we propose a novel Retrieval-Augmented Grasp Generation model (RAGG). Our key insight is that when humans manipulate new objects, they initially mimic the interaction patt…

Cited by 0SourcePDFScholar
2024

Enhancing Recipe Retrieval with Foundation Models: A Data Augmentation Perspective

ECCV 2024poster

"Learning recipe and food image representation in common embedding space is non-trivial but crucial for cross-modal recipe retrieval. In this paper, we propose a new perspective for this problem by utilizing foundation models for data augmentation. Leveraging on the remarkable capabilities of founda…

2024

LanguageBind: Extending Video-Language Pretraining to N-modality by Language-based Semantic Alignment

ICLR 2024poster

The video-language (VL) pretraining has achieved remarkable improvement in multiple downstream tasks. However, the current VL pretraining framework is hard to extend to multiple modalities (N modalities, N ≥ 3) beyond vision and language. We thus propose LanguageBind, taking the language as the bind…

2024

On the Vulnerability of Safety Alignment in Open-Access LLMs

ACL 2024findings

Large language models (LLMs) possess immense capabilities but are susceptible to malicious exploitation. To mitigate the risk, safety alignment is employed to align LLMs with ethical standards. However, safety-aligned LLMs may remain vulnerable to carefully crafted jailbreak attacks, but these attac…

2024

Video-LLaVA: Learning United Visual Representation by Alignment Before Projection

EMNLP 2024main

Large Vision-Language Model (LVLM) has enhanced the performance of various downstream tasks in visual-language understanding. Most existing approaches encode images and videos into separate feature spaces, which are then fed as inputs to large language models. However, due to the lack of unified tok…

2023

Controlling Neural Style Transfer with Deep Reinforcement Learning

IJCAI 2023poster

Controlling the degree of stylization in the Neural Style Transfer (NST) is a little tricky since it usually needs hand-engineering on hyper-parameters. In this paper, we propose the first deep Reinforcement Learning (RL) based architecture that splits one-step style transfer into a step-wise proces…

Cited by 1SourcePDFScholar
2023

RMBench: Benchmarking Deep Reinforcement Learning for Robotic Manipulator Control

IROS 2023poster

Reinforcement learning is used to tackle complex tasks with high-dimensional sensory inputs. Over the past decade, a wide range of reinforcement learning algorithms have been developed, with recent progress benefiting from deep learning for raw sensory signal representation. This raises a natural qu…

Cited by 4SourcecodeScholar
2023

Towards Attack-tolerant Federated Learning via Critical Parameter Analysis

ICCV 2023poster

Federated learning is used to train a shared model in a decentralized way without clients sharing private data with each other. Federated learning systems are susceptible to poisoning attacks when malicious clients send false updates to the central server. Existing defense strategies are ineffective…

Cited by 16PDFcodeScholar
2022

EPIC-KITCHENS VISOR Benchmark: VIdeo Segmentations and Object Relations

NeurIPS 2022accept

We introduce VISOR, a new dataset of pixel annotations and a benchmark suite for segmenting hands and active objects in egocentric video. VISOR annotates videos from EPIC-KITCHENS, which comes with a new set of challenges not encountered in current video segmentation datasets. Specifically, we need…

2022

Improving Robustness of Language Models from a Geometry-aware Perspective

ACL 2022findings

Recent studies have found that removing the norm-bounded projection and increasing search steps in adversarial training can significantly improve robustness. However, we observe that a too large number of search steps can hurt accuracy. We aim to obtain strong robustness efficiently using fewer step…

2022

TaiSu: A 166M Large-scale High-Quality Dataset for Chinese Vision-Language Pre-training

NeurIPS 2022accept

Vision-Language Pre-training (VLP) has been shown to be an efficient method to improve the performance of models on different vision-and-language downstream tasks. Substantial studies have shown that neural networks may be able to learn some general rules about language and visual concepts from a la…

2020

FALCON: A Fourier Transform Based Approach for Fast and Secure Convolutional Neural Network Predictions

CVPR 2020oral

Deep learning as a service has been widely deployed to utilize deep neural network models to provide prediction services. However, this raises privacy concerns since clients need to send sensitive information to servers. In this paper, we focus on the scenario where clients want to classify private…

Cited by 112PDFcodeScholar
2019

Decoding Homomorphically Encrypted Flac Audio without Decryption

ICASSP 2019accepted

Homomorphic Encryption (HE) allows processing cipher-text data, but it is a challenge to enable complex methods such as multimedia decompression in the HE domain. In this paper, we propose a novel scheme to enable FLAC (Free Lossless Audio Codec) decompression in the HE domain. FLAC applies linear p…

Cited by 0SourceScholar
2019

R2GAN: Cross-Modal Recipe Retrieval With Generative Adversarial Network

CVPR 2019poster

Representing procedure text such as recipe for crossmodal retrieval is inherently a difficult problem, not mentioning to generate image from recipe for visualization. This paper studies a new version of GAN, named Recipe Retrieval Generative Adversarial Network (R2GAN), to explore the feasibility of…

Cited by 159PDFcodeScholar