← Search

Yizhou Wang

117 accepted papers

2026

Clinically-Grounded Counterfactual Reasoning for Medical Video Diagnosis

CVPR 2026

Clinical video diagnosis, in which physicians assess dynamic tissue responses across procedural stages, is critical for detecting diseases such as cervical and colorectal cancers. Recent spatiotemporal models map visual progressions directly to diagnostic outputs, yet overlook two hallmarks of exper

Cited by 0SourceScholar
2026

Efficient Reasoning with Hidden Thinking

ICML 2026poster

Chain-of-Thought (CoT) reasoning has become a powerful framework for improving complex problem-solving capabilities in Multimodal Large Language Models (MLLMs). However, the verbose nature of textual reasoning introduces significant inefficiencies. In this work, we propose**Heima** (as hidden llama)…

Cited by 0SourcecodeScholar
2026

Electromagnetic Inverse Scattering from a Single Transmitter

CVPR 2026

Electromagnetic Inverse Scattering Problems (EISP) seek to reconstruct relative permittivity from scattered fields and are fundamental to applications like medical imaging. This inverse process is inherently ill-posed and highly nonlinear, making it particularly challenging, especially under sparse

Cited by 0SourcecodeScholar
2026

Emerging Extrinsic Dexterity in Cluttered Scenes via Dynamics-aware Policy Learning

RSS 2026poster

Extrinsic dexterity leverages environmental contact to overcome the limitations of prehensile manipulation. However, achieving such dexterity in cluttered scenes remains challenging and underexplored, as it requires selectively exploiting contact among multiple interacting objects with inherently co…

Cited by 0SourceScholar
2026

GmNet: Revisiting Gating Mechanisms From A Frequency View

ICLR 2026poster

Lightweight neural networks, essential for on-device applications, often suffer from a low-frequency bias due to their constrained capacity and depth. This limits their ability to capture the fine-grained, high-frequency details (e.g., textures, edges) that are crucial for complex computer vision t…

Cited by 0SourceScholar
2026

Investigating Redundancy in Multimodal Large Language Models with Multiple Vision Encoders

ICLR 2026poster

Recent multimodal large language models (MLLMs) increasingly integrate multiple vision encoders to improve performance on various benchmarks, assuming that diverse pretraining objectives yield complementary visual signals. However, we show this assumption often fails in practice. Through systematic…

Cited by 0SourcecodeScholar
2026

LDA-1B: Scaling Latent Dynamics Action Model via Universal Embodied Data Ingestion

RSS 2026poster

Recent robot foundation models largely rely on large-scale behavior cloning, which imitates expert actions but discards transferable dynamics knowledge embedded in heterogeneous embodied data. While the Unified World Model (UWM) formulation has the potential to leverage such diverse data, existing i…

Cited by 0SourceScholar
2026

LECTOR: Joint Learning of Scientific Reasoning Graphs and Introduction Generation

ICML 2026poster

AI Scientists have shown promising progress across multiple stages of the research pipeline, among which automatic scientific paper writing remains a formidable challenge. The Introduction writing is especially challenging, which demands not only linguistic fluency, but logical soundness and verifia…

Cited by 0SourceScholar
2026

OpenDance: Multimodal Controllable 3D Dance Generation with Large-scale Internet Data

CVPR 2026

Music-driven 3D dance generation offers significant creative potential, yet practical applications demand versatile and multimodal control. Given the highly dynamic and complex human motion covering various styles and genres, dance generation requires satisfying diverse conditions beyond just music

Cited by 0SourceScholar
2026

Ref-Adv: Exploring MLLM Visual Reasoning in Referring Expression Tasks

ICLR 2026poster

Referring Expression Comprehension (REC) links language to region level visual perception. Standard benchmarks (RefCOCO, RefCOCO+, RefCOCOg) have progressed rapidly with multimodal LLMs but remain weak tests of visual rea- soning and grounding: (i) many expressions are very short, leaving little rea…

Cited by 0SourceScholar
2026

UniSER: A Foundation Model for Unified Soft Effects Removal

CVPR 2026

Digital images are often degraded by soft effects such as lens flare, haze, shadows, and reflections, which reduce aesthetics even though the underlying pixels remain partially visible. The prevailing works address these degradations in isolation, developing highly specialized, specialist models tha

Cited by 0SourceScholar
2025

A Differential Inclusion Approach for Learning Heterogeneous Sparsity in Neuroimaging Analysis

AISTATS 2025poster

In voxel-based neuroimaging disease prediction, it was recently found that in addition to lesion features, there exists another type of feature called "Procedural Bias", which is introduced during preprocessing and can further improve the prediction power. However, traditional sparse learning method…

