← Search

Chen Qian

123 accepted papers

2026

AgentXRay: White-Boxing Agentic Systems via Workflow Reconstruction

ICML 2026poster

Large Language Models have shown strong capabilities in complex problem solving, yet many agentic systems remain difficult to interpret and control due to opaque internal workflows. While some frameworks offer explicit architectures for collaboration, many deployed agentic systems operate as black b…

Cited by 0SourceScholar
2026

CPMöbius: Iterative Coach–Player Reasoning for Data-Free Reinforcement Learning

ICML 2026poster

Large Language Models (LLMs) have demonstrated strong potential in complex reasoning, yet their progress remains fundamentally constrained by reliance on massive high-quality human-curated tasks and labels, either through supervised fine-tuning (SFT) or reinforcement learning (RL) on reasoning-speci…

Cited by 0SourceScholar
2026

Conditional Advantage Estimation for Reinforcement Learning in Large Reasoning Models

ICLR 2026poster

Reinforcement Learning with Verifiable Rewards (RLVR) for large language models (LLMs) has achieved remarkable progress in enhancing LLMs’ reasoning capabilities on tasks with clear correctness criteria, such as mathematical reasoning tasks. Several training metrics, such as entropy or response leng…

Cited by 0SourcecodeScholar
2026

RayI2P: Learning Rays for Image-to-Point Cloud Registration

ICLR 2026poster

Image-to-point cloud registration aims to estimate the 6-DoF camera pose of a query image relative to a 3D point cloud map. Existing methods fall into two categories: matching-free methods regress pose directly using geometric priors, but lack fine-grained supervision and struggle with precise align…

Cited by 0SourceScholar
2026

Towards Self-Evolving Agent Benchmarks : Validatable Agent Trajectory via Test-Time Exploration

ICLR 2026poster

Recent advances in large language models (LLMs) and agent system designs have empowered agents with unprecedented levels of capability. However, existing agent benchmarks are showing a trend of rapid ceiling-hitting by newly developed agents, making it difficult to meet the demands for evaluating ag…

Cited by 0SourcecodeScholar
2026

Your Agent May Misevolve: Emergent Risks in Self-evolving LLM Agents

ICLR 2026poster

Advances in Large Language Models (LLMs) have enabled a new class of \textbf{\textit{self-evolving agents}} that autonomously improve through interaction with the environment, demonstrating strong capabilities. However, self-evolution also introduces novel risks overlooked by current safety research…

Cited by 0SourceScholar
2025

Abdominal Undulation with Compliant Mechanism Improves Flight Performance of a Biomimetic Robotic Butterfly

IROS 2025

This paper presents the design, modeling, and experimental validation of a biomimetic robotic butterfly (BRB) that integrates a compliant mechanism to achieve coupled wing-abdomen motion. Drawing inspiration from the natural flight dynamics of butterflies, a theoretical model is developed to investi

Cited by 0SourceScholar
2025

Aligning Large Language Models to Follow Instructions and Hallucinate Less via Effective Data Filtering

ACL 2025long

Training LLMs on data containing unfamiliar knowledge during the instruction tuning stage can encourage hallucinations. To address this challenge, we introduce NOVA, a novel framework designed to identify high-quality data that aligns well with the LLM’s learned knowledge to reduce hallucinations. N…

2025

AutoMMLab: Automatically Generating Deployable Models from Language Instructions for Computer Vision Tasks

AAAI 2025technical

Automated machine learning (AutoML) is a collection of techniques designed to automate the machine learning development process. While traditional AutoML approaches have been successfully applied in several critical steps of model development (e.g. hyperparameter optimization), there lacks a AutoML…

2025

Demystifying Reasoning Dynamics with Mutual Information: Thinking Tokens are Information Peaks in LLM Reasoning

NeurIPS 2025poster

Large reasoning models (LRMs) have demonstrated impressive capabilities in complex problem-solving, yet their internal reasoning mechanisms remain poorly understood. In this paper, we investigate the reasoning trajectories of LRMs from an information-theoretic perspective. By tracking how mutual in…

Cited by 0SourcecodeScholar
2025

EcoLANG: Efficient and Effective Agent Communication Language Induction for Social Simulation

EMNLP 2025

Large language models (LLMs) have demonstrated an impressive ability to role-play humans and replicate complex social dynamics. However, large-scale LLM-driven simulations still face significant challenges in high time and computational costs. We observe that there exists redundancy in current agent

2025

Enhancing Open-Domain Task-Solving Capability of LLMs via Autonomous Tool Integration from GitHub

ACL 2025long

Large Language Models (LLMs) excel in traditional natural language processing tasks but struggle with problems that require complex domain-specific calculations or simulations. While equipping LLMs with external tools to build LLM-based agents can enhance their capabilities, existing approaches lack…

2025

Improving Data Efficiency via Curating LLM-Driven Rating Systems

ICLR 2025poster

Instruction tuning is critical for adapting large language models (LLMs) to downstream tasks, and recent studies have demonstrated that small amounts of human-curated data can outperform larger datasets, challenging traditional data scaling laws. While LLM-based data quality rating systems offer a c…

Cited by 3SourcePDFScholar
2025

Internet of Agents: Weaving a Web of Heterogeneous Agents for Collaborative Intelligence

ICLR 2025spotlight

