← Search

Han Hu

101 accepted papers

2026

AgentMath: Empowering Mathematical Reasoning for Large Language Models via Tool-Augmented Agent

ICLR 2026poster

Large Reasoning Models (LRMs) like o3 and DeepSeek-R1 have achieved remarkable progress in natural language reasoning with long chain-of-thought. However, they remain computationally inefficient and struggle with accuracy when solving problems requiring complex mathematical operations. In this work,…

Cited by 0SourceScholar
2026

Bee: A High-Quality Corpus and Full-Stack Suite to Unlock Advanced Fully Open MLLMs

ICLR 2026poster

Fully open multimodal large language models (MLLMs) currently lag behind proprietary counterparts, primarily due to a significant gap in data quality for supervised fine-tuning (SFT). Existing open-source datasets are often plagued by widespread noise and a critical deficit in complex reasoning dat…

Cited by 0SourceScholar
2026

FAIL: Flow Matching Adversarial Imitation Learning for Image Generation

ICML 2026poster

Post-training of flow matching models—aligning the output distribution with a high-quality target—is mathematically equivalent to imitation learning. While Supervised Fine-Tuning mimics expert demonstrations effectively, it cannot correct policy drift in unseen states. Preference optimization method…

Cited by 0SourceScholar
2026

From Text to Simulation: A Multi-Agent LLM Workflow for Automated Chemical Process Design

AAAI 2026technical

Process simulation is a critical cornerstone of chemical engineering design. Current automated chemical design methodologies focus mainly on various representations of process flow diagrams. However, transforming these diagrams into executable simulation flowsheets remains a time-consuming and labor

Cited by 0SourcePDFScholar
2026

MMTIT-Bench: A Multilingual and Multi-Scenario Benchmark with Cognition-Perception-Reasoning Guided Text-Image Machine Translation

CVPR 2026

End-to-end text-image machine translation (TIMT), which directly translates textual content in images across languages, is crucial for real-world multilingual scene understanding. Despite advances in vision-language large models (VLLMs), robustness across diverse visual scenes and low-resource langu

Cited by 0SourceScholar
2026

Optimizing Visual Generative Models via Distribution-wise Rewards

ICML 2026poster

Conventional reinforcement learning strategies for visual generation typically employ sample-wise reward functions, yet this practice frequently results in reward hacking that degrades image diversity and introduces visual anomalies. To address these limitations, we present a novel framework that fi…

Cited by 0SourceScholar
2026

Towards Real-World Document Parsing via Realistic Scene Synthesis and Document-Aware Training

CVPR 2026

Document parsing has recently advanced with multimodal large language models (MLLMs) that directly map document images to structured outputs. Traditional cascaded pipelines depend on precise layout analysis and often fail under casually captured or non-standard conditions. Although end-to-end approa

Cited by 0SourceScholar
2026

Unleashing the Intrinsic Visual Representation Capability of Multimodal Large Language Models

CVPR 2026

Multimodal Large Language Models (MLLMs) have demonstrated remarkable proficiency in multimodal tasks.Despite their impressive performance, MLLMs suffer from the modality imbalance issue, where visual information is often underutilized compared to textual representations in deeper layers, leading to

Cited by 0SourcecodeScholar
2026

WebDevJudge: Evaluating (M)LLMs as Critiques for Web Development Quality

ICLR 2026oral

The paradigm of LLM-as-a-judge is emerging as a scalable and efficient alternative to human evaluation, demonstrating strong performance on well-defined tasks. However, its reliability in open-ended tasks with dynamic environments and complex interactions remains unexplored. To bridge the gap, we in…

Cited by 0SourcecodeScholar
2025

BigCodeBench: Benchmarking Code Generation with Diverse Function Calls and Complex Instructions

ICLR 2025oral

Task automation has been greatly empowered by the recent advances in Large Language Models (LLMs) via Python code, where the tasks range from software engineering development to general-purpose reasoning. While current benchmarks have shown that LLMs can solve tasks using programs like human develop…

Cited by 609SourcePDFScholar
2025

Cross-Silo Feature Space Alignment for Federated Learning on Clients with Imbalanced Data

AAAI 2025technical

Data imbalance across clients in federated learning often leads to different local feature space partitions, harming the global model's generalization ability. Existing methods either employ knowledge distillation to guide consistent local training or performs procedures to calibrate local models be…