Cited by 0SourceScholar
2025

A Novel Robot Hand with Hoeckens Linkages and Soft Phalanges for Scooping and Self-Adaptive Grasping in Environmental Constraints

IROS 2025

This paper presents a novel underactuated adaptive robotic hand, Hockens-A Hand, which integrates the Hoeckens mechanism, a double-parallelogram linkage, and a specialized four-bar linkage to achieve three adaptive grasping modes: parallel pinching, asymmetric scooping, and enveloping grasping. Hock

Cited by 1SourceScholar
2025

AdaManip: Adaptive Articulated Object Manipulation Environments and Policy Learning

ICLR 2025poster

Articulated object manipulation is a critical capability for robots to perform various tasks in real-world scenarios. Composed of multiple parts connected by joints, articulated objects are endowed with diverse functional mechanisms through complex relative motions. For example, a safe consists of a…

Cited by 4SourcePDFScholar
2025

Aligning Human Motion Generation with Human Perceptions

ICLR 2025poster

Human motion generation is a critical task with a wide spectrum of applications. Achieving high realism in generated motions requires naturalness, smoothness, and plausibility. However, current evaluation metrics often rely on simple heuristics or distribution distances and do not align well with hu…

2025

Autoregressive Sequence Modeling for 3D Medical Image Representation

AAAI 2025technical

Three-dimensional (3D) medical images, such as Computed Tomography (CT) and Magnetic Resonance Imaging (MRI), are essential for clinical applications. However, the need for diverse and comprehensive representations is particularly pronounced when considering the variability across different organs,…

Cited by 1SourcePDFScholar
2025

Bayesian Active Learning for Bivariate Causal Discovery

ICML 2025poster

Determining the direction of relationships between variables is fundamental for understanding complex systems across scientific domains. While observational data can uncover relationships between variables, it cannot distinguish between cause and effect without experimental interventions. To effecti…

Cited by 0SourcePDFScholar
2025

Behavior-agnostic Task Inference for Robust Offline In-context Reinforcement Learning

ICML 2025poster

The ability to adapt to new environments with noisy dynamics and unseen objectives is crucial for AI agents. In-context reinforcement learning (ICRL) has emerged as a paradigm to build adaptive policies, employing a **context** trajectory of the test-time interactions to infer the true task and the…

Cited by 0SourcePDFScholar
2025

CMT: A Cascade MAR with Topology Predictor for Multimodal Conditional CAD Generation

ICCV 2025poster

While accurate and user-friendly Computer-Aided Design (CAD) is crucial for industrial design and manufacturing, existing methods still struggle to achieve this due to their over-simplified representations or architectures incapable of supporting multimodal design requirements. In this paper, we att…

Cited by 0SourcePDFScholar
2025

Cautious Next Token Prediction

ACL 2025finding

Next token prediction paradigm has been prevailing for autoregressive models in the era of LLMs. The current default sampling choice for popular LLMs is temperature scaling together with nucleus sampling to balance diversity and coherence. Nevertheless, such approach leads to inferior performance in…

2025

D-CoDe: Scaling Image-Pretrained VLMs to Video via Dynamic Compression and Question Decomposition

EMNLP 2025

Video large language models (Vid-LLMs), which excel in diverse video-language tasks, can be effectively constructed by adapting image-pretrained vision-language models (VLMs). However, this adaptation remains challenging, as it requires processing dense and temporally extended visual inputs that exc

2025

Don't Just Chase “Highlighted Tokens” in MLLMs: Revisiting Visual Holistic Context Retention

NeurIPS 2025poster