The rapid advancement of large language models (LLMs) has paved the way for the development of highly capable autonomous agents. However, existing multi-agent frameworks often struggle with integrating diverse capable third-party agents due to reliance on agents defined within their own ecosystems.…

2025

Inverse Rendering using Multi-Bounce Path Tracing and Reservoir Sampling

ICLR 2025poster

We introduce MIRReS, a novel two-stage inverse rendering framework that jointly reconstructs and optimizes explicit geometry, materials, and lighting from multi-view images. Unlike previous methods that rely on implicit irradiance fields or oversimplified ray tracing, our method begins with an initi…

Cited by 0SourcePDFScholar
2025

Multi-Agent Collaboration via Cross-Team Orchestration

ACL 2025finding

Large Language Models (LLMs) have significantly impacted various domains, especially through organized LLM-driven autonomous agents. A representative scenario is in software development, where agents can collaborate in a team like humans, following predefined phases to complete sub-tasks sequentiall…

2025

Multi-Agent Collaboration via Evolving Orchestration

NeurIPS 2025poster

Large language models (LLMs) have achieved remarkable results across diverse downstream tasks, but their monolithic nature restricts scalability and efficiency in complex problem-solving. While recent research explores multi-agent collaboration among LLMs, most approaches rely on static organization…

Cited by 0SourcecodeScholar
2025

NADER: Neural Architecture Design via Multi-Agent Collaboration

CVPR 2025poster

Designing effective neural architectures poses a significant challenge in deep learning. While Neural Architecture Search (NAS) automates the search for optimal architectures, existing methods are often constrained by predetermined search spaces and may miss critical neural architectures. In this pa…

Cited by 7SourcePDFScholar
2025

NOVER: Incentive Training for Language Models via Verifier-Free Reinforcement Learning

EMNLP 2025

Recent advances, such as DeepSeek R1-Zero, highlight the effectiveness of incentive training, a reinforcement learning paradigm that computes rewards solely based on the final answer part of a language model’s output, thereby encouraging the generation of intermediate reasoning steps. However, these

2025

Optima: Optimizing Effectiveness and Efficiency for LLM-Based Multi-Agent System

ACL 2025finding

Large Language Model (LLM) based multi-agent systems (MAS) show remarkable potential in collaborative problem-solving, yet they still face critical challenges: low communication efficiency, poor scalability, and a lack of effective parameter-updating optimization methods. We present Optima, a novel…

2025

Prompting Large Language Models to Tackle the Full Software Development Lifecycle: A Case Study

COLING 2025main

Recent advancements in large language models (LLMs) have significantly enhanced their coding capabilities. However, existing benchmarks predominantly focused on simplified or isolated aspects of coding, such as single-file code generation or repository issue debugging, falling short of measuring the…

2025

REEF: Representation Encoding Fingerprints for Large Language Models

ICLR 2025oral

Protecting the intellectual property of open-source Large Language Models (LLMs) is very important, because training LLMs costs extensive computational resources and data. Therefore, model owners and third parties need to identify whether a suspect model is a subsequent development of the victim mod…

2025

SFDM: Robust Decomposition of Geometry and Reflectance for Realistic Face Rendering from Sparse-view Images

CVPR 2025poster

In this study, we introduce a novel two-stage technique for decomposing and reconstructing facial features from sparse-view images, a task made challenging by the unique geometry and complex skin reflectance of each individual. To synthesize 3D facial models more realistically, we endeavor to decoup…

Cited by 0SourcePDFScholar
2025

Scaling Large Language Model-based Multi-Agent Collaboration

ICLR 2025poster

Recent breakthroughs in large language model-driven autonomous agents have revealed that multi-agent collaboration often surpasses each individual through collective reasoning. Inspired by the neural scaling law—increasing neurons enhances performance, this study explores whether the continuous addi…

2025

ShotVL: Human-Centric Highlight Frame Retrieval via Language Queries

AAAI 2025technical

Existing research on human-centric video understanding typically focuses on analyzing specific moments or entire videos. However, many applications require higher precision at the frame level. In this work, we propose a novel task, BestShot, which aims to locate highlight frames within human-centric…

2025

The Tug of War Within: Mitigating the Fairness-Privacy Conflicts in Large Language Models

ACL 2025long

Ensuring awareness of fairness and privacy in Large Language Models (LLMs) is critical. Interestingly, we discover a counter-intuitive trade-off phenomenon that enhancing an LLM’s privacy awareness through Supervised Fine-Tuning (SFT) methods significantly decreases its fairness awareness with thous…

2025

Token Cleaning: Fine-Grained Data Selection for LLM Supervised Fine-Tuning

ICML 2025poster

Recent studies show that in supervised fine-tuning (SFT) of large language models (LLMs), data quality matters more than quantity. While most data cleaning methods concentrate on filtering entire samples, the quality of individual tokens within a sample can vary significantly. After pre-training, e…

2025

Unsupervised Continual Domain Shift Learning with Multi-Prototype Modeling

CVPR 2025highlight

In real-world applications, deep neural networks may encounter constantly changing environments, where the test data originates from continually shifting unlabeled target domains. This problem, known as Unsupervised Continual Domain Shift Learning (UCDSL), poses practical difficulties. Existing meth…

Cited by 0SourcePDFScholar
2024

A Hybrid Admittance Control Algorithm for Automatic Robotic Cranium-Milling

ICRA 2024poster

