← Search

Ya Zhang

94 accepted papers

2026

GenMask: Adapting DiT for Segmentation via Direct Mask Generation

CVPR 2026

Recent approaches for segmentation have leveraged pretrained generative models as feature extractors, treating segmentation as a downstream adaptation task via indirect feature retrieval. This implicit use suffers from a fundamental misalignment in representation.It also depends heavily on indirect

Cited by 0SourceScholar
2026

Improving Diffusion Models for Class-imbalanced Training Data via Capacity Manipulation

ICLR 2026oral

While diffusion models have achieved remarkable performance in image generation, they often struggle with the imbalanced datasets frequently encountered in real-world applications, resulting in significant performance degradation on minority classes. In this paper, we identify model capacity allocat…

Cited by 0SourceScholar
2026

MedS³: Towards Medical Slow Thinking with Self-Evolved Soft Dual-sided Process Supervision

AAAI 2026technical

Medical language models face critical barriers to real-world clinical reasoning applications. However, mainstream efforts, which fall short in task coverage, lack fine-grained supervision for intermediate reasoning steps, and rely on proprietary systems, are still far from a versatile, credible and

Cited by 0SourcePDFScholar
2026

One-Step Diffusion Transformer for Controllable Real-World Image Super-Resolution

CVPR 2026

Recent advances in diffusion-based real-world image super-resolution (Real-ISR) have demonstrated remarkable perceptual quality, yet the balance between fidelity and controllability remains a problem: multi-step diffusion-based methods suffer from generative diversity and randomness, resulting in lo

Cited by 0SourcecodeScholar
2026

Overthinking Reduction with Decoupled Rewards and Curriculum Data Scheduling

ICLR 2026oral

While large reasoning models trained with critic-free reinforcement learning and verifiable rewards (RLVR) represent the state-of-the-art, their practical utility is hampered by ``overthinking'', a critical issue where models generate excessively long reasoning paths without any performance benefit.…

Cited by 0SourcecodeScholar
2026

SpatialScore: Towards Comprehensive Evaluation for Spatial Intelligence

CVPR 2026

Existing evaluations of multimodal large language models (MLLMs) on spatial intelligence are typically fragmented and limited in scope. In this work, we conduct a holistic assessment of the spatial understanding abilities of modern MLLMs and propose complementary data-driven and agent-based solution

Cited by 0SourcecodeScholar
2026

The State of Reinforcement Finetuning for Transformer-based Generative Agents

ICLR 2026poster

Reinforcement finetuning (RFT) has garnered significant attention in recent years, particularly for enhancing large reasoning models such as OpenAI o1 and Deepseek R1. The appeal of RFT largely stems from its ability to refine model knowledge, better align outputs with user intent, and address chall…

Cited by 0SourceScholar
2026

Versatile Vision-Language Model for 3D Computed Tomography

AAAI 2026technical

Representation learning serves as a foundational component of medical vision-language models (MVLMs), enabling cross-modal alignment, semantic consistency, and enhanced generalization capabilities for downstream tasks. As generalist models rapidly evolve, there is a pressing need to unify diverse do

Cited by 0SourcePDFScholar
2026

Wide-In, Narrow-Out: Revokable Decoding for Efficient and Effective DLLMs

ICLR 2026poster

Diffusion Large Language Models (DLLMs) have emerged as a compelling alternative to Autoregressive models, designed for fast parallel generation. However, existing DLLMs are plagued by a severe quality-speed trade-off, where faster parallel decoding leads to significant performance degradation. We a…

Cited by 0SourcecodeScholar
2025

AuscMLLM: Bridging Classification and Reasoning in Heart Sound Analysis with a Multimodal Large Language Model

ICASSP 2025accepted

This study introduces a multimodal large language model capable of not only accomplishing various heart sound tasks but also providing reasoning, marking an advancement in the field of medical diagnostics. The model’s innovation stems from a collaboration with experts to collect a novel dataset desi…

Cited by 0SourceScholar
2025

AutoMedEval: Harnessing Language Models for Automatic Medical Capability Evaluation

ACL 2025long

With the proliferation of large language models (LLMs) in the medical domain, there is increasing demand for improved evaluation techniques to assess their capabilities. However, traditional metrics like F1 and ROUGE, which rely on token overlaps to measure quality, significantly overlook the import…

Cited by 0SourcePDFScholar
2025