Despite their powerful capabilities, multimodal large language models (MLLMs) suffer from considerable computational overhead due to their reliance on massive visual tokens. Recent studies have explored token pruning to alleviate this problem, which typically uses text-vision cross-attention or [CLS…

Cited by 0SourceScholar
2025

DyWA: Dynamics-adaptive World Action Model for Generalizable Non-prehensile Manipulation

ICCV 2025poster

Non-prehensile manipulation is crucial for handling objects that are too thin, large, or otherwise ungraspable in unstructured environments. While conventional planning-based approaches struggle with complex contact modeling, learning-based methods have recently emerged as a promising alternative. H…

Cited by 0SourcePDFScholar
2025

EgoAgent: A Joint Predictive Agent Model in Egocentric Worlds

ICCV 2025poster

Learning an agent model that behaves like humans--capable of jointly perceiving the environment, predicting the future, and taking actions from a first-person perspective--is a fundamental challenge in computer vision. Existing methods typically train separate models for these abilities, which fail…

2025

Embodied Representation Alignment with Mirror Neurons

ICCV 2025poster

Mirror neurons are a class of neurons that activate both when an individual observes an action and when they perform the same action. This mechanism reveals a fundamental interplay between action understanding and embodied execution, suggesting that these two abilities are inherently connected. None…

Cited by 0SourcePDFScholar
2025

Exploring Fine-Grained Human Motion Video Captioning

COLING 2025main

Detailed descriptions of human motion are crucial for effective fitness training, which highlights the importance of research in fine-grained human motion video captioning. Existing video captioning models often fail to capture the nuanced semantics of videos, resulting in the generated descriptions…

2025

FreeCloth: Free-form Generation Enhances Challenging Clothed Human Modeling

CVPR 2025highlight

Achieving realistic animated human avatars requires accurate modeling of pose-dependent clothing deformations. Existing learning-based methods heavily rely on the Linear Blend Skinning (LBS) of minimally-clothed human models like SMPL to model deformation. However, they struggle to handle loose clot…

Cited by 0SourcePDFScholar
2025

GeneMAN: Generalizable Single-Image 3D Human Reconstruction from Multi-Source Human Data

NeurIPS 2025poster

Given a single in-the-wild human photo, it remains a challenging task to reconstruct a high-fidelity 3D human model. Existing methods face difficulties including a) the varying body proportions captured by in-the-wild human images; b) diverse personal belongings within the shot; and c) ambiguities i…

Cited by 0SourceScholar
2025

Human-Centric Foundation Models: Perception, Generation and Agentic Modeling

IJCAI 2025

Human understanding and generation are critical for modeling digital humans and humanoid embodiments. Recently, Human-centric Foundation Models (HcFMs)—inspired by the success of generalist models such as large language and vision models—have emerged to unify diverse human-centric tasks into a singl

2025

InteractAnything: Zero-shot Human Object Interaction Synthesis via LLM Feedback and Object Affordance Parsing

CVPR 2025highlight

Recent advances in 3D human-aware generation have made significant progress. However, existing methods still struggle with generating novel Human Object Interaction (HOI) from text, particularly for open-set objects. We identify three main challenges of this task: precise human-object relation reaso…

Cited by 0SourcePDFScholar
2025

Learning Causal Alignment for Reliable Disease Diagnosis

ICLR 2025poster

Aligning the decision-making process of machine learning algorithms with that of experienced radiologists is crucial for reliable diagnosis. While existing methods have attempted to align their prediction behaviors to those of radiologists reflected in the training data, this alignment is primarily…

Cited by 0SourcePDFScholar
2025

Look Twice Before You Answer: Memory-Space Visual Retracing for Hallucination Mitigation in Multimodal Large Language Models

ICML 2025poster

Despite their impressive capabilities, Multimodal Large Language Models (MLLMs) are prone to hallucinations, i.e., the generated content that is nonsensical or unfaithful to input sources. Unlike in LLMs, hallucinations in MLLMs often stem from the sensitivity of text decoder to visual tokens, leadi…

2025

Representation Potentials of Foundation Models for Multimodal Alignment: A Survey

EMNLP 2025

Foundation models learn highly transferable representations through large-scale pretraining on diverse data. An increasing body of research indicates that these representations exhibit a remarkable degree of similarity across architectures and modalities. In this survey, we investigate the represent

2025

SAT-HMR: Real-Time Multi-Person 3D Mesh Estimation via Scale-Adaptive Tokens

CVPR 2025poster

We propose a one-stage framework for real-time multi-person 3D human mesh estimation from a single RGB image. While current one-stage methods, which follow a DETR-style pipeline, achieve state-of-the-art (SOTA) performance with high-resolution inputs, we observe that this particularly benefits the e…

2025

Simulating Human-like Daily Activities with Desire-driven Autonomy

ICLR 2025poster

Desires motivate humans to interact autonomously with the complex world. In contrast, current AI agents require explicit task specifications, such as instructions or reward functions, which constrain their autonomy and behavioral diversity. In this paper, we introduce a Desire-driven Autonomous Agen…

Cited by 2SourcePDFScholar
2025

UnrealZoo: Enriching Photo-realistic Virtual Worlds for Embodied AI

ICCV 2025poster

We introduce UnrealZoo, a collection of over 100 photo-realistic 3D virtual worlds built on Unreal Engine, designed to reflect the complexity and variability of open-world environments. We also provide a rich variety of playable entities, including humans, animals, robots, and vehicles for embodied…

2025

VLM Can Be a Good Assistant: Enhancing Embodied Visual Tracking with Self-Improving Vision-Language Models

IROS 2025