Prior robot-assisted cranium-milling studies only considered controlling the force in the skull’s vertical direction and neglected the milling cutter’s feed force. Additionally, achieving stable force control in multiple directions is challenging for robots due to the uneven skull surface. Here a hy…

Cited by 0SourceScholar
2024

AgentVerse: Facilitating Multi-Agent Collaboration and Exploring Emergent Behaviors

ICLR 2024poster

Autonomous agents empowered by Large Language Models (LLMs) have undergone significant improvements, enabling them to generalize across a broad spectrum of tasks. However, in real-world scenarios, cooperation among individuals is often required to enhance the efficiency and effectiveness of task acc…

2024

Autonomous Agents for Collaborative Task under Information Asymmetry

NeurIPS 2024poster

Large Language Model Multi-Agent Systems (LLM-MAS) have greatly progressed in solving complex tasks. It communicates among agents within the system to collaboratively solve tasks, under the premise of shared information. However, when agents' collaborations are leveraged to perform multi-person task…

2024

Beyond Natural Language: LLMs Leveraging Alternative Formats for Enhanced Reasoning and Communication

EMNLP 2024finding

Natural language (NL) has long been the predominant format for human cognition and communication, and by extension, has been similarly pivotal in the development and application of Large Language Models (LLMs). Yet, besides NL, LLMs have seen various non-NL formats during pre-training, such as code…

2024

Can Large Language Models Analyze Graphs like Professionals? A Benchmark, Datasets and Models

NeurIPS 2024poster

The need to analyze graphs is ubiquitous across various fields, from social networks to biological research and recommendation systems. Therefore, enabling the ability of large language models (LLMs) to process graphs is an important step toward more advanced general intelligence. However, current L…

2024

ChatDev: Communicative Agents for Software Development

ACL 2024long

Software development is a complex task that necessitates cooperation among multiple members with diverse skills. Numerous studies used deep learning to improve specific phases in a waterfall model, such as design, coding, and testing. However, the deep learning model in each phase requires unique de…

2024

Effects of fiber number and density on fiber jamming: Towards follow-the-leader deployment of a continuum robot

IROS 2024poster

Fiber jamming modules (FJMs) offer flexibility and quick stiffness variation, making them suitable for followthe-leader (FTL) motions in continuum robots, which is ideal for minimally invasive surgery (MIS). However, their potential has not been fully exploited, particularly in designing and manufac…

Cited by 1SourceScholar
2024

Experiential Co-Learning of Software-Developing Agents

ACL 2024long

Recent advancements in large language models (LLMs) have brought significant changes to various domains, especially through LLM-driven autonomous agents. A representative scenario is in software development, where LLM agents demonstrate efficient collaboration, task division, and assurance of softwa…

2024

Fairness without Harm: An Influence-Guided Active Sampling Approach

NeurIPS 2024poster

The pursuit of fairness in machine learning (ML), ensuring that the models do not exhibit biases toward protected demographic groups, typically results in a compromise scenario. This compromise can be explained by a Pareto frontier where given certain resources (e.g., data), reducing the fairness vi…

2024

From Transparent to Opaque: Rethinking Neural Implicit Surfaces with $\alpha$-NeuS

NeurIPS 2024poster

Traditional 3D shape reconstruction techniques from multi-view images, such as structure from motion and multi-view stereo, face challenges in reconstructing transparent objects. Recent advances in neural radiance fields and its variants primarily address opaque or transparent objects, encountering…

2024

KptLLM: Unveiling the Power of Large Language Model for Keypoint Comprehension

NeurIPS 2024poster

Recent advancements in Multimodal Large Language Models (MLLMs) have greatly improved their abilities in image understanding. However, these models often struggle with grasping pixel-level semantic details, e.g., the keypoints of an object. To bridge this gap, we introduce the novel challenge of Sem…

Cited by 1SourcePDFScholar
2024

Learning Robust Skills for Tightly Coordinated Arms in Contact-Rich Tasks

RA-L 2024

Multi-arm coordination has been receiving increasing attention in industry and our daily life. However, empowering arms to skillfully manipulate a common object within contact-rich tasks remains a daunting challenge. In this letter, we introduce a novel learning-based framework for arms to manipulat

Cited by 10SourceScholar
2024

PROGRAM: PROtotype GRAph Model based Pseudo-Label Learning for Test-Time Adaptation

ICLR 2024poster

Test-time adaptation (TTA) aims to adapt a pre-trained model from a source domain to a target domain only using online unlabeled target data during testing, without accessing to the source data or modifying the original training process. Among the various TTA methods, pseudo-labeling has gained popu…

Cited by 30SourcePDFScholar
2024

Parameterization-driven Neural Surface Reconstruction for Object-oriented Editing in Neural Rendering

ECCV 2024poster

"The advancements in neural rendering have increased the need for techniques that enable intuitive editing of 3D objects represented as neural implicit surfaces. This paper introduces a novel neural algorithm for parameterizing neural implicit surfaces to simple parametric domains like spheres and p…

2024

Towards Tracing Trustworthiness Dynamics: Revisiting Pre-training Period of Large Language Models

ACL 2024findings

Ensuring the trustworthiness of large language models (LLMs) is crucial. Most studies concentrate on fully pre-trained LLMs to better understand and improve LLMs’ trustworthiness. In this paper, to reveal the untapped potential of pre-training, we pioneer the exploration of LLMs’ trustworthiness dur…