2025

Efficient Federated Learning against Byzantine Attacks and Data Heterogeneity via Aggregating Normalized Gradients

NeurIPS 2025poster

Federated Learning (FL) enables multiple clients to collaboratively train models without sharing raw data, but is vulnerable to Byzantine attacks and data heterogeneity, which can severely degrade performance. Existing Byzantine-robust approaches tackle data heterogeneity, but incur high computation…

Cited by 0SourceScholar
2025

Federated Deconfounding and Debiasing Learning for Out-of-Distribution Generalization

IJCAI 2025

Attribute bias in federated learning (FL) typically leads local models to optimize inconsistently due to the learning of non-causal associations, resulting degraded performance. Existing methods either use data augmentation for increasing sample diversity or knowledge distillation for learning invar

Cited by 0SourcePDFScholar
2025

InterIDEAS: Philosophical Intertextuality via LLMs

EMNLP 2025

The formation and circulation of ideas in philosophy have profound implications for understanding philosophical dynamism–enabling us to identify seminal texts, delineate intellectual traditions, and track changing conventions in the act of philosophizing. However, traditional analyses of these issue

Cited by 0SourcePDFScholar
2025

Merging on the Fly Without Retraining: A Sequential Approach to Scalable Continual Model Merging

NeurIPS 2025poster

Deep model merging represents an emerging research direction that combines multiple fine-tuned models to harness their specialized capabilities across different tasks and domains. Current model merging techniques focus on merging all available models simultaneously, with weight interpolation-based m…

Cited by 0SourcecodeScholar
2025

MixPrompt: Efficient Mixed Prompting for Multimodal Semantic Segmentation

NeurIPS 2025poster

Recent advances in multimodal semantic segmentation show that incorporating auxiliary inputs—such as depth or thermal images—can significantly improve performance over single-modality (RGB-only) approaches. However, most existing solutions rely on parallel backbone networks and complex fusion module…

Cited by 0SourceScholar
2025

Neural Architecture Search Driven by Locally Guided Diffusion for Personalized Federated Learning

ICCV 2025poster

Neural Architecture Search (NAS) has gained significant attention in personalized federated learning (PFL) due to its ability to automatically design tailored models for individual clients. While most existing NAS approaches for PFL perform architecture search on the server side, client-side NAS--wh…

Cited by 0SourcePDFScholar
2025

Noise-Resistant Video Anomaly Detection via RGB Error-Guided Multiscale Predictive Coding and Dynamic Memory

CVPR 2025poster

Due to the interference of background noise, existing video anomaly detection methods are prone to detect some normal events in complex scenes as anomalies. Meanwhile, we note that the diversity of normal patterns has not been adequately considered, i.e., the normal events that are worthy of referen…

Cited by 0SourcePDFScholar
2025

RBench-V: A Primary Assessment for Visual Reasoning Models with Multimodal Outputs

NeurIPS 2025poster

The rapid advancement of native multi-modal models and omni-models, exemplified by GPT-4o, Gemini and o3 with their capability to process and generate content across modalities such as text and images, marks a significant milestone in the evolution of intelligence. Systematic evaluation of their mul…

Cited by 0SourcecodeScholar
2025

RBench: Graduate-level Multi-disciplinary Benchmarks for LLM & MLLM Complex Reasoning Evaluation

ICML 2025poster

Reasoning stands as a cornerstone of intelligence, enabling the synthesis of existing knowledge to solve complex problems. Despite remarkable progress, existing reasoning benchmarks often fail to rigorously evaluate the nuanced reasoning capabilities required for complex, real-world problemsolving,…

2025

Revisit the Open Nature of Open Vocabulary Semantic Segmentation

ICLR 2025poster

In Open Vocabulary Semantic Segmentation (OVS), we observe a consistent drop in model performance as the query vocabulary set expands, especially when it includes semantically similar and ambiguous vocabularies, such as ‘sofa’ and ‘couch’. The previous OVS evaluation protocol, however, does not acco…

2025

Self-Evolving Pseudo-Rehearsal for Catastrophic Forgetting with Task Similarity in LLMs

NeurIPS 2025poster

Continual learning for large language models (LLMs) demands a precise balance between $\textbf{plasticity}$ - the ability to absorb new tasks - and $\textbf{stability}$ - the preservation of previously learned knowledge. Conventional rehearsal methods, which replay stored examples, are limited by lo…