We introduce a novel self-improving framework that enhances Embodied Visual Tracking (EVT) with Vision-Language Models (VLMs) to address the limitations of current active visual tracking systems in recovering from tracking failure. Our approach combines the off-the-shelf active tracking methods with

Cited by 3SourceScholar
2024

A Novel Geometrical Structure Robot Hand for Linear-parallel Pinching and Coupled Self-adaptive Hybrid Grasping

IROS 2024poster

Current robot hand grippers capable of self-adaptive or coupled grasping often cannot perform linear-parallel pinching at the physical end of the gripper, which is widely used in industrial applications. For this reason, this paper introduces a gripper with hybrid grasping modes— the LPCSA hand. It…

Cited by 1SourceScholar
2024

Bongard-OpenWorld: Few-Shot Reasoning for Free-form Visual Concepts in the Real World

ICLR 2024poster

We introduce Bongard-OpenWorld, a new benchmark for evaluating real-world few-shot reasoning for machine vision. It originates from the classical Bongard Problems (BPs): Given two sets of images (positive and negative), the model needs to identify the set that query images belong to by inducing the…

2024

Causal Discovery via Conditional Independence Testing with Proxy Variables

ICML 2024poster

Distinguishing causal connections from correlations is important in many scenarios. However, the presence of unobserved variables, such as the latent confounder, can introduce bias in conditional independence testing commonly employed in constraint-based causal discovery for identifying causal relat…

2024

DetToolChain: A New Prompting Paradigm to Unleash Detection Ability of MLLM

ECCV 2024poster

"We present DetToolChain, a novel prompting paradigm, to unleash the zero-shot object detection ability of multimodal large language models (MLLMs), such as GPT-4V and Gemini. Our approach consists of a detection prompting toolkit inspired by high-precision detection priors and a new Chain-of-Though…

2024

Don't Judge by the Look: Towards Motion Coherent Video Representation

ICLR 2024poster

Current training pipelines in object recognition neglect Hue Jittering when doing data augmentation as it not only brings appearance changes that are detrimental to classification, but also the implementation is inefficient in practice. In this study, we investigate the effect of hue variance in the…

2024

Fast Peer Adaptation with Context-aware Exploration

ICML 2024poster

Fast adapting to unknown peers (partners or opponents) with different strategies is a key challenge in multi-agent games. To do so, it is crucial for the agent to probe and identify the peer’s strategy efficiently, as this is the prerequisite for carrying out the best response in adaptation. However…

Cited by 2SourcePDFScholar
2024

Instruct-ReID: A Multi-purpose Person Re-identification Task with Instructions

CVPR 2024poster

Human intelligence can retrieve any person according to both visual and language descriptions. However the current computer vision community studies specific person re-identification (ReID) tasks in different scenarios separately which limits the applications in the real world. This paper strives to…

2024

Real-time Holistic Robot Pose Estimation with Unknown States

ECCV 2024poster

"Estimating robot pose from RGB images is a crucial problem in computer vision and robotics. While previous methods have achieved promising performance, most of them presume full knowledge of robot internal states, ground-truth robot joint angles. However, this assumption is not always valid in prac…

2024

Richelieu: Self-Evolving LLM-Based Agents for AI Diplomacy

NeurIPS 2024poster

Diplomacy is one of the most sophisticated activities in human society, involving complex interactions among multiple parties that require skills in social reasoning, negotiation, and long-term strategic planning. Previous AI agents have demonstrated their ability to handle multi-step games and larg…

2024

Safe RLHF: Safe Reinforcement Learning from Human Feedback

ICLR 2024spotlight

With the development of large language models (LLMs), striking a balance between the performance and safety of AI systems has never been more critical. However, the inherent tension between the objectives of helpfulness and harmlessness presents a significant challenge during LLM training. To addres…

2024

ScissorBot: Learning Generalizable Scissor Skill for Paper Cutting via Simulation, Imitation, and Sim2Real

CoRL 2024poster

This paper tackles the challenging robotic task of generalizable paper cutting using scissors. In this task, scissors attached to a robot arm are driven to accurately cut curves drawn on the paper, which is hung with the top edge fixed. Due to the frequent paper-scissor contact and consequent frac…

Cited by 5SourceScholar
2024

ScoreHypo: Probabilistic Human Mesh Estimation with Hypothesis Scoring

CVPR 2024poster

Monocular 3D human mesh estimation is an ill-posed problem characterized by inherent ambiguity and occlusion. While recent probabilistic methods propose generating multiple solutions little attention is paid to obtaining high-quality estimates from them. To address this limitation we introduce Score…

2023

3D Human Mesh Estimation From Virtual Markers

CVPR 2023poster