2024

UniFS: Universal Few-shot Instance Perception with Point Representations

ECCV 2024poster

"Instance perception tasks (object detection, instance segmentation, pose estimation, counting) play a key role in industrial applications of visual models. As supervised learning methods suffer from high labeling cost, few-shot learning methods which effectively learn from a limited number of label…

2024

You Only Learn One Query: Learning Unified Human Query for Single-Stage Multi-Person Multi-Task Human-Centric Perception

ECCV 2024poster

"Human-centric perception (detection, segmentation, pose estimation, and attribute analysis) is a long-standing problem for computer vision. This paper introduces a unified and versatile framework (HQNet) for single-stage multi-person multi-task human-centric perception (HCP). Our approach centers o…

2023

Amodal Instance Segmentation via Prior-Guided Expansion

AAAI 2023technical

Amodal instance segmentation aims to infer the amodal mask, including both the visible part and occluded part of each object instance. Predicting the occluded parts is challenging. Existing methods often produce incomplete amodal boxes and amodal masks, probably due to lacking visual evidences to ex…

Cited by 9SourcePDFScholar
2023

DNA-Rendering: A Diverse Neural Actor Repository for High-Fidelity Human-Centric Rendering

ICCV 2023poster

Realistic human-centric rendering plays a key role in both computer vision and computer graphics. Rapid progress has been made in the algorithm aspect over the years, yet existing human-centric rendering datasets and benchmarks are rather impoverished in terms of diversity (e.g., outfit's fabric/mat…

Cited by 61PDFcodeScholar
2023

Deformable Model-Driven Neural Rendering for High-Fidelity 3D Reconstruction of Human Heads Under Low-View Settings

ICCV 2023poster

Reconstructing 3D human heads in low-view settings presents technical challenges, mainly due to the pronounced risk of overfitting with limited views and high-frequency signals. To address this, we propose geometry decomposition and adopt a two-stage, coarse-to-fine training strategy, allowing for p…

Cited by 9PDFcodeScholar
2023

Knowledge Diffusion for Distillation

NeurIPS 2023poster

The representation gap between teacher and student is an emerging topic in knowledge distillation (KD). To reduce the gap and improve the performance, current methods often resort to complicated training schemes, loss functions, and feature alignments, which are task-specific and feature-specific. I…

2023

Masked Distillation with Receptive Tokens

ICLR 2023poster

Distilling from the feature maps can be fairly effective for dense prediction tasks since both the feature discriminability and localization information can be well transferred. However, not every pixel contributes equally to the performance, and a good student should learn from what really matters…

2023

OmniObject3D: Large-Vocabulary 3D Object Dataset for Realistic Perception, Reconstruction and Generation

CVPR 2023poster

Recent advances in modeling 3D objects mostly rely on synthetic datasets due to the lack of large-scale real-scanned 3D databases. To facilitate the development of 3D perception, reconstruction, and generation in the real world, we propose OmniObject3D, a large vocabulary 3D object dataset with mass…

Cited by 214SourcePDFScholar
2023

RenderMe-360: A Large Digital Asset Library and Benchmarks Towards High-fidelity Head Avatars

NeurIPS 2023poster

Synthesizing high-fidelity head avatars is a central problem for computer vision and graphics. While head avatar synthesis algorithms have advanced rapidly, the best ones still face great obstacles in real-world scenarios. One of the vital causes is the inadequate datasets -- 1) current public data…

2023

SimMatchV2: Semi-Supervised Learning with Graph Consistency

ICCV 2023poster

Semi-Supervised image classification is one of the most fundamental problem in computer vision, which significantly reduces the need for human labor. In this paper, we introduce a new semi-supervised learning algorithm - SimMatchV2, which formulates various consistency regularizations between labele…

Cited by 13PDFcodeScholar
2023

SynBody: Synthetic Dataset with Layered Human Models for 3D Human Perception and Modeling

ICCV 2023poster

Synthetic data has emerged as a promising source for 3D human research as it offers low-cost access to large-scale human datasets. To advance the diversity and annotation quality of human models, we introduce a new synthetic dataset, SynBody, with three appealing features: 1) a clothed parametric hu…

Cited by 48PDFcodeScholar
2022

3D Interacting Hand Pose Estimation by Hand De-Occlusion and Removal

ECCV 2022poster

"Estimating 3D interacting hand pose from a single RGB image is essential for understanding human actions. Unlike most previous works that directly predict the 3D poses of two interacting hands simultaneously, we propose to decompose the challenging interacting hand pose estimation task and estimate…

2022

A Keypoint-Based Global Association Network for Lane Detection

CVPR 2022poster

Lane detection is a challenging task that requires predicting complex topology shapes of lane lines and distinguishing different types of lanes simultaneously. Earlier works follow a top-down roadmap to regress predefined anchors into various shapes of lane lines, which lacks enough flexibility to f…

Cited by 154PDFcodeScholar
2022

Bailando: 3D Dance Generation by Actor-Critic GPT With Choreographic Memory

CVPR 2022oral

Driving 3D characters to dance following a piece of music is highly challenging due to the spatial constraints applied to poses by choreography norms. In addition, the generated dance sequence also needs to maintain temporal coherency with different music genres. To tackle these challenges, we propo…