Cited by 0SourcecodeScholar
2025

Targeted Low-rank Refinement: Enhancing Sparse Language Models with Precision

ICML 2025poster

Pruning is a widely used technique for compressing large neural networks that eliminates weights that have minimal impact on the model's performance. Current pruning methods, exemplified by magnitude pruning, assign an importance score to each weight based on its magnitude and remove weights with sc…

Cited by 0SourcePDFScholar
2024

Data-efficient Large Vision Models through Sequential Autoregression

ICML 2024poster

Training general-purpose vision models on purely sequential visual data, eschewing linguistic inputs, has heralded a new frontier in visual understanding. These models are intended to not only comprehend but also seamlessly transit to out-of-domain tasks. However, current endeavors are hamstrung by…

2024

GAIA: Zero-shot Talking Avatar Generation

ICLR 2024poster

Zero-shot talking avatar generation aims at synthesizing natural talking videos from speech and a single portrait image. Previous methods have relied on domain-specific heuristics such as warping-based motion representation and 3D Morphable Models, which limit the naturalness and diversity of the ge…

Cited by 21SourcePDFScholar
2024

InstructDiffusion: A Generalist Modeling Interface for Vision Tasks

CVPR 2024poster

We present InstructDiffusion a unified and generic framework for aligning computer vision tasks with human instructions. Unlike existing approaches that integrate prior knowledge and pre-define the output space (e.g. categories and coordinates) for each vision task we cast diverse vision tasks into…

Cited by 109SourcePDFScholar
2024

Joint Input and Output Coordination for Class-Incremental Learning

IJCAI 2024poster

Incremental learning is nontrivial due to severe catastrophic forgetting. Although storing a small amount of data on old tasks during incremental learning is a feasible solution, current strategies still do not 1) adequately address the class bias problem, and 2) alleviate the mutual interference be…

Cited by 2SourcePDFScholar
2024

MotionEditor: Editing Video Motion via Content-Aware Diffusion

CVPR 2024poster

Existing diffusion-based video editing models have made gorgeous advances for editing attributes of a source video over time but struggle to manipulate the motion information while preserving the original protagonist's appearance and background. To address this we propose MotionEditor the first diff…

2024

Multiple View Geometry Transformers for 3D Human Pose Estimation

CVPR 2024poster

In this work we aim to improve the 3D reasoning ability of Transformers in multi-view 3D human pose estimation. Recent works have focused on end-to-end learning-based transformer designs which struggle to resolve geometric information accurately particularly during occlusion. Instead we propose a no…

2024

POCE: Primal Policy Optimization with Conservative Estimation for Multi-constraint Offline Reinforcement Learning

CVPR 2024poster

Multi-constraint offline reinforcement learning (RL) promises to learn policies that satisfy both cumulative and state-wise costs from offline datasets. This arrangement provides an effective approach for the widespread application of RL in high-risk scenarios where both cumulative and state-wise co…

2024

Parameter-Efficient Multi-Task Model Fusion with Partial Linearization

ICLR 2024poster

Large pre-trained models have enabled significant advances in machine learning and served as foundation components. Model fusion methods, such as task arithmetic, have been proven to be powerful and scalable to incorporate fine-tuned weights from different tasks into a multi-task model. However, ef…

2024

ScalingFilter: Assessing Data Quality through Inverse Utilization of Scaling Laws

EMNLP 2024main

High-quality data is crucial for the pre-training performance of large language models. Unfortunately, existing quality filtering methods rely on a known high-quality dataset as reference, which can introduce potential bias and compromise diversity. In this paper, we propose ScalingFilter, a novel a…

Cited by 2SourcePDFScholar
2024

Segment and Caption Anything

CVPR 2024poster

We propose a method to efficiently equip the Segment Anything Model (SAM) with the ability to generate regional captions. SAM presents strong generalizability to segment anything while is short for semantic understanding. By introducing a lightweight query-based feature mixer we align the region-spe…

2024

SimDA: Simple Diffusion Adapter for Efficient Video Generation

CVPR 2024poster

The recent wave of AI-generated content has witnessed the great development and success of Text-to-Image (T2I) technologies. By contrast Text-to-Video (T2V) still falls short of expectations though attracting increasing interest. Existing works either train from scratch or adapt large T2I model to v…