Inspired by the success of volumetric 3D pose estimation, some recent human mesh estimators propose to estimate 3D skeletons as intermediate representations, from which, the dense 3D meshes are regressed by exploiting the mesh topology. However, body shape information is lost in extracting skeletons…

2023

BeaverTails: Towards Improved Safety Alignment of LLM via a Human-Preference Dataset

NeurIPS 2023poster

In this paper, we introduce the BeaverTails dataset, aimed at fostering research on safety alignment in large language models (LLMs). This dataset uniquely separates annotations of helpfulness and harmlessness for question-answering pairs, thus offering distinct perspectives on these crucial attribu…

Cited by 400SourcePDFScholar
2023

Causal Discovery from Subsampled Time Series with Proxy Variables

NeurIPS 2023poster

Inferring causal structures from time series data is the central interest of many scientific inquiries. A major barrier to such inference is the problem of subsampling, *i.e.*, the frequency of measurement is much lower than that of causal influence. To overcome this problem, numerous methods have b…

2023

ChimpACT: A Longitudinal Dataset for Understanding Chimpanzee Behaviors

NeurIPS 2023poster

Understanding the behavior of non-human primates is crucial for improving animal welfare, modeling social behavior, and gaining insights into distinctively human and phylogenetically shared behaviors. However, the lack of datasets on non-human primate behavior hinders in-depth exploration of primate…

2023

Cycle-consistent Masked AutoEncoder for Unsupervised Domain Generalization

ICLR 2023poster

Self-supervised learning methods undergo undesirable performance drops when there exists a significant domain gap between training and testing scenarios. Therefore, unsupervised domain generalization (UDG) is proposed to tackle the problem, which requires the model to be trained on several different…

Cited by 7SourcePDFScholar
2023

GFPose: Learning 3D Human Pose Prior With Gradient Fields

CVPR 2023poster

Learning 3D human pose prior is essential to human-centered AI. Here, we present GFPose, a versatile framework to model plausible 3D human poses for various applications. At the core of GFPose is a time-dependent score network, which estimates the gradient on each body joint and progressively denois…

2023

HumanBench: Towards General Human-Centric Perception With Projector Assisted Pretraining

CVPR 2023poster

Human-centric perceptions include a variety of vision tasks, which have widespread industrial applications, including surveillance, autonomous driving, and the metaverse. It is desirable to have a general pretrain model for versatile human-centric downstream tasks. This paper forges ahead along this…

2023

Learning Domain-Agnostic Representation for Disease Diagnosis

ICLR 2023poster

In clinical environments, image-based diagnosis is desired to achieve robustness on multi-center samples. Toward this goal, a natural way is to capture only clinically disease-related features. However, such disease-related features are often entangled with center-effect, disabling robust transferri…

Cited by 9SourcePDFScholar
2023

Learning Semantic-Agnostic and Spatial-Aware Representation for Generalizable Visual-Audio Navigation

RA-L 2023

Visual-audio navigation (VAN) is attracting more and more attention from the robotic community due to its broad applications, e.g., household robots and rescue robots. In this task, an embodied agent must search for and navigate to the sound source with egocentric visual and audio observations. Howe

Cited by 12SourcecodeScholar
2023

MotionBERT: A Unified Perspective on Learning Human Motion Representations

ICCV 2023poster

We present a unified perspective on tackling various human-centric video tasks by learning human motion representations from large-scale and heterogeneous data resources. Specifically, we propose a pretraining stage in which a motion encoder is trained to recover the underlying 3D motion from noisy…

Cited by 215PDFcodeScholar
2023

Proactive Multi-Camera Collaboration for 3D Human Pose Estimation

ICLR 2023poster

This paper presents a multi-agent reinforcement learning (MARL) scheme for proactive Multi-Camera Collaboration in 3D Human Pose Estimation in dynamic human crowds. Traditional fixed-viewpoint multi-camera solutions for human motion capture (MoCap) are limited in capture space and susceptible to dyn…

Cited by 17SourcePDFScholar
2023

RSPT: Reconstruct Surroundings and Predict Trajectory for Generalizable Active Object Tracking

AAAI 2023technical

Active Object Tracking (AOT) aims to maintain a specific relation between the tracker and object(s) by autonomously controlling the motion system of a tracker given observations. It is widely used in various applications such as mobile robots and autonomous driving. However, Building a generalizable…

2023

Social Motion Prediction with Cognitive Hierarchies

NeurIPS 2023poster

Humans exhibit a remarkable capacity for anticipating the actions of others and planning their own actions accordingly. In this study, we strive to replicate this ability by addressing the social motion prediction problem. We introduce a new benchmark, a novel formulation, and a cognition-inspired f…

Cited by 9SourcePDFScholar
2023