Cited by 217PDFcodeScholar
2022

Data Agnostic Filter Gating For Efficient Deep Networks

ICASSP 2022accepted

Filter pruning is essential for deploying a well-trained CNN model on edge computation devices with a target computation budget (e.g., FLOPs). Current filter pruning methods mainly focus on leveraging feature maps to analyze the importance of filters, and prune those with less impact on the value of…

Cited by 0SourceScholar
2022

Dual Adaptive Transformations for Weakly Supervised Point Cloud Segmentation

ECCV 2022poster

"Weakly supervised point cloud segmentation, i.e. semantically segmenting a point cloud with only a few labeled points in the whole 3D scene, is highly desirable due to the heavy burden of collecting abundant dense annotations for the model training. However, existing methods remain challenging to a…

Cited by 37SourcePDFScholar
2022

DyRep: Bootstrapping Training With Dynamic Re-Parameterization

CVPR 2022poster

Structural re-parameterization (Rep) methods achieve noticeable improvements on simple VGG-style networks. Despite the prevalence, current Rep methods simply re-parameterize all operations into an augmented network, including those that rarely contribute to the model's performance. As such, the pric…

Cited by 42PDFcodeScholar
2022

GreedyNASv2: Greedier Search With a Greedy Path Filter

CVPR 2022poster

Training a good supernet in one-shot NAS methods is difficult since the search space is usually considerably huge (e.g., 13^ 21 ). In order to enhance the supernet's evaluation ability, one greedy strategy is to sample good paths, and let the supernet lean towards the good ones and ease its evaluati…

Cited by 22PDFScholar
2022

Green Hierarchical Vision Transformer for Masked Image Modeling

NeurIPS 2022accept

We present an efficient approach for Masked Image Modeling (MIM) with hierarchical Vision Transformers (ViTs), allowing the hierarchical ViTs to discard masked patches and operate only on the visible ones. Our approach consists of three key designs. First, for window attention, we propose a Group Wi…

2022

HEAD: HEtero-Assists Distillation for Heterogeneous Object Detectors

ECCV 2022poster

"Conventional knowledge distillation (KD) methods for object detection mainly concentrate on homogeneous teacher-student detectors. However, the design of a lightweight detector for deployment is often significantly different from a high-capacity detector. Thus, we investigate KD among heterogeneous…

2022

Joint-Modal Label Denoising for Weakly-Supervised Audio-Visual Video Parsing

ECCV 2022poster

"This paper focuses on the weakly-supervised audio-visual video parsing task, which aims to recognize all events belonging to each modality and localize their temporal boundaries. This task is challenging because only overall labels indicating the video events are provided for training. However, an…

2022

Learning Where To Learn in Cross-View Self-Supervised Learning

CVPR 2022poster

Self-supervised learning (SSL) has made enormous progress and largely narrowed the gap with the supervised ones, where the representation learning is mainly guided by a projection into an embedding space. During the projection, current methods simply adopt uniform aggregation of pixels for embedding…

Cited by 47PDFcodeScholar
2022

Not All Tokens Are Equal: Human-Centric Visual Analysis via Token Clustering Transformer

CVPR 2022oral

Vision transformers have achieved great successes in many computer vision tasks. Most methods generate vision tokens by splitting an image into a regular and fixed grid and treating each cell as a token. However, not all regions are equally important in human-centric vision tasks, e.g., the human bo…

Cited by 167PDFcodeScholar
2022

Pose for Everything: Towards Category-Agnostic Pose Estimation

ECCV 2022poster

"Existing works on 2D pose estimation mainly focus on a certain category, e.g. human, animal, and vehicle. However, there are lots of application scenarios that require detecting the poses/keypoints of the unseen class of objects. In this paper, we introduce the task of Category-Agnostic Pose Estima…

2022

PoseTrans: A Simple yet Effective Pose Transformation Augmentation for Human Pose Estimation

ECCV 2022poster

"Human pose estimation aims to accurately estimate a wide variety of human poses. However, existing datasets often follow a long-tailed distribution that unusual poses only occupy a small portion, which further leads to the lack of diversity of rare poses. These issues result in the inferior general…

2022

Progressive Attention on Multi-Level Dense Difference Maps for Generic Event Boundary Detection

CVPR 2022poster

Generic event boundary detection is an important yet challenging task in video understanding, which aims at detecting the moments where humans naturally perceive event boundaries. The main challenge of this task is perceiving various temporal variations of diverse event boundaries. To this end, this…

Cited by 20PDFcodeScholar
2022

Pseudo-Labeled Auto-Curriculum Learning for Semi-Supervised Keypoint Localization

ICLR 2022poster

Localizing keypoints of an object is a basic visual problem. However, supervised learning of a keypoint localization network often requires a large amount of data, which is expensive and time-consuming to obtain. To remedy this, there is an ever-growing interest in semi-supervised learning (SSL), wh…

Cited by 20SourcePDFScholar
2022

SimMatch: Semi-Supervised Learning With Similarity Matching

CVPR 2022poster

Learning with few labeled data has been a longstanding problem in the computer vision and machine learning research community. In this paper, we introduced a new semi-supervised learning framework, SimMatch, which simultaneously considers semantic similarity and instance similarity. In SimMatch, the…

Cited by 274PDFcodeScholar
2022

Structure-Aware Editable Morphable Model for 3D Facial Detail Animation and Manipulation