CoPAD : Multi-source Trajectory Fusion and Cooperative Trajectory Prediction with Anchor-oriented Decoder in V2X Scenarios

IROS 2025

Recently, data-driven trajectory prediction methods have achieved remarkable results, significantly advancing the development of autonomous driving. However, the instability of single-vehicle perception introduces certain limitations to trajectory prediction. In this paper, a novel lightweight frame

Cited by 0SourceScholar
2025

Combatting Dimensional Collapse in LLM Pre-Training Data via Submodular File Selection

ICLR 2025oral

Selecting high-quality pre-training data for large language models (LLMs) is crucial for enhancing their overall performance under limited computation budget, improving both training and sample efficiency. Recent advancements in file selection primarily rely on using an existing or trained proxy mod…

2025

ConText: Driving In-context Learning for Text Removal and Segmentation

ICML 2025poster

This paper presents the first study on adapting the visual in-context learning (V-ICL) paradigm to optical character recognition tasks, specifically focusing on text removal and segmentation. Most existing V-ICL generalists employ a reasoning-as-reconstruction approach: they turn to using a straight…

2025

Contrast-Unity for Partially-Supervised Temporal Sentence Grounding

ICASSP 2025accepted

Temporal sentence grounding aims to detect event timestamps described by the natural language query from given untrimmed videos. The existing fully-supervised setting achieves great results but requires expensive annotation costs; while the weakly-supervised setting adopts cheap labels but performs…

Cited by 0SourceScholar
2025

DSVD: Dynamic Self-Verify Decoding for Faithful Generation in Large Language Models

EMNLP 2025

The reliability of large language models remains a critical challenge, particularly due to their susceptibility to hallucinations and factual inaccuracies during text generation. Existing solutions either underutilize models’ self-correction with preemptive strategies or use costly post-hoc verifica

Cited by 0SourcePDFScholar
2025

Differential-informed Sample Selection Accelerates Multimodal Contrastive Learning

ICCV 2025poster

The remarkable success of contrastive-learning-based multimodal models has been greatly driven by training on ever-larger datasets with expensive compute consumption. Sample selection as an alternative efficient paradigm plays an important direction to accelerate the training process. However, recen…

2025

Fine-tuning with Reserved Majority for Noise Reduction

ICLR 2025spotlight

Parameter-efficient fine-tuning (PEFT) has revolutionized supervised fine-tuning, where LoRA and its variants gain the most popularity due to their low training costs and zero inference latency. However, LoRA tuning not only injects knowledgeable features but also noisy hallucination during fine-tun…

2025

FreeSegDiff: Annotation-free Saliency Segmentation with Diffusion Models

ICASSP 2025accepted

Learning from a large corpus of data, pre-trained models have achieved impressive progress nowadays. As a popular generative pre-training method, diffusion models stand out by capturing both low-level visual knowledge and high-level semantic relations. In this paper, we propose to exploit such knowl…

Cited by 0SourceScholar
2025

Learning to Instruct for Visual Instruction Tuning

NeurIPS 2025poster

We propose L2T, an advancement of visual instruction tuning (VIT). While VIT equips Multimodal LLMs (MLLMs) with promising multimodal capabilities, the current design choices for VIT often result in overfitting and shortcut learning, potentially degrading performance. This gap arises from an overemp…

Cited by 7SourcecodeScholar
2025

MRGen: Segmentation Data Engine For Underrepresented MRI Modalities

ICCV 2025poster

Training medical image segmentation models for rare yet clinically important imaging modalities is challenging due to the scarcity of annotated data, and manual mask annotations can be costly and labor-intensive to acquire. This paper investigates leveraging generative models to synthesize data, for…

2025

MoMa: Modulating Mamba for Adapting Image Foundation Models to Video Recognition

ICML 2025poster

Video understanding is a complex challenge that requires effective modeling of spatial-temporal dynamics. With the success of image foundation models (IFMs) in image understanding, recent approaches have explored parameter-efficient fine-tuning (PEFT) to adapt IFMs for video. However, most of the…

Cited by 0SourcePDFScholar
2025

Multi-modal Medical Diagnosis via Large-small Model Collaboration

CVPR 2025poster

Recent advances in medical AI have shown a clear trend towards large models in healthcare. However, developing large models for multi-modal medical diagnosis remains challenging due to a lack of sufficient modal-complete medical data. Most existing multi-modal diagnostic models are relatively small…