UniHCP: A Unified Model for Human-Centric Perceptions

CVPR 2023poster

Human-centric perceptions (e.g., pose estimation, human parsing, pedestrian detection, person re-identification, etc.) play a key role in industrial applications of visual models. While specific human-centric tasks have their own relevant semantic aspect to focus on, they also share the same underly…

2023

Which Invariance Should We Transfer? A Causal Minimax Learning Approach

ICML 2023poster

A major barrier to deploying current machine learning models lies in their non-reliability to dataset shifts. To resolve this problem, most existing studies attempted to transfer stable information to unseen environments. Particularly, independent causal mechanisms-based methods proposed to remove m…

2022

Causal Intervention for Subject-Deconfounded Facial Action Unit Recognition

AAAI 2022technical

Subject-invariant facial action unit (AU) recognition remains challenging for the reason that the data distribution varies among subjects. In this paper, we propose a causal inference framework for subject-invariant facial action unit recognition. To illustrate the causal effect existing in AU recog…

Cited by 29SourcePDFScholar
2022

Disentangling Disease-related Representation from Obscure for Disease Prediction

ICML 2022spotlight

Disease-related representations play a crucial role in image-based disease prediction such as cancer diagnosis, due to its considerable generalization capacity. However, it is still a challenge to identify lesion characteristics in obscured images, as many lesions are obscured by other tissues. In t…

Cited by 5SourcePDFScholar
2022

Domain Invariant Masked Autoencoders for Self-Supervised Learning from Multi-Domains

ECCV 2022poster

"Generalizing learned representations across significantly different visual domains is a fundamental yet crucial ability of the human visual system. While recent self-supervised learning methods have achieved good performances with evaluation set on the same domain as the training set, they will hav…

Cited by 19SourcePDFScholar
2022

Faster VoxelPose: Real-Time 3D Human Pose Estimation by Orthographic Projection

ECCV 2022poster

"While the voxel-based methods have achieved promising results for multi-person 3D pose estimation from multi-cameras, they suffer from heavy computation burdens, especially for large scenes. We present Faster VoxelPose to address the challenge by re-projecting the feature volume to the three two-di…

2022

LUNA: Localizing Unfamiliarity Near Acquaintance for Open-Set Long-Tailed Recognition

AAAI 2022technical

The predefined artificially-balanced training classes in object recognition have limited capability in modeling real-world scenarios where objects are imbalanced-distributed with unknown classes. In this paper, we discuss a promising solution to the Open-set Long-Tailed Recognition (OLTR) task utili…

Cited by 14SourcePDFScholar
2022

MATE: Benchmarking Multi-Agent Reinforcement Learning in Distributed Target Coverage Control

NeurIPS 2022accept

We introduce the Multi-Agent Tracking Environment (MATE), a novel multi-agent environment simulates the target coverage control problems in the real world. MATE hosts an asymmetric cooperative-competitive game consisting of two groups of learning agents--"cameras" and "targets"--with opposing intere…

2022

MemREIN: Rein the Domain Shift for Cross-Domain Few-Shot Learning

IJCAI 2022poster

Few-shot learning aims to enable models generalize to new categories (query instances) with only limited labeled samples (support instances) from each category. Metric-based mechanism is a promising direction which compares feature embeddings via different metrics. However, it always fail to general…

Cited by 12SourcePDFScholar
2022

MoCaNet: Motion Retargeting In-the-Wild via Canonicalization Networks

AAAI 2022technical

We present a novel framework that brings the 3D motion retargeting task from controlled environments to in-the-wild scenarios. In particular, our method is capable of retargeting body motion from a character in a 2D monocular video to a 3D character without using any motion capture system or 3D reco…

Cited by 15SourcePDFScholar
2022

One-Shot Medical Landmark Localization by Edge-Guided Transform and Noisy Landmark Refinement

ECCV 2022poster

"As an important upstream task for many medical applications, supervised landmark localization still requires non-negligible annotation costs to achieve desirable performance. Besides, due to cumbersome collection procedures, the limited size of medical landmark datasets impacts the effectiveness of…

2022

Revisiting the Transferability of Supervised Pretraining: An MLP Perspective

CVPR 2022poster

The pretrain-finetune paradigm is a classical pipeline in visual learning. Recent progress on unsupervised pretraining methods shows superior transfer performance to their supervised counterparts. This paper revisits this phenomenon and sheds new light on understanding the transferability gap betwee…

Cited by 72PDFScholar
2022

ToM2C: Target-oriented Multi-agent Communication and Cooperation with Theory of Mind

ICLR 2022poster