ECCV 2022poster

"Morphable models are essential for the statistical modeling of 3D faces. Previous works on morphable models mostly focus on large-scale facial geometry but ignore facial details. This paper augments morphable models in representing facial details by learning a Structure-aware Editable Morphable Mod…

2022

StyleGAN-Human: A Data-Centric Odyssey of Human Generation

ECCV 2022poster

"Unconditional human image generation is an important task in vision and graphics, enabling various applications in the creative industry. Existing studies in this field mainly focus on “network engineering” such as designing new components and objective functions. This work takes a data-centric per…

2022

ViTAS: Vision Transformer Architecture Search

ECCV 2022poster

"Vision transformers (ViTs) inherited the success of NLP but their structures have not been sufficiently investigated and optimized for visual tasks. One of the simplest solutions is to directly search the optimal one via the widely used neural architecture search (NAS) in CNNs. However, we empirica…

2022

Weak-shot Semantic Segmentation via Dual Similarity Transfer

NeurIPS 2022accept

Semantic segmentation is a practical and active task, but severely suffers from the expensive cost of pixel-level labels when extending to more classes in wider applications. To this end, we focus on the problem named weak-shot semantic segmentation, where the novel classes are learnt from cheaper i…

2021

BCNet: Searching for Network Width With Bilaterally Coupled Network

CVPR 2021poster

Searching for a more compact network width recently serves as an effective way of channel pruning for the deployment of convolutional neural networks (CNNs) under hardware constraints. To fulfill the searching, a one-shot supernet is usually leveraged to efficiently evaluate the performance \wrt dif…

Cited by 42PDFScholar
2021

Counterfactual Inference for Text Classification Debiasing

ACL 2021long

Today’s text classifiers inevitably suffer from unintended dataset biases, especially the document-level label bias and word-level keyword bias, which may hurt models’ generalization. Many previous studies employed data-level manipulations or model-level balancing mechanisms to recover unbiased dist…

2021

Graph-Based 3D Multi-Person Pose Estimation Using Multi-View Images

ICCV 2021poster

This paper studies the task of estimating the 3D human poses of multiple persons from multiple calibrated camera views. Following the top-down paradigm, we decompose the task into two stages, i.e. person localization and pose estimation. Both stages are processed in coarse-to-fine manners. And we pr…

Cited by 66PDFcodeScholar
2021

K-shot NAS: Learnable Weight-Sharing for NAS with K-shot Supernets

ICML 2021spotlight

In one-shot weight sharing for NAS, the weights of each operation (at each layer) are supposed to be identical for all architectures (paths) in the supernet. However, this rules out the possibility of adjusting operation weights to cater for different paths, which limits the reliability of the evalu…

Cited by 48SourcePDFScholar
2021

Knowledge-aware Named Entity Recognition with Alleviating Heterogeneity

AAAI 2021technical

Named Entity Recognition (NER) is a fundamental and important research topic for many downstream NLP tasks, aiming at detecting and classifying named entities (NEs) mentioned in unstructured text into pre-defined categories. Learning from labeled data only is far from enough when it comes to domain-…

2021

Locally Free Weight Sharing for Network Width Search

ICLR 2021spotlight

Searching for network width is an effective way to slim deep neural networks with hardware budgets. With this aim, a one-shot supernet is usually leveraged as a performance evaluator to rank the performance \wrt~different width. Nevertheless, current methods mainly follow a manually fixed weight sha…

Cited by 45SourcePDFScholar
2021

Prioritized Architecture Sampling With Monto-Carlo Tree Search

CVPR 2021poster

One-shot neural architecture search (NAS) methods significantly reduce the search cost by considering the whole search space as one network, which only needs to be trained once. However, current methods select each operation independently without considering previous layers. Besides, the historical…

Cited by 66PDFcodeScholar
2021

ReSSL: Relational Self-Supervised Learning with Weak Augmentation

NeurIPS 2021poster