Cited by 0SourcePDFScholar
2025

RAD: Towards Trustworthy Retrieval-Augmented Multi-modal Clinical Diagnosis

NeurIPS 2025poster

Clinical diagnosis is a highly specialized discipline requiring both domain expertise and strict adherence to rigorous guidelines. While current AI-driven medical research predominantly focuses on knowledge graphs or natural text pretraining paradigms to incorporate medical knowledge, these approac…

Cited by 0SourcecodeScholar
2025

SaFiRe: Saccade-Fixation Reiteration with Mamba for Referring Image Segmentation

NeurIPS 2025poster

Referring Image Segmentation (RIS) aims to segment the target object in an image given a natural language expression. While recent methods leverage pre-trained vision backbones and more training corpus to achieve impressive results, they predominantly focus on simple expressions—short, clear noun ph…

Cited by 0SourceScholar
2025

Towards Universal Soccer Video Understanding

CVPR 2025poster

As a globally celebrated sport, soccer has attracted widespread interest from fans over the world. This paper aims to develop a comprehensive multi-modal framework for soccer video understanding.Specifically, we make the following contributions in this paper:(i) we introduce **SoccerReplay-1988**, t…

2024

Adapting Visual-Language Models for Generalizable Anomaly Detection in Medical Images

CVPR 2024highlight

Recent advancements in large-scale visual-language pre-trained models have led to significant progress in zero-/few-shot anomaly detection within natural image domains. However the substantial domain divergence between natural and medical images limits the effectiveness of these methodologies in med…

2024

Audio-Visual Segmentation via Unlabeled Frame Exploitation

CVPR 2024poster

Audio-visual segmentation (AVS) aims to segment the sounding objects in video frames. Although great progress has been witnessed we experimentally reveal that current methods reach marginal performance gain within the use of the unlabeled frames leading to the underutilization issue. To fully explor…

Cited by 10SourcePDFScholar
2024

CliMedBench: A Large-Scale Chinese Benchmark for Evaluating Medical Large Language Models in Clinical Scenarios

EMNLP 2024main

With the proliferation of Large Language Models (LLMs) in diverse domains, there is a particular need for unified evaluation standards in clinical medical scenarios, where models need to be examined very thoroughly. We present CliMedBench, a comprehensive benchmark with 14 expert-guided core clinica…

2024

DictLLM: Harnessing Key-Value Data Structures with Large Language Models for Enhanced Medical Diagnostics

ACL 2024findings

Structured data offers an efficient means of organizing information. Exsisting text-serialization based methods for processing structured data using large language models (LLMs) are not designed to explicitly capture the heterogeneity of structured data. Such methods are suboptimal for LLMs to proce…

Cited by 1SourcePDFScholar
2024

Diversified Batch Selection for Training Acceleration

ICML 2024poster

The remarkable success of modern machine learning models on large datasets often demands extensive training time and resource consumption. To save cost, a prevalent research line, known as online batch selection, explores selecting informative subsets during the training process. Although recent eff…

2024

Domain-Inspired Sharpness-Aware Minimization Under Domain Shifts

ICLR 2024poster

This paper presents a Domain-Inspired Sharpness-Aware Minimization (DISAM) algorithm for optimization under domain shifts. It is motivated by the inconsistent convergence degree of SAM across different domains, which induces optimization bias towards certain domains and thus impairs the overall conv…

2024

Exploring Training on Heterogeneous Data with Mixture of Low-rank Adapters

ICML 2024poster

Training a unified model to take multiple targets into account is a trend towards artificial general intelligence. However, how to efficiently mitigate the training conflicts among heterogeneous data collected from different domains or tasks remains under-explored. In this study, we explore to lever…

2024

HSDreport: Heart Sound Diagnosis with Echocardiography Reports

EMNLP 2024finding

Heart sound auscultation holds significant importance in the diagnosis of congenital heart disease. However, existing methods for Heart Sound Diagnosis (HSD) tasks are predominantly limited to a few fixed categories, framing the HSD task as a rigid classification problem that does not fully align wi…

Cited by 0SourcePDFScholar
2024

HarmoDT: Harmony Multi-Task Decision Transformer for Offline Reinforcement Learning

ICML 2024poster