Cited by 83SourcePDFScholar
2024

V-DETR: DETR with Vertex Relative Position Encoding for 3D Object Detection

ICLR 2024poster

We introduce a highly performant 3D object detector for point clouds using the DETR framework. The prior attempts all end up with suboptimal results because they fail to learn accurate inductive biases from the limited scale of training data. In particular, the queries often attend to points that ar…

2023

All in Tokens: Unifying Output Space of Visual Tasks via Soft Token

ICCV 2023oral

We introduce AiT, a unified output representation for various vision tasks, which is a crucial step towards general-purpose vision task solvers. Despite the challenges posed by the high-dimensional and task-specific outputs, we showcase the potential of using discrete representation (VQ-VAE) to mode…

Cited by 48PDFcodeScholar
2023

DETR Does Not Need Multi-Scale or Locality Design

ICCV 2023poster

This paper presents an improved DETR detector that maintains a "plain" nature: using a single-scale feature map and global cross-attention calculations without specific locality constraints, in contrast to previous leading DETR-based detectors that reintroduce architectural inductive biases of multi…

Cited by 30PDFcodeScholar
2023

Efficient Diffusion Training via Min-SNR Weighting Strategy

ICCV 2023poster

Denoising diffusion models have been a mainstream approach for image generation, however, training these models often suffers from slow convergence. In this paper, we discovered that the slow convergence is partly due to conflicting optimization directions between timesteps. To address this issue, w…

Cited by 149PDFcodeScholar
2023

EfficientViT: Memory Efficient Vision Transformer With Cascaded Group Attention

CVPR 2023poster

Vision transformers have shown great success due to their high model capabilities. However, their remarkable performance is accompanied by heavy computation costs, which makes them unsuitable for real-time applications. In this paper, we propose a family of high-speed vision transformers named Effic…

2023

FedABC: Targeting Fair Competition in Personalized Federated Learning

AAAI 2023technical

Federated learning aims to collaboratively train models without accessing their client's local private data. The data may be Non-IID for different clients and thus resulting in poor performance. Recently, personalized federated learning (PFL) has achieved great success in handling Non-IID data by en…

Cited by 10SourcePDFScholar
2023

Federated Learning with Manifold Regularization and Normalized Update Reaggregation

NeurIPS 2023poster

Federated Learning (FL) is an emerging collaborative machine learning framework where multiple clients train the global model without sharing their own datasets. In FL, the model inconsistency caused by the local data heterogeneity across clients results in the near-orthogonality of client updates,…

Cited by 9SourcePDFScholar
2023

GlyphControl: Glyph Conditional Control for Visual Text Generation

NeurIPS 2023poster

Recently, there has been an increasing interest in developing diffusion-based text-to-image generative models capable of generating coherent and well-formed visual text. In this paper, we propose a novel and efficient approach called GlyphControl to address this task. Unlike existing methods that re…

2023

ImageBrush: Learning Visual In-Context Instructions for Exemplar-Based Image Manipulation

NeurIPS 2023poster

While language-guided image manipulation has made remarkable progress, the challenge of how to instruct the manipulation process faithfully reflecting human intentions persists. An accurate and comprehensive description of a manipulation task using natural language is laborious and sometimes even im…

Cited by 31SourcePDFScholar
2023

Implicit Temporal Modeling with Learnable Alignment for Video Recognition

ICCV 2023oral

Contrastive language-image pretraining (CLIP) has demonstrated remarkable success in various image tasks. However, how to extend CLIP with effective temporal modeling is still an open and crucial problem. Existing factorized or joint spatial-temporal modeling trades off between the efficiency and pe…

Cited by 45PDFcodeScholar
2023

Improving Heterogeneous Model Reuse by Density Estimation

IJCAI 2023poster

This paper studies multiparty learning, aiming to learn a model using the private data of different participants. Model reuse is a promising solution for multiparty learning, assuming that a local model has been trained for each party. Considering the potential sample selection bias among different…

2023

Mask-Attention-Free Transformer for 3D Instance Segmentation

ICCV 2023poster

Recently, transformer-based methods have dominated 3D instance segmentation, where mask attention is commonly involved. Specifically, object queries are guided by the initial instance masks in the first cross-attention, and then iteratively refine themselves in a similar manner. However, we observe…

Cited by 31PDFcodeScholar
2023

On Data Scaling in Masked Image Modeling