Being able to predict the mental states of others is a key factor to effective social interaction. It is also crucial for distributed multi-agent systems, where agents are required to communicate and cooperate. In this paper, we introduce such an important social-cognitive skill, i.e. Theory of Mind…

2022

Unsupervised Object Detection Pretraining with Joint Object Priors Generation and Detector Learning

NeurIPS 2022accept

Unsupervised pretraining methods for object detection aim to learn object discrimination and localization ability from large amounts of images. Typically, recent works design pretext tasks that supervise the detector to predict the defined object priors. They normally leverage heuristic methods to p…

Cited by 5SourcePDFScholar
2022

VirtualPose: Learning Generalizable 3D Human Pose Models from Virtual Data

ECCV 2022poster

"While monocular 3D pose estimation seems to have achieved very accurate results on the public datasets, their generalization ability is largely overlooked. In this work, we perform a systematic evaluation of the existing methods and find that they get notably larger errors when tested on different…

2021

ACE: Ally Complementary Experts for Solving Long-Tailed Recognition in One-Shot

ICCV 2021poster

One-stage long-tailed recognition methods improve the overall performance in a "seesaw" manner, i.e., either sacrifice the head's accuracy for better tail classification or elevate the head's accuracy even higher but ignore the tail. Existing algorithms bypass such trade-off by a multi-stage trainin…

Cited by 185PDFcodeScholar
2021

An Empirical Study of the Collapsing Problem in Semi-Supervised 2D Human Pose Estimation

ICCV 2021poster

The state-of-the-art semi-supervised learning models are consistency-based which learn about unlabeled images by maximizing the similarity between different augmentations of an image. But when we apply the methods to human pose estimation which has extremely imbalanced class distribution, the models…

Cited by 37PDFcodeScholar
2021

Context Modeling in 3D Human Pose Estimation: A Unified Perspective

CVPR 2021poster

Estimating 3D human pose from a single image suffers from severe ambiguity since multiple 3D joint configurations may have the same 2D projection. The state-of-the-art methods often rely on context modeling methods such as pictorial structure model (PSM) or graph neural network (GNN) to reduce ambig…

Cited by 97PDFScholar
2021

Cross-Modal Representation Learning for Lightweight and Accurate Facial Action Unit Detection

RA-L 2021

In this letter, we focus on designing an effective method for lightweight and accurate facial action unit (AU) detection, which is essential for emotional communication in most human-robot interaction scenarios. AU detection is a delicate and challenging task because the subtle fleeting appearance c

Cited by 8SourceScholar
2021

Forecasting Irreversible Disease via Progression Learning

CVPR 2021poster