The purpose of offline multi-task reinforcement learning (MTRL) is to develop a unified policy applicable to diverse tasks without the need for online environmental interaction. Recent advancements approach this through sequence modeling, leveraging the Transformer architecture's scalability and the…

2024

Knowledge-enhanced Visual-Language Pretraining for Computational Pathology

ECCV 2024oral

"In this paper, we consider the problem of visual representation learning for computational pathology, by exploiting large-scale image-text pairs gathered from public resources, along with the domain-specific knowledge in pathology. Specifically, we make the following contributions: (i) We curate a…

2024

Learning Multi-Agent Communication from Graph Modeling Perspective

ICLR 2024poster

In numerous artificial intelligence applications, the collaborative efforts of multiple intelligent agents are imperative for the successful attainment of target objectives. To enhance coordination among these agents, a distributed communication framework is often employed. However, information shar…

2024

Locally Estimated Global Perturbations are Better than Local Perturbations for Federated Sharpness-aware Minimization

ICML 2024spotlight

In federated learning (FL), the multi-step update and data heterogeneity among clients often lead to a loss landscape with sharper minima, degenerating the performance of the resulted global model. Prevalent federated approaches incorporate sharpness-aware minimization (SAM) into local training to m…

2024

Long-tailed Diffusion Models with Oriented Calibration

ICLR 2024poster

Diffusion models are acclaimed for generating high-quality and diverse images. However, their performance notably degrades when trained on data with a long-tailed distribution. For long tail diffusion model generation, current works focus on the calibration and enhancement of the tail generation wit…

2024

Low-Rank Knowledge Decomposition for Medical Foundation Models

CVPR 2024poster

The popularity of large-scale pre-training has promoted the development of medical foundation models. However some studies have shown that although foundation models exhibit strong general feature extraction capabilities their performance on specific tasks is still inferior to task-specific methods.…

2024

MedBench: A Large-Scale Chinese Benchmark for Evaluating Medical Large Language Models

AAAI 2024technical

The emergence of various medical large language models (LLMs) in the medical domain has highlighted the need for unified evaluation standards, as manual evaluation of LLMs proves to be time-consuming and labor-intensive. To address this issue, we introduce MedBench, a comprehensive benchmark for the…

2024

Mitigating Noisy Correspondence by Geometrical Structure Consistency Learning

CVPR 2024poster

Noisy correspondence that refers to mismatches in cross-modal data pairs is prevalent on human-annotated or web-crawled datasets. Prior approaches to leverage such data mainly consider the application of uni-modal noisy label learning without amending the impact on both cross-modal and intra-modal g…

2024

Multi-Sentence Grounding for Long-term Instructional Video

ECCV 2024poster

"In this paper, we aim to establish an automatic, scalable pipeline for denoising the large-scale instructional dataset and construct a high-quality video-text dataset with multiple descriptive steps supervision, named HowToStep. We make the following contributions: (i) improving the quality of sent…

Cited by 2SourcePDFScholar
2024

On Harmonizing Implicit Subpopulations

ICLR 2024poster

Machine learning algorithms learned from data with skewed distributions usually suffer from poor generalization, especially when minority classes matter as much as, or even more than majority ones. This is more challenging on class-balanced data that has some hidden imbalanced subpopulations, since…

Cited by 8SourcePDFScholar
2024

Pre-Post Interaction Learning for Brain Tumor Segmentation with Missing MRI Modalities

ICASSP 2024accepted

Complete multimodal Magnetic Resonance Imaging (MRI) plays an indispensable role in the task of brain tumor segmentation. However, the issue of missing-modality often arises in clinical practice, leading to a significant decline in the accuracy of segmentation. Current methods exhibit suboptimal per…

Cited by 0SourceScholar
2024

Probabilistic Conformal Distillation for Enhancing Missing Modality Robustness

NeurIPS 2024poster

Multimodal models trained on modality-complete data are plagued with severe performance degradation when encountering modality-missing data. Prevalent cross-modal knowledge distillation-based methods precisely align the representation of modality-missing data and that of its modality-complete counte…

2024

Q-value Regularized Transformer for Offline Reinforcement Learning

ICML 2024poster

Recent advancements in offline reinforcement learning (RL) have underscored the capabilities of Conditional Sequence Modeling (CSM), a paradigm that learns the action distribution based on history trajectory and target returns for each state. However, these methods often struggle with stitching toge…

Cited by 20SourcePDFScholar
2024