CVPR 2023poster

Scaling properties have been one of the central issues in self-supervised pre-training, especially the data scalability, which has successfully motivated the large-scale self-supervised pre-trained language models and endowed them with significant modeling capabilities. However, scaling properties s…

2023

One-for-All: Bridge the Gap Between Heterogeneous Architectures in Knowledge Distillation

NeurIPS 2023poster

Knowledge distillation (KD) has proven to be a highly effective approach for enhancing model performance through a teacher-student training scheme. However, most existing distillation methods are designed under the assumption that the teacher and student models belong to the same model family, parti…

2023

Pairwise GUI Dataset Construction Between Android Phones and Tablets

NeurIPS 2023poster

In the current landscape of pervasive smartphones and tablets, apps frequently exist across both platforms. Although apps share most graphic user interfaces (GUIs) and functionalities across phones and tablets, developers often rebuild from scratch for tablet versions, escalating costs and squanderi…

2023

Rank-DETR for High Quality Object Detection

NeurIPS 2023poster

Modern detection transformers (DETRs) use a set of object queries to predict a list of bounding boxes, sort them by their classification confidence scores, and select the top-ranked predictions as the final detection results for the given input image. A highly performant object detector requires acc…

2023

ResFormer: Scaling ViTs With Multi-Resolution Training

CVPR 2023poster

Vision Transformers (ViTs) have achieved overwhelming success, yet they suffer from vulnerable resolution scalability, i.e., the performance drops drastically when presented with input resolutions that are unseen during training. We introduce, ResFormer, a framework that is built upon the seminal id…

2023

Revealing the Dark Secrets of Masked Image Modeling

CVPR 2023poster

Masked image modeling (MIM) as pre-training is shown to be effective for numerous vision downstream tasks, but how and where MIM works remain unclear. In this paper, we compare MIM with the long-dominant supervised pre-trained models from two perspectives, the visualizations and the experiments, to…

2023

Revisit the Power of Vanilla Knowledge Distillation: from Small Scale to Large Scale

NeurIPS 2023poster

The tremendous success of large models trained on extensive datasets demonstrates that scale is a key ingredient in achieving superior results. Therefore, the reflection on the rationality of designing knowledge distillation (KD) approaches for limited-capacity architectures solely based on small-sc…

2023

SVFormer: Semi-Supervised Video Transformer for Action Recognition

CVPR 2023poster

Semi-supervised action recognition is a challenging but critical task due to the high cost of video annotations. Existing approaches mainly use convolutional neural networks, yet current revolutionary vision transformer models have been less explored. In this paper, we investigate the use of transfo…

2023

SeqTrack: Sequence to Sequence Learning for Visual Object Tracking

CVPR 2023poster

In this paper, we present a new sequence-to-sequence learning framework for visual tracking, dubbed SeqTrack. It casts visual tracking as a sequence generation problem, which predicts object bounding boxes in an autoregressive fashion. This is different from prior Siamese trackers and transformer tr…

2023

Side Adapter Network for Open-Vocabulary Semantic Segmentation

CVPR 2023highlight

This paper presents a new framework for open-vocabulary semantic segmentation with the pre-trained vision-language model, named SAN. Our approach models the semantic segmentation task as a region recognition problem. A side network is attached to a frozen CLIP model with two branches: one for predic…

2023

TinyCLIP: CLIP Distillation via Affinity Mimicking and Weight Inheritance

ICCV 2023poster

In this paper, we propose a novel cross-modal distillation method, called TinyCLIP, for large-scale language-image pre-trained models. The method introduces two core techniques: affinity mimicking and weight inheritance. Affinity mimicking explores the interaction between modalities during distillat…

Cited by 65PDFcodeScholar
2023

TinyMIM: An Empirical Study of Distilling MIM Pre-Trained Models

CVPR 2023poster

Masked image modeling (MIM) performs strongly in pre-training large vision Transformers (ViTs). However, small models that are critical for real-world applications cannot or only marginally benefit from this pre-training approach. In this paper, we explore distillation techniques to transfer the suc…

2023

iCLIP: Bridging Image Classification and Contrastive Language-Image Pre-Training for Visual Recognition

CVPR 2023poster

This paper presents a method that effectively combines two prevalent visual recognition methods, i.e., image classification and contrastive language-image pre-training, dubbed iCLIP. Instead of naive multi-task learning that use two separate heads for each task, we fuse the two tasks in a deep fashi…