Self-supervised Learning (SSL) including the mainstream contrastive learning has achieved great success in learning visual representations without data annotations. However, most of methods mainly focus on the instance level information (\ie, the different augmented images of the same instance shoul…

2021

Reformulating HOI Detection As Adaptive Set Prediction

CVPR 2021poster

Determining which image regions to concentrate is critical for Human-Object Interaction (HOI) detection. Conventional HOI detectors focus on either detected human and object pairs or pre-defined interaction locations, which limits learning of the effective features. In this paper, we reformulate HOI…

Cited by 182PDFcodeScholar
2021

Towards Improving the Consistency, Efficiency, and Flexibility of Differentiable Neural Architecture Search

CVPR 2021poster

Most differentiable neural architecture search methods construct a super-net for search and derive a target-net as its sub-graph for evaluation. There exists a significant gap between the architectures in search and evaluation. As a result, current methods suffer from an inconsistent, inefficient, a…

Cited by 57PDFScholar
2021

ViPNAS: Efficient Video Pose Estimation via Neural Architecture Search

CVPR 2021poster

Human pose estimation has achieved significant progress in recent years. However, most of the recent methods focus on improving accuracy using complicated models and ignoring real-time efficiency. To achieve a better trade-off between accuracy and efficiency, we propose a novel neural architecture s…

Cited by 74PDFcodeScholar
2021

Weakly Supervised Contrastive Learning

ICCV 2021poster

Unsupervised visual representation learning has gained much attention from the computer vision community because of the recent achievement of contrastive learning. Most of the existing contrastive learning frameworks adopt the instance discrimination as the pretext task, which treating every single…

Cited by 152PDFcodeScholar
2021

When Human Pose Estimation Meets Robustness: Adversarial Algorithms and Benchmarks

CVPR 2021poster

Human pose estimation is a fundamental yet challenging task in computer vision, which aims at localizing human anatomical keypoints. However, unlike human vision that is robust to various data corruptions such as blur and pixelation, current pose estimators are easily confused by these corruptions.…

Cited by 82PDFcodeScholar
2020

3D Sketch-Aware Semantic Scene Completion via Semi-Supervised Structure Prior

CVPR 2020poster

The goal of the Semantic Scene Completion (SSC) task is to simultaneously predict a completed 3D voxel representation of volumetric occupancy and semantic labels of objects in the scene from a single-view observation. Since the computational cost generally increases explosively along with the growth…

Cited by 155PDFScholar
2020

A Real-Time Cross-Modality Correlation Filtering Method for Referring Expression Comprehension

CVPR 2020poster

Referring expression comprehension aims to localize the object instance described by a natural language expression. Current referring expression methods have achieved good performance. However, none of them is able to achieve real-time inference without accuracy drop. The reason for the relatively s…

Cited by 240PDFScholar
2020

AOT: Appearance Optimal Transport Based Identity Swapping for Forgery Detection

NeurIPS 2020poster

Recent studies have shown that the performance of forgery detection can be improved with diverse and challenging Deepfakes datasets. However, due to the lack of Deepfakes datasets with large variance in appearance, which can be hardly produced by recent identity swapping methods, the detection algor…

2020

Agree to Disagree: Adaptive Ensemble Knowledge Distillation in Gradient Space

NeurIPS 2020poster

Distilling knowledge from an ensemble of teacher models is expected to have a more promising performance than that from a single one. Current methods mainly adopt a vanilla average rule, i.e., to simply take the average of all teacher losses for training the student network. However, this approach t…

2020

Bi-directional Cross-Modality Feature Propagation with Separation-and-Aggregation Gate for RGB-D Semantic Segmentation

ECCV 2020poster

Depth information has proven to be a useful cue in the semantic segmentation of RGB-D images for providing a geometric counterpart to the RGB representation. Most existing works simply assume that depth measurements are accurate and well-aligned with the RGB pixels and models the problem as a cross-…

Cited by 431SourcePDFScholar
2020

CentripetalNet: Pursuing High-Quality Keypoint Pairs for Object Detection

CVPR 2020poster

Keypoint-based detectors have achieved pretty-well performance. However, incorrect keypoint matching is still widespread and greatly affects the performance of the detector. In this paper, we propose CentripetalNet which uses centripetal shift to pair corner keypoints from the same instance. Centrip…

Cited by 220PDFcodeScholar
2020

DeeperForensics-1.0: A Large-Scale Dataset for Real-World Face Forgery Detection

CVPR 2020poster

We present our on-going effort of constructing a large- scale benchmark for face forgery detection. The first version of this benchmark, DeeperForensics-1.0, represents the largest face forgery detection dataset by far, with 60, 000 videos constituted by a total of 17.6 million frames, 10 times larg…

Cited by 586PDFcodeScholar
2020

Differentiable Hierarchical Graph Grouping for Multi-Person Pose Estimation

ECCV 2020poster

Multi-person pose estimation is challenging because it localizes body keypoints for multiple persons simultaneously. Previous methods can be divided into two streams, \ie top-down and bottom-up methods. The top-down methods localize keypoints after human detection, while the bottom-up methods locali…

2020

GreedyNAS: Towards Fast One-Shot NAS With Greedy Supernet

CVPR 2020poster

Training a supernet matters for one-shot neural architecture search (NAS) methods since it serves as a basic performance estimator for different architectures (paths). Current methods mainly hold the assumption that a supernet should give a reasonable ranking over all paths. They thus treat all path…

Cited by 188PDFScholar
2020

HMOR: Hierarchical Multi-Person Ordinal Relations for Monocular Multi-Person 3D Pose Estimation

ECCV 2020poster

Remarkable progress has been made in 3D human pose estimation from a monocular RGB camera. However, only a few studies explored 3D multi-person cases. In this paper, we attempt to address the lack of a global perspective of the top-down approaches by introducing a novel form of supervision - Hierarc…

Cited by 75SourcePDFScholar
2020

ISTA-NAS: Efficient and Consistent Neural Architecture Search by Sparse Coding

NeurIPS 2020poster

Neural architecture search (NAS) aims to produce the optimal sparse solution from a high-dimensional space spanned by all candidate connections. Current gradient-based NAS methods commonly ignore the constraint of sparsity in the search phase, but project the optimized solution onto a sparse one by…

2020

Local Correlation Consistency for Knowledge Distillation

ECCV 2020poster

Sufficient knowledge extraction from the teacher network plays a critical role in the knowledge distillation task to improve the performance of the student network. Existing methods mainly focus on the consistency of instance-level features and their relationships, but neglect the local features and…

Cited by 62SourcePDFScholar
2020

PPDM: Parallel Point Detection and Matching for Real-Time Human-Object Interaction Detection

CVPR 2020poster

We propose a single-stage Human-Object Interaction (HOI) detection method that has outperformed all existing methods on HICO-DET dataset at 37 fps on a single Titan XP GPU. It is the first real-time HOI detection method. Conventional HOI detection methods are composed of two stages, i.e., human-obje…

Cited by 341PDFcodeScholar
2020

TransMoMo: Invariance-Driven Unsupervised Video Motion Retargeting

CVPR 2020poster

We present a lightweight video motion retargeting approach TransMoMo that is capable of transferring motion of a person in a source video realistically to another video of a target person. Without using any paired data for supervision, the proposed method can be trained in an unsupervised manner by…

Cited by 61PDFcodeScholar
2020

Whole-Body Human Pose Estimation in the Wild

ECCV 2020poster

This paper investigates the task of 2D human whole-body pose estimation, which aims to localize dense landmarks on the entire human body including face, hands, body, and feet. As existing datasets do not have whole-body annotations, previous methods have to assemble different deep models trained ind…

2019

Aggregation via Separation: Boosting Facial Landmark Detector With Semi-Supervised Style Translation

ICCV 2019poster

Facial landmark detection, or face alignment, is a fundamental task that has been extensively studied. In this paper, we investigate a new perspective of facial landmark detection and demonstrate it leads to further notable improvement. Given that any face images can be factored into space of style…

Cited by 102PDFcodeScholar
2019

Deep Comprehensive Correlation Mining for Image Clustering

ICCV 2019poster

Recent developed deep unsupervised methods allow us to jointly learn representation and cluster unlabelled data. These deep clustering methods %like DAC start with mainly focus on the correlation among samples, e.g., selecting high precision pairs to gradually tune the feature representation, which…

Cited by 242PDFcodeScholar
2019

FAB: A Robust Facial Landmark Detection Framework for Motion-Blurred Videos

ICCV 2019poster

Recently, facial landmark detection algorithms have achieved remarkable performance on static images. However, these algorithms are neither accurate nor stable in motion-blurred videos. The missing of structure information makes it difficult for state-of-the-art facial landmark detection algorithms…

Cited by 44PDFcodeScholar
2019

Make a Face: Towards Arbitrary High Fidelity Face Manipulation

ICCV 2019poster

Recent studies have shown remarkable success in face manipulation task with the advance of GANs and VAEs paradigms, but the outputs are sometimes limited to low-resolution and lack of diversity. In this work, we propose Additive Focal Variational Auto-encoder (AF-VAE), a novel approach that can arbi…

Cited by 86PDFScholar
2019

Semi-Supervised Monocular 3D Face Reconstruction With End-to-End Shape-Preserved Domain Transfer

ICCV 2019oral

Monocular face reconstruction is a challenging task in computer vision, which aims to recover 3D face geometry from a single RGB face image. Recently, deep learning based methods have achieved great improvements on monocular face reconstruction. However, for deep learning-based methods to reach opti…

Cited by 33PDFScholar
2019

TRB: A Novel Triplet Representation for Understanding 2D Human Body

ICCV 2019oral

Human pose and shape are two important components of 2D human body. However, how to efficiently represent both of them in images is still an open question. In this paper, we propose the Triplet Representation for Body (TRB) --- a compact 2D human body representation, with skeleton keypoints capturin…

Cited by 20PDFcodeScholar
2019

TransGaGa: Geometry-Aware Unsupervised Image-To-Image Translation

CVPR 2019poster

Unsupervised image-to-image translation aims at learning a mapping between two visual domains. However, learning a translation across large geometry variations al- ways ends up with failure. In this work, we present a novel disentangle-and-translate framework to tackle the complex objects image-to-i…

Cited by 135PDFScholar
2019

Weakly-Supervised Discovery of Geometry-Aware Representation for 3D Human Pose Estimation

CVPR 2019oral

Recent studies have shown remarkable advances in 3D human pose estimation from monocular images, with the help of large-scale in-door 3D datasets and sophisticated network architectures. However, the generalizability to different environments remains an elusive goal. In this work, we propose a geome…

Cited by 139PDFScholar
2018

Look at Boundary: A Boundary-Aware Face Alignment Algorithm

CVPR 2018poster

We present a novel boundary-aware face alignment algorithm by utilising boundary lines as the geometric structure of a human face to help facial landmark localisation. Unlike the conventional heatmap based method and regression based method, our approach derives face landmarks from boundary lines wh…

2018

ReenactGAN: Learning to Reenact Faces via Boundary Transfer

ECCV 2018poster

We present a novel learning-based framework for face reenactment. The proposed method, known as ReenactGAN, is capable of transferring facial movements and expressions from an arbitrary person’s monocular video input to a target person’s video. Instead of performing a direct transfer in the pixel sp…

2018

The Devil of Face Recognition is in the Noise

ECCV 2018poster

The growing scale of face recognition datasets empowers us to train strong convolutional networks for face recognition. While a variety of architectures and loss functions have been devised, we still have a limited understanding of the source and consequence of label noise inherent in existing datas…

2017

Residual Attention Network for Image Classification

CVPR 2017spotlight

In this work, we propose "Residual Attention Network", a convolutional neural network using attention mechanism which can incorporate with state-of-art feed forward network architecture in an end-to-end training fashion. Our Residual Attention Network is built by stacking Attention Modules which gen…

Cited by 4712PDFScholar