RaTEScore: A Metric for Radiology Report Generation

EMNLP 2024main

This paper introduces a novel, entity-aware metric, termed as Radiological Report (Text) Evaluation (RaTEScore), to assess the quality of medical reports generated by AI models. RaTEScore emphasizes crucial medical entities such as diagnostic outcomes and anatomical details, and is robust against co…

2024

ReMamber: Referring Image Segmentation with Mamba Twister

ECCV 2024poster

"Referring Image Segmentation (RIS) leveraging transformers has achieved great success on the interpretation of complex visual-language tasks. However, the quadratic computation cost makes it resource-consuming in capturing long-range visual-language dependencies. Fortunately, Mamba addresses this w…

2024

Revive Re-weighting in Imbalanced Learning by Density Ratio Estimation

NeurIPS 2024poster

In deep learning, model performance often deteriorates when trained on highly imbalanced datasets, especially when evaluation metrics require robust generalization across underrepresented classes. To address the challenges posed by imbalanced data distributions, this study introduces a novel method…

Cited by 1SourcePDFScholar
2024

TAIA: Large Language Models are Out-of-Distribution Data Learners

NeurIPS 2024poster

Fine-tuning on task-specific question-answer pairs is a predominant method for enhancing the performance of instruction-tuned large language models (LLMs) on downstream tasks. However, in certain specialized domains, such as healthcare or harmless content generation, it is nearly impossible to obtai…

2023

Asynchrony-Robust Collaborative Perception via Bird's Eye View Flow

NeurIPS 2023poster

Collaborative perception can substantially boost each agent's perception ability by facilitating communication among multiple agents. However, temporal asynchrony among agents is inevitable in the real world due to communication delays, interruptions, and clock misalignments. This issue causes infor…

2023

AttrSeg: Open-Vocabulary Semantic Segmentation via Attribute Decomposition-Aggregation

NeurIPS 2023poster

Open-vocabulary semantic segmentation is a challenging task that requires segmenting novel object categories at inference time. Recent works explore vision-language pre-training to handle this task, but suffer from unrealistic assumptions in practical scenarios, i.e., low-quality textual category n…

2023

Combating Representation Learning Disparity with Geometric Harmonization

NeurIPS 2023spotlight

Self-supervised learning (SSL) as an effective paradigm of representation learning has achieved tremendous success on various curated datasets in diverse scenarios. Nevertheless, when facing the long-tailed distribution in real-world applications, it is still hard for existing methods to capture tra…

2023

Controllable Mesh Generation Through Sparse Latent Point Diffusion Models

CVPR 2023poster

Mesh generation is of great value in various applications involving computer graphics and virtual content, yet designing generative models for meshes is challenging due to their irregular data structure and inconsistent topology of meshes in the same category. In this work, we design a novel sparse…

Cited by 46SourcePDFScholar
2023

DR2: Diffusion-Based Robust Degradation Remover for Blind Face Restoration

CVPR 2023poster

Blind face restoration usually synthesizes degraded low-quality data with a pre-defined degradation model for training, while more complex cases could happen in the real world. This gap between the assumed and actual degradation hurts the restoration performance where artifacts are often observed in…

2023

Distilling Vision-Language Pre-Training To Collaborate With Weakly-Supervised Temporal Action Localization

CVPR 2023poster

Weakly-supervised temporal action localization (WTAL) learns to detect and classify action instances with only category labels. Most methods widely adopt the off-the-shelf Classification-Based Pre-training (CBP) to generate video features for action localization. However, the different optimization…

Cited by 29SourcePDFScholar
2023

Federated Domain Generalization With Generalization Adjustment

CVPR 2023poster

Federated Domain Generalization (FedDG) attempts to learn a global model in a privacy-preserving manner that generalizes well to new clients possibly with domain shift. Recent exploration mainly focuses on designing an unbiased training strategy within each individual domain. However, without the su…

2023

Federated Learning with Bilateral Curation for Partially Class-Disjoint Data

NeurIPS 2023poster

Partially class-disjoint data (PCDD), a common yet under-explored data formation where each client contributes a part of classes (instead of all classes) of samples, severely challenges the performance of federated algorithms. Without full classes, the local objective will contradict the global obje…

2023

Joint-Relation Transformer for Multi-Person Motion Prediction

ICCV 2023poster