2022

"A Simple Approach and Benchmark for 21,000-Category Object Detection"

ECCV 2022poster

"Current object detection systems and benchmarks typically handle a limited number of categories, up to about a thousand categories. This paper scales the number of categories for object detection systems and benchmarks up to 21,000, by leveraging existing object detection and image classification d…

2022

A Simple Baseline for Open-Vocabulary Semantic Segmentation with Pre-trained Vision-Language Model

ECCV 2022poster

"Recently, open-vocabulary image classification by vision language pre-training has demonstrated incredible achievements, that the model can classify arbitrary categories without seeing additional annotated images of that category. However, it is still unclear how to make the open-vocabulary recogni…

2022

Could Giant Pre-trained Image Models Extract Universal Representations?

NeurIPS 2022accept

Frozen pretrained models have become a viable alternative to the pretraining-then-finetuning paradigm for transfer learning. However, with frozen models there are relatively few parameters available for adapting to downstream tasks, which is problematic in computer vision where tasks vary significan…

Cited by 11SourcePDFScholar
2022

Expediting Large-Scale Vision Transformer for Dense Prediction without Fine-tuning

NeurIPS 2022accept

Vision transformers have recently achieved competitive results across various vision tasks but still suffer from heavy computation costs when processing a large number of tokens. Many advanced approaches have been developed to reduce the total number of tokens in the large-scale vision transformers,…

Cited by 32SourcePDFScholar
2022

Graph Hawkes Transformer for Extrapolated Reasoning on Temporal Knowledge Graphs

EMNLP 2022main

Temporal Knowledge Graph (TKG) reasoning has attracted increasing attention due to its enormous potential value, and the critical issue is how to model the complex temporal structure information effectively. Recent studies use the method of encoding graph snapshots into hidden vector space and then…

2022

Learning Efficient Vision Transformers via Fine-Grained Manifold Distillation

NeurIPS 2022accept

In the past few years, transformers have achieved promising performance on various computer vision tasks. Unfortunately, the immense inference overhead of most existing vision transformers withholds them from being deployed on edge devices such as cell phones and smart watches. Knowledge distillatio…

Cited by 71SourcePDFScholar
2022

RankSeg: Adaptive Pixel Classification with Image Category Ranking for Segmentation

ECCV 2022poster

"The segmentation task has traditionally been formulated as a complete-label pixel classification task to predict a class for each pixel from a fixed number of predefined semantic categories shared by all images or videos. Yet, following this formulation, standard architectures will inevitably encou…

2022

SimMIM: A Simple Framework for Masked Image Modeling

CVPR 2022poster

This paper presents SimMIM, a simple framework for masked image modeling. We have simplified recently proposed relevant approaches, without the need for special designs, such as block-wise masking and tokenization via discrete VAE or clustering. To investigate what makes a masked image modeling task…

Cited by 1610PDFcodeScholar
2022

Swin Transformer V2: Scaling Up Capacity and Resolution

CVPR 2022poster

We present techniques for scaling Swin Transformer [??] up to 3 billion parameters and making it capable of training with images of up to 1,536x1,536 resolution. By scaling up capacity and resolution, Swin Transformer sets new records on four representative vision benchmarks: 84.0% top-1 accuracy on…

Cited by 2410PDFcodeScholar
2021

A Sim-to-Real Pipeline for Deep Reinforcement Learning for Autonomous Robot Navigation in Cluttered Rough Terrain

RA-L 2021

Robots that autonomously navigate real-world 3D cluttered environments need to safely traverse terrain with abrupt changes in surface normals and elevations. In this letter, we present the development of a novel sim-to-real pipeline for a mobile robot to effectively learn how to navigate real-world

Cited by 94SourceScholar
2021

Aligning Pretraining for Detection via Object-Level Contrastive Learning

NeurIPS 2021spotlight

Image-level contrastive representation learning has proven to be highly effective as a generic model for transfer learning. Such generality for transfer learning, however, sacrifices specificity if we are interested in a certain downstream task. We argue that this could be sub-optimal and thus advo…

2021

Bootstrap Your Object Detector via Mixed Training

NeurIPS 2021spotlight