Forecasting Parapapillary atrophy (PPA), i.e., a symptom related to most irreversible eye diseases, provides an alarm for implementing an intervention to slow down the disease progression at early stage. A key question for this forecast is: how to fully utilize the historical data (e.g., retinal ima…

Cited by 4PDFScholar
2021

Towards Distraction-Robust Active Visual Tracking

ICML 2021spotlight

In active visual tracking, it is notoriously difficult when distracting objects appear, as distractors often mislead the tracker by occluding the target or bringing a confusing appearance. To address this issue, we propose a mixed cooperative-competitive multi-agent game, where a target and multiple…

Cited by 45SourcePDFScholar
2021

Vehicle 3d Localization in Road Scenes VIA a Monocular Moving Camera

ICASSP 2021accepted

Knowing the 3D locations of the surrounding vehicles is of vital importance in autonomous driving scenarios. It can be pretty challenging to make an accurate estimation from a monocular moving camera. In this paper, we present an effective vehicle 3D localization method, that utilizes 2D key-points…

Cited by 0SourceScholar
2020

Cross-View Correspondence Reasoning Based on Bipartite Graph Convolutional Network for Mammogram Mass Detection

CVPR 2020oral

Mammogram mass detection is of great clinical significance due to its high proportion in breast cancers. The information from cross views (i.e., mediolateral oblique and cranio-caudal) is highly related and complementary, and is helpful to make comprehensive decisions. However, unlike radiologists w…

Cited by 69PDFScholar
2020

Learning Multi-Agent Coordination for Enhancing Target Coverage in Directional Sensor Networks

NeurIPS 2020poster

Maximum target coverage by adjusting the orientation of distributed sensors is an important problem in directional sensor networks (DSNs). This problem is challenging as the targets usually move randomly but the coverage range of sensors is limited in angle and distance. Thus, it is required to coor…

2020

On Computation and Generalization of Generative Adversarial Imitation Learning

ICLR 2020poster

Generative Adversarial Imitation Learning (GAIL) is a powerful and practical approach for learning sequential decision-making policies. Different from Reinforcement Learning (RL), GAIL takes advantage of demonstration data by experts (e.g., human), and learns both the policy and reward function of t…

Cited by 50SourceScholar
2020

TCGM: An Information-Theoretic Framework for Semi-Supervised Multi-Modality Learning

ECCV 2020poster

Fusing data from multiple modalities provides more information to train machine learning systems. However, it is prohibitively expensive and time-consuming to label each modality with a large amount of data, which leads to a crucial problem of such semi-supervised multi-modal learning. Existing meth…

Cited by 25SourcePDFScholar
2019

AD-VAT: An Asymmetric Dueling mechanism for learning Visual Active Tracking

ICLR 2019poster

Visual Active Tracking (VAT) aims at following a target object by autonomously controlling the motion system of a tracker given visual observations. Previous work has shown that the tracker can be trained in a simulator via reinforcement learning and deployed in real-world scenarios. However, during…

2019

Align, Attend and Locate: Chest X-Ray Diagnosis via Contrast Induced Attention Network With Limited Supervision

ICCV 2019accepted

Obstacles facing accurate identification and localization of diseases in chest X-ray images lie in the lack of high-quality images and annotations. In this paper, we propose a Contrast Induced Attention Network (CIA-Net), which exploits the highly structured property of chest X-ray images and locali…

Cited by 133SourcePDFScholar
2019

CRAVES: Controlling Robotic Arm With a Vision-Based Economic System

CVPR 2019poster

Training a robotic arm to accomplish real-world tasks has been attracting increasing attention in both academia and industry. This work discusses the role of computer vision algorithms in this field. We focus on low-cost arms on which no sensors are equipped and thus all decisions are made upon visu…

Cited by 71PDFScholar
2019

Cascaded Generative and Discriminative Learning for Microcalcification Detection in Breast Mammograms

CVPR 2019poster

Accurate microcalcification (mC) detection is of great importance due to its high proportion in early breast cancers. Most of the previous mC detection methods belong to discriminative models, where classifiers are exploited to distinguish mCs from other backgrounds. However, it is still challenging…

Cited by 50PDFScholar
2019

Completeness Modeling and Context Separation for Weakly Supervised Temporal Action Localization

CVPR 2019poster

Temporal action localization is crucial for understanding untrimmed videos. In this work, we first identify two underexplored problems posed by the weak supervision for temporal action localization, namely action completeness modeling and action-context separation. Then by presenting a novel network…

Cited by 273PDFScholar
2019

L_DMI: A Novel Information-theoretic Loss Function for Training Deep Nets Robust to Label Noise

NeurIPS 2019poster

Accurately annotating large scale dataset is notoriously expensive both in time and in money. Although acquiring low-quality-annotated dataset can be much cheaper, it often badly damages the performance of trained models when using such dataset without particular treatment. Various methods have been…

2019

Max-MIG: an Information Theoretic Approach for Joint Learning from Crowds

ICLR 2019poster

Eliciting labels from crowds is a potential way to obtain large labeled data. Despite a variety of methods developed for learning from crowds, a key challenge remains unsolved: \emph{learning from crowds without knowing the information structure among the crowds a priori, when some people of the cro…

2019

Multi-Agent Tensor Fusion for Contextual Trajectory Prediction

CVPR 2019poster

Accurate prediction of others' trajectories is essential for autonomous driving. Trajectory prediction is challenging because it requires reasoning about agents' past movements, social interactions among varying numbers and kinds of agents, constraints from the scene context, and the stochasticity o…

Cited by 554PDFScholar
2018

End-to-end Active Object Tracking via Reinforcement Learning

ICML 2018oral

We study active object tracking, where a tracker takes as input the visual observation (i.e. frame sequence) and produces the camera control signal (e.g., move forward, turn left, etc). Conventional methods tackle the tracking and the camera control separately, which is challenging to tune jointly.…

Cited by 113SourcePDFScholar
2018

MSplit LBI: Realizing Feature Selection and Dense Estimation Simultaneously in Few-shot and Zero-shot Learning

ICML 2018oral

It is one typical and general topic of learning a good embedding model to efficiently learn the representation coefficients between two spaces/subspaces. To solve this task, $L_{1}$ regularization is widely used for the pursuit of feature selection and avoiding overfitting, and yet the sparse estima…

Cited by 23SourcePDFScholar
2017

Face Album: Towards automatic photo management based on person identity on mobile phones

ICASSP 2017accepted

We implement a new photo management system `Face Album' on mobile phones, which organizes photos by person identity, as is shown in Fig. 1. We automatically group faces into clusters to release user workload. Our system is composed of two pools: a certain pool with reliable clusters consisting of fa…

Cited by 0SourceScholar