Multi-person motion prediction is a challenging problem due to the dependency of motion on both individual past movements and interactions with other people. Transformer-based methods have shown promising resultson this task, but they miss the explicit relation representation between joints, such as…

Cited by 13PDFcodeScholar
2023

Long-Tailed Partial Label Learning via Dynamic Rebalancing

ICLR 2023poster

Real-world data usually couples the label ambiguity and heavy imbalance, challenging the algorithmic robustness of partial label learning (PLL) and long-tailed learning (LT). The straightforward combination of LT and PLL, i.e., LT-PLL, suffers from a fundamental dilemma: LT methods build upon a give…

2023

MedKLIP: Medical Knowledge Enhanced Language-Image Pre-Training for X-ray Diagnosis

ICCV 2023poster

In this paper, we consider enhancing medical visual-language pre-training (VLP) with domain-specific knowledge, by exploiting the paired image-text reports from the radiological daily practice. In particular, we make the following contributions: First, unlike existing works that directly process the…

Cited by 125PDFcodeScholar
2023

Open-vocabulary Object Segmentation with Diffusion Models

ICCV 2023poster

The goal of this paper is to extract the visual-language correspondence from a pre-trained text-to-image diffusion model, in the form of segmentation map, i.e., simultaneously generating images and segmentation masks for the corresponding visual entities described in the text prompt. We make the fol…

Cited by 60PDFScholar
2023

Uncovering Prototypical Knowledge for Weakly Open-Vocabulary Semantic Segmentation

NeurIPS 2023poster

This paper studies the problem of weakly open-vocabulary semantic segmentation (WOVSS), which learns to segment objects of arbitrary classes using mere image-text pairs. Existing works turn to enhance the vanilla vision transformer by introducing explicit grouping recognition, i.e., employing severa…

Cited by 29SourcePDFScholar
2022

Contrastive Learning with Boosted Memorization

ICML 2022spotlight

Self-supervised learning has achieved a great success in the representation learning of visual and textual data. However, the current methods are mainly validated on the well-curated datasets, which do not exhibit the real-world long-tailed distribution. Recent attempts to consider self-supervised l…

2022

GroupNet: Multiscale Hypergraph Neural Networks for Trajectory Prediction With Relational Reasoning

CVPR 2022poster

Demystifying the interactions among multiple agents from their past trajectories is fundamental to precise and interpretable trajectory prediction. However, previous works only consider pair-wise interactions with limited relational reasoning. To promote more comprehensive interaction modeling for r…

Cited by 171PDFcodeScholar
2022

LAR-SR: A Local Autoregressive Model for Image Super-Resolution

CVPR 2022poster

Previous super-resolution (SR) approaches often formulate SR as a regression problem and pixel wise restoration, which leads to a blurry and unreal SR output. Recent works combine adversarial loss with pixel-wise loss to train a GAN-based model or introduce normalizing flows into SR problems to gene…

Cited by 33PDFcodeScholar
2022

Prompting Visual-Language Models for Efficient Video Understanding

ECCV 2022poster

"Image-based visual-language (I-VL) pre-training has shown great success for learning joint visual-textual representations from large-scale web data, revealing remarkable ability for zero-shot generalisation. This paper presents a simple but strong baseline to efficiently adapt the pre-trained I-VL…

2022

Registration Based Few-Shot Anomaly Detection

ECCV 2022poster

"This paper considers few-shot anomaly detection (FSAD), a practical yet under-studied setting for anomaly detection (AD), where only a limited number of normal images are provided for each category at training. So far, existing FSAD studies follow the one-model-per-category learning paradigm used f…

2022

Skeleton-Parted Graph Scattering Networks for 3D Human Motion Prediction

ECCV 2022poster

"Graph convolutional network based methods that model the body joints’ relations, have recently shown great promise in 3D skeleton-based human motion prediction. However, these methods have two critical issues: first, deep graph convolutions filter features within only limited graph spectrum band, l…

2022

Task Decoupled Framework for Reference-Based Super-Resolution

CVPR 2022poster

Reference-based super-resolution(RefSR) has achieved impressive progress on the recovery of high-frequency details thanks to an additional reference high-resolution(HR) image input. Although the superiority compared with Single-Image Super-Resolution(SISR), existing RefSR methods easily result in th…

Cited by 34PDFScholar
2021

CaT: Weakly Supervised Object Detection With Category Transfer

ICCV 2021poster