We introduce MixTraining, a new training paradigm for object detection that can improve the performance of existing detectors for free. MixTraining enhances data augmentation by utilizing augmentations of different strengths while excluding the strong augmentations of certain training samples that m…

2021

End-to-End Semi-Supervised Object Detection With Soft Teacher

ICCV 2021poster

Previous pseudo-label approaches for semi-supervised object detection typically follow a multi-stage schema, with the first stage to train an initial detector on a few labeled data, followed by the pseudo labeling and re-training stage on unlabeled data. These multi-stage methods complicate the trai…

Cited by 620PDFcodeScholar
2021

Propagate Yourself: Exploring Pixel-Level Consistency for Unsupervised Visual Representation Learning

CVPR 2021poster

Contrastive learning methods for unsupervised visual representation learning have reached remarkable levels of transfer performance. We argue that the power of contrastive learning has yet to be fully unleashed, as current methods are trained only on instance-level pretext tasks, leading to represen…

Cited by 498PDFcodeScholar
2021

Semi-Supervised Semantic Segmentation via Adaptive Equalization Learning

NeurIPS 2021spotlight

Due to the limited and even imbalanced data, semi-supervised semantic segmentation tends to have poor performance on some certain categories, e.g., tailed categories in Cityscapes dataset which exhibits a long-tailed label distribution. Existing approaches almost all neglect this problem, and treat…

2021

Swin Transformer: Hierarchical Vision Transformer Using Shifted Windows

ICCV 2021poster

This paper presents a new vision Transformer, called Swin Transformer, that capably serves as a general-purpose backbone for computer vision. Challenges in adapting Transformer from language to vision arise from differences between the two domains, such as large variations in the scale of visual ent…

Cited by 29925PDFcodeScholar
2020

A Closer Look at Local Aggregation Operators in Point Cloud Analysis

ECCV 2020poster

Recent advances of network architecture for point cloud processing are mainly driven by new designs of local aggregation operators. However, the impact of these operators to network performance is not carefully investigated due to different overall network architecture and implementation details in…

2020

Dense RepPoints: Representing Visual Objects with Dense Point Sets

ECCV 2020poster

We present a new object representation, called Dense Rep-Points, which utilize a large number of points to describe the multi-grainedobject representation of both box level and pixel level. Techniques are pro-posed to efficiently process these dense points, which maintains nearconstant complexity wi…

2020

Negative Margin Matters: Understanding Margin in Few-shot Classification

ECCV 2020poster

In this paper, we unconventionally propose to adopt appropriate negative-margin to softmax loss for few-shot classification, which surprisingly works well for the open-set scenarios of few-shot classification. We then provide the intuitive explanation and the theoretical proof to understand why nega…

2020

Parametric Instance Classification for Unsupervised Visual Feature learning

NeurIPS 2020poster

This paper presents parametric instance classification (PIC) for unsupervised visual feature learning. Unlike the state-of-the-art approaches which do instance discrimination in a dual-branch non-parametric fashion, PIC directly performs a one-branch parametric instance classification, revealing a s…

2020

RelationNet++: Bridging Visual Representations for Object Detection via Transformer Decoder

NeurIPS 2020spotlight

Existing object detection frameworks are usually built on a single format of object/part representation, i.e., anchor/proposal rectangle boxes in RetinaNet and Faster R-CNN, center points in FCOS and RepPoints, and corner points in CornerNet. While these different representations usually drive the f…

2020

RepPoints v2: Verification Meets Regression for Object Detection

NeurIPS 2020poster

Verification and regression are two general methodologies for prediction in neural networks. Each has its own strengths: verification can be easier to infer accurately, and regression is more efficient and applicable to continuous target variables. Hence, it is often beneficial to carefully combine…

2020

Scalable Differential Privacy with Certified Robustness in Adversarial Learning

ICML 2020poster

In this paper, we aim to develop a scalable algorithm to preserve differential privacy (DP) in adversarial learning for deep neural networks (DNNs), with certified robustness to adversarial examples. By leveraging the sequential composition theory in DP, we randomize both input and latent spaces to…

2017

WordSup: Exploiting Word Annotations for Character Based Text Detection

ICCV 2017poster

Imagery texts are usually organized as a hierarchy of several visual elements, i.e. characters, words, text lines and text blocks. Among these elements, character is the most basic one for various languages such as Western, Chinese, Japanese, mathematical expression and etc. It is natural and conven…

Cited by 250PDFScholar