A large gap exists between fully-supervised object detection and weakly-supervised object detection. To narrow this gap, some methods consider knowledge transfer from additional fully-supervised dataset. But these methods do not fully exploit discriminative category information in the fully-supervis…

Cited by 22PDFcodeScholar
2021

Collaborative Uncertainty in Multi-Agent Trajectory Forecasting

NeurIPS 2021poster

Uncertainty modeling is critical in trajectory-forecasting systems for both interpretation and safety reasons. To better predict the future trajectories of multiple agents, recent works have introduced interaction modules to capture interactions among agents. This approach leads to correlations amon…

Cited by 24SourcePDFScholar
2021

Divide and Conquer for Single-Frame Temporal Action Localization

ICCV 2021poster

Single-frame temporal action localization (STAL) aims to localize actions in untrimmed videos with only one timestamp annotation for each action instance. Existing methods adopt the one-stage framework but couple the counting goal and the localization goal. This paper proposes a novel two-stage fram…

Cited by 54PDFScholar
2021

Invariant Teacher and Equivariant Student for Unsupervised 3D Human Pose Estimation

AAAI 2021technical

We propose a novel method based on teacher-student learning framework for 3D human pose estimation without any 3D annotation or side information. To solve this unsupervised-learning problem, the teacher network adopts pose-dictionary-based modeling for regularization to estimate a physically plausib…

2020

Bottom-Up Temporal Action Localization with Mutual Regularization

ECCV 2020poster

Recently, temporal action localization (TAL), extit{i.e.}, finding specific action segments in untrimmed videos, has attracted increasing attentions of the computer vision community. State-of-the-art solutions for TAL involves evaluating the frame-level probabilities of three action-indicating phase…

2020

Dynamic Multiscale Graph Neural Networks for 3D Skeleton Based Human Motion Prediction

CVPR 2020oral

We propose novel dynamic multiscale graph neural networks (DMGNN) to predict 3D skeleton-based human motions. The core idea of DMGNN is to use a multiscale graph to comprehensively model the internal relations of a human body for motion feature learning. This multiscale graph is adaptive during trai…

Cited by 410PDFcodeScholar
2020

FTL: A universal framework for training low-bit DNNs via Feature Transfer

ECCV 2020poster

Low-bit Deep Neural Networks (low-bit DNNs) have recently received significant attention for their high efficiency. However, low-bit DNNs are often difficult to optimize due to the the saddle points in loss surfaces. Here we introduce a novel feature-based knowledge transfer framework, which utilize…

Cited by 1SourcePDFScholar
2020

Iteratively-Refined Interactive 3D Medical Image Segmentation With Multi-Agent Reinforcement Learning

CVPR 2020poster

Existing automatic 3D image segmentation methods usually fail to meet the clinic use. Many studies have explored an interactive strategy to improve the image segmentation performance by iteratively incorporating user hints. However, the dynamic process for successive interactions is largely ignored.…

Cited by 130PDFScholar
2019

Actional-Structural Graph Convolutional Networks for Skeleton-Based Action Recognition

CVPR 2019poster

Action recognition with skeleton data has recently attracted much attention in computer vision. Previous studies are mostly based on fixed skeleton graphs, only capturing local physical dependencies among joints, which may miss implicit joint correlations. To capture richer dependencies, we introduc…

Cited by 1391PDFcodeScholar
2018

Masking: A New Perspective of Noisy Supervision

NeurIPS 2018poster

It is important to learn various types of classifiers given training data with noisy labels. Noisy labels, in the most popular noise model hitherto, are corrupted from ground-truth labels by an unknown noise transition matrix. Thus, by estimating this matrix, classifiers can escape from overfitting…

2018

Multi-Scale Spatially-Asymmetric Recalibration for Image Classification

ECCV 2018poster

Convolution is spatially-symmetric, i.e., the visual features are independent of its position in the image, which limits its ability to use spatial information. This paper addresses this issue by a recalibration process, which refers to the surrounding region of each neuron, computes an importance v…

Cited by 17SourcePDFScholar
2017

SORT: Second-Order Response Transform for Visual Recognition

ICCV 2017poster

In this paper, we reveal the importance and benefits of introducing second-order operations into deep neural networks. We propose a novel approach named Second-Order Response Transform (SORT), which appends element-wise product transform to the linear sum of a two-branch network module. A direct adv…

Cited by 67PDFcodeScholar